html, body {
    width: 100vw;
    overflow-x: hidden
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    width: 100vw;
    overflow-x: hidden;
    font-size: 18px;
    color: #02243f
}

::-moz-selection {
    background-color: #ee7464;
    color: white
}

::selection {
    background-color: #ee7464;
    color: white
}

* {
    outline: none !important;
    box-sizing: border-box
}

#wpadminbar {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-transition: opacity .2s, -webkit-transform .3s;
    transition: opacity .2s, -webkit-transform .3s;
    transition: opacity .2s, transform .3s;
    transition: opacity .2s, transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

#wpadminbar:hover {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

img {
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

.inner {
    position: relative;
    width: calc(100% - 460px);
    max-width: 1440px;
    margin: auto
}

@media screen and (max-width: 1300px) {
    .inner {
        width: calc(100% - 40px)
    }
}

.inner--flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.background-cover, .background-contain {
    background-position: center center;
    background-repeat: no-repeat
}

.background-cover {
    background-size: cover
}

.background-contain {
    background-size: contain
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.hide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.show {
    opacity: 1;
    pointer-events: all
}

small, .small {
    font-size: 16px
}

.ieonly {
    display: none
}

@media all and (-ms-high-contrast: none) {
    .ieonly {
        display: block
    }
}

.link, .header__menu .menu li a, .footer a, .subfooter a, .module--stage .stage__links li a {
    position: relative
}

.link:after, .header__menu .menu li a:after, .footer a:after, .subfooter a:after, .module--stage .stage__links li a:after {
    content: '';
    height: 1px;
    background: #02243f;
    width: 20%;
    opacity: 0;
    top: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.4s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.link:hover:after, .header__menu .menu li a:hover:after, .footer a:hover:after, .subfooter a:hover:after, .module--stage .stage__links li a:hover:after {
    width: 100%;
    opacity: 1
}

.cover-fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: 'Lato';
    src: url(fonts/Lato-Light.woff2) format("woff2"), url(fonts/Lato-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url(fonts/Lato-Regular.woff2) format("woff2"), url(fonts/Lato-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url(fonts/Lato-Medium.woff2) format("woff2"), url(fonts/Lato-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url(fonts/Lato-Semibold.woff2) format("woff2"), url(fonts/Lato-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url(fonts/Lato-Bold.woff2) format("woff2"), url(fonts/Lato-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.font-lato-light {
    font-family: 'Lato';
    font-weight: 300
}

.font-lato-regular, body, [type="text"], [type="tel"], [type="number"], [type="email"], textarea, select, h3, .h3, h4, .h4, h5, .h5, .p1, .module--case-study-intro .inner--flex .content, .module--center-block .block__content, .module--product-slider .block__content, .module--columns .block__content, .module--presentation-slider .slider .slide__content, .module--quote .inner .quote__author, .module--stage .stage__content, .module--text .block__content, .module--iframe .block__content, .p2, .p3, .module--location .location__time, .module--quote .inner .quote__content {
    font-family: 'Lato';
    font-weight: 400
}

.font-lato-medium, .button--primary, .button--naked, .module--cards .cards .card__content, .crosslink {
    font-family: 'Lato';
    font-weight: 500
}

.font-lato-semibold, h1, .h1, h2, .h2, .module--jobs .jobs__title, .section__navigation .section__title, h6, .h6, .module--cards .cards .card__subtitle, .module--case-study-intro .inner--flex .title, .module--center-block .block__title, .module--product-slider .block__title, .module--columns .block__title, .section__navigation ul li a, .module--stage .stage__title, .module--text .block__title, .module--iframe .block__title {
    font-family: 'Lato';
    font-weight: 600
}

.font-lato-bold, .module--presentation-slider .slider .slide__index-name, .module--presentation-slider .slider .slide__title, .cookie-notice__actions a {
    font-family: 'Lato';
    font-weight: 700
}

@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

@keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.button {
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    cursor: pointer
}

.button--primary {
    font-size: 16px;
    padding: 10px 15px;
    border: 0;
    border-radius: 100px
}

.button--primary.button--blue {
    background-color: #02243f;
    color: white
}

.button--primary.button--blue:hover {
    background-color: #022c4e
}

.button--primary.button--coral {
    background-color: #ee7464;
    color: white
}

.button--primary.button--coral:hover {
    opacity: .8
}

.button--naked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    border: none;
    color: #ee7464;
    -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.button--naked:hover {
    opacity: .7
}

.button__subline {
    font-size: 16px;
    margin-top: 1em
}

[type="text"], [type="tel"], [type="number"], [type="email"], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 2px solid white;
    box-sizing: border-box
}

[type="text"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

[type="text"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="email"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #fff;
    -webkit-transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

[type="text"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

[type="text"]::-ms-input-placeholder, [type="tel"]::-ms-input-placeholder, [type="number"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #fff;
    -webkit-transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

[type="text"]::placeholder, [type="tel"]::placeholder, [type="number"]::placeholder, [type="email"]::placeholder, textarea::placeholder, select::placeholder {
    color: #fff;
    -webkit-transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: color 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

[type="text"]:focus::-webkit-input-placeholder, [type="tel"]:focus::-webkit-input-placeholder, [type="number"]:focus::-webkit-input-placeholder, [type="email"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3)
}

[type="text"]:focus::-moz-placeholder, [type="tel"]:focus::-moz-placeholder, [type="number"]:focus::-moz-placeholder, [type="email"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3)
}

[type="text"]:focus:-ms-input-placeholder, [type="tel"]:focus:-ms-input-placeholder, [type="number"]:focus:-ms-input-placeholder, [type="email"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3)
}

[type="text"]:focus::-ms-input-placeholder, [type="tel"]:focus::-ms-input-placeholder, [type="number"]:focus::-ms-input-placeholder, [type="email"]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3)
}

[type="text"]:focus::placeholder, [type="tel"]:focus::placeholder, [type="number"]:focus::placeholder, [type="email"]:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder {
    color: rgba(255, 255, 255, 0.3)
}

select {
    cursor: pointer
}

select:invalid {
    color: rgba(2, 36, 63, 0.4)
}

textarea {
    resize: vertical;
    height: 80px;
    -ms-overflow-style: none
}

textarea::-webkit-scrollbar {
    display: none
}

.field {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.field + .field {
    margin-top: 20px
}

.field label {
    font-size: 16px
}

.field .input {
    position: relative;
    width: 100%;
    align-self: stretch
}

.field .input input, .field .input select, .field .input textarea {
    width: 100%
}

.field .input--select:hover:after {
    opacity: 1
}

.field .input--select:after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background-image: url(assets/arrow_down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .4;
    pointer-events: none;
    -webkit-transition: opacity 0.2s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.2s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.field .input label.error {
    display: none !important
}

.field label + .input {
    margin-top: 15px
}

.field--checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center
}

.field--checkbox + .field--checkbox {
    margin-top: 50px
}

.field--checkbox .input {
    width: auto;
    margin-top: 0 !important;
    margin-right: 15px
}

.field--checkbox .input input {
    height: 3em;
    width: 3em;
    border-radius: 100%;
    margin: 0;
    cursor: pointer
}

.field--checkbox .input input:not(:checked):hover {
    border-color: #02243f;
    background-color: white
}

.field--checkbox label {
    margin-right: auto;
    font-weight: 400 !important;
    padding-right: 20%;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .field--checkbox label {
        padding-right: 0
    }
}

.section--dark input:not([type="submit"]), .section--dark textarea {
    color: white
}

.section--light input:not([type="submit"]), .section--light textarea {
    color: #02243f
}

.h {
    margin: 0
}

h1, .h1 {
    font-size: 56px;
    line-height: 1.25em
}

@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 40px
    }
}

h2, .h2, .module--jobs .jobs__title, .section__navigation .section__title {
    font-size: 40px;
    line-height: 50px
}

@media screen and (max-width: 991px) {
    h2, .h2, .module--jobs .jobs__title, .section__navigation .section__title {
        font-size: 30px;
        line-height: 1.5em
    }
}

h3, .h3 {
    font-size: 16px;
    line-height: 1.25em
}

@media screen and (max-width: 991px) {
    h3, .h3 {
        font-size: 30px
    }
}

h4, .h4 {
    font-size: 32px;
    line-height: 1.4375em
}

@media screen and (max-width: 991px) {
    h4, .h4 {
        font-size: 24px
    }
}

h5, .h5 {
    font-size: 32px;
    line-height: 1.3em
}

@media screen and (max-width: 991px) {
    h5, .h5 {
        font-size: 24px
    }
}

h6, .h6 {
    font-size: 16px;
    line-height: 1.3em
}

.p1, .module--case-study-intro .inner--flex .content, .module--center-block .block__content, .module--product-slider .block__content, .module--columns .block__content, .module--presentation-slider .slider .slide__content, .module--quote .inner .quote__author, .module--stage .stage__content, .module--text .block__content, .module--iframe .block__content {
    font-size: 21px;
    line-height: 1.8em
}

@media screen and (max-width: 991px) {
    .p1, .module--case-study-intro .inner--flex .content, .module--center-block .block__content, .module--product-slider .block__content, .module--columns .block__content, .module--presentation-slider .slider .slide__content, .module--quote .inner .quote__author, .module--stage .stage__content, .module--text .block__content, .module--iframe .block__content {
        font-size: 18px
    }
}

.p2 {
    font-size: 18px;
    line-height: 1.667em
}

@media screen and (max-width: 991px) {
    .p2 {
        font-size: 16px;
        line-height: 1.5em
    }
}

.p3 {
    font-size: 16px;
    line-height: 1.667em
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    color: #fff;
    z-index: 900;
    font-size: 17px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width: 991px) {
    .header {
        height: 100px;
        -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
        transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
    }
}

.header .inner--flex {
    height: 100%;
    width: calc(100% - 80px);
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .header .inner--flex {
        width: calc(100% - 40px)
    }
}

.header__logo {
    -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    height: 30px
}

@media screen and (max-width: 991px) {
    .header__logo {
        margin-top: 10px
    }
}

.header__logo svg {
    height: 30px;
    width: auto
}

.header__logo:hover {
    opacity: .8
}

.header__menu {
    display: -webkit-box;
    display: flex
}

@media screen and (max-width: 1050px) {
    .header__menu {
        font-size: 16px
    }
}

.header__menu .menu {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.header__menu .menu--secondary {
    display: none
}

.header__menu .menu li {
    -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    display: inline-block
}

.header__menu .menu li:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width: 1150px) {
    .header__menu .menu li:not(:last-child) {
        margin-right: 10px
    }
}

.header__menu .menu li.highlight a {
    color: #ee7464;
    border: 1px solid #ee7464;
    padding: .3em 1em;
    border-radius: 10em;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.header__menu .menu li.highlight a:hover {
    background-color: #ee7464;
    color: white
}

.header__menu .menu li.highlight a:after {
    content: none
}

.header__menu .menu li.current-menu-parent > a:after, .header__menu .menu li.current_page_parent > a:after, .header__menu .menu li.current_menu_item > a:after, .header__menu .menu li.current_page_item > a:after {
    width: 100%;
    opacity: 1
}

.header__menu .menu li a:after {
    background-color: #fff
}

.header__menu .menu li .sub-menu {
    position: absolute;
    padding: 0;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.header__menu .menu li .sub-menu li {
    display: block
}

.header__menu .menu li .sub-menu li a {
    line-height: 2em
}

.header__menu.submenu-active > .menu > li:not(:hover) {
    opacity: 0.3
}

.header__menu.submenu-active > .menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: all
}

.header__menu .language-switcher {
    margin-left: 20px;
    text-transform: uppercase
}

@media screen and (max-width: 991px) {
    .header__menu .language-switcher {
        margin-left: 0;
        margin-top: 40px;
        font-size: 36px
    }
}

.header__menu .language-switcher a > span {
    opacity: .5;
    -webkit-transition: all .1s;
    transition: all .1s
}

.header__menu .language-switcher a > span:hover {
    opacity: .7
}

.header__menu .language-switcher:before {
    content: '|';
    margin-right: 15px
}

@media screen and (max-width: 991px) {
    .header__menu .language-switcher:before {
        content: none
    }
}

.header__mobile-toggle {
    display: none;
    font-weight: 500
}

@media screen and (max-width: 991px) {
    .header__mobile-toggle {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

.header__mobile-toggle .burger {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: stretch;
    align-items: stretch;
    height: 22px;
    width: 26px;
    padding: 4px;
    margin-left: 4px
}

.header__mobile-toggle .burger > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all .2s;
    transition: all .2s
}

body.starts-light .header {
    color: #02243f
}

body.starts-light .header__logo svg path.cls-1 {
    fill: #02243f
}

body.starts-light .header__menu li a:after {
    background-color: #02243f
}

body.starts-light .header__mobile-toggle .burger > span {
    background-color: #02243f
}

body.starts-dark .header__logo svg path.cls-1 {
    fill: white
}

body.scrolled .header {
    height: 60px;
    background-color: #02243f;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
    color: #fff
}

body.scrolled .header__logo svg path.cls-1 {
    fill: #fff !important
}

body.scrolled .header__mobile-toggle .label {
    color: #fff
}

body.scrolled .header__mobile-toggle .burger > span {
    background-color: #fff
}

body.scrolled .header__menu li a:after {
    background-color: #fff
}

body.scrolled .header__menu .menu li .sub-menu {
    background-color: #02243f;
    padding: 20px;
    margin-left: -20px
}

@media screen and (max-width: 991px) {
    body.scrolled .header, body.mobile-menu .header {
        background-color: #02243f;
        z-index: 100
    }

    body.scrolled .header__logo svg path.cls-1, body.mobile-menu .header__logo svg path.cls-1 {
        fill: white
    }

    body.scrolled .header {
        height: 70px
    }

    body.mobile-menu .header {
        height: 100px
    }
}

@media screen and (max-width: 991px) {
    .header__menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 70px;
        bottom: 0;
        width: 100%;
        background: #02243f;
        margin-top: 20px;
        padding: 20px 15px;
        font-size: 22px;
        opacity: 0;
        pointer-events: none;
        overflow: scroll;
        -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
        transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
    }

    .header__menu .menu:before {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .header__menu .menu--primary:before {
        content: 'Navigation';
        color: #ee7464
    }

    .header__menu .menu--secondary {
        display: block;
        color: #fde18a;
        margin-top: 40px
    }

    .header__menu .menu--secondary:before {
        content: 'Case Studies'
    }

    .header__menu .menu li {
        display: block;
        font-size: 38px;
        line-height: 1.2em
    }

    .header__menu .menu li:not(:last-child) {
        margin-bottom: 10px
    }

    .header__menu .menu li a:after {
        content: none
    }

    .header__menu .menu li:hover .sub-menu {
        display: block
    }

    .header__menu .menu li .sub-menu {
        display: none;
        opacity: 1;
        position: relative;
        padding-left: 30px
    }

    .header__menu .menu li .sub-menu li {
        font-size: 30px
    }

    .header__menu .menu li .sub-menu li a {
        line-height: 1.2em
    }

    .header__menu .menu li.highlight {
        display: none
    }

    body.mobile-menu .header__menu {
        opacity: 1;
        pointer-events: all
    }

    body.mobile-menu .header__mobile-toggle .burger > span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 7px);
        transform: rotate(45deg) translate(4px, 7px)
    }

    body.mobile-menu .header__mobile-toggle .burger > span:last-child {
        -webkit-transform: rotate(-45deg) translate(8px, -9px);
        transform: rotate(-45deg) translate(8px, -9px)
    }
}

.footer, .subfooter {
    position: relative
}

.footer .inner, .subfooter .inner {
    width: calc(100% - 80px)
}

@media screen and (max-width: 991px) {
    .footer .inner, .subfooter .inner {
        width: calc(100% - 40px);
        max-width: 100%
    }
}

.footer .inner .row, .subfooter .inner .row {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: -25px;
    margin-right: -25px;
    flex-wrap: wrap
}

@media screen and (max-width: 991px) {
    .footer .inner .row, .subfooter .inner .row {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.footer .inner .col, .subfooter .inner .col {
    padding: 0 25px
}

@media screen and (max-width: 991px) {
    .footer .inner .col, .subfooter .inner .col {
        width: 50%;
        flex-basis: 50%;
        padding: 0 10px
    }

    .footer .inner .col:not(:last-child):not(.col--logo), .subfooter .inner .col:not(:last-child):not(.col--logo) {
        margin-bottom: 25px
    }
}

.footer .inner .col--logo, .subfooter .inner .col--logo {
    width: 160px
}

@media screen and (max-width: 991px) {
    .footer .inner .col--logo svg, .subfooter .inner .col--logo svg {
        display: block;
        width: 70%;
        height: auto
    }
}

.footer .footer__widget .widget__title, .subfooter .footer__widget .widget__title {
    font-size: 14px
}

.footer .footer__widget .widget__title + .textwidget, .subfooter .footer__widget .widget__title + .textwidget {
    margin-top: 10px
}

.footer .footer__widget .textwidget .row, .subfooter .footer__widget .textwidget .row {
    flex-wrap: wrap
}

@media screen and (max-width: 991px) {
    .footer .footer__widget .textwidget .row, .subfooter .footer__widget .textwidget .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.footer .footer__widget .textwidget .row .col, .subfooter .footer__widget .textwidget .row .col {
    width: 50%
}

@media screen and (max-width: 991px) {
    .footer .footer__widget .textwidget .row .col, .subfooter .footer__widget .textwidget .row .col {
        width: 100%
    }
}

.footer .footer__widget .textwidget a, .subfooter .footer__widget .textwidget a {
    display: block;
    width: 100%
}

.footer .footer__widget .textwidget a:after, .subfooter .footer__widget .textwidget a:after {
    content: none
}

.footer .footer__widget .textwidget img, .subfooter .footer__widget .textwidget img {
    max-width: 100px;
    height: auto
}

.footer {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 2em;
    padding: 60px 0 30px
}

@media screen and (max-width: 991px) {
    .footer {
        padding-bottom: 40px
    }
}

.footer .inner .col:nth-child(5) {
    margin-left: auto
}

@media screen and (max-width: 991px) {
    .footer .inner .col:nth-child(5) {
        margin-left: 0
    }
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.subfooter {
    margin-top: 40px
}

.subfooter .inner .row {
    -webkit-box-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 991px) {
    .subfooter .inner .row .col--logo {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .subfooter .inner .row .col {
        width: 100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 991px) {
    .subfooter .inner .row .menu {
        text-align: left
    }
}

.subfooter .inner .row ul li {
    display: inline-block
}

.subfooter .inner .row ul li:not(:last-child) {
    margin-right: 50px
}

.modules {
    width: 100%
}

.module {
    position: relative;
    padding-top: 160px;
    max-width: 100vw
}

@media screen and (max-width: 991px) {
    .module {
        padding-top: 80px
    }
}

.module--collapse {
    padding: 0 !important
}

.module--404 {
    padding-bottom: 160px
}

.module:last-child {
    padding-bottom: 80px
}

.module--anchor {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.module--anchor .anchor {
    position: absolute;
    top: 160px;
    left: 50%;
    pointer-events: none;
    display: block;
    z-index: 99999;
    margin-top: 0px;
    width: 5px;
    height: 5px;
    z-index: 9999;
    display: block;
    width: 20px;
    height: 20vh;
    z-index: 999
}

@media screen and (max-width: 991px) {
    .module--anchor .anchor {
        top: 110px
    }
}

.module--anchor + .module--presentation-slider {
    margin-top: 0 !important
}

@media screen and (max-width: 991px) {
    .module--cards {
        padding: 0 20px
    }
}

.module--cards .cards {
    z-index: 70;
    padding-top: 40px
}

.module--cards .cards--no-slider {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.module--cards .cards .card {
    position: relative;
    background-color: #ee7464;
    color: white;
    width: 460px;
    padding: 40px;
    margin: 0 60px;
    border-radius: 24px;
    box-shadow: 0 0 40px 20px rgba(238, 116, 100, 0.3)
}

@media screen and (max-width: 991px) {
    .module--cards .cards .card {
        width: 90vw;
        margin: 0 40px;
        padding: 30px
    }
}

.module--cards .cards .card__content {
    font-size: 23px;
    line-height: 1.6em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media screen and (max-width: 991px) {
    .module--cards .cards .card__content {
        font-size: 20px
    }
}

.module--cards .cards .card__image {
    display: block;
    border-radius: 100%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    margin-top: 40px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.3)
}

.module--cards .cards .card__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6em
}

.module--cards .cards__pagination {
    margin: 0;
    margin-top: 60px;
    text-align: center;
    padding: 0;
    list-style-type: none
}

.module--cards .cards__pagination li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 7px;
    background-color: rgba(2, 36, 63, 0.35);
    cursor: pointer;
    -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--cards .cards__pagination li:not(.slick-active):hover {
    background-color: rgba(2, 36, 63, 0.6)
}

.module--cards .cards__pagination li.slick-active {
    background-color: #02243f
}

.module--cards .cards.slick-initialized .slick-list, .module--cards .cards.slick-initialized .slick-track {
    overflow: visible
}

.module--cards .cards.slick-initialized .slick-slide {
    background-color: #f39d92;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--cards .cards.slick-initialized .slick-slide:not(.slick-active):hover {
    background-color: #f1897b
}

.module--cards .cards.slick-initialized .slick-slide.slick-active {
    background-color: #ee7464
}

.module--cards .cards.slick-initialized a.slick-slide.slick-active:hover {
    background-color: #ed6c5b !important
}

.module--cards .cards.slick-initialized .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50% - 220px);
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
    background-color: transparent
}

.module--cards .cards.slick-initialized .slick-arrow:before {
    content: none
}

.section--dark .module--cards .cards {
    background-color: #02243f
}

.section--light .module--cards .cards {
    background-color: #f2f2f2
}

.section--dark .module--cards .cards.slick-initialized .slick-slide:not(.slick-active) {
    background-color: #bc635c
}

.section--dark .module--cards .cards__pagination li {
    background-color: rgba(255, 255, 255, 0.3)
}

.section--dark .module--cards .cards__pagination li:hover {
    background-color: rgba(255, 255, 255, 0.4)
}

.section--dark .module--cards .cards__pagination li.slick-active {
    background-color: #ee7464
}

.module--case-study-intro {
    padding-top: 40px !important
}

.module--case-study-intro .inner--flex {
    max-width: 800px;
    -webkit-box-align: start;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .module--case-study-intro .inner--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.module--case-study-intro .inner--flex .title {
    color: #ee7464;
    font-size: 16px;
    margin-bottom: 1em
}

.module--case-study-intro .inner--flex .content {
    color: white;
    line-height: 1.7em
}

.module--case-study-intro .inner--flex .left {
    margin-right: 80px;
    flex-shrink: 0
}

@media screen and (max-width: 991px) {
    .module--case-study-intro .inner--flex .left {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.module--case-study-intro .inner--flex .left .content {
    color: rgba(255, 255, 255, 0.3)
}

.module--case-study-intro .inner--flex .right .content {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.module--center-block .block, .module--product-slider .block, .module--columns .block {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center
}

.module--center-block .block__title, .module--center-block .block__headline, .module--center-block .block__content, .module--center-block .block__link, .module--product-slider .block__title, .module--product-slider .block__headline, .module--product-slider .block__content, .module--product-slider .block__link, .module--columns .block__title, .module--columns .block__headline, .module--columns .block__content, .module--columns .block__link {
    margin-top: 25px
}

@media screen and (max-width: 991px) {
    .module--center-block .block__title, .module--center-block .block__headline, .module--center-block .block__content, .module--center-block .block__link, .module--product-slider .block__title, .module--product-slider .block__headline, .module--product-slider .block__content, .module--product-slider .block__link, .module--columns .block__title, .module--columns .block__headline, .module--columns .block__content, .module--columns .block__link {
        margin-top: 20px
    }
}

.module--center-block .block__title, .module--product-slider .block__title, .module--columns .block__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #ee7464
}

.module--center-block .block__content p:first-child, .module--product-slider .block__content p:first-child, .module--columns .block__content p:first-child {
    margin-top: 0
}

.module--center-block .block__content p:last-child, .module--product-slider .block__content p:last-child, .module--columns .block__content p:last-child {
    margin-bottom: 0
}

.module--contact-form .inner {
    max-width: 400px
}

.module--contact-form .form__title {
    margin-bottom: 40px
}

.module--contact-form .form__form .field {
    width: 100%
}

.module--contact-form .form__form [type="submit"] {
    margin-top: 40px
}

.module--contact-form form p {
    width: 100%
}

.module--contact-form form p span {
    display: block;
    width: 100%
}

.module--contact-form form p span input, .module--contact-form form p span textarea {
    width: 100%
}

.module--headline + .module, .module--headline + .module--anchor + .module {
    padding-top: 80px
}

.module--image .inner {
    max-width: 1200px
}

.module--image .inner img {
    width: 100%;
    display: block;
    height: auto
}

.module--jobs .jobs {
    max-width: 800px;
    margin: auto
}

.module--jobs .jobs__preline {
    font-size: 16px;
    opacity: .2;
    margin-bottom: 20px
}

.module--jobs .jobs__title {
    margin-bottom: 40px
}

.module--jobs .jobs .job {
    font-size: 21px
}

@media screen and (max-width: 991px) {
    .module--jobs .jobs .job {
        font-size: 18px
    }
}

.module--jobs .jobs .job--expanded .job__toggle:hover {
    opacity: 1
}

.module--jobs .jobs .job--expanded .job__toggle:before {
    content: '-';
    padding-top: 0px
}

.module--jobs .jobs .job--expanded .job__title {
    color: #ee7464
}

.module--jobs .jobs .job--expanded .job__content {
    display: block
}

.module--jobs .jobs .job__toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid rgba(242, 242, 242, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--jobs .jobs .job__toggle:before {
    content: '+';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    font-size: 30px;
    font-weight: 300;
    padding-top: 3px;
    box-sizing: border-box;
    margin-right: 25px;
    flex-shrink: 0
}

@media screen and (max-width: 991px) {
    .module--jobs .jobs .job__toggle:before {
        margin-right: 10px
    }
}

.module--jobs .jobs .job__toggle:hover {
    cursor: pointer;
    opacity: .7
}

.module--jobs .jobs .job__title {
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--jobs .jobs .job__meta {
    opacity: .3;
    margin-left: auto;
    text-align: right
}

.module--jobs .jobs .job__content {
    display: none;
    line-height: 30px;
    margin-left: 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

@media screen and (max-width: 991px) {
    .module--jobs .jobs .job__content {
        margin-left: 0
    }
}

.module--jobs .jobs .job__content p:first-child {
    margin-top: 0
}

.module--jobs .jobs .job__content p:last-child {
    margin-bottom: 0
}

.module--jobs .jobs .job__content h1, .module--jobs .jobs .job__content .h1, .module--jobs .jobs .job__content h2, .module--jobs .jobs .job__content .h2, .module--jobs .jobs .job__content .jobs__title, .module--jobs .jobs .job__content .section__navigation .section__title, .section__navigation .module--jobs .jobs .job__content .section__title, .module--jobs .jobs .job__content h3, .module--jobs .jobs .job__content .h3, .module--jobs .jobs .job__content h4, .module--jobs .jobs .job__content .h4, .module--jobs .jobs .job__content h5, .module--jobs .jobs .job__content .h5, .module--jobs .jobs .job__content h6, .module--jobs .jobs .job__content .h6 {
    margin-bottom: 20px
}

.module--jobs .jobs .job__content h1 + ul, .module--jobs .jobs .job__content .h1 + ul, .module--jobs .jobs .job__content h2 + ul, .module--jobs .jobs .job__content .h2 + ul, .module--jobs .jobs .job__content .jobs__title + ul, .module--jobs .jobs .job__content .section__navigation .section__title + ul, .section__navigation .module--jobs .jobs .job__content .section__title + ul, .module--jobs .jobs .job__content h3 + ul, .module--jobs .jobs .job__content .h3 + ul, .module--jobs .jobs .job__content h4 + ul, .module--jobs .jobs .job__content .h4 + ul, .module--jobs .jobs .job__content h5 + ul, .module--jobs .jobs .job__content .h5 + ul, .module--jobs .jobs .job__content h6 + ul, .module--jobs .jobs .job__content .h6 + ul {
    margin-top: 0
}

.module--jobs + .module--jobs {
    padding-top: 60px !important
}

.section--dark .module--jobs .jobs .job__content .list-style--checklist li:before {
    background-image: url(assets/check2-light.svg)
}

.section--light .module--jobs .jobs .job__content .list-style--checklist li:before {
    background-image: url(assets/check2-dark.svg)
}

.module--location .inner--flex {
    max-width: 1120px
}

@media screen and (max-width: 991px) {
    .module--location .inner--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        align-items: stretch
    }
}

.module--location .left {
    padding-right: 130px;
    white-space: nowrap
}

@media screen and (max-width: 991px) {
    .module--location .left {
        padding-top: 40px;
        padding-right: 0
    }
}

.module--location .location__time {
    font-size: 25px;
    white-space: nowrap;
    margin: 10px 0 30px 0
}

.module--location .location__icon {
    margin-bottom: 30px
}

.module--location .location__phone {
    margin-top: 30px
}

.module--location .location__link {
    margin-top: 30px
}

.module--logos .row {
    position: relative;
    height: 90px;
    z-index: 60
}

@media screen and (max-width: 991px) {
    .module--logos .row {
        height: 60px
    }
}

.module--logos .row:nth-child(odd) .logos {
    left: 0;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-animation: move1 100s infinite linear;
    animation: move1 100s infinite linear
}

@media screen and (max-width: 991px) {
    .module--logos .row:nth-child(odd) .logos {
        -webkit-animation-duration: 200s;
        animation-duration: 200s
    }
}

.module--logos .row:nth-child(even) .logos {
    right: 0;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-animation: move2 100s infinite linear;
    animation: move2 100s infinite linear
}

@media screen and (max-width: 991px) {
    .module--logos .row:nth-child(even) .logos {
        -webkit-animation-duration: 200s;
        animation-duration: 200s
    }
}

.module--logos .row .logos {
    height: 100%;
    width: 4000px;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.module--logos .row .logos .logo {
    display: inline-block;
    padding: 10px 50px
}

@media screen and (max-width: 991px) {
    .module--logos .row .logos .logo {
        padding: 10px 30px
    }
}

.module--logos .row .logos .logo img {
    margin: auto;
    display: block
}

@media screen and (max-width: 991px) {
    .module--logos .row .logos .logo img {
        max-height: 20px
    }
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.section--dark .module--logos .row {
    background-color: #02243f
}

.section--light .module--logos .row {
    background-color: #f2f2f2
}

.module--columns {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.module--columns .inner {
    max-width: 1200px
}

.module--columns .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-left: -60px;
    margin-right: -60px
}

.module--columns .row--two .block {
    padding: 0 60px;
    width: 50%
}

.module--columns .row--three .block {
    padding: 0 60px;
    width: 33.3%
}

.module--columns .row .block {
    margin-top: 180px
}

@media screen and (max-width: 991px) {
    .module--columns .row .block {
        margin-top: 40px;
        width: 100%
    }
}

.module--presentation-slider {
    background-color: #021e33
}

.module--presentation-slider:not(:first-child) {
    margin-top: 160px
}

.module--presentation-slider .title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 14px
}

.module--presentation-slider .slider .slide {
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        justify-content: flex-start;
        min-height: 0
    }
}

.module--presentation-slider .slider .slide .content, .module--presentation-slider .slider .slide .images {
    -webkit-box-flex: 1;
    flex: 1;
    flex-grow: 1;
    position: relative
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slide .content, .module--presentation-slider .slider .slide .images {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex: auto
    }
}

.module--presentation-slider .slider .slide .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slide .content {
        display: block;
        padding: 20px 20px 0 20px
    }
}

.module--presentation-slider .slider .slide .content > * {
    margin-left: 80px;
    margin-right: 80px
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slide .content > * {
        margin-left: 0;
        margin-right: 0
    }
}

.module--presentation-slider .slider .slide__index {
    font-size: 16px;
    margin-bottom: 5px
}

.module--presentation-slider .slider .slide__index-name, .module--presentation-slider .slider .slide__title {
    font-size: 40px;
    line-height: 50px
}

.module--presentation-slider .slider .slide__title {
    color: #ee7464
}

.module--presentation-slider .slider .slide__content {
    margin-top: 40px
}

.module--presentation-slider .slider .slide .images {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.module--presentation-slider .slider .slide .images--clickable {
    cursor: url(assets/arrow.svg), auto
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slide .images {
        width: 100%
    }

    .module--presentation-slider .slider .slide .images:after {
        content: '';
        padding-top: 66.6%;
        display: block
    }
}

.module--presentation-slider .slider .slide .images__background {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--presentation-slider .slider .slide .images__foreground {
    position: relative;
    z-index: 10;
    max-width: 60%;
    max-height: 60%
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slide .images__foreground {
        max-width: 75%;
        max-height: 75%
    }
}

.module--presentation-slider .slider .slide.slick-current .images__background {
    opacity: 1
}

.module--presentation-slider .slider .slider__pagination {
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider .slider__pagination {
        position: relative;
        left: auto;
        padding: 20px;
        padding-top: 40px;
        text-align: center
    }
}

.module--product-slider {
    padding-top: 160px !important;
    padding-bottom: 1px
}

.module--product-slider .title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 14px
}

.module--product-slider .slider .slide {
    padding: 0 30px;
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: opacity 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--product-slider .slider .slide:not(.slick-current) {
    cursor: pointer;
    opacity: .3
}

.module--product-slider .slider .slide:not(.slick-current):hover {
    opacity: .4
}

.module--product-slider .slider .slider__pagination {
    padding-top: 80px;
    text-align: center;
    padding-left: 0
}

.module--product-slider + .module--product-slider {
    margin-top: 0
}

.section--dark .module--product-slider:last-child:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #021e33;
    height: 200px;
    width: 100%;
    left: 0;
    top: 100%
}

.module--quote .inner {
    max-width: 1200px
}

.module--quote .inner .quote__content {
    font-size: 40px;
    line-height: 1.5em
}

@media screen and (max-width: 1100px) {
    .module--quote .inner .quote__content {
        font-size: 32px
    }
}

@media screen and (max-width: 991px) {
    .module--quote .inner .quote__content {
        font-size: 28px;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

@media screen and (max-width: 575px) {
    .module--quote .inner .quote__content {
        font-size: 22px
    }
}

.module--quote .inner .quote__author {
    margin-top: 20px
}

@media screen and (max-width: 575px) {
    .module--quote .inner .quote__author {
        font-size: 16px
    }
}

.section {
    position: relative;
    padding-bottom: 180px
}

@media screen and (max-width: 991px) {
    .section {
        padding-bottom: 200px
    }
}

.section--light:last-child .section__separator {
    display: none
}

.section:last-child .section__separator {
    display: none
}

.section > .modules > .module:not(.module--stage) {
    padding-top: 180px
}

@media screen and (max-width: 991px) {
    .section > .modules > .module:not(.module--stage) {
        padding-top: 80px
    }
}

.section > .modules > .module:not(.module--stage):first-child {
    padding-top: 120px
}

@media screen and (max-width: 991px) {
    .section > .modules > .module:not(.module--stage):first-child {
        padding-top: 40px
    }
}

.section--dark {
    background-color: #02243f;
    color: #fff
}

.section--dark .section__navigation {
    color: white
}

.section--dark .section__separator .wave {
    background: url(assets/wave--light.svg) repeat-x
}

.section--dark.section--next-dark .section__separator {
    display: none !important
}

.section--dark.section--next-dark + .section .modules .module:first-child {
    padding-top: 0
}

.section--dark ::-moz-selection {
    background-color: rgba(242, 242, 242, 0.3);
    color: white
}

.section--dark ::selection {
    background-color: rgba(242, 242, 242, 0.3);
    color: white
}

.section--light {
    background-color: #f2f2f2;
    color: #02243f
}

.section--light .section__navigation {
    color: #02243f
}

.section--light .section__separator .wave {
    background: url(assets/wave--dark.svg) repeat-x
}

.section--light.section--next-light .section__separator {
    display: none !important
}

.section--light.section--next-light + .section .modules .module:first-child {
    padding-top: 0
}

.section:first-child .section__navigation {
    display: none
}

.section__navigation {
    position: absolute;
    left: 40px;
    top: 40px;
    max-width: 230px;
    z-index: 50;
    will-change: transform
}

@media screen and (max-width: 1300px) {
    .section__navigation {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .section__navigation {
        display: none
    }
}

.section__navigation ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style-type: none
}

.section__navigation ul li a:not(.active) {
    opacity: .3
}

.section__navigation ul li a:not(.active):hover {
    opacity: .5
}

.section__navigation ul li a {
    display: block;
    padding: 5px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.section__separator {
    height: 128px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.section__separator .wave {
    position: absolute;
    bottom: 0;
    width: 6400px;
    height: 128px;
    opacity: 1;
    -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.section__separator .wave:nth-of-type(2) {
    bottom: 25px;
    -webkit-animation: wave 9s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 10s ease -1.25s infinite;
    animation: wave 9s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 10s ease -1.25s infinite;
    opacity: .7
}

body.scrolled .section__navigation {
    top: 90px
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}

@keyframes wave {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}

@-webkit-keyframes swell {
    0%, 100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}

@keyframes swell {
    0%, 100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}

.module--separator {
    padding-top: 40px !important
}

.module--separator .line {
    width: 0px;
    height: 180px;
    border: 2px dashed transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(2, 36, 63, 0.5)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(2, 36, 63, 0.5) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 8px;
    background-repeat: repeat-y;
    margin: auto
}

@media screen and (max-width: 991px) {
    .module--separator .line {
        height: 120px
    }
}

.module--separator + .module, .module--separator + .module--anchor + .module {
    padding-top: 40px !important
}

.section--dark .module--separator .line {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(242, 242, 242, 0.5)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(242, 242, 242, 0.5) 33%, rgba(255, 255, 255, 0) 0%)
}

.module--stage {
    min-height: 85vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-top: 180px;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width: 991px) {
    .module--stage {
        padding-top: 100px
    }
}

.module--stage .stage__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 25px;
    max-width: 70%
}

@media screen and (max-width: 991px) {
    .module--stage .stage__inner {
        max-width: 100%
    }
}

.module--stage .stage__inner > div {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.module--stage .stage__inner .stage__image--0 {
    margin-right: 40px
}

@media screen and (max-width: 991px) {
    .module--stage .stage__inner .stage__image--0 {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.module--stage .stage__inner .stage__image--1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 150px
}

@media screen and (max-width: 991px) {
    .module--stage .stage__inner .stage__image--1 {
        display: block;
        height: auto;
        margin-top: 40px
    }
}

.module--stage .stage__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #ee7464;
    margin-bottom: 25px
}

@media screen and (max-width: 991px) {
    .module--stage .stage__content {
        text-align: center
    }
}

.module--stage .stage__cta {
    margin-top: 25px
}

@media screen and (max-width: 991px) {
    .module--stage .stage__cta {
        text-align: center
    }
}

.module--stage--left .inner {
    max-width: 1120px
}

.module--stage--left .stage__headline {
    max-width: 50%
}

@media screen and (max-width: 991px) {
    .module--stage--left .stage__headline {
        max-width: 100%
    }
}

.module--stage--left .stage__inner--has-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    max-width: none
}

@media screen and (max-width: 991px) {
    .module--stage--left .stage__inner--has-images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.module--stage--center {
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.module--stage--center .inner {
    max-width: 680px
}

.module--stage--center .stage__inner {
    max-width: none
}

.module--stage .stage__links {
    margin-top: 20px;
    padding: 0;
    list-style-type: none
}

.module--stage .stage__links li {
    display: inline-block
}

.module--stage .stage__links li:not(:last-child) {
    margin-right: 30px
}

.module--stage .stage__links li a:after {
    background-color: white
}

.module--stage img {
    mix-blend-mode: luminosity
}

@media screen and (max-width: 991px) {
    .module--stage img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 40%;
        height: auto
    }
}

.page--404 .section {
    padding-bottom: 0 !important
}

.page--404 .section .module--404 {
    padding: 270px 0 160px !important
}

.module--text .inner {
    max-width: 1000px
}

.module--text--left .block {
    margin-right: auto;
    -webkit-box-align: start;
    align-items: flex-start;
    text-align: left
}

.module--text--right .block {
    margin-left: auto;
    -webkit-box-align: end;
    align-items: flex-end;
    text-align: right
}

.module--text .block {
    max-width: 620px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.module--text .block p:last-child {
    margin-bottom: 0
}

.module--text .block__title, .module--text .block__headline, .module--text .block__content, .module--text .block__link {
    margin-top: 25px
}

@media screen and (max-width: 991px) {
    .module--text .block__title, .module--text .block__headline, .module--text .block__content, .module--text .block__link {
        margin-top: 20px
    }
}

.module--text .block__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #ee7464
}

.module--text .block__content p:first-child {
    margin-top: 0
}

.module--text--two-column .block {
    max-width: none;
    width: 100%
}

.module--text--two-column .block__content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media screen and (max-width: 991px) {
    .module--text--two-column .block__content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.module--iframe .inner {
    width: auto
}

.module--iframe .block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.module--iframe .block p:last-child {
    margin-bottom: 0
}

.module--iframe .block__title, .module--iframe .block__headline, .module--iframe .block__content, .module--iframe .block__link {
    margin-top: 25px
}

@media screen and (max-width: 991px) {
    .module--iframe .block__title, .module--iframe .block__headline, .module--iframe .block__content, .module--iframe .block__link {
        margin-top: 20px
    }
}

.module--iframe .block__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #ee7464
}

.module--iframe .block__content p:first-child {
    margin-top: 0
}

.module--iframe .block__content iframe {
    height: calc(100vh - 120px)
}

.list-style--checklist, .list-style--checklist2 {
    text-align: left;
    display: inline-block;
    padding-left: 0
}

p + .list-style--checklist, p + .list-style--checklist2 {
    margin-top: 1em
}

.list-style--checklist li, .list-style--checklist2 li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    overflow: visible;
    line-height: 1.8em;
    margin-top: .5em
}

.list-style--checklist li::before, .list-style--checklist2 li::before {
    content: '';
    position: relative;
    padding-right: 1.2em;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: 1px;
    margin-top: 0.25em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.section--dark .list-style--checklist li::before {
    background-image: url(assets/check-light.svg)
}

.section--dark .list-style--checklist2 li::before {
    background-image: url(assets/check2-light.svg)
}

.section--light .list-style--checklist li::before {
    background-image: url(assets/check-dark.svg)
}

.section--light .list-style--checklist2 li::before {
    background-image: url(assets/check2-dark.svg)
}

.crosslink {
    display: block;
    position: relative;
    z-index: 10;
    height: 45px;
    line-height: 45px;
    background-color: #fde18a;
    color: white;
    font-size: 16px;
    text-align: center
}

.crosslink .inner {
    max-width: none;
    padding: 0 20px;
    overflow: hidden
}

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 90%;
    max-width: 800px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 -3px 27px -7px rgba(2, 36, 63, 0.3);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 900;
    -webkit-transition: 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.cookie-notice.hidden {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0
}

.cookie-notice p {
    font-size: 16px;
    margin: 0
}

.cookie-notice p + p {
    margin-top: 1em
}

.cookie-notice__actions {
    text-align: center;
    margin-top: 20px
}

.cookie-notice__actions a {
    text-transform: uppercase;
    font-size: 16px;
    color: #ee7464
}

.module--presentation-slider .slider__pagination, .module--product-slider .slider__pagination {
    margin: 0;
    padding-left: 80px;
    width: 100%;
    padding-bottom: 40px
}

.module--presentation-slider .slider__pagination li, .module--product-slider .slider__pagination li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: rgba(238, 116, 100, 0.2);
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

uttscs .module--presentation-slider .slider__pagination li:hover div, .module--presentation-slider .slider__pagination li.slick-active div, uttscs .module--product-slider .slider__pagination li:hover div, .module--product-slider .slider__pagination li.slick-active div {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.module--presentation-slider .slider__pagination li:not(.slick-active):hover, .module--product-slider .slider__pagination li:not(.slick-active):hover {
    background-color: rgba(238, 116, 100, 0.5);
    cursor: pointer
}

.module--presentation-slider .slider__pagination li:not(.slick-active):hover div, .module--product-slider .slider__pagination li:not(.slick-active):hover div {
    opacity: .3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.module--presentation-slider .slider__pagination li.slick-active, .module--product-slider .slider__pagination li.slick-active {
    background-color: #ee7464
}

.module--presentation-slider .slider__pagination li.slick-active:after, .module--product-slider .slider__pagination li.slick-active:after {
    background-color: rgba(255, 255, 255, 0.2) !important
}

.module--presentation-slider .slider__pagination li.slick-active ~ li, .module--product-slider .slider__pagination li.slick-active ~ li {
    background-color: rgba(255, 255, 255, 0.2)
}

.module--presentation-slider .slider__pagination li.slick-active ~ li:hover, .module--product-slider .slider__pagination li.slick-active ~ li:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

.module--presentation-slider .slider__pagination li.slick-active ~ li:after, .module--product-slider .slider__pagination li.slick-active ~ li:after {
    background-color: rgba(255, 255, 255, 0.2)
}

.module--presentation-slider .slider__pagination li:not(:last-child), .module--product-slider .slider__pagination li:not(:last-child) {
    margin-right: 60px
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider__pagination li:not(:last-child), .module--product-slider .slider__pagination li:not(:last-child) {
        margin-right: 40px
    }
}

.module--presentation-slider .slider__pagination li:not(:last-child):after, .module--product-slider .slider__pagination li:not(:last-child):after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    left: calc(100% + 10px);
    top: 5px;
    height: 2px;
    background-color: rgba(238, 116, 100, 0.2);
    border-radius: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

@media screen and (max-width: 991px) {
    .module--presentation-slider .slider__pagination li:not(:last-child):after, .module--product-slider .slider__pagination li:not(:last-child):after {
        width: 20px
    }
}

.module--presentation-slider .slider__pagination li div, .module--product-slider .slider__pagination li div {
    position: absolute;
    bottom: calc(100% + 16px);
    left: 50%;
    font-size: 12px;
    opacity: 0;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99);
    transition: all 0.3s cubic-bezier(0.73, 0.32, 0.14, 0.99)
}

.module--presentation-slider .slider__pagination li div:not(:empty):after, .module--product-slider .slider__pagination li div:not(:empty):after {
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: white
}

.section--light .module--presentation-slider .slider__pagination li.slick-active:after, .section--light .module--product-slider .slider__pagination li.slick-active:after {
    background-color: rgba(2, 36, 63, 0.2) !important
}

.section--light .module--presentation-slider .slider__pagination li.slick-active ~ li, .section--light .module--product-slider .slider__pagination li.slick-active ~ li {
    background-color: rgba(2, 36, 63, 0.2)
}

.section--light .module--presentation-slider .slider__pagination li.slick-active ~ li:hover, .section--light .module--product-slider .slider__pagination li.slick-active ~ li:hover {
    background-color: rgba(2, 36, 63, 0.5)
}

.section--light .module--presentation-slider .slider__pagination li.slick-active ~ li:after, .section--light .module--product-slider .slider__pagination li.slick-active ~ li:after {
    background-color: rgba(2, 36, 63, 0.2)
}

.section--light .module--presentation-slider .slider__pagination li div:after, .section--light .module--product-slider .slider__pagination li div:after {
    background-color: #02243f
}

span.wpcf7-not-valid-tip {
    color: #ee7464;
    font-size: 16px;
    margin-top: 5px
}

div.wpcf7-response-output {
    padding: 10px;
    font-size: 16px;
    margin: 0;
    margin-top: 25px;
    border: 0;
    background-color: #ee7464;
    color: white;
    border-radius: 5px
}
