/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*----------------------------------------------------------------------------*\
  #############################################################################
  #############################################################################
                       ########################################################
    GLOBAL             ########################################################
                       ########################################################
  #############################################################################
  #############################################################################
\*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*\
    #SPACINGS
\*-----------------------------------------------------------------------------

Mobile:
    72px -> 11vh


Desktop:
    108px -> 10vh
    180px -> 18vh
    210px -> 20vh



------------------------------------------------------------------------------*\
    #TAG-STYLES
\*----------------------------------------------------------------------------*/

html {
    background: #fff;
    color: #061C2D;
}


body {
    text-rendering: optimizeLegibility;
    font-size: 20px;
    line-height: 1em;
}

.html--overflow-hidden,
.html--overflow-hidden body {
    overflow: hidden;
    height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.h1-style,
.h1-mobile-h2-desktop-style {
    font-size: 40px;
}


.h2-style {
    font-size: 24px;
    line-height: 1.3333em;
}

.h3-style {
    font-size: 18px;
}

.h4-style {
    font-size: 18px;
}


* + .h1-style,
* + .h2-style,
* + .h3-style,
* + .h4-style {
    margin-top: 1em;
}


.text-s {}

.text-xs {}

@media (min-width: 768px) {

    body {
        font-size: 24px;
    }

    .h1-style {
        font-size: 64px;
    }

    .h1-mobile-h2-desktop-style,
    .h2-style {
        font-size: 48px;
        line-height: 1.1666em;
    }

    .h3-style {}

    .h4-style {}
    
}


a:focus, a:active,
textarea:active, 
input:active, 
button:focus, button:active, .button:active {
    outline: 0;
}


p {
    margin: 0;
}

* + .text {
    margin-top: 1em;
}

.text p,
.text ul,
.text ol,
.text dl {
    font-family: 'Barlow';
    line-height: 1.4em;
}

.text > * + h3 {
    margin-top: 2em;
}

.text * + p {
    margin-top: 1.3em
}


a {
    text-decoration: none;
    color: inherit;
}

.text a:not(.button),
.text-a-styled a:not(.button),
.a-styled {
    transition: 0.5s;
    color: #4D76F1;
}

.no-touch .text a:not(.button):hover,
.a-styled:hover {
    text-decoration: underline;
}


.a-unstyled {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    outline: 0;
}


.ul-unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ul-styled {
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

* + .ul-styled {
    margin-top: 1.9em
}

.ul-styled > li {
    position: relative;
    padding-left: 2.3em;
    line-height: 1.2em;
}

.ul-styled > li + li {
    margin-top: 1.7em;
}

.ul-styled > li:before {
    content: '';
    display: block;
    position: absolute;
    width:  0.65em;
    height: 0.35em;
    box-sizing: border-box;
    top:  4px;
    left: 8px;
    border-bottom: 1.5px solid #21A361;
    border-left:   1.5px solid #21A361;
    transform: rotate(-45deg);
}

.ul-styled--white > li:before {
    border-color: #fff;
}

.ul-styled--blue > li:before {
    border-color: #4D76F1;
}

.text-small {
    font-size: 13px;
    line-height: 1.23em;
}

.text-very-small {
    font-size: 11px;
    line-height: 1.45em;
}


@media (min-width: 768px) {


    * + .text {
        margin-top: 1.66em;
    }

    .text p,
    .text ul,
    .text ol,
    .text dl {
        line-height: 1.33em;
    }
    
    .ul-styled > li {
        padding-left: 2.22em;
    }
    
}


.text * + table {
    margin-top: 1em;
}

.text table td {
    border: 1px solid rgba(72, 77, 87, 0.1);
    padding: 1em;
}


address {
    font-style: normal;
}





/*----------------------------------------------------------------------------*\
    #EMSIGE HELFERCHEN
\*----------------------------------------------------------------------------*/

.col                     { display: inline-block; vertical-align: top; }
.hide-me                 { display: none !important; }
.hide-me-softly          { display: none; }
.lh-0                    { line-height: 0; }
span.svg                 { display: inline-block; vertical-align: top; line-height: 0; }
span.svg svg             { vertical-align: baseline; }


.text-uppercase { 
    text-transform: uppercase;
}


.center-brother,
.center-block {
    display: inline-block;
    vertical-align: middle;
}

.center-block {
    width: 100%;
}

.center-brother {
    height: 100%;
}


.respons-img {
    opacity: 0;
    transition: opacity 0.5s;
}

.image,
.bg-image {
    background: rgba(75, 75, 75, 0.1);
}

.overlay-link {
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    cursor: pointer;
    z-index: 10;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}



/*----------------------------------------------------------------------------*\
    #EMSIGE RESPONSIVE-HELFERCHEN
\*----------------------------------------------------------------------------*/

@media (max-width: 767px) {	
    .hide-mobile { display: none !important; }
    .hide-mobile-softly { display: none; }
}
@media (min-width: 768px) { .show-mobile { display: none !important; } }
@media (max-width: 767px) { .hide-under-768 { display: none !important; } }
@media (min-width: 768px) { .show-until-768 { display: none !important; } }
@media (max-width: 991px) {	.hide-tablet { display: none !important; } }
@media (min-width: 992px) {	.show-tablet { display: none !important; } }
@media (max-width: 1023px) { .hide-under-1024 { display: none !important; } }
@media (min-width: 1024px) { .show-until-1024 { display: none !important; } }





/*----------------------------------------------------------------------------*\
    #GLOBAL LAYOUT-STYLES
\*----------------------------------------------------------------------------*/

.layout-top {
    position: relative;
    height: 104px;
}

.layout-main {
    position: relative;
    transition: 0.3s padding-top;
}


.layout-wrapper--470,
.layout-wrapper--600,
.layout-wrapper--1024,
.layout-wrapper--1200,
.layout-wrapper--1520 {
    margin-right: 18px;
    margin-left:  18px;
}


@media (min-width: 368px) {

    .layout-wrapper--470,
    .layout-wrapper--600,
    .layout-wrapper--1024,
    .layout-wrapper--1200,
    .layout-wrapper--1520 {
        margin-right: 32px;
        margin-left:  32px;
    }

}

.layout-wrapper .layout-wrapper {
    margin-right: 0;
    margin-left:  0;
}


@media (min-width: 534px) {

    .layout-wrapper--470 {
        width: 470px;
        margin-right: auto !important;
        margin-left:  auto !important;
    }

}

@media (min-width: 664px) {

    .layout-wrapper--600 {
        width: 600px;
        margin-right: auto !important;
        margin-left:  auto !important;
    }

    .layout-col {
        width: 640px;
        margin-right: auto;
        margin-left:  auto;
    }

}

@media (min-width: 768px) {

    .layout-top {
        height: 112px;
    }

    .layout-wrapper--1200,
    .layout-wrapper--1520 {
        margin-right: 64px;
        margin-left:  64px;
    }

}

@media (min-width: 1024px) {

    .layout-col {
        display: inline-block;
        vertical-align: middle;
        width: 43.40%;
    }

    .layout-col--2 {
        margin-left: 13.2%;
    }

}

@media (min-width: 1088px) {

    .layout-wrapper--1024 {
        width: 1024px;
        margin-right: auto !important;
        margin-left:  auto !important;
    }

}

@media (min-width: 1328px) {

    .layout-wrapper--1200 {
        width: 1200px;
        margin-right: auto !important;
        margin-left:  auto !important;
    }

}

@media (min-width: 1584px) {

    .layout-wrapper--1520 {
        width: 1520px;
        margin-right: auto !important;
        margin-left:  auto !important;
    }

}





/*----------------------------------------------------------------------------*\
    #PROJECT-SPECIFIC STYLES
\*----------------------------------------------------------------------------*/

/**
 * Prevents block of inheriting margin of child-element 
 */

.content-block:before, 
.content-block:after {
    content: ' ';
    display: table;
}


.theme-dark {
    background-color: #061C2D;
    color: #fff;
}

.theme-dark .heading {
    color: #fff;
}


.theme-light {
    background-color: #fff;
}

.theme-light .heading {
    color: #061C2D;
}





/*----------------------------------------------------------------------------*\
    #BUTTONS
\*----------------------------------------------------------------------------*/

.button-container {
    margin: -4px;
}

.button {
    box-sizing: border-box;
    display: inline-block;
    border: none;
    position: relative;
    font-size: 16px;
    line-height: 1.1875em;
    font-weight: 500;
    padding: 14px 24px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.3s;
    z-index: 1;
    background-color: transparent;
    box-shadow: none;
    color: #061C2D;
}

.button-container .button {
    margin: 4px;
}

.button:hover {
    background-color: #3564ef;
    color: #fff;
    box-shadow: none;
}

.button:active {
    box-shadow: inset 0 0 0 24px #E3E3E9;
}


.button--main {
    background-color: #4D76F1;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}


.button--main--inverted {
    background-color: #fff;
    color: #4D76F1;
}

.button--main:hover {}

.button--main:active {
    box-shadow: inset 0 0 0 24px #2C46A5, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.button--main--inverted:hover,
.button--main--inverted:active {
    color: #fff;
}


.button--simple {
    box-shadow: inset 0 0 0 1px #8F9EA4;
    background-color: transparent;
    color: #8F9EA4;
}

.button--simple:hover {
    background-color: #EEEEF2;
    color: #061C2D;
}

.button--simple:active {}

.button--video:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    border-top:    4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left:   8px solid #061C2D;
    margin-right: 8px;
}

.button--link {
    padding-right: 56px;
}

.button--link:after {
    content: '';
    width:  24px;
    height: 24px;
    position: absolute;
    top:   50%;
    right: 16px;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23000000' d='m12.0001834 12.942538 2.1179616-2.1190811c.1952106-.1953138.5117931-.1953974.7071068-.0001869l.3536468.35346c.1953137.1952105.1953974.511793.0001868.7071067l-2.8254999 2.8276116c-.1952105.1953137-.511793.1953973-.7071067.0001868-.0001031-.000103-.0002061-.000206-.000309-.0003091l-2.82348561-2.8275505c-.19514301-.1953812-.1949499-.5119637.00043132-.7071067l.35376898-.3533376c.19538122-.195143.51196365-.1949499.70710665.0004313z'/%3e%3c/svg%3e");
}

.button--link.button--main:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23f2f2f2' d='m12.0001834 12.942538 2.1179616-2.1190811c.1952106-.1953138.5117931-.1953974.7071068-.0001869l.3536468.35346c.1953137.1952105.1953974.511793.0001868.7071067l-2.8254999 2.8276116c-.1952105.1953137-.511793.1953973-.7071067.0001868-.0001031-.000103-.0002061-.000206-.000309-.0003091l-2.82348561-2.8275505c-.19514301-.1953812-.1949499-.5119637.00043132-.7071067l.35376898-.3533376c.19538122-.195143.51196365-.1949499.70710665.0004313z'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {

    .button:not(.button--small) {
        padding: 20px 15px;
    }

}


@keyframes animateLoading {
    0% {
        background: rgba(0, 0, 0, 0);
        transform: scale(0)
    }

    50% {
        background: rgba(0, 0, 0, 0.5);
        transform: scale(1);
    }

    100% {
        background: rgba(0, 0, 0, 0);
        transform: scale(0)
    }
}

.button--loading {
    font-size: 0;
    overflow: hidden;
    transition: 0s;
}

.button--loading:before {
    content: attr(data-loading-text);
    font-size: 14px;
    line-height: 1.3em;
}

.button--loading:after {
    content: '';
    display: block;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: animateLoading 2s 0s infinite;
    z-index: -1;
}





/*----------------------------------------------------------------------------*\
    #ARROWS
\*----------------------------------------------------------------------------*/

.link--arrow {
    position: relative;
    padding-left: 20px;
    color: #061C2D;
}

.link--arrow:before {
    position: absolute;
    top: 50%;
    left: 2px;;
    margin-top: -0.3em;
    content: '';
    display: block;
    width:  12px;
    height: 12px;
    box-sizing: border-box;
    border-bottom: 2px solid #061C2D;
    border-left:   2px solid #061C2D;
    transition: 0.1s;
    transform: rotate(45deg);
}


.no-touch .link--arrow:hover:before {
    left: -2px;
}


@media (min-width: 768px) {
    
    .link--arrow {}
    
}





/*----------------------------------------------------------------------------*\
    #CSS-X
\*----------------------------------------------------------------------------*/

.css-x {
    position: absolute;
    top:   30px;
    right: 30px;
    border: none;
    background-color: transparent;
    width:  24px;
    height: 24px;
    transition: 0.3s;
}

.css-x:before,
.css-x:after {
    content: '';
    display: block;
    width: 75%;
    height: 2px;
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #061C2D;
    border-radius: 1px;
}

.css-x:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.css-x:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.no-touch *:hover > .css-x {
    transform: rotate(90deg);
}




/*----------------------------------------------------------------------------*\
    #CSS-ARROW
\*----------------------------------------------------------------------------*/

.css-arrow {
    width:  8px;
    height: 16px;
    position: relative;
    display: inline-block;
}

.css-arrow--xl {
    width:  16px;
    height: 30px;
}

.css-arrow--bottom {}

.css-arrow:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width:  11px;
    height: 11px;
    border-left: 2px solid #061C2D;
    border-top:  2px solid #061C2D;
    position: absolute;
    top: 2px;
}

.css-arrow--xl:after {
    width:  22px;
    height: 22px;
}

.css-arrow--white:after {
    border-color: #fff;
}

.css-arrow--right:after {
    transform: rotate(135deg);
    top:    7px;
    right: -6px;
}

.css-arrow--bottom:after {
    transform: rotate(-135deg);
    right: 2px;
}

.css-arrow--left:after {
    transform: rotate(-45deg);
    left: 2px;
}





/*----------------------------------------------------------------------------*\
    #SPINNER
\*----------------------------------------------------------------------------*/

.spinner {
  width:  30px;
  height: 30px;
  margin: 0;
  position: relative;
}


.spinner .double-bounce1,
.spinner .double-bounce2 {
    width:  100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.8;
    position: absolute;
    top:  0;
    left: 1px;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.spinner .double-bounce1 {
    background: #061C2D;
}

.spinner .double-bounce2 {
    background: #D7B08F;
    animation-delay: 1.0s;
}

.spinner--light .double-bounce1 {
    background: #fff;
}

.spinner--light .double-bounce2 {
    background: #f7f7f7;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
                transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
                transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@media (min-width: 768px) {
    
    .spinner {
        width:  40px;
        height: 40px;
    }

    .spinner--small {
        width:  30px;
        height: 30px;
    }
    
}





/*----------------------------------------------------------------------------*\
    #TOGGLER
\*----------------------------------------------------------------------------*/

.toggler {}

.toggler .toggle-container {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.1s ease-out;
}

.toggler--opened .toggle-container {
    max-height: 360px;
    transition-timing-function: ease-in;

}




@media (min-width: 768px) {
    .toggler .toggle-container {
        transition: max-height 0.3s ease-out;
    }
}





/*----------------------------------------------------------------------------*\
    #MOCKUP
\*----------------------------------------------------------------------------*/

.mockup {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left:  auto;
    z-index: 1;
}

.mockup:before {
    content: '';
    display: block;
    border-radius: inherit;
}

.mockup:after {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    border-radius: inherit;
}


.mockup--smartphone {
    border-radius: 40px;
    max-width: 336px;
}

.mockup--smartphone:before {
    padding-top: 182%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
}

.mockup--smartphone:after {
    box-shadow: -30px 20px 70px 0 rgba(0, 0, 0, 0.2);
}


.mockup--desktop {
    border-radius: 8px;
}

.mockup--desktop:before {
    padding-top: 62.5%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}

.mockup--desktop:after {
    box-shadow: -30px 20px 70px 0 rgba(0, 0, 0, 0.2);
}


.mockup--tablet {
    border-radius: 16px;
    max-width: 435px;
}

.mockup--tablet:before {
    /*padding-top: 141.149%;*/
    padding-top: 131%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}

.mockup--tablet:after {
    box-shadow: -30px 20px 70px 0 rgba(0, 0, 0, 0.2);
}


.mockup .screen {
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    background-color: #fff;
    z-index: 1;
}


.mockup .element {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.mockup--smartphone .screen {
    top:    5.647%;
    bottom: 5.647%;
}

.mockup--desktop .screen {
    top: 7.251%;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius:  inherit;
    overflow: hidden;
}


.mockup--tablet .screen {
    top: 5.2117%;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius:  inherit;
    overflow: hidden;
}


@media (min-width: 768px) {

    .mockup--desktop:before {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    }


    .mockup--tablet:before {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    }
}


.mockup .screen .image {
    width:  100%;
    height: 100%;
    background: #fff;
}

.mockup--smartphone .element {
    height: 1.018%;
}

.mockup--smartphone .element-1 {
    background-color: #e5e5e5;
    width: 1.79%;
    top:   2.712%;
    left: 43.15%;
    border-radius: 100%
}

.mockup--smartphone .element-2 {
    background-color: #e5e5e5;
    width: 11.906%;
    top:   2.712%;
    left: 47.62%;
    border-radius: 3px;
}


.mockup--smartphone .element-3 {
    top:  5.647%;
    left: 0;
    overflow: hidden;
    width:  83.335%;
    height: 78.752%;
    z-index: 5;
    /*background: red;*/
}

.mockup--smartphone .element-3:before {
    content: '';
    display: block;
    background-color: rgba(255,255, 255, 0.15);
    width:  200%;
    height: 200%;
    transform: rotate(27.8deg);
    position: absolute;
    top:   -38%;
    left: -175%;
}

.mockup--smartphone .element-4 {
    right:  0;
    bottom: 5.647%;
    width: 100%;
    height: 16.102%;
    z-index: 10;
    background: url(/themes/custom/images/gradient-smartphone@2x.png) no-repeat;
    background-size: 100% 100%;
}



.mockup--desktop .element {
    height: 1.018%;
    pointer-events: none;
}

.mockup--desktop .element-1,
.mockup--desktop .element-2,
.mockup--desktop .element-3 {
    width:  1.1718%;
    height: 1.813%;
    background: #061C2D;
    top: 2.4169%;
    border-radius: 100%;
}

.mockup--desktop .element-1 {
    left: 1.5625%;
    background-color: #FF6058;
    border: 0.5px solid #E0463E;
}

.mockup--desktop .element-2 {
    left: 3.516%;
    background-color: #FEBF2F;
    border: 0.5px solid #DFA33C;
}

.mockup--desktop .element-3 {
    left: 5.469%;
    background-color: #2AC940;
    border: 0.5px solid #2BAB2C;
}

.mockup--desktop .element-4 {
    height: 3.625%;
    width: 76.5625%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.765%/25%;
    top:   1.813%;
    left: 11.719%;
}



.mockup--tablet .element {
    height: 0.651%;
    top:   2.605%;
}

.mockup--tablet .element-1 {
    background-color: #e5e5e5;
    width: 0.919%;
    left: 43.678%;
    border-radius: 100%
}

.mockup--tablet .element-2 {
    background-color: #e5e5e5;
    width: 12.8%;
    left: 47.12%;
    border-radius: 3px;
}


.mockup--tablet .element-3 {
    top:  5.3%;
    left: 0;
    overflow: hidden;
    width:  74.712%;
    height: 65.146%;
    z-index: 5;
}

.mockup--tablet .element-3:before {
    content: '';
    display: block;
    background-color: rgba(255,255, 255, 0.1);
    width:  200%;
    height: 200%;
    transform: rotate(39deg);
    position: absolute;
    top:   -98%;
    left: -131%;
}

.mockup--tablet .element-4 {
    top: auto;
    right:  0;
    bottom: 0;
    width: 100%;
    height: 16.102%;
    z-index: 10;
    background: url(/themes/custom/images/gradient-smartphone@2x.png) no-repeat;
    background-size: 100% 100%;
}



.mockup .fancy-video {
    display: block;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    z-index: 20;

    /* ...for the goddamn IE... */
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}


.mockup .fancy-video:before,
.mockup .fancy-video:after {
    content: '';
    display: block;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    margin: auto;
    box-sizing: border-box;
}

.mockup .fancy-video:before {
    width:  96px;
    height: 96px;
    background: #fff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0 #EEEEF2;
    transition: 0.3s;
}

.mockup .fancy-video:hover:before {
    box-shadow: inset 0 0 0 48px #EEEEF2;
}

.mockup .fancy-video:after {
    border-top:     7px solid transparent;
    border-left:   13px solid #061C2D;
    border-bottom:  7px solid transparent;
    width: 0;
    height: 0;
}





/*----------------------------------------------------------------------------*\
    #APP-LINK
\*----------------------------------------------------------------------------*/


.app-links-container {}

.app-links {
    margin: -20px -4px;
}

.app-link {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-left: 72px;
    position: relative;
    width: 294px;
    margin: 20px 4px;
}

.app-link .app-icon {
    width:  56px;
    height: 56px;
    border-radius: 12.5%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    position: absolute;
    top:  0;
    left: 0;
}

.app-link .content {
    opacity: 0.9;
    font-weight: 500;
    line-height: 0;
}

.app-link .content .icon--additional-contact {
    margin-top: 4px;
    width:  54.69px;
    height:  9px;
}

.app-link .content .title {
    margin-top: 4px;
}

.app-link .content .title .name,
.app-link .content .title .flag {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.18em;
}

.app-link .content .title .name {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 0.333em;
}

.app-link .content .title .flag {
    color:#EB5A61;
    font-size: 12px;
}

.app-link .content .description {
    margin-top: 4px;
    font-size: 12px;
    color: #8F9EA4;
    line-height: 1.333em;
}

@media (min-width: 768px) {}





/*----------------------------------------------------------------------------*\
    #CONTENT-HEADING
\*----------------------------------------------------------------------------*/

.content-block + .content-heading {
    margin-top: 60px;
}


.content-heading:first-child {
    margin-top: 80px;
}

.one-column-details  .content-heading:first-child {
    margin-top: 0;
}



@media (min-width: 768px) {

    .content-block + .content-heading {
        margin-top: 78px;
    }

}


@media (min-width: 1024px) {

    .content-block + .content-heading {
        margin-top: 140px;
    }

}





/*----------------------------------------------------------------------------*\
    #CONTENT-TEXT
\*----------------------------------------------------------------------------*/

.content-text {
    margin-top: 1em;
}

.content-text:last-child {
    margin-bottom: 6vh;
}



@media (min-width: 768px) {

    .content-text {
        margin: 2vh;
    }

    .content-text:last-child {
        margin-bottom: 10vh;
    }


    .content-heading + .content-text {
        margin-top: 2em;
    }

}

@media (min-width: 992px) {}

@media (min-width: 1280px) {}

@media print {}





/*----------------------------------------------------------------------------*\
    #CONTENT-V2-MOCKUP-DESKTOP
\*----------------------------------------------------------------------------*/

.content-v2-mockup-desktop {
    overflow: hidden;
}


.content-v2-mockup-desktop .image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 80px 160px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 0;
    border-top-left-radius:  3px;
    border-top-right-radius: 3px;
}

.content-v2-mockup-desktop .image-container:before {
    content: '';
    display: block;
    padding-top: 58.42%;
}


.content-v2-mockup-desktop.theme-light .image-container {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-v2-mockup-desktop .image-container img {
    width:  auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


@media (min-width: 768px) {

    .content-v2-mockup-desktop .image-container {
        margin-bottom: -3.5%;
    }

}





/*----------------------------------------------------------------------------*\
    #CONTENT-V2-HEADING-TEXT
\*----------------------------------------------------------------------------*/

.content-v2-heading-text {
    padding-top:    11vh;
    padding-bottom: 11vh;
}

.content-v2-heading-text--mockup {
    padding-bottom: 8vh;
}

.content-v2-heading-text .heading {
    margin-bottom: 24px;
}

.content-v2-heading-text .heading .icon {
    width:  32px;
    height: 32px;
    margin-bottom: 16px;
}

.content-v2-heading-text .heading .icon .svg {
    width:  100%;
    height: 100%;
}

.content-v2-heading-text.theme-dark .heading .icon .svg path {
    /*fill: #fff;*/
}


.content-v2-heading-text .button-container {
    margin-top: 36px;
}

.content-v2-heading-text .button-info {
    margin-top: 12px;
    color: #8F9EA4;
    font-weight: 500;
}


@media (min-width: 768px) {

    .content-v2-heading-text {
        padding-top:    20vh;
        padding-bottom: 20vh;
    }

    .content-v2-heading-text--mockup {
        padding-bottom: 16vh;
    }

    .content-v2-heading-text .heading {
        position: relative;
    }

    .content-v2-heading-text .heading .icon {
        width:  40px;
        height: 40px;
        margin-bottom: 0;
        position: absolute;
        top:   4px;
        left: -64px;
    }
}

@media (min-width: 1024px) {

    .content-v2-heading-text .heading {
        margin-bottom: 0;
        vertical-align: bottom;
    }

}





/*----------------------------------------------------------------------------*\
    #SCROLL-CONTAINER
\*----------------------------------------------------------------------------*/

.scroll-container {
    scroll-snap-type: mandatory;
    scroll-snap-points-x: repeat(295px);
    scroll-snap-type: x mandatory;
    /*scroll-padding: 0 40px 0 40px;*/
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    line-height: 0;

    /* Hide scrollbars */
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    cursor: move;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.scroll-container.scroll--prevent-all:after {
    content: '';
    display: block;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    z-index: 100;
    /*background-color: rgba(6, 28, 45, 0.2);*/
}

.scroll-container .scroll-item {
    scroll-snap-align: center;
    white-space: normal;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 295px;
    margin: 0 12px;
    line-height: 1em;
    max-width: calc(100vw - 80px);
}

.scroll-container.scroll--prevent-all .scroll-item {
    scroll-snap-align: none;
}


.scroll-container .scroll-item:first-child {
    margin-left: 40px;
}

.scroll-container .scroll-item:last-child {
     margin-right: 40px;
}

.scroll-nav-points {
    margin-top: 48px;
    text-align: center;
}


.scroll-nav-points .nav-point {
    display: inline-block;
    vertical-align: top;
    width:  6px;
    height: 6px;
    border-radius: 100%;
    background-color: rgba(143, 158, 164, 0.4);
    margin: 0 6px;
}

.scroll-container[data-item-active="0"] + .scroll-nav-points .nav-point:nth-child(1) { background-color: #061C2D; }
.scroll-container[data-item-active="1"] + .scroll-nav-points .nav-point:nth-child(2) { background-color: #061C2D; }
.scroll-container[data-item-active="2"] + .scroll-nav-points .nav-point:nth-child(3) { background-color: #061C2D; }
.scroll-container[data-item-active="3"] + .scroll-nav-points .nav-point:nth-child(4) { background-color: #061C2D; }
.scroll-container[data-item-active="4"] + .scroll-nav-points .nav-point:nth-child(5) { background-color: #061C2D; }
.scroll-container[data-item-active="5"] + .scroll-nav-points .nav-point:nth-child(6) { background-color: #061C2D; }


/*----------------------------------------------------------------------------*\
    #DATA-CONTACT
\*----------------------------------------------------------------------------*/



@media print {
    
    .data-contact {
        position: relative;
        display: block !important;
        padding-left: 100px;
        margin: 30px 0 40px;
    }

    .data-contact p {
        margin-top: 28px;
        text-align: left;
    }

    .data-contact .svg {
        position: absolute;
        top:   8px;
        left: 20px;
    }

    .data-contact .svg svg {
        width:  60px;
        height: 40px;
    }
    
}

/*----------------------------------------------------------------------------*\
    #COOKIE-BANNER
    Source: https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css
\*----------------------------------------------------------------------------*/

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    display: none;
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.8)
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,.cc-close,.cc-link,.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    /*min-width: 140px*/
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,.cc-window {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .cc-btn {
        box-sizing: border-box;
        min-width: 140px;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space:normal
    }
}

@media screen and (max-width: 414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top:0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}





/*----------------------------------------------------------------------------*\
    #CUSTOM-OPTIONS
\*----------------------------------------------------------------------------*/

.cc-revoke.cc-bottom,
.cc-cookie-site .cc-dismiss {
    display: none;
}

.cc-link {
    padding: 0;
}

/*----------------------------------------------------------------------------*\
    #TOP-V2-TEASER
\*----------------------------------------------------------------------------*/

.top-v2-teaser {
    background-color: #4D76F1;
    padding: 12px 0;
    position: relative;
}

.top-v2-teaser .label,
.top-v2-teaser .text * {
    color: #fff;
    font-weight: 500;
}


.top-v2-teaser .layout-wrapper {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.top-v2-teaser .layout-wrapper > * {
    display: inline-block;
}

.top-v2-teaser .label {
    font-size: 13px;
    height: 1.22em;
    line-height: 1.22em;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 12px;
    align-self: flex-start;
}

.top-v2-teaser .text {
    margin-top: 0;
    text-align: center;
}

.top-v2-teaser--link .text {
    text-align: left;
}

.top-v2-teaser .text * {
    font-size: 14px;
    line-height: 1.285em;
}

.top-v2-teaser .svg {
    margin-left: 8px;
    height: 24px;
}

.top-v2-teaser .svg path {
    fill: #fff;
}



@media (max-width: 767px) {

    .top-v2-teaser .layout-wrapper {
        margin-right: 12px;
        margin-left: 12px;
    }

}



@media (min-width: 768px) {

    .top-v2-teaser {
        padding: 20px 0;
        z-index: 2010;
    }

    .top-v2-teaser .label {
        font-size: 14px;
        margin-right: 20px;
    }

    .top-v2-teaser .text * {
        font-size: 16px;
    }

    .top-v2-teaser .svg {
        margin-left: 16px;
    }

}

@media (min-width: 992px) {}

@media (min-width: 1280px) {}

@media print {}

/*----------------------------------------------------------------------------*\
    #TOP-MAIN-MENU
\*----------------------------------------------------------------------------*/

.top-main-menu {
    height: 104px;
    box-sizing: border-box;
    position: fixed;
    top:   0;
    right: 0;
    left:  0;
    z-index: 2000;
    transition: 0.3s;
}

.scrolled .top-main-menu {
    height: 64px;
}


.top-main-menu {
    background: rgba(255, 255, 255, 1);
}


body:not(.menu-open) .top-main-menu.theme-dark {
    background: #061C2D;
}

.scrolled .top-main-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}


.top-main-menu .main-elements {
    position: relative;
    height: 100%;
    transition: 0.3s;
    /*z-index: 1;*/
}


.top-main-menu .main-elements .homepage-link {
    position: absolute;
    top:  50%;
    left: 0;
    transform: translate(0, -50%);
    transition: 0.3s;
    width: 157px;
    height: 24px;
}

.top-main-menu .main-elements .homepage-link .svg {
    width:  100%;
    height: 100%;
}

body:not(.menu-open):not(.submenu-open) .top-main-menu.theme-dark .main-elements .homepage-link .svg path {
    fill: #fff;
}

.top-main-menu .main-elements .toggle-menu {
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    top:   50%;
    right: -4px;
    left:  auto;
    z-index: 10;
    transform: translate(0, -50%);
    padding-right: 24px;
    color: #061C2D;
    transition: 0.3s;
    box-shadow: none;
    font-weight: 500;
}

body:not(.menu-open) .top-main-menu.theme-dark .main-elements .toggle-menu {
    background: #061C2D;
    color: #fff;
}

.top-main-menu .main-elements .toggle-menu:after {
    content: '';
    display: block;
    width:  6px;
    height: 6px;
    box-sizing: border-box;
    border-right:  1.5px solid #061C2D;
    border-bottom: 1.5px solid #061C2D;
    border-radius: 1.5px;
    transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: 0.3s;
}

body:not(.menu-open) .top-main-menu.theme-dark .main-elements .toggle-menu:after {
    border-color: #fff;
}

.top-main-menu .main-elements .toggle-menu--open:after {
    transform: rotate(225deg) translate(0, -50%);
    margin: -4px -4px 0 0;
}

.top-main-menu .menu-mobile .menu .menu-closer-overlay {
    transform: translate(0, 0);
    height: 100vh;
}

.top-main-menu .main-elements .app-navigation-container {
    position: absolute;
    top:   0;
    right: 0;
    z-index: 100;
    transform: translate(0, -100%);
    transition: 0.3s;
    background-color: #fff;
    margin: 0 -4px 0 0;
    text-align: right;
}

.is-not-homepage .top-main-menu .main-elements .app-navigation-container {
    left:  0;
}


.top-main-menu .main-elements .app-navigation-container .svg {
    width:  32px;
    height: 32px;
    /*background-color: #061C2D;*/
    transform: translate(0, -50%);
    position: absolute;
    top:  50%;
    left: 0;
}


.top-main-menu .main-elements .app-navigation-container .button {
    margin: 4px;
    padding-right: 10px;
    padding-left:  10px;
}

.scrolled-over-intro-mockup-button-container .top-main-menu .main-elements .app-navigation-container {
    top:   50%;
    transform: translate(0, -50%);
}


@media screen and (max-width: 767px) {

    .menu-open .top-main-menu,
    .submenu-open .top-main-menu,
    .scrolled .top-main-menu {
        top: 0 !important;
    }

}

@media screen and (min-width: 768px) {


    .menu-open .top-main-menu,
    .submenu-open .top-main-menu,
    .scrolled .top-main-menu {
        top: 0;
    }

    .scrolled .top-main-menu,
    .scrolled .top-main-menu .menu-desktop .main-menu .menu-item--main .sub-menu {
        top: 0 !important;
    }

    .top-main-menu {
        height: 112px;
    }

    .top-main-menu .menu-desktop {
        position: absolute;
        top:   0;
        right: 0;
        left:  0;
        height: 100%;
    }

    .top-main-menu .main-elements .homepage-link {
        width: 210px;
        height: 32px;
        z-index: 20;
    }


    .top-main-menu .menu-desktop .site-menu {
        position: absolute;
        top: 100%;
        right: 0;
        transition: 0.3s;
        z-index: 10;
    }

    .scrolled .top-main-menu .menu-desktop .site-menu {
        position: absolute;
        top:  50%;
        transform: translate(0, -50%);
        transition: 0.3s;
    }

    .scrolled-over-intro-mockup-button-container  .menu-desktop .site-menu {
        right: 300px;
    }


    .top-main-menu .menu-desktop .site-menu .site-menu-point {
        color: #061C2D;
        font-weight: 600;
        font-size: 14px;
        padding: 16px;
        position: relative;
    }


    .top-main-menu .menu-desktop .site-menu .site-menu-point:last-child {
        margin-right: -16px;
    }


    .top-main-menu .menu-desktop .main-menu {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding-left: 220px;
        position: relative;
        z-index: 20;
    }

    .scrolled .top-main-menu .menu-desktop .site-menu + .main-menu {
        right: 0;
        top: -100%;
    }

    .top-main-menu .menu-desktop .main-menu .menu-link {
        display: block;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item--main {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main:last-child {
        margin-right: -16px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .menu-link--main {
        color: #061C2D;
        font-weight: 500;
        font-size: 16px;
        padding: 20px 16px 16px;
        position: relative;
        z-index: 30;
        transition: color 0.3s;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .menu-link--main:hover {
        color: #4D76F1;
    }

    body:not(.submenu-open) .top-main-menu.theme-dark .menu-desktop .main-menu .menu-item--main .menu-link--main {
        color: #fff;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main--additional {
        position: absolute;
        top:   0;
        right: 0;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main--additional .menu-link--main .menu-icon {
        width:  24px;
        height: 24px;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main--additional .menu-link--main .menu-icon .svg {
        width:  100%;
        height: 100%;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main--additional .menu-link--main .menu-text {
        color: #4D76F1;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main--additional .menu-link--main .menu-icon + .menu-text {
        margin-left: -24px;
        padding-left: 32px;
        width: 100%;
        box-sizing: border-box;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .menu-link--submenu .menu-text {
        display: block;
        position: relative;
        padding-right: 16px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item--main .menu-link--submenu .menu-text:after {
        content: '';
        display: block;
        width:  6px;
        height: 6px;
        box-sizing: border-box;
        border-right:  1.5px solid #061C2D;
        border-bottom: 1.5px solid #061C2D;
        border-radius: 1.5px;
        transform: rotate(45deg) translate(0, -80%);
        position: absolute;
        top: 50%;
        right: 0;
        transition: 0.3s;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .menu-link--submenu:hover .menu-text:after {
        border-color: #4D76F1;
    }

    body:not(.submenu-open) .top-main-menu.theme-dark .menu-desktop .main-menu .menu-item--main .menu-link--submenu .menu-text:after {
        border-color: #fff;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--submenu-open .menu-link--submenu .menu-text:after {
        transform: rotate(225deg) translate(0, 20%);
    }



    .top-main-menu .menu-desktop .main-menu .menu-item--main .sub-menu {
        box-sizing: border-box;
        position: fixed;
        top:   0;
        right: 0;
        left:  0;
        border-radius: 2px;
        padding: 100px 0 0;
        text-align: left;
        margin: 0 auto;
        z-index: 20;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius:  3px;
        transform: translate(0, -30%);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s, opacity 0.3s linear, top 0.5s, transform 0.5s;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .sub-menu:before {
        content: '';
        display: block;
        position: absolute;
        top:    0;
        right:  0;
        bottom: 0;
        left:   0;
        background-color: #FFFFFF;
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
        z-index: -1;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--submenu-open .sub-menu {
        transform: translate(0, 0);
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .closer-overlay {
        position: fixed;
        top:    0;
        right:  0;
        bottom: 0;
        left:   0;
        z-index: 15;
        background-color: rgba(0, 0, 0, 0.2);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s, opacity 0.3s linear, top 0.5s, transform 0.5s;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--submenu-open .closer-overlay {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu > * {
        padding: 32px 64px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container--2 {
        background-color: #F2F2F2;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container .link-heading {
        color: #8F9EA4;
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 24px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container {
        padding-bottom: 40px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote {
        position: relative;
        min-height: 80px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .author-image {
        width:  80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        top:  0;
        left: 0;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .author-image .image {
        width:  100%;
        height: 100%;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content {
        padding-left: 120px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .text {
        position: relative;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .text * {
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 500;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .text > * {
        color: #061C2D;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .text:before {
        content: '„';
        display: block;
        position: absolute;
        top: 0;
        left: -0.3em;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .text > *:last-child:after {
        content: '“'
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .author:before {
        content: '–';
        margin: 0 0.33em 0 0;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .author {
        margin-top: 8px;
        color: #8F9EA4;
        font-weight: 500;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .author .name,
    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .author .role {
        display: inline-block;
        vertical-align: top;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .content .author .role:before {
        content: ',';
        margin-right: 0.2em;
    }


}

@media screen and (min-width: 992px) {

    .scrolled-over-intro-mockup-button-container .top-main-menu .menu-desktop .main-menu {
        right: 330px;
        /*right: 200px;*/
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .menu-link--main {
        padding-right: 32px;
        padding-left:  32px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main:last-child {
        margin-right: -32px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item--main .sub-menu {
        right: 32px;
        left:  32px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item--main .sub-menu > * {
        padding-right: 32px;
        padding-left:  32px;
    }

}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .top-main-menu .menu-desktop .main-menu .menu-item--main--additional .menu-link--main .menu-icon {
        display: none;
    }
}

@media screen and (min-width: 1384px) {


    .top-main-menu .menu-desktop .main-menu {
        padding-left: 260px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu {
        overflow: hidden;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container {
        padding: 32px 80px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container--1 {
        width: 61.75%;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container--2 {
        width: 38.25%;
        padding-top: 144px;
        margin-top: -144px;
        position: relative;
        float: right;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container--2:after {
        content: '';
        display: block;
        background: #F2F2F2;
        position: absolute;
        top:  100%;
        right:  0;
        bottom: 0;
        left:   0;
        height: 100%;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container .link-heading {
        margin-bottom: 48px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container--1 .app-links {
        margin-right: -24px;
        margin-left:  -24px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .app-links-container--1 .app-links .app-link {
        margin-left:  24px;
        margin-right: 24px;
    }

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 50px;
        padding-right: 0;
        padding-left:  0;
        margin-top:   16px;
        margin-right: calc(38.25% + 80px);
        margin-left:  80px;
    }


    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote {}

    .top-main-menu .menu-desktop .main-menu .menu-item .sub-menu .quote-container .quote .author-image {
        margin-top: -6px;
    }

}


@media screen and (min-width: 1424px) {

    .top-main-menu .menu-desktop .main-menu .menu-item--main .sub-menu {
        padding-top: 144px;
        right: 0;
        left:  0;
        width: 1360px;
    }
}

/*----------------------------------------------------------------------------*\
    #fix-v2-teaser
\*----------------------------------------------------------------------------*/

.fix-v2-teaser {
    box-sizing: border-box;
    position: fixed;
    right:  0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 1);
    transition: transform 0.5s;
    transform: translate(0, 120%);
    font-weight: 500;
    text-align: center;
}

.fix-v2-teaser--shown-time.fix-v2-teaser--shown-position {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    transform: translate(0, 0);
}


.fix-v2-teaser .close-teaser {
    top:   16px;
    right: 16px;
    position: absolute;
    z-index: 10;
}

.fix-v2-teaser .content {
    font-size: 24px;
    padding: 54px 24px 24px;
    position: relative;
    background-color: #fff;
}

.fix-v2-teaser .content strong {
    color: #4D76F1;
    font-weight: 500;
}

.fix-v2-teaser .content > * + * {
    margin-top: 8px;
}

.fix-v2-teaser .content .highlighted {
    font-size: 1.2em;
    font-weight: bold;
}

.fix-v2-teaser .content .text {
    margin-bottom: 24px;
}

.fix-v2-teaser .content .link-container {
    margin-top: 20px;
}


.fix-v2-teaser .content .nl-subscribe {}

.fix-v2-teaser .content .nl-subscribe .additive-label-text {
    display: none !important;
}

.fix-v2-teaser .content .nl-subscribe .additive-input-group {
    margin-bottom: 8px !important;
}

.fix-v2-teaser .content .nl-subscribe .additive-input-error-message {
    position: relative;
}

.fix-v2-teaser .content .nl-subscribe .additive-input {
    padding: 12px 12px !important;
}

.fix-v2-teaser .content .nl-subscribe .additive-button {
    font-size: 16px !important;
    line-height: 20px;
    padding: 14px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}



.fix-v2-teaser .socials {
    padding: 29px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F2F2F2;
}

.fix-v2-teaser .socials .social-text {
    font-size: 16px;
}

.fix-v2-teaser .socials .social-links {
    margin-top: 20px;
}


.fix-v2-teaser .socials .social-links .social-link {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
}

.fix-v2-teaser .socials .social-links .social-link svg {
    width:  32px;
    height: 32px;
}

.fix-v2-teaser .socials .social-links .social-link svg path {
    fill: rgb(77, 118, 241);
}


@media (max-width: 767px) {

    .fix-v2-teaser:before {
        content: '';
        position: fixed;
        right:  0;
        bottom: 0;
        left:   0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -2;
    }
    .fix-v2-teaser--shown-time.fix-v2-teaser--shown-position:before {
        top: -3000px;
    }

}


@media (min-width: 768px) {

    .fix-v2-teaser {
        border-radius: 3px;
        width: 360px;
        right:  24px;
        bottom: 24px;
        overflow: hidden;
    }

}


/*----------------------------------------------------------------------------*\
    #CONTENT-V2-INTRO
\*----------------------------------------------------------------------------*/

.content-v2-intro {
    padding-top:    11vh;
    padding-bottom: 11vh;
}

.content-v2-intro .heading {
    margin-bottom: 24px;
}


.content-v2-intro .app {}


.content-v2-intro .app .icon {
    width:  56px;
    height: 56px;
    margin-bottom: 40px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12.5%;
}

.content-v2-intro .app .icon .svg {
    width:  100%;
    height: 100%;
}

.content-v2-intro .app .brand-icon {
	width: 121px;
	height: 21px;
	opacity: 0.9;
    margin-bottom: 8px;
}

.content-v2-intro .app .brand-icon .svg {
    width:  100%;
    height: 100%;
}


.content-v2-intro .app .name {}

.content-v2-intro .app .name .heading,
.content-v2-intro .app .name .flag {
    display: inline-block;
    vertical-align: baseline;
}

.content-v2-intro .app .name .heading {
    margin-bottom: 0;
    margin-right: 0.333em;
    text-transform: uppercase;
}

.content-v2-intro .app .name .flag {
    color: #EB5A61;
    font-weight: 500;
}

.content-v2-intro .app .text {
    margin-top: 28px;
    max-width: 350px;
}

.content-v2-intro .app .text p {
    color: #061C2D;
}


.content-v2-intro .button-container {
    margin-top: 36px;
}

.content-v2-intro .button-info {
    margin-top: 12px;
    color: #8F9EA4;
    font-weight: 500;
}


.content-v2-intro .price {
    margin-top: 24px;
    position: relative;
}

.content-v2-intro .price .value {
    font-size: 32px;
    line-height: 1.1875em;
    font-weight: 500;
}

.content-v2-intro .price .value:after {
    content: ' €';
}

.content-v2-intro .price .price-info-detailed {
    position: relative;
}

.content-v2-intro .price .price-info-detailed .svg {
    width:  20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 8px;
}

.content-v2-intro .price .price-info-detailed .svg svg {
    width:  100%;
    height: 100%;
}

.content-v2-intro .price .price-info-detailed .svg svg path {
    fill: #8F9EA4;
}

.content-v2-intro .price .price-info-detailed:hover .tooltip {
    display: block;
}

.content-v2-intro .price .price-info-detailed .tooltip {
    display: none;
    position: absolute;
    width: 240px;
    max-width: 90vw;
    top: 0;
    left: 100%;
    transform: translate(-50%, 0);
    transform-origin: center;
    background-color: rgba(6, 28, 45, 0.95);
    z-index: 10;
    padding: 16px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
}


.content-v2-intro .price-info {
    margin-top: 4px;
    color: #8F9EA4;
    font-weight: 500;
}


.content-v2-intro .content .nl-subscribe {
    margin-top: 40px;
}


.content-v2-intro .content .nl-subscribe .additive-container {
    padding: 0 !important;
}

.content-v2-intro .content .nl-subscribe .additive-label-text {
    display: none !important;
}

.content-v2-intro .content .nl-subscribe .additive-input-group {
    margin-bottom: 8px !important;
}

.content-v2-intro .content .nl-subscribe .additive-input {
    padding: 11px !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

.content-v2-intro .content .nl-subscribe .additive-input-error-message {
    position: static !important;
}

.content-v2-intro .content .nl-subscribe .additive-button {
    width: 100% !important;
    font-size: 16px !important;
    padding: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    transition: background-color 0.3s;
}


@media (max-width: 1023px) {

    .content-v2-intro .app + .content {
        margin-top: 40px;
    }

}


@media (min-width: 768px) {

    .content-v2-intro {
        padding-top:    20vh;
        padding-bottom: 20vh;
    }

    .content-v2-intro .app .icon {
        width: 80px;
        height: 80px;
    }


    .content-v2-intro .content .nl-subscribe .additive-button:hover {
        background-color: #3564ef !important;
    }

}

@media (min-width: 1024px) {

    .content-v2-intro .heading {
        margin-bottom: 0;
        vertical-align: bottom;
    }

    .content-v2-intro .content .nl-subscribe .additive-form,
    .content-v2-intro .content .nl-subscribe .additive-form .additive-inline {
        display: block;
    }

    .content-v2-intro .content .nl-subscribe .additive-input-group,
    .content-v2-intro .content .nl-subscribe .additive-button {
        display: inline-block !important;
        vertical-align: top !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        width: 50% !important;
    }

    .content-v2-intro .content .nl-subscribe .additive-input-group {
        padding-right: 8px !important;
    }
}

@media (min-width: 1200px) {

    .content-v2-intro .content .nl-subscribe .additive-input-group {
        width: 60% !important;
    }

    .content-v2-intro .content .nl-subscribe .additive-button {
        width: 40% !important;
    }

}

/*----------------------------------------------------------------------------*\
    #CONTENT-V2-MOCKUP
\*----------------------------------------------------------------------------*/

.content-v2-mockup {
    padding-top:    10vh;
    padding-bottom: 0;
    overflow: hidden;
}

.content-v2-mockup .content {}

.content-v2-mockup .content .svg {
    margin-bottom: 8px;
    width:  32px;
    height: 32px;
}

.content-v2-mockup .content .svg path {
    fill: #8F9EA4;
}


.content-v2-mockup .content .heading {
    margin-top: 0;
    margin-bottom: 24px;
}

.content-v2-mockup .content .button-container {
    margin-top: 32px;
}

.content-v2-mockup .content .button-info {
    margin-top: 8px;
    color: #061C2d;
}

.content-v2-mockup.theme-dark .content .button-info {
    color: #fff;
}


.content-v2-mockup .image-container {
    margin-top: 8px;
    color: #061C2d;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: -10%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 80px 160px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 0;
    border-top-left-radius:  3px;
    border-top-right-radius: 3px;
}


.content-v2-mockup.theme-dark .image-container {
    color: #fff;
}

.content-v2-mockup .image-container:before {
    content: '';
    display: block;
    padding-top: 131%;
}


.content-v2-mockup.theme-light .image-container {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-v2-mockup .image-container img {
    width:  auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-v2-mockup .image-first {
    display: none;
}

@media (min-width: 768px) {

    .content-v2-mockup {
        padding-top: 19vh;
    }



    .content-v2-mockup .content {
        position: relative;
    }

    .content-v2-mockup .content .svg {
        position: absolute;
        left: -48px;
        top:    10px;
        width:  40px;
        height: 40px;
    }

    .content-v2-mockup .content .text {
        max-width: 520px;
    }

    .content-v2-mockup .content .button-container {
        margin-top: 48px;
    }

    .content-v2-mockup .image-container {
        margin-bottom: -8px;
        max-width: 680px;
    }

}

@media (max-width: 1023px) {

    .content-v2-mockup .image-container {
        margin-top: 56px;
    }

}

@media (min-width: 1024px) {

    .content-v2-mockup--image-right .image-first {
        display: none;
    }

    .content-v2-mockup--image-right .image-last {
        display: block;
    }

    .content-v2-mockup--image-left .image-first {
        display: block;
    }

    .content-v2-mockup--image-left .image-last {
        display: none;
    }

    .content-v2-mockup .image-container {
        width: 130.188%;
    }


    .content-v2-mockup--image-left .image-container {
        margin-left: -30.188%;
    }

    .content-v2-mockup .content {
        margin-top: -9vh;
    }

}


@media (min-width: 1400px) {

    .content-v2-mockup .content .svg {
        left: -64px;
    }

}


/*----------------------------------------------------------------------------*\
    #CONTENT-V2-Quotes
\*----------------------------------------------------------------------------*/

.content-v2-quotes {
    overflow: hidden;
    background-color: #F2F2F2;
    padding-top:    11vh;
    padding-bottom: 11vh;
}

.content-v2-quotes .snapping-container .flickity-viewport {
    overflow: visible;
}

.content-v2-quotes .snapping-container .quote {
    display: inline-block;
    width: 240px;
    margin-left: 48px;
    max-width: 80%;
}


.content-v2-quotes .snapping-container .quote .author-image {
    width:  88px;
    height: 88px;
    border-radius: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

.content-v2-quotes .snapping-container .quote .author-image .image {
    width:  100%;
    height: 100%;
}


.content-v2-quotes .snapping-container .quote .content {
    margin-top: 36px;
}

.content-v2-quotes .snapping-container .quote .content .text {
    font-weight: 500;
    position: relative;
}

.content-v2-quotes .snapping-container .quote .content .text > * {
    color: #061C2D;
}

.content-v2-quotes .snapping-container .quote .content .text:before {
    content: '„';
    display: block;
    position: absolute;
    top: 4px;
    left: -0.3em;
}

.content-v2-quotes .snapping-container .quote .content .text > *:last-child:after {
    content: '“'
}

.content-v2-quotes .snapping-container .quote .content .author {
    margin-top: 16px;
    color: #8F9EA4;
    font-weight: 500;
}

.content-v2-quotes .snapping-container .quote .content .author:before {
    content: '–';
    margin: 0 0.33em 0 0;
}

.content-v2-quotes .snapping-container .quote .content .author .name,
.content-v2-quotes .snapping-container .quote .content .author .role {
    display: inline;
    vertical-align: top;
}

.content-v2-quotes .snapping-container .quote .content .author .role:before {
    content: ',';
    margin-right: 0.2em;
}

.content-v2-quotes .snapping-container .quote .content .author .role {
}


@media (max-width: 767px) {

    .content-v2-quotes .snapping-container {
        margin-left: 16px;
    }

    .content-v2-quotes .snapping-container .flickity-prev-next-button {
        display: none;
    }

}

@media (min-width: 768px) {



    .content-v2-quotes {
        padding-top:    15vh;
        padding-bottom: 15vh;
    }

    .content-v2-quotes .snapping-container .flickity-prev-next-button {
        width:  64px;
        height: 64px;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
        z-index: 110;
    }

    .content-v2-quotes .snapping-container .flickity-prev-next-button.previous {
        left: 50%;
        margin-left: -50vw;
        border-top-right-radius:    3px;
        border-bottom-right-radius: 3px;
    }

    .content-v2-quotes .snapping-container .flickity-prev-next-button.next {
        right: 50%;
        margin-right: -50vw;
        border-top-left-radius:    3px;
        border-bottom-left-radius: 3px;
    }

    .content-v2-quotes .snapping-container .flickity-page-dots {
        display: none;
    }

    .content-v2-quotes .snapping-container .quote {
        width: 400px;
        margin-left: 80px;
        white-space: nowrap;
    }

    .content-v2-quotes .snapping-container .quote .author-image,
    .content-v2-quotes .snapping-container .quote .content {
        display: inline-block;
        vertical-align: top;
    }

    .content-v2-quotes .snapping-container .quote .author-image {
        width:  104px;
        height: 104px;
    }

    .content-v2-quotes .snapping-container .quote .content {
        width: 256px;
        margin-top:   0;
        margin-left: 40px;
        white-space: normal;
    }

    .content-v2-quotes .snapping-container .quote .content .author {
        margin-top: 22px;
    }


}

@media (min-width: 992px) {

    .content-v2-quotes .snapping-container .quote {
        width: 520px;
        margin-left: 160px;
    }


    .content-v2-quotes .snapping-container .quote .content {
        width: 376px;
    }

}

@media (min-width: 1280px) {}

@media print {}
.content-heading--center {
    text-align: center;
}

/*----------------------------------------------------------------------------*\
    #CONTENT-V2-VIDEOS
\*----------------------------------------------------------------------------*/

.content-v2-videos {
    padding: 10vh 0 8vh;
}

.content-heading + .content-v2-videos {
    padding-top: 7.5vh;
}


.content-v2-videos .scroll-container {
    text-align: center;
}

.content-v2-videos .scroll-container .video {
    text-align: center;
}

.content-v2-videos .scroll-container .video .head {
    position: relative;
    height: 184px;
}

.content-v2-videos .scroll-container .video .head .image-container {
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
}

.content-v2-videos .scroll-container .video .head .image-container .image {
    width: 100%;
    height: 100%;
}

.content-v2-videos .scroll-container .video .head .overlay-link {
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.content-v2-videos .scroll-container .video .head .overlay-link .svg {
    width:  40px;
    height: 46.67px;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    margin: auto;
}

.content-v2-videos .scroll-container .video .head .overlay-link .svg svg {
    width:  100%;
    height: 100%;
}

.content-v2-videos .scroll-container .video .content {
    margin-top: 32px;
}

.content-v2-videos .scroll-container .video .content .duration {
    color: #8F9EA4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.content-v2-videos .scroll-container .video .content .heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.content-v2-videos .scroll-container .video .content .text {
    margin-top: 16px;
}

.content-v2-videos .scroll-container .video .content .text > * {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {

    .content-heading + .content-v2-videos {
        padding-top: 9vh;
    }


    .content-v2-videos .scroll-nav-points {
        display: none;
    }

    .content-v2-videos .scroll-container .video .head .overlay-link:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

}

@media (min-width: 992px) {}

@media (min-width: 1024px) {


    .content-v2-videos .scroll-container {
        scroll-snap-points-x: repeat(480px);
    }

    .content-v2-videos .scroll-container .video {
        width: 480px;
        margin-left: 40px;
    }

    .content-v2-videos .scroll-container .video .head {
        position: relative;
        height: 280px;
    }


    .content-v2-videos .scroll-container .video .content {
        margin-top: 36px;
    }


}

@media print {}

/*----------------------------------------------------------------------------*\
    #CONTENT-V2-FEATURES
\*----------------------------------------------------------------------------*/

.content-v2-features {
    padding-top:    11vh;
    padding-bottom: 11vh;
}


.content-v2-features .features {
    margin-top: 40px;
}

.content-v2-features .features .features-list {}

.content-v2-features .features .features-list .feature {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-right: -8px;
    margin-left:  -8px;
    padding: 16px 48px 16px 56px;
    color: #fff;
    transition: background 0.3s, border-radius 0.3s;
}

.content-v2-features .features .features-list .feature.toggler--opened {
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    color: #061C2D;
}

.content-v2-features .features .features-list .feature:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-v2-features .features .features-list .feature .head {
    transition: color 0.3s;
    display: block;
}

.content-v2-features .features .features-list .feature .head:before {
    content: '';
    display: block;
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
}

.content-v2-features .features .features-list .feature .head--toggle:after {
    content: '';
    display: block;
    width:  24px;
    height: 24px;
    position: absolute;
    top:   16px;
    right: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%238F9EA4' d='m12.0001834 12.942538 2.1179616-2.1190811c.1952106-.1953138.5117931-.1953974.7071068-.0001869l.3536468.35346c.1953137.1952105.1953974.511793.0001868.7071067l-2.8254999 2.8276116c-.1952105.1953137-.511793.1953973-.7071067.0001868-.0001031-.000103-.0002061-.000206-.000309-.0003091l-2.82348561-2.8275505c-.19514301-.1953812-.1949499-.5119637.00043132-.7071067l.35376898-.3533376c.19538122-.195143.51196365-.1949499.70710665.0004313z'/%3e%3c/svg%3e");
    transition: transform 0.3s;
}


.content-v2-features .features .features-list .feature.toggler--opened .head--toggle:after {
    transform: rotate(180deg);
}

.content-v2-features .features .features-list .feature.toggler--opened .head--toggle {
	color: #061C2D;
}


.content-v2-features .features .features-list .feature .head .svg {
    position: absolute;
    width:  24px;
    height: 24px;
    top:  16px;
    left: 16px;
}

.content-v2-features .features .features-list .feature .head .svg path {
    fill: #8F9EA4;
}

.content-v2-features .features .features-list .feature .head .title {
    font-size: 16px;
    line-height: 1.25em;
}

.content-v2-features .features .features-list .feature .text {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.25em;
    transition: 0.3s padding;
}

.content-v2-features .features .features-list .feature.toggler--opened .text {
    padding-top: 16px;
    padding-bottom: 8px;
}

.content-v2-features .button-container {
    margin-top: 56px;
}
.content-v2-features .button-info {
    margin-top: 8px;
    color: #8F9EA4;
}

@media (min-width: 368px) {


    .content-v2-features .features .features-list .feature {
        margin-right: -16px;
        margin-left:  -16px;
    }

}


@media (min-width: 768px) {

    .content-v2-features {
        padding-top:    18vh;
        padding-bottom: 18vh;
    }


    .content-v2-features .features .features-list .feature {
        padding: 24px 64px;
    }

    .content-v2-features .features .features-list .feature .head .svg {
        top: 24px;
    }

    .content-v2-features .features .features-list .feature .head .title {
        font-size: 20px;
        line-height: 1.2em;
    }

    .content-v2-features .features .features-list .feature .head--toggle:after {
        top: 24px;
    }

}

@media (min-width: 992px) {}

@media (min-width: 1280px) {}

@media print {}

/*----------------------------------------------------------------------------*\
    #CONTENT-V2-CTA
\*----------------------------------------------------------------------------*/

.content-v2-cta {
    padding-top:    10vh;
    padding-bottom: 10vh;
}

.content-v2-cta .heading {
    margin-bottom: 24px;
}


.content-v2-cta .button-info {
    margin-top: 12px;
    color: #8F9EA4;
    font-weight: 500;
}


@media (min-width: 768px) {

    .content-v2-cta {
        padding-top:    19vh;
        padding-bottom: 19vh;
    }

    .content-v2-cta .heading {
        font-size: 40px;
        line-height: 1.2em;
    }

}


@media (min-width: 1024px) {

    .content-v2-cta .heading {
        margin-bottom: 0;
    }

}

@media (min-width: 1280px) {}

@media print {}

/*----------------------------------------------------------------------------*\
    #CONTENT-FORM-OVERLAY
\*----------------------------------------------------------------------------*/

.content-form-overlay {}

.content-form-overlay .form-overlay-bg,
.content-form-overlay .form-overlay {
    position: fixed;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;

    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}

.content-form-overlay--form-open .form-overlay-bg,
.content-form-overlay--form-open .form-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.content-form-overlay .form-overlay-bg {
    background-color: rgba(0, 24, 39, 0.8);
    z-index: 2010;
}


.content-form-overlay .form-overlay {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2020;
}

.content-form-overlay .form-overlay .form-container {
    box-sizing: border-box;
    background-color: #fff;
    max-width: 592px;
    width: 100%;
    margin: auto;
    padding: 28px 32px 32px;
}


.content-form-overlay .form-overlay .form-container .heading--main {
    margin-top: 0;
}


.content-form-overlay .form-overlay .form-container .form-section--info .app-info > * {
    text-align: left;
    font-size: 12px;
    color: rgba(0, 38, 62, 0.6);
    line-height: 1.116em;
}

.content-form-overlay .form-overlay .form-container .form-section--info .app-info > * + * {
    margin-top: 1em;
}


.content-form-overlay .form-overlay .close-form-overlay {
    position: absolute;
    top:   30px;
    right: 30px;
    border: none;
    background-color: transparent;
    width:  24px;
    height: 24px;
    transition: 0.3s;
}

.content-form-overlay .form-overlay .close-form-overlay:before,
.content-form-overlay .form-overlay .close-form-overlay:after {
    content: '';
    display: block;
    width: 75%;
    height: 2px;
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7F929E;
    border-radius: 1px;
}

.content-form-overlay .form-overlay .close-form-overlay:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.content-form-overlay .form-overlay .close-form-overlay:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.no-touch .content-form-overlay .form-overlay .close-form-overlay:hover {
    transform: rotate(90deg);
}


@media (min-width: 768px) {

    .content-form-overlay .form-overlay .form-container {
        margin: 80px auto;
        border-radius: 2px;
        padding: 40px;
    }


    .content-form-overlay .form-overlay .close-form-overlay {
        width:  26px;
        height: 26px;
        top:  114px;
        right: 50%;
        margin-right: -262px;
    }

}

@media (min-width: 992px) {}

@media (min-width: 1280px) {}

@media print {}

/*----------------------------------------------------------------------------*\
    #BOTTOM-FOOTER
\*----------------------------------------------------------------------------*/

.bottom-footer {
    background-color: #061C2D;
    padding: 13vh 0 0;
    font-size: 14px;
    color: #fff;
}

.bottom-footer .heading {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.18em;
    margin-bottom: 20px;
}

.bottom-footer .links {}

.bottom-footer .links .list-element {
    padding: 0.6em 0;
}

.bottom-footer .links .list-element .link {
    display: block;
    color: #8F9EA4;
    font-size: 13px;
    line-height: 1.23em;
    transition: color 0.3s;
}


.bottom-footer .links .list-element .link:hover {
    color: #fff;
}

.bottom-footer .top-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.bottom-footer .top-row .link-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 9vh;
}


.bottom-footer .top-row .link-block--3 {
    width: 100%;
    padding-right: 0;
}

.bottom-footer .top-row .link-block--3 .links .list-element {
    box-sizing: border-box;
    /*width: 50%;*/
    /*display: inline-block;*/
    vertical-align: top;
    padding-right: 20px;
}


.bottom-footer .bottom-row {
    padding-top:    6vh;
    padding-bottom: 5vh;
}

.bottom-footer .bottom-row .owner-logo {
    margin-bottom: 2px;
}

.bottom-footer .bottom-row .owner-logo .svg {
    width: 124.36px;
    height: 20px;
}

.bottom-footer .bottom-row .owner-logo .svg #additive {
    fill: #fff;
}


.bottom-footer .bottom-row .conclusion-links {}

.bottom-footer .bottom-row .conclusion-links .links {}

.bottom-footer .bottom-row .conclusion-links .links  .list-element {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.75em;
}


.bottom-footer .bottom-row .social-medias {
    margin-top: 4.7vh;
}

.bottom-footer .bottom-row .social-medias .social-logo {}

.bottom-footer .bottom-row .social-medias .social-logo + .social-logo {
    margin-left: 16px;
}

.bottom-footer .bottom-row .social-medias .social-logo .svg {
    width:  24px;
    height: 24px;
}

.bottom-footer .bottom-row .social-medias .social-logo .svg svg {
    width:  100%;
    height: 100%;
}


.bottom-footer .bottom-row .social-medias .social-logo .svg svg path {
    transition: fill 0.3s;
}

.bottom-footer .bottom-row .social-medias .social-logo:not(:hover) .svg svg path {
    fill: #8F9EA4;
}


@media (min-width: 768px) {

    .bottom-footer {
        padding-top: 9vh;
    }

    .bottom-footer .top-row .link-block {
        width: 120px;
        padding-right: 0;
    }

    .bottom-footer .top-row .link-block + .link-block {
        margin-left: 40px;
    }

    .bottom-footer .top-row .link-block--3 {
        width: 280px;
        padding-right: 0;
    }

    /*.bottom-footer .top-row .link-block--3 .links .list-element {*/
        /*padding-right: 0;*/
        /*width: 120px;*/
    /*}*/

    /*.bottom-footer .top-row .link-block--3 .links .list-element:nth-child(even) {*/
        /*margin-left: 40px;*/
    /*}*/

    .bottom-footer .bottom-row {
        padding: 3vh 0;
        position: relative;
    }

    .bottom-footer .bottom-row .owner-logo,
    .bottom-footer .bottom-row .conclusion-links,
    .bottom-footer .bottom-row .social-medias {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .bottom-footer .bottom-row .owner-logo {
        margin-right: 40px;
    }

    .bottom-footer .bottom-row .conclusion-links .links .list-element {
        margin-right: 30px;
    }

    .bottom-footer .bottom-row .social-medias {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

}

@media (min-width: 992px) {

    .bottom-footer .top-row .link-block {
        width: 160px;
    }

    .bottom-footer .top-row .link-block--3 {
        width: 460px;
    }

    .bottom-footer .top-row .link-block--3 .links .list-element {
        width: 230px;
        display: inline-block;
    }

    .bottom-footer .bottom-row .owner-logo {
        margin-right: 48px;
    }

    .bottom-footer .bottom-row .conclusion-links .links .list-element {
        margin-right: 38px;
    }
}

@media (min-width: 1280px) {}

@media print {}


body {
    font-family: 'Barlow', sans-serif;
}


strong,
.text-bold,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow';
    font-weight: 500;
}

/*----------------------------------------------------------------------------*\
    #PRINT
\*----------------------------------------------------------------------------*/

@media screen {
    
    .show-print {
        display: none !important;
    }

}


@media print {
    
    *, *:before, *:after{
        background: none !important;
		box-shadow: none !important;
		font-family: sans-serif !important;
        color: #000 !important;
        text-decoration: none !important;
        text-indent: 0 !important;
        transform: none !important;
    }
    
	body {
		font-size: 12px;
		line-height: 20px;
	}
    
    h1, h2, h3, h4, h5, h6, .h1-style, .h2-style, .h3-style, .heading, .over-heading { 
        line-height: 1em !important;
        margin: 0 0 10px !important;
    }
    
    h1, .h1-style {
        font-size: 40px;
    }
    
    .hide-print,
    .button, button,
    form,
    .bg-image,
    .image,
    .layout-top,
    .images,
    .price-old,
    .filters,
    .open-details,
    .fix-main-menu,
    .fix-quicklinks-bar,
    .color-worlds,
    .tile--image,
    .content-images,
    .content-button,
    .layout-bottom,
    .content-tiles,
    .tiles-block .tile,
    .content-video,
    .content-image,
    .global-switch {
        display: none !important;
    }
    
    html,
    body,
    .layout-one-column,
    .layout-one-column .top,
    .layout-wrapper-narrow,
    .layout-wrapper-mobile,
    .text-block,
    .flickity-slider,
    .flickity-slider .gallery-cell,
    .story-date,
    .content-last-minute-list .last-minute .content {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: none !important;
    }
    
    .text {
        margin-bottom: 30px !important;
    }
    
    .layout-wrapper {
        width: auto !important;
    }
    
    .content-heading-text,
    .content-block + .content-heading {
        margin: 40px 0 0;
        text-align: left !important;
    }
    
    .content-heading-text .text {
        margin-left:   0 !important;
        margin-bottom: 0 !important;
    }
    
    .image-gallery {
        display: block !important;
    }
    
    .image-gallery .image {
        display: inline-block !important;
    }
    
    .content-offer-list .offer-list .offer .offer-top {
        min-height: 0 !important;
    }
    
    .content-last-minute-list .last-minute .content {
        text-align: left;
    }
    
    .content-arrival .arrival-map {
        margin: 0;
    }
    
    .content-arrival.arrival-directions-shown .arrival-content .arrival-directions {
        margin-bottom: 50px;
    }
    
}
/*----------------------------------------------------------------------------*\
    #FORMS & ERRORS
\*----------------------------------------------------------------------------*/

.input,
textarea,
.button {
    box-sizing: border-box !important;
    border: none;
}

.input {
    display: block;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    font-size: 20px;
    line-height: 40px;
    color: #061C2D;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;

    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.input:focus {
    box-shadow: 0 0 0 1px #061C2D inset
}

textarea.input {
    height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
}

textarea:focus {
    height: 160px;
}

.input,
.input:disabled,
input[type=search] {
    -webkit-appearance: none;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    /**
     * display: none; crashes Chrome on hover
     */
    -webkit-appearance: none;

    /** 
     * Apparently some margin are still there even though it's hidden 
     */
    margin: 0;
}

.input--text {
    background-color: rgba(0, 0, 0, 0.1);
}

select.input,
select.filter {
    position: relative;
    -moz-appearance: none;
    appearance: none;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE0NDU4QkJCMzNEOTExRTZBMEExRjk5NEU0MDZFQjBBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE0NDU4QkJDMzNEOTExRTZBMEExRjk5NEU0MDZFQjBBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTQ0NThCQjkzM0Q5MTFFNkEwQTFGOTk0RTQwNkVCMEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTQ0NThCQkEzM0Q5MTFFNkEwQTFGOTk0RTQwNkVCMEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7R5kCkAAAAVUlEQVR42mLcvGLq/xdP7jEgAwkZJQYmYyt3eSD7KZL4U5AYk6Ss8iOgigNIqg+AxJhAHKCKKqiup1A2AwuIQNYFYoNoxv///4ONeP74rhyyBECAAQBpaBy9F+3DsQAAAABJRU5ErkJggg==) !important;
    background-position: right 16px top 20px !important;
    background-repeat: no-repeat !important;
}

select.input:after,
select.filter:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
}

.form--dark {
}

.form--dark .input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

@media (min-width: 768px) {

    .input {
        height: 48px;
        line-height: 48px;
    }

}

/*----------------------------------------------------------------------------*\
    #PLACEHOLDER-STYLING
\*----------------------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #8F9EA4;
    opacity: 0.6;
}

:-moz-placeholder {
    color: #8F9EA4;
    opacity: 0.6;
}

::-moz-placeholder {
    color: #8F9EA4;
    opacity: 0.6;
}

:-ms-input-placeholder {
    color: #8F9EA4;
    opacity: 0.6;
}

.form--dark ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form--dark :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.form--dark ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.form--dark :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.input,
select,
.input:disabled {
    -webkit-appearance: none;
    border-radius: 2px;
}

select {
    position: relative;
    -moz-appearance: none;
    appearance: none;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE0NDU4QkJCMzNEOTExRTZBMEExRjk5NEU0MDZFQjBBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE0NDU4QkJDMzNEOTExRTZBMEExRjk5NEU0MDZFQjBBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTQ0NThCQjkzM0Q5MTFFNkEwQTFGOTk0RTQwNkVCMEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTQ0NThCQkEzM0Q5MTFFNkEwQTFGOTk0RTQwNkVCMEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7R5kCkAAAAVUlEQVR42mLcvGLq/xdP7jEgAwkZJQYmYyt3eSD7KZL4U5AYk6Ss8iOgigNIqg+AxJhAHKCKKqiup1A2AwuIQNYFYoNoxv///4ONeP74rhyyBECAAQBpaBy9F+3DsQAAAABJRU5ErkJggg==) !important;
    background-position: right 20px top 28px !important;
    background-repeat: no-repeat !important;
}

/*----------------------------------------------------------------------------*\
    #LABEL- and COMPONENT-STYLING
\*----------------------------------------------------------------------------*/

.form-section {
    margin: 28px 0;
}

.form-section:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    font-size: 14px;
    line-height: 1.214em;
}

.form-label:not(.form-label--checkbox):not(.form-label--radio) {
    color: #6D8089;
    margin-bottom: 4px;
}

.form-field-optional {
    text-transform: lowercase;
    margin-left: 0.4em;
    font-size: 0.8em;
    opacity: 0.6;
}

[lang="de"] .form-label--optional:after {
    content: '(optional)';
}

[lang="it"] .form-label--optional:after {
    content: '(optionale)';
}

[lang="en"] .form-label--optional:after {
    content: '(optional)';
}

.form-row {
    margin: 10px 0;
}

.form-col {
    box-sizing: border-box;
    margin: 10px 0;
}

@media (min-width: 768px) {

    .form-row {
        margin: 12px 0;
    }

    .form-col {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .form-col:first-child {
        padding-right: 12px;
    }

    .form-col + .form-col {
        padding-left: 12px;
    }

}

/*----------------------------------------------------------------------------*\
    #CHECKBOXES & #OPTIONS
\*----------------------------------------------------------------------------*/

.form-label--checkbox,
.check-button {
    display: inline-block;
    vertical-align: top;
    border: none;
    height: auto;
    margin: 0;
    padding: 0 0 0 35px;
    background: none;
    position: relative;
    zoom: 1;
    text-align: left;
    text-transform: none;
    line-height: 20px;
    letter-spacing: normal;
    cursor: pointer;
}

.no-touch .form-label--checkbox:hover,
.no-touch .check-button:hover {
    background: none;
}

.form-label--checkbox:before,
.check-button:before {
    box-sizing: border-box;
    content: ".";
    position: absolute;
    top: -1px;
    left: 0;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: #4D76F1;
    border-radius: 2px;
    line-height: 0;
    font-size: 1px;
    text-align: center;
}

.form-label--checkbox:after,
.check-button:after {
    content: " ";
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1.5px solid transparent;
    border-left: 1.5px solid transparent;
    width: 9px;
    height: 6px !important;
    background: none;
    position: absolute;
    top: 11px;
    right: auto;
    left: -9px;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.form-label--checkbox--active:after,
.check-button.active:after {
    content: "  ";
    border-color: #fff;
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    position: absolute;
    left: -52000px;
}

.form-label--radio {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    padding: 4px 0 4px 36px;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #061C2D;
}

.form-label--radio:after {
    box-sizing: border-box;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(0, 38, 62, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.1s;
}

.form-label--radio--active:after {
    border: 7px solid #4D76F1;
}

/*----------------------------------------------------------------------------*\
    #GENERAL-FORM-STYLE
\*----------------------------------------------------------------------------*/

.form-section--footer {
}

.form-section--footer .button--submit {
    margin-top: 16px;
}

@media (min-width: 768px) {

    .form-section--footer {
        position: relative;
        padding-right: 160px;
        min-height: 48px;
    }

    .form-section--footer .button--submit {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/plugins/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/plugins/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/plugins/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/plugins/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*----------------------------------------------------------------------------*\
    #PLUGIN: FLICKITY-CUSTOM
\*----------------------------------------------------------------------------*/

.flickity-enabled {}

.flickity-enabled:focus {}

.flickity-viewport {
    -webkit-transition: height 0.3s;    
            transition: height 0.3s;
}

.flickity-carousel {}

.flickity-enabled.is-draggable {}

.flickity-enabled.is-draggable .flickity-viewport {}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {}

.flickity-enabled .gallery-cell {}

.flickity-enabled .flickity-page-dots {
    display: block;
    position: relative;
    bottom: auto;
    text-align: left;
    margin-top: 48px;
    line-height: 0;
}

.flickity-enabled .flickity-page-dots .dot {
    margin: 0;
    width:  6px;
    height: 6px;
    border-radius: 100%;
    background-color: rgba(143, 158, 164, 1);
}

.flickity-enabled .flickity-page-dots .dot.is-selected {
	background-color: #061C2D;
}

.flickity-enabled .flickity-page-dots .dot + .dot {
    margin-left: 12px;
}





/*----------------------------------------------------------------------------*\
    #PLUGIN: FLICKITY-CUSTOM: TABS
\*----------------------------------------------------------------------------*/

.flickity-tabs {
    overflow: hidden;
}

.flickity-tabs-nav {
    overflow: hidden;
    margin-right: 0;
    margin-left:  0;
}

.flickity-tabs-nav:before {}

.flickity-tabs-nav .gallery-cell-nav {
    min-height: 44px;
    font-weight: 500;
    padding: 0 0 8px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.1875em;
    box-sizing: border-box;
    color: #8F9EA4;
    transition: color 0.5s;
    text-align: center;
}

.flickity-tabs-nav .gallery-cell-nav + .gallery-cell-nav {
    margin-left: 24px;
}

.flickity-tabs-nav .gallery-cell-nav:after {
    content: '';
    display: block;
    position: absolute;
    right:  0;
    bottom: 0;
    left:   0;
    margin: 0 auto;
    transition: 0.3s;
    background-color: #8F9EA4;
    width:  0;
    height: 2px;
}

.flickity-tabs-nav .gallery-cell-nav:hover:after {
    width: 100%;
}

.flickity-tabs-nav .gallery-cell-nav.is-nav-selected {
    color: #4D76F1;
}

.flickity-tabs-nav .gallery-cell-nav.is-nav-selected:after {
    width: 100%;
    background-color: #4D76F1;
}

.flickity-prev-next-button {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.flickity-prev-next-button.previous {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: sketchtool 52.1 (67048) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3e6F082160-3E3D-42A3-92F7-F19B04F0929E%3c/title%3e%3cdesc%3eCreated with sketchtool.%3c/desc%3e%3cdefs%3e%3cpath d='M6.31421366,11.25 L20.0035535,11.25 C20.2796959,11.25 20.5035535,11.4738576 20.5035535,11.75 L20.5035535,12.25 C20.5035535,12.5261424 20.2796959,12.75 20.0035535,12.75 L6.31421366,12.75 L12.6803302,19.1161165 C12.8755923,19.3113787 12.8755923,19.6279612 12.6803302,19.8232233 L12.3267768,20.1767767 C12.1315146,20.3720388 11.8149322,20.3720388 11.61967,20.1767767 L3.7964467,12.3535534 C3.60118456,12.1582912 3.60118456,11.8417088 3.7964467,11.6464466 L11.61967,3.8232233 C11.8149322,3.62796116 12.1315146,3.62796116 12.3267768,3.8232233 L12.6803302,4.1767767 C12.8755923,4.37203884 12.8755923,4.68862133 12.6803302,4.88388348 L6.31421366,11.25 Z' id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg id='_DesignSymbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='section/quotes' transform='translate(-23.000000, -251.000000)'%3e%3cg id='Group-20' transform='translate(-24.000000, 228.000000)'%3e%3cg id='assets/icons/ui/arrow/left' transform='translate(44.000000, 20.000000)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse id='mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3e%3c/use%3e%3cg id='Icon-Color' mask='url(%23mask-2)' fill='%23061C2D'%3e%3crect id='color' x='0' y='0' width='24' height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.flickity-prev-next-button.next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg style='transform: rotate(180deg);' width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: sketchtool 52.1 (67048) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3e6F082160-3E3D-42A3-92F7-F19B04F0929E%3c/title%3e%3cdesc%3eCreated with sketchtool.%3c/desc%3e%3cdefs%3e%3cpath d='M6.31421366,11.25 L20.0035535,11.25 C20.2796959,11.25 20.5035535,11.4738576 20.5035535,11.75 L20.5035535,12.25 C20.5035535,12.5261424 20.2796959,12.75 20.0035535,12.75 L6.31421366,12.75 L12.6803302,19.1161165 C12.8755923,19.3113787 12.8755923,19.6279612 12.6803302,19.8232233 L12.3267768,20.1767767 C12.1315146,20.3720388 11.8149322,20.3720388 11.61967,20.1767767 L3.7964467,12.3535534 C3.60118456,12.1582912 3.60118456,11.8417088 3.7964467,11.6464466 L11.61967,3.8232233 C11.8149322,3.62796116 12.1315146,3.62796116 12.3267768,3.8232233 L12.6803302,4.1767767 C12.8755923,4.37203884 12.8755923,4.68862133 12.6803302,4.88388348 L6.31421366,11.25 Z' id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg id='_DesignSymbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='section/quotes' transform='translate(-23.000000, -251.000000)'%3e%3cg id='Group-20' transform='translate(-24.000000, 228.000000)'%3e%3cg id='assets/icons/ui/arrow/left' transform='translate(44.000000, 20.000000)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse id='mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3e%3c/use%3e%3cg id='Icon-Color' mask='url(%23mask-2)' fill='%23061C2D'%3e%3crect id='color' x='0' y='0' width='24' height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.flickity-prev-next-button svg {
    display: none;
}

.flickity-tabs .fake-tabs {
    display: none !important;
}


.flickity-tabs-content {}

.flickity-tabs-nav + .flickity-tabs-content {
    margin-top: 40px;
}

.flickity-tabs-content .gallery-cell {
    margin-right: 20px;
    width: 100%;
    box-sizing: border-box;
}


@media (min-width: 368px) {


    /*.flickity-tabs-nav .gallery-cell-nav {*/
        /*padding: 16px 32px;*/
    /*}*/

}


@media screen and (min-width: 768px) {  
    
    .flickity-tabs-nav {}

    /*.flickity-tabs-nav .gallery-cell-nav {*/
        /*font-size: 18px;*/
        /*padding: 16px 24px;*/
    /*}*/

    /*!*.flickity-tabs-nav + .flickity-tabs-content {*!*/
        /*!*margin-top: 36px;*!*/
    /*!*}*!*/

}





.flickity-carousel-content--fade .flickity-slider {
    -webkit-transform: none !important;
            transform: none !important;
}

.flickity-carousel-content--fade .flickity-slider .gallery-cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.flickity-carousel-content--fade .flickity-slider .gallery-cell.is-selected,
.flickity-carousel-content--fade .flickity-slider .gallery-cell.is-nav-selected {
    opacity: 1;

}


@media print {

    .flickity-tabs-nav {
        display: none;
    }
    
}

/* @group Base */

.chosen-container {
    font-size: 16px;
    padding: 0;
}
.chosen-container.error {}

.chosen-container.two-digit {
    width: 90px !important;
}
.chosen-container.two-digit + select + .two-digit {
    margin-left: 3px;
}

.chosen-container .chosen-drop {}
.chosen-container.chosen-with-drop .chosen-drop {}
.chosen-container a {}


/* @group Single Chosen */

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    height: 100%;
    line-height: 48px;
    padding-left: 0;
    background: none;
    box-shadow: none;
    color: inherit;
    text-align: left;
    border-radius: 0;
}

.chosen-container-single.filter .chosen-single,
.chosen-container-active.chosen-with-drop.filter .chosen-single {
    border-radius: 0;
    width: 100%;
}

.chosen-container-single.filter--dark .chosen-single,
.chosen-container-active.chosen-with-drop.filter--dark .chosen-single {
    background: #000;
}

.input--small.chosen-container-single .chosen-single,
.input--small.chosen-container-active.chosen-with-drop .chosen-single {
    height: 60px;
    line-height: 60px;
}
.chosen-container-single.error .chosen-single {}
.chosen-container-single .chosen-default {}
.chosen-container.chosen-with-drop {}
.chosen-container-single.deselect-and-filter .chosen-single span {}
.chosen-container-single .chosen-single-with-deselect span {}
.chosen-container-single .chosen-single span {
    margin-right: 34px;
    color: #000;
    padding-left: 18px;
}
.chosen-container-single.two-digit .chosen-single span {
    padding-left: 20px;
}

.chosen-container-single .chosen-single span img {
    width:  32px;
    height: 32px;
    margin: 9px 8px -11px -2px;
}

.chosen-container-single.filter-select--category .chosen-single span img {
    width:  24px;
    height: 25px;
    margin: 8px 14px -7px 2px;
}

.chosen-container-single.filter--authors .chosen-single span img {
    width: 35px;
    height: 35px;
    margin: 13px 15px -11px -8px;
    border-radius: 100%;
}

.chosen-container-single .chosen-single abbr {}
.chosen-container-single .chosen-single abbr:hover {}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {}

.chosen-container-single .chosen-single div {
    width: 40px;
}


.chosen-container-single .chosen-single div:after,
.chosen-container-active .chosen-with-drop .chosen-single div:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    width:  11px;
    height: 11px;
    border-bottom: 1.5px solid #7F929E;
    border-left:   1.5px solid #7F929E;
    top:  50%;
    left: 12px;
    margin: -8px 0 0 0;
    transform: rotate(-45deg);
}

.chosen-container-single.filter--dark .chosen-single div:after,
.chosen-container-active.filter--dark .chosen-with-drop .chosen-single div:after {
    border-color: #fff;
            
    
}
.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {}

.chosen-container-single .chosen-search {}
.chosen-container-single .chosen-search input[type="text"] {}
.chosen-container-single .chosen-drop {
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {}

/* @end */


/* @group Results */

.chosen-container .chosen-results {
    text-align: left;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li {
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
}
.chosen-container .chosen-results li.active-result {}
.chosen-container .chosen-results li.disabled-result {
    display: none;
}
.chosen-container .chosen-results li.highlighted {
    background: #f6f6f6;
    color: #000;
}
.chosen-container .chosen-results li.result-selected {
    background: #f6f6f6;
}
.chosen-container .chosen-results li.no-results {}
.chosen-container .chosen-results li.group-result {}
.chosen-container .chosen-results li.group-option {}
.chosen-container .chosen-results li em {}

.chosen-container .chosen-results li img {
    width:  32px;
    height: 32px;
    margin: -10px 9px -10px -9px;
}

.chosen-container.filter-select--category .chosen-results li img {
    width:  24px;
    height: 25px;
    margin: -10px 14px -7px -5px;
}

/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {}
.chosen-container-multi .chosen-choices li {}
.chosen-container-multi .chosen-choices li.search-field {}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {}
.chosen-container-multi .chosen-choices li.search-field .default {}
.chosen-container-multi .chosen-choices li.search-choice {}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {}
.chosen-container-multi .chosen-choices li.search-choice-disabled {}
.chosen-container-multi .chosen-choices li.search-choice-focus {}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {}
.chosen-container-multi .chosen-results {}
.chosen-container-multi .chosen-drop .result-selected {}

/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {}
.chosen-container-active.chosen-with-drop .chosen-single {}
.chosen-container-active.chosen-with-drop .chosen-single div {}
.chosen-container-active.chosen-with-drop .chosen-single div b {}
.chosen-container-active .chosen-choices {}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {}

/* @end */


/* @group Disabled Support */

.chosen-disabled {}
.chosen-disabled .chosen-single {}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {}

/* @end */


/* @group Right to Left */

.chosen-rtl {}
.chosen-rtl .chosen-single {}
.chosen-rtl .chosen-single span {}
.chosen-rtl .chosen-single-with-deselect span {}
.chosen-rtl .chosen-single div {}
.chosen-rtl .chosen-single abbr {}
.chosen-rtl .chosen-choices li {}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {}
.chosen-rtl .chosen-choices li.search-choice {}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {}
.chosen-rtl.chosen-container-single .chosen-results {}
.chosen-rtl .chosen-results li.group-option {}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {}
.chosen-rtl .chosen-search input[type="text"] {}
.chosen-rtl.chosen-container-single .chosen-single div b {}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {}

/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span { }
}

/* @end */


@media (max-width: 599px) {
    .chosen-container {
        width: 100%;        
    }
}

@media (min-width: 768px) {
    
    .input.chosen-container {
        /*width: 280px !important;*/
    }
    
    .input.two-digit.chosen-container {
        width: 88px !important;
    }
    .chosen-container {}
    .chosen-container.two-digit {}
    .chosen-container.two-digit + select + .two-digit {}
	.chosen-container-single .chosen-single {}
	.chosen-container-single .chosen-single span {}
	.chosen-container-single .chosen-single div,
	.chosen-container-active.chosen-with-drop .chosen-single div {}
	.chosen-container-single .chosen-single div b,
	.chosen-container-active.chosen-with-drop .chosen-single div b {}
}


@media (min-width: 1024px) {
    
    .input.chosen-container {
        /*width: 250px !important;*/
    }
    
}

/*----------------------------------------------------------------------------*\
    #FANCYBOX-CUSTOM
\*----------------------------------------------------------------------------*/

.is-dragging [data-fancybox] {
    pointer-events: none;
}

.fancybox-container--ready .fancybox-bg {
    background-color: #000;
    opacity: 0.6;
}

.fancybox-infobar__body, 
.fancybox-button,
.fancybox-thumbs {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-infobar .fancybox-button {
    position: absolute;
    top: 50vh;
    margin-top: -40px;
    width: 60px;
    height: 80px;
    transition: 0.5s;
    border-radius: 0;
}

/*.no-touch .fancybox-infobar__body,*/ 
.no-touch .fancybox-button:hover {
    background-color: rgba(0, 0, 0, 1);
}

.fancybox-infobar .fancybox-button--left {
    left: 0;
}

.fancybox-infobar .fancybox-button--right {
    right: 0;
}

.fancybox-infobar .fancybox-button:after {
    box-sizing: border-box;
    display: inline-block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}

.fancybox-infobar .fancybox-button--left::after {
    left: 24px;
}

.fancybox-infobar .fancybox-button--right::after {
    right: 24px;
}

.fancybox-thumbs > ul > li {
    border-color: transparent;
}

.fancybox-thumbs > ul > li:before {
    border-color: #fff;
    border-radius: 0;
}

.fancybox-iframe {
    background-color: transparent;
}


@media (min-width: 768px) {}

@media (min-width: 992px) {}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    box-shadow: 0px 0px 0px 1.5px #468847 inset;
}

input.error,
select.error,
textarea.error {
    box-shadow: inset 0 0 0 1.5px #FD8080;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 1.3em;
    opacity: 0;

    -webkit-transition: 0.3s;
            transition: 0.3s;
    color: #FD8080;
    display: none;
}
.parsley-errors-list.filled {
    display: block;
    margin: 4px 0 20px;
    opacity: 1;
}
/* Icons (made with Icomoon.io) */

@font-face {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	src: url('/plugins/multiLevelMenu/fonts/feather/feather.eot?1gafuo');
	src: url('/plugins/multiLevelMenu/fonts/feather/feather.eot?1gafuo#iefix') format('embedded-opentype'), url('/plugins/multiLevelMenu/fonts/feather/feather.woff2?1gafuo') format('woff2'), url('/plugins/multiLevelMenu/fonts/feather/feather.ttf?1gafuo') format('truetype'), url('/plugins/multiLevelMenu/fonts/feather/feather.woff?1gafuo') format('woff'), url('/plugins/multiLevelMenu/fonts/feather/feather.svg?1gafuo#feather') format('svg');
}

.icon {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.icon--arrow-left:before {
	content: '\e901';
}

.icon--menu:before {
	content: '\e903';
}

.icon--cross:before {
	content: '\e117';
}


/* Menu styles */

.menu {
	position: fixed;
	top: 120px;
	left: 0;
	width: 300px;
	height: calc(100vh - 120px);
	background: #1c1d22;
}

.menu__wrap {
	position: absolute;
	top: 3.5em;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

.menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: calc(100% + 50px);
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu__level--current {
	visibility: visible;
}

.menu__item {
	display: block;
	width: calc(100% - 50px);
}

.menu__link {
	font-weight: 600;
	position: relative;
	display: block;
	padding: 1em 2.5em 1em 1.5em;
	color: #bdbdbd;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
}

.menu__link[data-submenu]::after {
	content: '\e904';
	font-family: 'feather';
	position: absolute;
	right: 0;
	padding: 0.25em 1.25em;
	color: #2a2b30;
}

/*.menu__link:hover,
.menu__link[data-submenu]:hover::after {
	color: #5c5edc;
}

.menu__link--current::before {
	content: '\00B7';
	font-size: 1.5em;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0.5em;
	height: 4px;
	color: #5c5edc;
}*/

[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}

.animate-outToRight .menu__item {
	-webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate-outToLeft .menu__item {
	-webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate-inFromLeft .menu__item {
	-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate-inFromRight .menu__item {
	-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.menu__breadcrumbs {
	font-size: 0.65em;
	line-height: 1;
	position: relative;
	padding: 2.5em 3.75em 1.5em 2.5em;
}

.menu__breadcrumbs a {
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5c5edc;
}

.menu__breadcrumbs a:last-child {
	pointer-events: none;
}

.menu__breadcrumbs a:hover {
	color: #8182e0;
}

.menu__breadcrumbs a:not(:last-child)::after {
	content: '\e902';
	font-family: 'feather';
	display: inline-block;
	padding: 0 0.5em;
	color: #33353e;
}

.menu__breadcrumbs a:not(:last-child):hover::after {
	color: #33353e;
}

.menu__back {
	font-size: 1.05em;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 2.25em;
	margin: 0;
	padding: 1.365em 0.65em 0 0;
	cursor: pointer;
	color: #2a2b30;
	border: none;
	background: none;
}

.menu__back--hidden {
	pointer-events: none;
	opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
	outline: none;
}


/* Open and close buttons */

.action {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

.action:focus {
	outline: none;
}

.action--open {
	font-size: 1.5em;
	top: 1em;
	left: 1em;
	display: none;
	color: #fff;
	position: fixed;
	z-index: 1000;
}

.action--close {
	font-size: 1.1em;
	top: 1.25em;
	right: 1em;
	display: none;
	color: #45464e;
}

@media screen and (max-width: 767px) {
	.action--open,
	.action--close {
		display: block;
	}
	.menu {
		z-index: 1000;
		top: 0;
		width: 100%;
		height: 100vh;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}
	.menu--open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


@media screen and (max-width: 767px) {

	.action--open,
	.action--close {
		display: block;
        z-index: 1010;
	}

    .action--close {
        transition: 0.5s;
    }

    .menu-level-1 .action--close,
    .menu-level-2 .action--close {
        left: -100%;
    }


    .menu {
		width: 100%;
		transform: translate3d(0, 0, 0);
		transition: transform 0.3s;
        font-weight: 500;
        top: 104px;
        bottom: 0;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #000;
        z-index: 2;

        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s, opacity 0.5s linear, top 0.3s;
    }

    .menu--open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    .scrolled .menu {
        top: 64px;
    }

    .menu__wrap {
        top: 0;
		z-index: 100;
        height: 0;
        bottom: auto;
        background-color: #fff;
        transition: 0.3s;
        overflow: hidden;
    }

    .menu__back {
        position: absolute;
        overflow: hidden;
        opacity: 1 !important;
        transition: 0.3s;
        top: -76px;
        left: 16px;
        right: auto;
        width: auto;
        font-size: 14px;
        font-weight: 500;
        background-color: #fff;
        padding: 16px 100px 16px 32px;
    }


    .scrolled .menu__back {
        top: -56px;
    }

    .menu__back--hidden {
        top: -160px !important;
    }

    .menu__back:before {
        content: '';
        box-sizing: border-box;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width:  24px;
        height: 24px;
        transform: translate(0, -50%);
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23061c2d' d='m6.23066025 11.1767767h13.68933985c.2761424 0 .5.2238576.5.5v.5c0 .2761424-.2238576.5-.5.5h-13.68933985l6.36611655 6.3661165c.1952621.1952622.1952621.5118447 0 .7071068l-.3535534.3535534c-.1952622.1952621-.5118447.1952621-.7071068 0l-7.8232233-7.8232233c-.19526215-.1952622-.19526215-.5118446 0-.7071068l7.8232233-7.8232233c.1952621-.19526215.5118446-.19526215.7071068 0l.3535534.35355339c.1952621.19526215.1952621.51184464 0 .70710678z'/%3e%3c/svg%3e");
    }


    .menu__wrap .menu__level {
        padding-top: 0;
        box-sizing: border-box;
        padding-bottom: 36px;
        z-index: 2;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    .scrolled .menu__wrap .menu__level {
        padding-top: 20px;
    }

    .menu__wrap .menu__submenu {
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 64px);
        padding-bottom: 80px;
    }

    .menu .menu__item {
        box-sizing: border-box;
        width: auto;
    }

    .menu .menu__submenu .menu__item {}


    .menu .menu__item .menu__link {
        box-sizing: border-box;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        padding: 20px 24px 20px 32px;
        margin: 0;
    }

    .menu .menu__item .menu__link--open,
    .menu .menu__item .menu__link--active {
        font-weight: 500;
    }

    .menu .menu__submenu .menu__item .menu__link {    }

    .menu .menu__submenu .menu__item .menu__link--open,
    .menu .menu__submenu .menu__item .menu__link--active {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .menu .menu__item .menu__link > * {
        display: inline-block;
        vertical-align: middle;
    }

    .menu .menu__item--simple .menu__link {
        padding: 5px 25px;
    }

    .menu .menu__item .menu__link[data-submenu]:after {
        content: none;
    }

    .menu .menu__item .menu__link[data-submenu] span {
        position: relative;
        display: inline-block;
        vertical-align: baseline;
        padding-right: 40px;
    }


    .menu .menu__item .menu__link[data-submenu] span:after {
        content: '';
        box-sizing: border-box;
        display: block;
        position: absolute;
        width:  24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24' style='transform: rotate(180deg);'%3e%3cpath fill='%23061c2d' d='m6.23066025 11.1767767h13.68933985c.2761424 0 .5.2238576.5.5v.5c0 .2761424-.2238576.5-.5.5h-13.68933985l6.36611655 6.3661165c.1952621.1952622.1952621.5118447 0 .7071068l-.3535534.3535534c-.1952622.1952621-.5118447.1952621-.7071068 0l-7.8232233-7.8232233c-.19526215-.1952622-.19526215-.5118446 0-.7071068l7.8232233-7.8232233c.1952621-.19526215.5118446-.19526215.7071068 0l.3535534.35355339c.1952621.19526215.1952621.51184464 0 .70710678z'/%3e%3c/svg%3e");
        top: 0;
        right: 0;
    }

    .menu .menu__item .menu__link .menu-icon {
        width:  24px;
        height: 24px;
    }

    .menu .menu__item .menu__link .menu-icon .svg {
        width:  100%;
        height: 100%;
    }

    .menu .menu__item .menu__link .menu-text {
        font-size: 18px;
        line-height: 22px;
        position: relative;
        z-index: 1;
        font-weight: 500;
    }

    .menu .menu__item--additional .menu__link .menu-text {
        color: #4D76F1;
    }

    .menu .menu__item .menu__link .menu-icon + .menu-text {
        margin-left: -24px;
        padding-left: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .menu .menu__item .menu__link .menu-text .menu-name,
    .menu .menu__item .menu__link .menu-text .menu-description {
        display: block;
    }

    .menu .menu__item .menu__link .menu-text .menu-description {
        opacity: 0.6;
        color: #3C3B41;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menu .menu__submenu .menu__item .menu__link {
        padding-top:    15px;
        padding-bottom: 15px;
    }


    .menu .menu__submenu .menu__item.app-links-container {
        margin: 16px 32px;
    }


    .menu .menu__submenu .menu__item.app-links-container--2 {
        padding-top:    40px;
        padding-bottom: 50px;
        position: relative;
        margin-top: 40px;
    }

    .menu .menu__submenu .menu__item.app-links-container--2:after {
        content: '';
        display: block;
        background-color: #F2F2F2;
        position: absolute;
        top:     0;
        right: -32px;
        bottom:  0;
        left:  -32px;
        z-index: -1;
    }

    .menu .menu__submenu .menu__item.app-links-container .link-heading {
        color: #8F9EA4;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
        font-weight: 400;
    }

    .menu .menu__submenu .menu__item.app-links-container .app-links {
        margin-top:    -16px;
        margin-bottom: -16px;
        position: relative;
        z-index: 1;
    }

    .menu .menu__submenu .menu__item.app-links-container .app-links .app-link {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .menu .menu__submenu .quote-container {
        padding: 40px 32px 44px;
    }


    .menu .menu__submenu .quote-container .quote {
        position: relative;
        min-height: 80px;
    }

    .menu .menu__submenu .quote-container .quote .author-image {
        width:  80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        top:  0;
        left: 0;
    }

    .menu .menu__submenu .quote-container .quote .author-image .image {
        width:  100%;
        height: 100%;
    }

    .menu .menu__submenu .quote-container .quote .content {
        padding-left: 104px;
    }

    .menu .menu__submenu .quote-container .quote .content .text {
        position: relative;
    }

    .menu .menu__submenu .quote-container .quote .content .text > * {
        color: #061C2D;
    }

    .menu .menu__submenu .quote-container .quote .content .text:before {
        content: '„';
        display: block;
        position: absolute;
        top: 4px;
        left: -0.3em;
    }

    .menu .menu__submenu .quote-container .quote .content .text > *:last-child:after {
        content: '“'
    }

    .menu .menu__submenu .quote-container .quote .content .author:before {
        content: '–';
        margin: 0 0.33em 0 0;
    }

    .menu .menu__submenu .quote-container .quote .content .author {
        margin-top: 16px;
        color: #8F9EA4;
        font-weight: 500;
    }

    .menu .menu__submenu .quote-container .quote .content .author .name,
    .menu .menu__submenu .quote-container .quote .content .author .role {
        display: inline-block;
        vertical-align: top;
    }

    .menu .menu__submenu .quote-container .quote .content .author .role:before {
        content: ',';
        margin-right: 0.2em;
    }

}


@media screen and (min-width: 368px) and (max-width: 767px) {

    .menu__back {
        left: 32px;
    }

}

