ol,
p,
td,
th,
ul {
    font-size: .85rem;
    line-height: 1.7
}

@media (min-width:640px) {
    ol,
    p,
    td,
    th,
    ul {
        font-size: 1.45833vw
    }
}

@media (min-width:900px) {
    ol,
    p,
    td,
    th,
    ul {
        font-size: 1.11111vw
    }
}

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

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    stroke: currentColor;
    stroke-width: 0;
    width: 1em
}

.icon-play {
    width: .8330078125em
}

.icon-instagram,
.icon-linkedin {
    width: .857421875em
}

@font-face {
    font-family: acta;
    font-style: normal;
    font-weight: 500;
    src: url(ActaDisplay-Medium-f5204c488b686c2955d713e0c5715e8e.woff2) format("woff2");
    src: url(ActaDisplay-Medium-e200bb402891d942ca0d6c1427c3f783.woff) format("woff")
}

@font-face {
    font-family: karla;
    font-style: normal;
    font-weight: 400;
    src: url(Karla-Regular-054441c3aed6875ebdd3dcecf241980e.woff2) format("woff2");
    src: url(Karla-Regular-f12bf2b11383fd2115242d701c9f3640.woff) format("woff")
}

@font-face {
    font-family: brandon-grotesque;
    font-style: normal;
    font-weight: 400;
    src: url(https://use.typekit.net/af/1da05b/0000000000000000000132df/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"), url(https://use.typekit.net/af/1da05b/0000000000000000000132df/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"), url(https://use.typekit.net/af/1da05b/0000000000000000000132df/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype")
}

@font-face {
    font-family: brandon-grotesque;
    font-style: normal;
    font-weight: 700;
    src: url(https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"), url(https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"), url(https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype")
}

@font-face {
    font-family: brandon-grotesque;
    font-style: normal;
    font-weight: 500;
    src: url(https://use.typekit.net/af/d8f71f/0000000000000000000132e1/27/l?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"), url(https://use.typekit.net/af/d8f71f/0000000000000000000132e1/27/d?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"), url(https://use.typekit.net/af/d8f71f/0000000000000000000132e1/27/a?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype")
}

html {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    font-kerning: none
}

body {
    background-color: #131424;
    color: #cdd0e5;
    font-family: karla, sans-serif;
    overflow: hidden
}

* {
    box-sizing: border-box
}

::-webkit-scrollbar {
    display: none
}

img {
    display: block;
    height: auto;
    vertical-align: bottom;
    width: 100%
}

blockquote,
button,
figure,
h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ul:not(.liste-page) li,
ol,
ul:not(.liste-page) {
    list-style: none
}

button {
    appearance: none;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    width: auto
}

.swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -o-transition-property: transform;
    -webkit-box-sizing: content-box;
    -webkit-transition-property: -webkit-transform;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    margin: 0 auto;
    transition-timing-function: ease
}

.swiper-slide {
    -ms-flex-negative: 0;
    -o-transition-property: transform;
    -webkit-flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -o-transition-property: transform, height;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-transition-property: height, -webkit-transform;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    -o-transition: .3s opacity;
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity .3s;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -ms-transform: scale(.33);
    -webkit-transform: scale(.33);
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -ms-transform: scale(.66);
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -ms-transform: scale(.33);
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -ms-transform: scale(.66);
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -ms-transform: scale(.33);
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    -webkit-transform: translate3d(0, -50%, 0);
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform, .2s top;
    -webkit-transition: top .2s, -webkit-transform .2s;
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform, .2s left;
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform, .2s right;
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform: scale(0);
    -ms-transform-origin: left top;
    -webkit-transform: scale(0);
    -webkit-transform-origin: left top;
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    -o-object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -ms-transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    -webkit-transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.swiper-container-fade .swiper-slide {
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -ms-transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    -webkit-filter: blur(50px);
    background: #000;
    bottom: 0;
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.o-container {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    width: 100%
}

@media (min-width:640px) {
    .o-container {
        padding-left: 0;
        padding-right: 0
    }
}

.o-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

[class*=o-cell] {
    position: relative
}

.o-cell-28\@sm {
    width: 100%
}

.o-cell-27\@sm {
    width: 96.42857%
}

.o-cell-26\@sm {
    width: 92.85714%
}

.o-cell-25\@sm {
    width: 89.28571%
}

.o-cell-24\@sm {
    width: 85.71429%
}

.o-cell-23\@sm {
    width: 82.14286%
}

.o-cell-22\@sm {
    width: 78.57143%
}

.o-cell-21\@sm {
    width: 75%
}

.o-cell-20\@sm {
    width: 71.42857%
}

.o-cell-19\@sm {
    width: 67.85714%
}

.o-cell-18\@sm {
    width: 64.28571%
}

.o-cell-17\@sm {
    width: 60.71429%
}

.o-cell-16\@sm {
    width: 57.14286%
}

.o-cell-15\@sm {
    width: 53.57143%
}

.o-cell-14\@sm {
    width: 50%
}

.o-cell-13\@sm {
    width: 46.42857%
}

.o-cell-12\@sm {
    width: 42.85714%
}

.o-cell-11\@sm {
    width: 39.28571%
}

.o-cell-10\@sm {
    width: 35.71429%
}

.o-cell-9\@sm {
    width: 32.14286%
}

.o-cell-8\@sm {
    width: 28.57143%
}

.o-cell-7\@sm {
    width: 25%
}

.o-cell-6\@sm {
    width: 21.42857%
}

.o-cell-5\@sm {
    width: 17.85714%
}

.o-cell-4\@sm {
    width: 14.28571%
}

.o-cell-3\@sm {
    width: 10.71429%
}

.o-cell-2\@sm {
    width: 7.14286%
}

.o-cell-1\@sm {
    width: 3.57143%
}

.o-cell-auto\@sm {
    flex: 1 1 0px
}

@media (min-width:640px) {
    .o-cell-28\@md {
        width: 100%
    }
    .o-cell-27\@md {
        width: 96.42857%
    }
    .o-cell-26\@md {
        width: 92.85714%
    }
    .o-cell-25\@md {
        width: 89.28571%
    }
    .o-cell-24\@md {
        width: 85.71429%
    }
    .o-cell-23\@md {
        width: 82.14286%
    }
    .o-cell-22\@md {
        width: 78.57143%
    }
    .o-cell-21\@md {
        width: 75%
    }
    .o-cell-20\@md {
        width: 71.42857%
    }
    .o-cell-19\@md {
        width: 67.85714%
    }
    .o-cell-18\@md {
        width: 64.28571%
    }
    .o-cell-17\@md {
        width: 60.71429%
    }
    .o-cell-16\@md {
        width: 57.14286%
    }
    .o-cell-15\@md {
        width: 53.57143%
    }
    .o-cell-14\@md {
        width: 50%
    }
    .o-cell-13\@md {
        width: 46.42857%
    }
    .o-cell-12\@md {
        width: 42.85714%
    }
    .o-cell-11\@md {
        width: 39.28571%
    }
    .o-cell-10\@md {
        width: 35.71429%
    }
    .o-cell-9\@md {
        width: 32.14286%
    }
    .o-cell-8\@md {
        width: 28.57143%
    }
    .o-cell-7\@md {
        width: 25%
    }
    .o-cell-6\@md {
        width: 21.42857%
    }
    .o-cell-5\@md {
        width: 17.85714%
    }
    .o-cell-4\@md {
        width: 14.28571%
    }
    .o-cell-3\@md {
        width: 10.71429%
    }
    .o-cell-2\@md {
        width: 7.14286%
    }
    .o-cell-1\@md {
        width: 3.57143%
    }
    .o-cell-auto\@md {
        flex: 1 1 0px
    }
}

@media (min-width:1100px) {
    .o-cell-28\@lg {
        width: 100%
    }
    .o-cell-27\@lg {
        width: 96.42857%
    }
    .o-cell-26\@lg {
        width: 92.85714%
    }
    .o-cell-25\@lg {
        width: 89.28571%
    }
    .o-cell-24\@lg {
        width: 85.71429%
    }
    .o-cell-23\@lg {
        width: 82.14286%
    }
    .o-cell-22\@lg {
        width: 78.57143%
    }
    .o-cell-21\@lg {
        width: 75%
    }
    .o-cell-20\@lg {
        width: 71.42857%
    }
    .o-cell-19\@lg {
        width: 67.85714%
    }
    .o-cell-18\@lg {
        width: 64.28571%
    }
    .o-cell-17\@lg {
        width: 60.71429%
    }
    .o-cell-16\@lg {
        width: 57.14286%
    }
    .o-cell-15\@lg {
        width: 53.57143%
    }
    .o-cell-14\@lg {
        width: 50%
    }
    .o-cell-13\@lg {
        width: 46.42857%
    }
    .o-cell-12\@lg {
        width: 42.85714%
    }
    .o-cell-11\@lg {
        width: 39.28571%
    }
    .o-cell-10\@lg {
        width: 35.71429%
    }
    .o-cell-9\@lg {
        width: 32.14286%
    }
    .o-cell-8\@lg {
        width: 28.57143%
    }
    .o-cell-7\@lg {
        width: 25%
    }
    .o-cell-6\@lg {
        width: 21.42857%
    }
    .o-cell-5\@lg {
        width: 17.85714%
    }
    .o-cell-4\@lg {
        width: 14.28571%
    }
    .o-cell-3\@lg {
        width: 10.71429%
    }
    .o-cell-2\@lg {
        width: 7.14286%
    }
    .o-cell-1\@lg {
        width: 3.57143%
    }
    .o-cell-auto\@lg {
        flex: 1 1 0px
    }
}

.o-offset-28\@sm {
    margin-left: 100%
}

.o-offset-27\@sm {
    margin-left: 96.42857%
}

.o-offset-26\@sm {
    margin-left: 92.85714%
}

.o-offset-25\@sm {
    margin-left: 89.28571%
}

.o-offset-24\@sm {
    margin-left: 85.71429%
}

.o-offset-23\@sm {
    margin-left: 82.14286%
}

.o-offset-22\@sm {
    margin-left: 78.57143%
}

.o-offset-21\@sm {
    margin-left: 75%
}

.o-offset-20\@sm {
    margin-left: 71.42857%
}

.o-offset-19\@sm {
    margin-left: 67.85714%
}

.o-offset-18\@sm {
    margin-left: 64.28571%
}

.o-offset-17\@sm {
    margin-left: 60.71429%
}

.o-offset-16\@sm {
    margin-left: 57.14286%
}

.o-offset-15\@sm {
    margin-left: 53.57143%
}

.o-offset-14\@sm {
    margin-left: 50%
}

.o-offset-13\@sm {
    margin-left: 46.42857%
}

.o-offset-12\@sm {
    margin-left: 42.85714%
}

.o-offset-11\@sm {
    margin-left: 39.28571%
}

.o-offset-10\@sm {
    margin-left: 35.71429%
}

.o-offset-9\@sm {
    margin-left: 32.14286%
}

.o-offset-8\@sm {
    margin-left: 28.57143%
}

.o-offset-7\@sm {
    margin-left: 25%
}

.o-offset-6\@sm {
    margin-left: 21.42857%
}

.o-offset-5\@sm {
    margin-left: 17.85714%
}

.o-offset-4\@sm {
    margin-left: 14.28571%
}

.o-offset-3\@sm {
    margin-left: 10.71429%
}

.o-offset-2\@sm {
    margin-left: 7.14286%
}

.o-offset-1\@sm {
    margin-left: 3.57143%
}

.o-offset-0\@sm {
    margin-left: 0
}

@media (min-width:640px) {
    .o-offset-28\@md {
        margin-left: 100%
    }
    .o-offset-27\@md {
        margin-left: 96.42857%
    }
    .o-offset-26\@md {
        margin-left: 92.85714%
    }
    .o-offset-25\@md {
        margin-left: 89.28571%
    }
    .o-offset-24\@md {
        margin-left: 85.71429%
    }
    .o-offset-23\@md {
        margin-left: 82.14286%
    }
    .o-offset-22\@md {
        margin-left: 78.57143%
    }
    .o-offset-21\@md {
        margin-left: 75%
    }
    .o-offset-20\@md {
        margin-left: 71.42857%
    }
    .o-offset-19\@md {
        margin-left: 67.85714%
    }
    .o-offset-18\@md {
        margin-left: 64.28571%
    }
    .o-offset-17\@md {
        margin-left: 60.71429%
    }
    .o-offset-16\@md {
        margin-left: 57.14286%
    }
    .o-offset-15\@md {
        margin-left: 53.57143%
    }
    .o-offset-14\@md {
        margin-left: 50%
    }
    .o-offset-13\@md {
        margin-left: 46.42857%
    }
    .o-offset-12\@md {
        margin-left: 42.85714%
    }
    .o-offset-11\@md {
        margin-left: 39.28571%
    }
    .o-offset-10\@md {
        margin-left: 35.71429%
    }
    .o-offset-9\@md {
        margin-left: 32.14286%
    }
    .o-offset-8\@md {
        margin-left: 28.57143%
    }
    .o-offset-7\@md {
        margin-left: 25%
    }
    .o-offset-6\@md {
        margin-left: 21.42857%
    }
    .o-offset-5\@md {
        margin-left: 17.85714%
    }
    .o-offset-4\@md {
        margin-left: 14.28571%
    }
    .o-offset-3\@md {
        margin-left: 10.71429%
    }
    .o-offset-2\@md {
        margin-left: 7.14286%
    }
    .o-offset-1\@md {
        margin-left: 3.57143%
    }
    .o-offset-0\@md {
        margin-left: 0
    }
}

@media (min-width:1100px) {
    .o-offset-28\@lg {
        margin-left: 100%
    }
    .o-offset-27\@lg {
        margin-left: 96.42857%
    }
    .o-offset-26\@lg {
        margin-left: 92.85714%
    }
    .o-offset-25\@lg {
        margin-left: 89.28571%
    }
    .o-offset-24\@lg {
        margin-left: 85.71429%
    }
    .o-offset-23\@lg {
        margin-left: 82.14286%
    }
    .o-offset-22\@lg {
        margin-left: 78.57143%
    }
    .o-offset-21\@lg {
        margin-left: 75%
    }
    .o-offset-20\@lg {
        margin-left: 71.42857%
    }
    .o-offset-19\@lg {
        margin-left: 67.85714%
    }
    .o-offset-18\@lg {
        margin-left: 64.28571%
    }
    .o-offset-17\@lg {
        margin-left: 60.71429%
    }
    .o-offset-16\@lg {
        margin-left: 57.14286%
    }
    .o-offset-15\@lg {
        margin-left: 53.57143%
    }
    .o-offset-14\@lg {
        margin-left: 50%
    }
    .o-offset-13\@lg {
        margin-left: 46.42857%
    }
    .o-offset-12\@lg {
        margin-left: 42.85714%
    }
    .o-offset-11\@lg {
        margin-left: 39.28571%
    }
    .o-offset-10\@lg {
        margin-left: 35.71429%
    }
    .o-offset-9\@lg {
        margin-left: 32.14286%
    }
    .o-offset-8\@lg {
        margin-left: 28.57143%
    }
    .o-offset-7\@lg {
        margin-left: 25%
    }
    .o-offset-6\@lg {
        margin-left: 21.42857%
    }
    .o-offset-5\@lg {
        margin-left: 17.85714%
    }
    .o-offset-4\@lg {
        margin-left: 14.28571%
    }
    .o-offset-3\@lg {
        margin-left: 10.71429%
    }
    .o-offset-2\@lg {
        margin-left: 7.14286%
    }
    .o-offset-1\@lg {
        margin-left: 3.57143%
    }
    .o-offset-0\@lg {
        margin-left: 0
    }
}

.o-h1 {
    color: #fff;
    font-family: acta, serif;
    font-size: 11.33333vw;
    font-weight: 500;
    line-height: .9
}

@media (min-width:640px) {
    .o-h1 {
        font-size: 5.90278vw
    }
}

.o-h2 {
    color: #fff;
    font-family: acta, serif;
    font-size: 8.66667vw;
    font-weight: 500;
    line-height: 1.1
}

@media (min-width:640px) {
    .o-h2 {
        font-size: 4.51389vw
    }
}

.o-h3 {
    color: #fff;
    font-family: acta, serif;
    font-size: 5.33333vw;
    font-weight: 500;
    line-height: 1.25
}

@media (min-width:640px) {
    .o-h3 {
        font-size: 2.43056vw
    }
}

.o-h4 {
    color: #cdd0e5;
    font-family: acta, serif;
    font-size: 4.66667vw;
    font-weight: 500;
    line-height: 1.5
}

@media (min-width:640px) {
    .o-h4 {
        font-size: 2.17014vw
    }
}

@media (min-width:900px) {
    .o-h4 {
        font-size: 1.90972vw
    }
}

.o-h5 {
    color: #fff;
    font-family: acta, serif;
    font-size: 4.66667vw;
    font-weight: 500;
    line-height: 1.5
}

@media (min-width:640px) {
    .o-h5 {
        font-size: 1.90972vw
    }
}

@media (min-width:900px) {
    .o-h5 {
        font-size: 1.5625vw
    }
}

.c-form input:not([type=radio]),
.c-slider-btn__text-wrap,
.o-sub-title {
    color: #7996af;
    font-family: brandon-grotesque;
    font-size: .65rem;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:640px) {
    .c-form input:not([type=radio]),
    .c-slider-btn__text-wrap,
    .o-sub-title {
        font-size: 1.11111vw;
        letter-spacing: .20833vw
    }
}

@media (min-width:900px) {
    .c-form input:not([type=radio]),
    .c-slider-btn__text-wrap,
    .o-sub-title {
        font-size: .83333vw;
        letter-spacing: .13889vw
    }
}

.o-txt>:not(:last-child):not(h3) {
    margin-bottom: 2.66667vw
}

@media (min-width:640px) {
    .o-txt>:not(:last-child):not(h3) {
        margin-bottom: 1.04167vw
    }
}

.o-txt--small ol,
.o-txt--small p,
.o-txt--small td,
.o-txt--small th,
.o-txt--small ul {
    font-size: .75rem;
    line-height: 1.5
}

@media (min-width:640px) {
    .o-txt--small ol,
    .o-txt--small p,
    .o-txt--small td,
    .o-txt--small th,
    .o-txt--small ul {
        font-size: 1.25vw
    }
}

@media (min-width:900px) {
    .o-txt--small ol,
    .o-txt--small p,
    .o-txt--small td,
    .o-txt--small th,
    .o-txt--small ul {
        font-size: .97222vw
    }
}

.o-txt h1,
.o-txt h2 {
    color: #7996af;
    font-family: acta, serif;
    font-size: 1rem;
    font-weight: 500
}

.o-txt h1:not(:first-child),
.o-txt h2:not(:first-child) {
    padding-top: 2vw
}

@media (min-width:640px) {
    .o-txt h1:not(:first-child),
    .o-txt h2:not(:first-child) {
        padding-top: .69444vw
    }
}

@media (min-width:640px) {
    .o-txt h1,
    .o-txt h2 {
        font-size: 1.66667vw
    }
}

@media (min-width:900px) {
    .o-txt h1,
    .o-txt h2 {
        font-size: 1.45833vw
    }
}

.o-txt h3,
.o-txt h4 {
    font-size: .85rem;
    margin-bottom: 1.33333vw
}

@media (min-width:640px) {
    .o-txt h3,
    .o-txt h4 {
        font-size: 1.38889vw;
        margin-bottom: .52083vw
    }
}

@media (min-width:900px) {
    .o-txt h3,
    .o-txt h4 {
        font-size: 1.11111vw
    }
}

.o-txt a {
    color: #7996af;
    font-weight: 700
}

.o-txt ol a {
    color: #cdd0e5;
    font-weight: 400
}

.o-txt ol li:not(:last-child),
.o-txt ul li:not(:last-child) {
    margin-bottom: 1vw
}

@media (min-width:640px) {
    .o-txt ol li:not(:last-child),
    .o-txt ul li:not(:last-child) {
        margin-bottom: .34722vw
    }
}

.o-txt ol ol,
.o-txt ol ul,
.o-txt ul ol,
.o-txt ul ul {
    margin-top: 1vw
}

@media (min-width:640px) {
    .o-txt ol ol,
    .o-txt ol ul,
    .o-txt ul ol,
    .o-txt ul ul {
        margin-top: .34722vw
    }
}

.o-txt table {
    border-collapse: collapse;
    border-top: 1px solid hsla(0, 0%, 100%, .25)
}

@media (max-width:639px) {
    .o-txt table {
        display: block;
        max-width: 100%;
        overflow-x: auto
    }
}

.o-txt td,
.o-txt th {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    padding: 2vw 2vw 2vw 0;
    text-align: left;
    vertical-align: top
}

@media (max-width:639px) {
    .o-txt td,
    .o-txt th {
        min-width: 300px
    }
}

@media (min-width:640px) {
    .o-txt td,
    .o-txt th {
        padding: 1.04167vw 1.04167vw 1.04167vw 0
    }
}

.o-line-wrap {
    overflow: hidden
}

[data-smooth-section] {
    position: relative
}

.o-content--center {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.o-content__circle-label {
    align-items: center;
    display: flex;
    margin-bottom: 4.66667vw
}

@media (min-width:640px) {
    .o-content__circle-label {
        margin-bottom: 2.08333vw
    }
}

.o-content__circle {
    align-items: center;
    border-radius: 50%;
    color: #7996af;
    display: flex;
    font-family: acta, serif;
    font-size: 3.33333vw;
    height: 10.66667vw;
    justify-content: center;
    line-height: .9;
    margin-bottom: 4.66667vw;
    position: relative;
    width: 10.66667vw
}

.o-content__circle svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-content__circle span {
    position: relative;
    top: .10417vw
}

.o-content__circle-label .o-content__circle {
    margin-bottom: 0
}

@media (min-width:640px) {
    .o-content__circle {
        font-size: 1.38889vw;
        height: 3.81944vw;
        margin-bottom: 2.08333vw;
        width: 3.81944vw
    }
}

.o-content__label {
    display: block;
    margin-bottom: 3.33333vw
}

@media (min-width:640px) {
    .o-content__label {
        margin-bottom: 1.38889vw
    }
}

.o-content__circle-label .o-content__label {
    margin-bottom: 0;
    margin-left: 3.33333vw
}

@media (min-width:640px) {
    .o-content__circle-label .o-content__label {
        margin-left: 1.73611vw
    }
}

.o-content__title {
    margin-bottom: 4.66667vw
}

@media (min-width:640px) {
    .o-content__title {
        margin-bottom: 1.73611vw
    }
}

.o-content__text {
    margin-bottom: 6.66667vw
}

@media (min-width:640px) {
    .o-content__text {
        margin-bottom: 2.43056vw
    }
}

.o-content--foot .o-content__text {
    margin-bottom: 9.33333vw
}

@media (min-width:640px) {
    .o-content--foot .o-content__text {
        margin-bottom: 4.86111vw
    }
}

.o-mask,
.o-site-mask {
    -webkit-mask-clip: no-clip;
    mask-clip: no-clip
}

.o-mask {
    -webkit-mask-position: center;
    mask-position: center
}

.o-site-mask {
    -webkit-mask-position: top left;
    -webkit-mask-size: 100% 100vh;
    mask-position: top left;
    mask-size: 100% 100vh
}

.o-page {
    position: relative
}

.o-page__bg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-page__bg:after {
    backface-visibility: hidden;
    background: linear-gradient(rgba(19, 20, 36, 0), #131424);
    bottom: -1px;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.o-page__inner {
    padding: 40vw 0 30vw;
    position: relative;
    z-index: 2
}

@media (min-width:640px) {
    .o-page__inner {
        padding: 10.41667vw 0
    }
}

.o-page__content {
    margin-bottom: 10vw
}

@media (min-width:640px) {
    .o-page__content {
        margin-bottom: 5.20833vw
    }
}

.o-page__content ul {
    padding-left: 1.5rem
}

.o-page__content ul li {
    list-style: disc
}

.o-page__content ol {
    padding-left: 1.5rem
}

.o-page__content ol li {
    list-style-type: decimal
}

.o-page__title {
    margin-bottom: 10vw
}

@media (min-width:640px) {
    .o-page__title {
        margin-bottom: 5.20833vw
    }
}

.o-page__link {
    display: flex;
    justify-content: center
}

.c-btn {
    display: inline-block;
    overflow: hidden;
    position: relative
}

@media (min-width:640px) {
    .c-btn span {
        padding: 1.11111vw 2.08333vw
    }
}

.c-btn:after {
    background-color: #f4ca61;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform .5s cubic-bezier(.785, .135, .15, .86);
    width: 100%;
    z-index: 2
}

.c-btn:hover span {
    border-color: #f4ca61
}

.c-btn:hover:after {
    transform: translateZ(0)
}

.c-btn-big {
    background-color: rgba(19, 20, 36, .85);
    border: 1px solid hsla(0, 0%, 100%, .25);
    display: inline-block;
    text-align: center;
    transition: border-color .5s ease
}

.c-btn-big__inner {
    align-items: center;
    display: flex;
    height: 16vw;
    justify-content: center;
    padding: 0 9.33333vw
}

@media (min-width:640px) {
    .c-btn-big__inner {
        height: 6.94444vw;
        padding: 0 4.16667vw
    }
}

.c-btn-big--small .c-btn-big__inner {
    height: 13.33333vw;
    padding: 0 6.66667vw
}

@media (min-width:640px) {
    .c-btn-big--small .c-btn-big__inner {
        height: 5.55556vw;
        padding: 0 2.77778vw
    }
}

.c-btn-big__title {
    color: #fff;
    line-height: 1;
    margin-right: 3.33333vw
}

@media (min-width:640px) {
    .c-btn-big__title {
        margin-right: 1.73611vw
    }
}

.c-btn-big:hover {
    border-color: #fff
}

.c-box-links {
    background-color: rgba(19, 20, 36, .45);
    border-left: 1px solid hsla(0, 0%, 100%, .25);
    border-top: 1px solid hsla(0, 0%, 100%, .25)
}

.c-box-links:not(.c-box-links--accordion) {
    display: flex
}

@media (max-width:639px) {
    .c-box-links {
        flex-direction: column
    }
}

.c-box-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    border-right: 1px solid hsla(0, 0%, 100%, .25);
    cursor: pointer;
    flex: 1;
    position: relative
}

.c-box-links:not(.c-box-links--accordion) .c-box-link {
    flex: 1
}

.c-box-link__lines {
    bottom: -1px;
    left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity .5s ease
}

.c-box-link:hover .c-box-link__lines {
    opacity: 1
}

.c-box-link__line {
    background-color: #fff;
    position: absolute
}

.c-box-link__line:first-child,
.c-box-link__line:nth-child(3) {
    bottom: 0;
    top: 0;
    width: 1px
}

.c-box-link__line:nth-child(2),
.c-box-link__line:nth-child(4) {
    height: 1px;
    left: 0;
    right: 0
}

.c-box-link__line:first-child {
    left: 0
}

.c-box-link__line:nth-child(3) {
    right: 0
}

.c-box-link__line:nth-child(2) {
    top: 0
}

.c-box-link__line:nth-child(4) {
    bottom: 0
}

.c-box-link--center {
    text-align: center
}

.c-box-link__inner {
    padding: 6vw 6.66667vw
}

@media (min-width:640px) {
    .c-box-link__inner {
        padding: 3.125vw 3.47222vw
    }
}

.c-box-link--center .c-box-link__inner {
    padding: 6vw 0
}

@media (min-width:640px) {
    .c-box-link--center .c-box-link__inner {
        padding: 3.125vw 0
    }
}

.c-box-link--small .c-box-link__inner {
    padding: 4.66667vw 6vw
}

@media (min-width:640px) {
    .c-box-link--small .c-box-link__inner {
        padding: 1.73611vw 2.43056vw
    }
}

.c-box-link__label {
    display: block;
    margin-bottom: 2vw
}

@media (min-width:640px) {
    .c-box-link__label {
        margin-bottom: 1.04167vw
    }
}

.c-box-link__bottom,
.c-box-link__top {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.c-box-link__title {
    color: #fff
}

.c-box-link--social .c-box-link__title {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-box-link--social .c-box-link__title>* {
    margin: 0 1.06667vw
}

@media (min-width:640px) {
    .c-box-link--social .c-box-link__title>* {
        margin: 0 .55556vw
    }
}

.c-box-link:not(.c-box-link--center) .c-box-link__title {
    transition: transform .5s ease
}

.c-box-link:not(.c-box-link--center):focus .c-box-link__title,
.c-box-link:not(.c-box-link--center):hover .c-box-link__title {
    transform: translate3d(4vw, 0, 0)
}

@media (min-width:640px) {
    .c-box-link:not(.c-box-link--center):focus .c-box-link__title,
    .c-box-link:not(.c-box-link--center):hover .c-box-link__title {
        transform: translate3d(2.08333vw, 0, 0)
    }
}

.c-box-link__divider {
    background-color: #7996af;
    height: 1px;
    overflow: hidden;
    position: relative;
    width: 3.33333vw
}

.c-box-link__divider:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s ease;
    width: 100%
}

.c-box-link:hover .c-box-link__divider:before {
    transform: scaleX(1);
    transform-origin: left
}

@media (min-width:640px) {
    .c-box-link__divider {
        width: 1.73611vw
    }
}

.c-box-link__social-item {
    align-items: center;
    display: flex
}

.c-site-head {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.c-site-head__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: transform .5s ease, opacity .5s ease
}

.c-site-head.is-hidden .c-site-head__inner {
    opacity: 0;
    transform: translate3d(0, -25%, 0)
}

.c-site-head.is-active .c-site-head__inner {
    opacity: 1;
    transform: translateZ(0)
}

@media (max-width:639px) {
    .c-site-head__inner {
        background: linear-gradient(#131424, transparent)
    }
}

@media (min-width:640px) {
    .c-site-head__inner {
        padding: 1.38889vw
    }
}

.c-site-head__logo a {
    display: block;
    position: relative
}

.c-site-head__logo a:after {
    bottom: -100%;
    content: "";
    left: -50%;
    position: absolute;
    right: -50%;
    top: -100%
}

@media (min-width:900px) {
    .c-site-head__logo a:after {
        display: none
    }
}

.c-site-head__logo img {
    height: 4vw;
    width: auto
}

@media (max-width:639px) {
    .c-site-head__logo {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

@media (min-width:640px) {
    .c-site-head__logo {
        margin-left: auto;
        margin-right: auto
    }
}

.c-site-head a,
.c-site-head button {
    color: #fff
}

.c-toggle-menu {
    align-items: center;
    display: flex;
    padding: 5vw 6.5vw
}

.c-toggle-menu__labels {
    overflow: hidden;
    position: relative
}

@media (max-width:639px) {
    .c-toggle-menu__labels {
        display: none
    }
}

.c-toggle-menu__label--close {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

@media (min-width:640px) {
    .c-toggle-menu {
        padding: 0 0 0 1.73611vw
    }
}

.c-arrow {
    height: .2vw;
    position: relative;
    width: 5.33333vw
}

.c-arrow--reversed {
    transform: rotate(180deg)
}

.c-arrow__line {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-arrow__line--first {
    background-color: #7996af;
    left: 0;
    transform: scaleX(.2);
    transform-origin: left
}

.c-arrow__line--last {
    background-color: #fff;
    right: 0;
    transform: scaleX(.7);
    transform-origin: right
}

.c-arrow__head {
    border-right: .2vw solid #fff;
    border-top: .2vw solid #fff;
    height: 1.6vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%) translateY(.1vw) rotate(45deg);
    width: 1.6vw
}

@media (min-width:640px) {
    .c-arrow__head {
        border-right: .06944vw solid #fff;
        border-top: .06944vw solid #fff;
        height: .55556vw;
        transform: translateY(-50%) translateY(.03472vw) rotate(45deg);
        width: .55556vw
    }
}

.c-accordion__item .c-arrow {
    transition: transform .5s ease
}

.c-accordion__item.is-active .c-arrow,
.c-scroll-indicator .c-arrow {
    transform: rotate(90deg)
}

@media (min-width:640px) {
    .c-arrow {
        height: .06944vw;
        width: 1.73611vw
    }
}

.c-site-nav {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 999
}

.c-site-nav,
.c-site-nav__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-site-nav__inner {
    background-color: rgba(19, 20, 36, .975);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-site-nav__item {
    display: block;
    overflow: hidden
}

.c-site-nav__item:not(.c-site-nav__item--nested):not(:last-child) {
    margin-bottom: 6vw
}

@media (min-width:640px) {
    .c-site-nav__item:not(.c-site-nav__item--nested):not(:last-child) {
        margin-bottom: 0.5vw
    }
}

@media (min-width:900px) {
    .c-site-nav__item:not(.c-site-nav__item--nested):not(:last-child) {
        margin-bottom: 0.5vw
    }
}

.c-site-nav__item--nested {
    margin-top: 2.66667vw
}

@media (min-width:640px) {
    .c-site-nav__item--nested {
        margin-top: 0
    }
}

@media (min-width:900px) {
    .c-site-nav__item--nested {
        /* margin-top: 1.04167vw */
    }
}

@media (min-width:640px) {
    .c-site-nav__item {
        transform: translateX(1.73611vw)
    }
}

.c-site-nav-link {
    display: inline-block;
    font-family: acta, serif;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    transition: color .5s ease
}

.c-site-nav-link:not(.c-site-nav-link--nested) {
    color: #fff;
    font-size: 6.66667vw
}

@media (min-width:640px) {
    .c-site-nav-link:not(.c-site-nav-link--nested) {
        font-size: 2.77778vw
    }
}

@media (min-width:900px) {
    .c-site-nav-link:not(.c-site-nav-link--nested) {
        font-size: 1vw
    }
}

.c-site-nav-link--nested {
    color: #7996af;
    font-size: 4.66667vw
}

@media (min-width:640px) {
    .c-site-nav-link--nested {
        font-size: 2.08333vw
    }
}

@media (min-width:900px) {
    .c-site-nav-link--nested {
        font-size: 1vw
    }
}

.is-device .c-site-nav-link--nested {
    padding-left: 3.33333vw
}

.c-site-nav-link--nested.is-active {
    color: #cdd0e5
}

.c-site-nav-link__text {
    transition: transform .5s ease
}

.is-desktop .c-site-nav-link:hover .c-site-nav-link__text {
    transform: translate3d(1.73611vw, 0, 0)
}

.c-site-nav-link__arrow {
    display: none;
    position: absolute;
    right: 0;
    top: 50%
}

.is-desktop .c-site-nav-link__arrow {
    display: block;
    transform: translateY(-50%) translateX(100%) translateX(2.77778vw)
}

.c-site-nav-link:focus,
.c-site-nav-link:hover {
    color: #cdd0e5
}

.is-desktop .c-site-nav-link {
    padding: 0 5.55556vw 0 2.08333vw
}

.c-site-nav-foot__link {
    display: block;
    overflow: hidden
}

@media (min-width:640px) {
    .c-site-nav-foot {
        padding-bottom: 2.77778vw
    }
}

@media (min-width:640px) {
    .c-site-nav {
        max-width: 48.61111vw
    }
}

@media (min-width:900px) {
    .c-site-nav {
        max-width: 38.19444vw
    }
}

.c-burger {
    margin-right: 2.66667vw
}

.c-burger__row {
    height: 1px;
    overflow: hidden;
    position: relative;
    width: 6.33333vw
}

@media (min-width:640px) {
    .c-burger__row {
        width: 1.5625vw
    }
}

.c-burger__row:nth-child(2) {
    margin: 1.06667vw 0
}

@media (min-width:640px) {
    .c-burger__row:nth-child(2) {
        margin: .27778vw 0
    }
}

.c-burger__line {
    height: 1px;
    position: absolute;
    width: 100%
}

.c-burger__line--first {
    background-color: #f4ca61;
    left: 0;
    transform: scaleX(.3);
    transform-origin: left
}

.c-burger__line--last {
    background-color: #fff;
    right: 0;
    transform: scaleX(.5);
    transform-origin: right
}

@media (min-width:640px) {
    .c-burger {
        margin-right: 1.38889vw
    }
}

.c-circle {
    background-color: #131424;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 .8vw hsla(0, 0%, 100%, .1);
    height: 10.66667vw;
    position: relative;
    width: 10.66667vw
}

.c-circle,
.c-circle__icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-circle__icon {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-circle__icon svg {
    fill: #fff;
    width: 2vw
}

@media (min-width:640px) {
    .c-circle__icon svg {
        width: .69444vw
    }
}

.c-circle__icon--first {
    visibility: hidden
}

@media (min-width:640px) {
    .c-circle {
        box-shadow: 0 0 0 .27778vw hsla(0, 0%, 100%, .1);
        height: 4.16667vw;
        transition: border-color .5s ease;
        width: 4.16667vw
    }
    .c-exp-slider-close:hover .c-circle,
    .c-slider-btn:hover .c-circle,
    .c-what-we-do__toggle-video:hover .c-circle {
        border-color: #fff
    }
}

.c-svg-circle {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-svg-circle__inner {
    fill: none;
    stroke: #9e8b25;
    stroke-dasharray: 5 5;
    stroke-miterlimit: 10;
    stroke-width: 1
}

.c-svg-circle--exp .c-svg-circle__inner {
    opacity: .25
}

@media (max-width:639px) {
    .c-svg-circle--exp {
        display: none
    }
}

.c-site-foot {
    backface-visibility: hidden;
    position: relative
}

.c-site-foot__bg {
    bottom: -2.5%;
    left: 0;
    position: absolute;
    width: 100%;
    will-change: transform;
    z-index: 1
}

.c-site-foot__bg:after {
    background: linear-gradient(#131424, rgba(19, 20, 36, 0));
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.c-site-foot__top {
    backface-visibility: hidden;
    position: relative;
    z-index: 2
}

.c-site-foot__logo {
    margin-bottom: 6vw
}

.c-site-foot__logo img {
    margin-left: auto;
    margin-right: auto;
    width: 16vw
}

@media (min-width:640px) {
    .c-site-foot__logo img {
        width: 8.33333vw
    }
}

@media (min-width:640px) {
    .c-site-foot__logo {
        margin-bottom: 3.125vw
    }
}

.c-site-foot__contact {
    padding: 30vw 0;
    position: relative;
    z-index: 2
}

@media (min-width:640px) {
    .c-site-foot__contact {
        padding: 15.625vw 0
    }
}

.c-site-foot__bottom {
    backface-visibility: hidden;
    padding-bottom: 4vw;
    position: relative;
    text-align: center;
    z-index: 2
}

@media (min-width:640px) {
    .c-site-foot__bottom {
        padding-bottom: 2.08333vw
    }
}

.c-site-foot__copyright {
    backface-visibility: hidden
}

.c-site-foot__copyright-top {
    color: #fff;
    margin-bottom: 2vw
}

@media (min-width:640px) {
    .c-site-foot__copyright-top {
        margin-bottom: 1.04167vw
    }
}

.c-site-foot__copyright-bottom {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-site-foot__copyright-bottom * {
    color: #fff;
    line-height: 1.5
}

@media (max-width:639px) {
    .c-site-foot__copyright-bottom {
        flex-direction: column;
        padding-left: 10vw;
        padding-right: 10vw
    }
}

.c-site-foot-menu {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 6.66667vw
}

.c-site-foot-menu__item {
    display: block;
    margin: 0 1.33333vw
}

@media (min-width:640px) {
    .c-site-foot-menu__item {
        margin: 0 .69444vw
    }
}

.c-site-foot-menu__link {
    color: #fff
}

@media (min-width:640px) {
    .c-site-foot-menu {
        margin-bottom: 3.47222vw
    }
}

.c-site-foot__line {
    background-color: #fff;
    height: 1px;
    margin: 4vw auto;
    width: 6.66667vw
}

@media (min-width:640px) {
    .c-site-foot__line {
        margin: 0 2.08333vw;
        width: 2.08333vw
    }
}

.c-form-overlay {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(18, 21, 36, .9);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    will-change: transform;
    z-index: 1002
}

.c-form-overlay__inner {
    width: 100%
}

.c-form-overlay__content {
    margin: 6rem 0;
    padding: 6rem 1.5rem 3rem;
    position: relative
}

@media (min-width:640px) {
    .c-form-overlay__content {
        margin: 5.55556vw 0;
        padding: 5.55556vw 12.5vw
    }
}

.c-form-overlay__content-bg {
    background-color: #131424;
    border: 1px solid hsla(0, 0%, 100%, .25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-form .c-form__label,
.c-form label {
    overflow: hidden
}

.c-form .c-form__label span,
.c-form label span {
    display: block
}

.c-form__message,
.c-form__title {
    overflow: hidden
}

.c-form__message span,
.c-form__title span {
    display: block
}

.c-form.is-success {
    display: none
}

.c-form-outer {
    position: relative;
    z-index: 2
}

.c-form ::placeholder {
    color: #fff
}

.c-form__row--1,
.c-form__row--2 {
    margin-bottom: 8vw
}

@media (min-width:640px) {
    .c-form__row--1,
    .c-form__row--2 {
        margin-bottom: 3.125vw
    }
}

.c-form__row--4,
.c-form__row--5 {
    margin-top: 8vw
}

@media (min-width:640px) {
    .c-form__row--4,
    .c-form__row--5 {
        margin-top: 3.125vw
    }
}

.c-form__row--submit {
    display: flex;
    justify-content: center;
    margin-top: 8vw
}

@media (min-width:640px) {
    .c-form__row--submit {
        margin-top: 4.16667vw
    }
}

@media (min-width:640px) {
    .c-form__inputs--1:first-child {
        flex: 0.6
    }
}

@media (min-width:640px) {
    .c-form__inputs {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.75rem .69444vw
    }
}

.c-form__radios {
    display: flex;
    justify-content: center
}

.c-form__radio label {
    color: #fff;
    cursor: pointer;
    position: relative
}

.c-form__radio label:before {
    background-color: #131424;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    border-top: 1px solid hsla(0, 0%, 100%, .25);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 2rem
}

.c-form__radio label:after {
    background-color: #7996af;
    bottom: 3px;
    content: "";
    position: absolute;
    top: 3px;
    transform: scaleX(0);
    transition: transform .5s ease;
    width: calc(2rem - 2px)
}

.c-form__radio--first label {
    padding-right: 3rem
}

.c-form__radio--first label:before {
    border-left: 1px solid hsla(0, 0%, 100%, .25);
    right: 0
}

.c-form__radio--first label:after {
    right: 0;
    transform-origin: right
}

.c-form__radio--last label {
    padding-left: 3rem
}

.c-form__radio--last label:before {
    border-right: 1px solid hsla(0, 0%, 100%, .25);
    left: 0
}

.c-form__radio--last label:after {
    left: 0;
    transform-origin: left
}

.c-form__radio input {
    left: -9999px;
    position: absolute
}

.c-form__radio input:checked+label:after {
    transform: scaleX(1)
}

.c-form__checkbox input {
    left: -9999px;
    position: absolute
}

.c-form__checkbox input:checked+label:before {
    background-image: url(/wp-content/themes/asaro/static/images/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75%
}

.c-form__checkbox label {
    cursor: pointer;
    display: block;
    line-height: 1.5;
    margin-bottom: 2vw;
    overflow: visible;
    padding-left: 9.33333vw;
    position: relative
}

@media (min-width:640px) {
    .c-form__checkbox label {
        align-items: center;
        line-height: 1;
        margin-bottom: 1.04167vw;
        padding-left: 3.47222vw
    }
}

.c-form__checkbox label:before {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .25);
    content: "";
    cursor: pointer;
    display: block;
    height: 4vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 4vw
}

@media (min-width:640px) {
    .c-form__checkbox label:before {
        height: 1.38889vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.38889vw
    }
}

.c-form__policy {
    font-weight: 700;
    padding-left: 9.33333vw
}

@media (min-width:640px) {
    .c-form__policy {
        padding-left: 3.47222vw
    }
}

.c-form__input {
    flex: 1;
    margin-bottom: 8vw;
    position: relative
}

.c-form__input label {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(4.66667vw);
    transform-origin: left;
    transition: transform .5s ease
}

.c-form__input label span {
    display: block
}

.c-form__input label div {
    overflow: hidden
}

@media (min-width:640px) {
    .c-form__input label {
        transform: translateX(1.73611vw)
    }
}

.c-form__input:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: background-color .5s ease
}

.c-form__input.has-value label,
.c-form__input.is-active label {
    transform: scale(.85) translateY(-100%) translateX(0)
}

.c-form__input.has-value:after,
.c-form__input.is-active:after {
    background-color: #7996af
}

.c-form__input.has-error:after {
    background-color: red
}

@media (min-width:640px) {
    .c-form__input {
        margin: 0 .75rem
    }
}

.c-form__label {
    display: block;
    margin-bottom: 3.33333vw;
    text-align: center
}

@media (min-width:640px) {
    .c-form__label {
        margin-bottom: 1.04167vw
    }
}

.c-form__message-label {
    display: block;
    margin-bottom: 3.33333vw
}

@media (min-width:640px) {
    .c-form__message-label {
        margin-bottom: 1.04167vw
    }
}

.c-form input:not([type=radio]),
.c-form textarea {
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    appearance: none;
    background-color: transparent;
    background-color: hsla(0, 0%, 100%, .025);
    border: 0;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 0;
    display: block;
    outline: 0;
    user-select: text;
    width: 100%
}

.c-form input:not([type=radio]) {
    color: #fff;
    height: 12vw;
    padding: 1.33333vw 4.66667vw
}

@media (min-width:640px) {
    .c-form input:not([type=radio]) {
        height: 3.47222vw;
        margin-bottom: 0;
        padding: .69444vw 1.73611vw
    }
}

.c-form textarea {
    color: #fff;
    font-size: .85rem;
    height: 53.33333vw;
    line-height: 1.7;
    padding: 4.66667vw
}

@media (min-width:640px) {
    .c-form textarea {
        font-size: 1.04167vw;
        height: 13.88889vw;
        padding: 1.73611vw
    }
}

.is-error-message {
    color: red;
    font-size: 1.86667vw;
    margin-top: 1.33333vw
}

@media (min-width:640px) {
    .is-error-message {
        font-size: .97222vw;
        margin-top: .69444vw
    }
}

.c-line {
    fill: none;
    stroke-miterlimit: 10
}

.c-line--fill-1 {
    stroke: #5d5317
}

.c-line--fill-2 {
    stroke: #978525
}

.c-line--dashed {
    stroke: #131424;
    stroke-dasharray: 5 5;
    stroke-width: 4
}

.c-line-wrap {
    position: absolute
}

.c-line-wrap--one {
    bottom: 0;
    height: 100%;
    left: -5%;
    overflow: hidden;
    width: 55%
}

.c-line-wrap--two {
    height: 41.66667vw;
    left: 36%;
    width: 27.77778vw
}

.c-line-wrap--three,
.c-line-wrap--two {
    -webkit-mask-image: linear-gradient(transparent, #000);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    bottom: 0
}

.c-line-wrap--three {
    height: 26.04167vw;
    right: 27.5%;
    width: 22.5%
}

.c-line-wrap svg {
    height: 100%;
    width: 100%
}

.c-scroll-indicator {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 12vw;
    justify-content: center;
    margin-top: 10.66667vw;
    position: relative;
    width: 12vw
}

.c-scroll-indicator__circle {
    fill: none;
    stroke: hsla(0, 0%, 100%, .25);
    stroke-dasharray: 5 5;
    stroke-width: 1;
    transition: stroke .5s ease
}

.c-scroll-indicator:hover .c-scroll-indicator__circle {
    stroke: #fff
}

.c-scroll-indicator__svg-circle {
    transition: transform .5s ease
}

.c-scroll-indicator:hover .c-scroll-indicator__svg-circle {
    transform: scale(1.05)
}

@media (min-width:640px) {
    .c-scroll-indicator {
        height: 4.16667vw;
        margin-top: 4.16667vw;
        width: 4.16667vw
    }
}

.c-video {
    background-color: rgba(18, 21, 36, .9);
    opacity: 0;
    visibility: hidden;
    z-index: 1003
}

.c-video,
.c-video__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-video__inner {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-video__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-video__content {
    padding-top: 56.5%;
    position: relative
}

.c-video__content iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-modal-close {
    align-items: center;
    color: #7996af;
    display: flex;
    font-family: acta, serif;
    font-size: 3.33333vw;
    height: 10.66667vw;
    justify-content: center;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 10.66667vw;
    z-index: 10
}

.c-modal-close span {
    margin-top: .13333vw
}

@media (min-width:640px) {
    .c-modal-close span {
        margin-top: .06944vw
    }
}

.c-modal-close svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .5s ease;
    width: 100%
}

.c-modal-close circle {
    stroke: hsla(0, 0%, 100%, .25);
    transition: stroke .5s ease
}

.c-modal-close:hover svg {
    transform: scale(1.05)
}

.c-modal-close:hover circle {
    stroke: #fff
}

@media (min-width:640px) {
    .c-modal-close {
        color: #7996af;
        font-size: 1.38889vw;
        height: 4.16667vw;
        right: 1.73611vw;
        top: 1.73611vw;
        width: 4.16667vw
    }
}

.c-loader {
    background-color: #17192c;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.c-loader,
.c-loader__wrap {
    overflow: hidden;
    position: absolute
}

.c-loader__wrap {
    left: 50%;
    top: 50%
}

.c-loader__wrap--logo {
    transform: translateX(-50%) translateY(-100%) translateY(-4vw)
}

@media (min-width:640px) {
    .c-loader__wrap--logo {
        transform: translateX(-50%) translateY(-100%) translateY(-2.08333vw)
    }
}

.c-loader__wrap--text {
    transform: translateX(-50%) translateY(4vw)
}

@media (min-width:640px) {
    .c-loader__wrap--text {
        transform: translateX(-50%) translateY(2.08333vw)
    }
}

.c-loader__border {
    background-color: hsla(0, 0%, 100%, .1);
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%
}

.c-loader__logo {
    width: 20vw
}

@media (min-width:640px) {
    .c-loader__logo {
        width: 10.41667vw
    }
}

.c-loader__line {
    background-color: #fff;
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%
}

.c-loader__counter {
    bottom: 2.5%;
    color: #131424;
    font-family: acta, serif;
    font-size: 36.66667vw;
    left: 0;
    line-height: 1;
    position: absolute
}

@media (min-width:640px) {
    .c-loader__counter {
        font-size: 19.09722vw
    }
}

.c-accordion__top {
    overflow: hidden
}

.c-accordion__images {
    overflow: hidden;
    padding-top: 145%;
    position: relative
}

@media (max-width:639px) {
    .c-accordion__images {
        display: none
    }
}

.c-accordion-image,
.c-accordion-image__inner {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.c-accordion-image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.c-accordion-image:not(:first-child) {
    opacity: 0;
    visibility: hidden
}

.c-accordion-item__inner {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.c-accordion-item__content {
    padding-top: 3.33333vw
}

@media (min-width:640px) {
    .c-accordion-item__content {
        padding-top: 1.21528vw
    }
}

.c-slider {
    cursor: grab;
    position: relative;
    width: 100%;
    z-index: 10
}

.c-slider__inner {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.c-slider.is-grabbing {
    cursor: grabbing
}

.c-slide {
    padding: 0 6.5vw;
    position: absolute;
    top: 0;
    width: 100vw
}

.c-slide__inner {
    overflow: hidden
}

.c-slide__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 65%
}

.c-slide__content {
    left: 0;
    padding: 3.33333vw 6.5vw 0;
    position: absolute;
    right: 0;
    top: 100%
}

@media (min-width:640px) {
    .c-slide__content {
        padding: 1.73611vw 9vw 0
    }
}

@media (min-width:640px) {
    .c-slide {
        width: 60vw
    }
}

.c-intro,
.c-intro__inner {
    position: relative
}

.c-intro__inner {
    backface-visibility: hidden;
    z-index: 2
}

@media (max-width:639px) {
    .c-intro__inner {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.c-intro__content {
    width: 100%
}

@media (max-width:639px) {
    .c-intro__content {
        padding-bottom: 6.5vw
    }
}

.c-intro__bg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.c-intro__title {
    font-size: 13.33333vw;
    margin: auto 0;
    text-align: center
}

@media (min-width:640px) {
    .c-intro__title {
        font-size: 3.5vw;
        margin: 0 0 2vw;
        line-height: 1.5;
    }
}

.c-intro__links {
    display: flex;
    justify-content: center
}

.c-intro__canvas,
.c-intro__plane {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-intro__plane img {
    display: none
}

@media (min-width:640px) {
    .c-intro {
        height: auto;
        padding-bottom: 15vw;
        padding-top: 12vw;
    }
}

.c-experience {
    padding-bottom: 36.66667vw
}

.c-experience__splash {
    position: absolute;
    top: 0
}

.c-experience__splash--left {
    right: 0;
    width: 45%
}

@media (max-width:639px) {
    .c-experience__splash--left {
        opacity: .75;
        top: 25%;
        transform: translateY(-50%)
    }
}

@media (min-width:640px) {
    .c-experience__splash--left {
        width: 37.5%
    }
}

.c-experience__splash--right {
    left: 0;
    width: 45%
}

@media (max-width:639px) {
    .c-experience__splash--right {
        opacity: .75;
        top: 25%;
        transform: translateY(-50%)
    }
}

@media (min-width:640px) {
    .c-experience__splash--right {
        width: 42%
    }
}

.c-experience__mask {
    -webkit-mask-clip: no-clip;
    -webkit-mask-position: center;
    mask-clip: no-clip;
    mask-position: center
}

.c-experience__content {
    position: relative;
    z-index: 2
}

.c-experience__slider {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 36.66667vw;
    visibility: hidden;
    width: 100%
}

@media (min-width:640px) {
    .c-experience__slider {
        top: 14.58333vw
    }
}

@media (min-width:640px) {
    .c-experience {
        padding-bottom: 52.08333vw
    }
}

.c-how-we-do-it {
    padding-bottom: 30vw
}

@media (max-width:639px) {
    .c-how-we-do-it__image {
        margin-bottom: 6.66667vw
    }
}

@media (min-width:640px) {
    .c-how-we-do-it {
        padding-bottom: 26.04167vw
    }
}

.c-what-we-do {
    padding-bottom: 30vw;
    padding-top: 13.33333vw
}

.c-what-we-do__clock {
    left: -6.875%;
    position: absolute;
    top: 20%;
    width: 18.75%
}

@media (min-width:640px) {
    .c-what-we-do__content {
        margin-top: -3.47222vw
    }
}

@media (min-width:640px) {
    .c-what-we-do__circle {
        background-color: #131424;
        position: relative;
        transform: translateX(-370%) translateY(-25%)
    }
}

@media (min-width:640px) {
    .c-what-we-do__label {
        transform: translateX(-5.55556vw)
    }
}

@media (min-width:640px) {
    .c-what-we-do__text {
        padding-right: 3.47222vw
    }
}

.c-what-we-do__toggle-video {
    align-items: center;
    color: #f4ca61;
    display: flex;
    margin: 4.66667vw 0 6.66667vw
}

@media (min-width:640px) {
    .c-what-we-do__toggle-video {
        margin: 1.73611vw 0 0
    }
}

.c-what-we-do__video-btn {
    margin-left: 5.33333vw
}

@media (min-width:640px) {
    .c-what-we-do__video-btn {
        margin-left: 2.77778vw
    }
}

.c-what-we-do__inner {
    position: relative;
    z-index: 2
}

@media (min-width:640px) {
    .c-what-we-do {
        padding-bottom: 34.72222vw;
        padding-top: 9.02778vw
    }
}

.c-draggable {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 13.33333vw
}

.c-draggable__title {
    margin-bottom: 13.33333vw
}

@media (min-width:640px) {
    .c-draggable__title {
        margin-bottom: 4.16667vw
    }
}

.c-draggable__container {
    overflow: visible;
    position: relative;
    width: 64vw
}

@media (min-width:640px) {
    .c-draggable__container {
        width: 33.33333vw
    }
}

.c-draggable__border {
    height: 1px;
    left: 8vw;
    overflow: hidden;
    position: absolute;
    right: 5.33333vw;
    top: 0
}

.c-draggable__border-inner {
    border-top: 1px dashed hsla(0, 0%, 100%, .25);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right
}

@media (min-width:640px) {
    .c-draggable__border {
        left: 2.77778vw;
        right: 2.08333vw
    }
}

.c-draggable__handle {
    align-items: center;
    background-color: #131424;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 .8vw hsla(0, 0%, 100%, .1);
    display: flex;
    height: 16vw;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -8vw;
    transition: border-color .5s ease;
    width: 16vw
}

.c-draggable__handle:focus,
.c-draggable__handle:hover {
    border-color: #fff
}

@media (min-width:640px) {
    .c-draggable__handle {
        box-shadow: 0 0 0 .27778vw hsla(0, 0%, 100%, .1);
        height: 5.55556vw;
        top: -2.77778vw;
        width: 5.55556vw
    }
}

.c-draggable__target {
    align-items: center;
    backface-visibility: hidden;
    background-color: #131424;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 50%;
    display: flex;
    height: 10.66667vw;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -5.33333vw;
    width: 10.66667vw
}

@media (min-width:640px) {
    .c-draggable__target {
        height: 4.16667vw;
        top: -2.08333vw;
        width: 4.16667vw
    }
}

.c-draggable__logo {
    width: 3.33333vw
}

@media (min-width:640px) {
    .c-draggable__logo {
        width: 1.04167vw
    }
}

@media (min-width:640px) {
    .c-draggable {
        padding-top: 6.94444vw
    }
}

.c-bg {
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1
}

.c-bg canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-bg:after {
    backface-visibility: hidden;
    background: linear-gradient(rgba(19, 20, 36, 0), #131424);
    bottom: -1px;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.c-intro-exp {
    padding: 40vw 0 86.66667vw;
    position: relative;
    z-index: 2
}

.c-intro-exp__bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 200% auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (min-width:640px) {
    .c-intro-exp__bg {
        background-size: contain
    }
}

.c-intro-exp__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2
}

@media (min-width:769px) {
    .c-site-nav__content {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center
    }
    nav#main-menu ul#main-navigation {
        margin: 8vw 0 3vw 0;
    }
    .c-site-nav__content {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center
    }
    .c-site-nav-foot__item {
        margin: 1vw 4vw;
        overflow: hidden;
    }
    .c-intro-exp__inner {
        width: 80%;
        margin: 0 auto;
    }
    .c-btn span {
        border: 1px solid hsla(0, 0%, 100%, .25);
        border-bottom-color: #7996af;
        color: inherit;
        display: block;
        position: relative;
        transition: border-color .35s cubic-bezier(.785, .135, .15, .86);
        z-index: 3
    }
    .c-site-nav-foot {
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        padding-bottom: 6.66667vw;
        right: 0
    }
    .change-lang ul.qsd_6749q8s7d li {
        display: inline-block;
        text-align: center;
        font-size: 0.8vw;
        margin: 0 0.5px;
    }
    .change-lang ul.qsd_6749q8s7d li:nth-child(3) {
        padding: 2px 0;
        width: 50px;
        background: #2d2e38;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        display: block;
        float: left;
    }
    .change-lang ul.qsd_6749q8s7d li:nth-child(2) {
        padding: 2px 0;
        width: 50px;
        background: #2d2e38;
        display: block;
        float: left;
    }
    .change-lang ul.qsd_6749q8s7d li:nth-child(1) {
        padding: 2px 0;
        width: 50px;
        background: #2d2e38;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        display: block;
        float: left;
    }
    .change-lang {
        z-index: 99999;
        position: fixed;
        bottom: 40px;
        left: 30px;
    }
}

@media (max-width:768px) {
    .c-intro-exp__inner {
        margin-bottom: 25px;
    }
    h1.h1-inter {
        margin-top: 160px;
        max-width: 100%!important;
        font-size: 28px!important;
        margin-bottom: 25px;
    }
    ul.liste-page li {
        background-size: 15px;
    }
    .o-content__circle img,
    .c-what-we-do__circle.o-content__circle span img {
        width: 20px;
        max-width: 20px;
    }
    .c-site-nav__item:not(.c-site-nav__item--nested):not(:last-child) {
        margin-bottom: 3vw
    }
    .c-site-nav-link:not(.c-site-nav-link--nested) {
        color: #fff;
        font-size: 4vw
    }
    nav#main-menu ul#main-navigation {
        margin: 15vw 0 6vw 0!important;
    }
    .c-site-nav__content {
        padding-left: 20px;
    }
    .c-site-nav-foot {
        padding-bottom: 6.66667vw;
        margin-left: 20px;
    }
    .c-site-nav-foot__menu li {
        margin: 10px 0;
    }
    .btn-devis {
        right: 10px;
    }
    .c-btn span {
        border: 1px solid hsla(0, 0%, 100%, .25);
        color: inherit;
        display: block;
        padding: 3vw 3vw;
        position: relative;
        transition: border-color .35s cubic-bezier(.785, .135, .15, .86);
        z-index: 3;
        font-size: 2vw;
    }
    .c-intro__title {
        font-size: 6.5vw;
        line-height: 1.2;
    }
    .c-site-head__logo img {
        height: 10vw;
    }
    .cursor-follower,
    .cursor {
        display: none;
    }
    a#speaker-on {
        opacity: 0.6;
        padding: 9px 0 !important;
        width: 30px !important;
        float: none!important;
        border-radius: 0 0 15px 15px !important;
        -webkit-border-radius: 0 0 15px 15px !important;
        -moz-border-radius: 0 0 15px 15px !important;
        -ms-border-radius: 0 0 15px 15px !important;
        -o-border-radius: 0 0 15px 15px !important;
    }
    .contr-music {
        bottom: 20px!important;
        right: 10px!important;
    }
    a#speaker-off {
        opacity: 0.6;
        padding: 9px 0 !important;
        width: 30px !important;
        float: none!important;
        border-radius: 15px 15px 0 0 !important;
        -webkit-border-radius: 15px 15px 0 0 !important;
        -moz-border-radius: 15px 15px 0 0 !important;
        -ms-border-radius: 15px 15px 0 0 !important;
        -o-border-radius: 15px 15px 0 0 !important;
    }
    img.arrow-menu {
        left: auto!important;
    }
    .o-smooth-section section#intro {
        background-size: 200%!important;
    }
    #intro .c-bg.js-bg img {
        height: 650px;
        object-fit: cover;
    }
    .change-lang ul.qsd_6749q8s7d li {
        display: block;
        text-align: center;
        font-size: 2.5vw;
    }
    .change-lang ul.qsd_6749q8s7d li a {
        padding: 10px 7px;
        display: block;
    }
    .change-lang ul.qsd_6749q8s7d li:nth-child(3) {
        background: #2d2e38;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: block;
        float: none;
    }
    .change-lang ul.qsd_6749q8s7d li:nth-child(2) {
        border-bottom: 0.5px rgba(255, 255, 255, 0.38) solid;
        border-top: 0.5px rgba(255, 255, 255, 0.38) solid;
        background: #2d2e38;
        display: block;
        float: none;
    }
    .change-lang ul.qsd_6749q8s7d li:nth-child(1) {
        background: #2d2e38;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        display: block;
        float: none;
    }
    .change-lang {
        z-index: 99999;
        position: fixed;
        bottom: 15px;
        left: 10px;
    }
    .c-intro-exp {
        padding: 40vw 0 50vw;
    }
    section#intro .c-intro-exp__bg {
        background-size: 100%!important;
    }
}

.c-box-link__title.o-h5 img {
    width: 15px;
    height: auto;
}

.change-lang ul.qsd_6749q8s7d li.lang_active {
    opacity: 0.6;
}

@media (max-width:639px) {
    .c-intro-exp__inner {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.c-intro-exp__title {
    text-align: center
}

@media (min-width:640px) {
    .c-intro-exp {
        padding: 20.83333vw 0 45.13889vw
    }
}

.c-exp-pager--experience {
    padding-bottom: 30vw
}

@media (min-width:640px) {
    .c-exp-pager--experience {
        padding-bottom: 13.88889vw
    }
}

.c-exp-slider {
    height: 93.33333vw;
    position: relative
}

.c-exp-slider__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-exp-slider-close {
    left: 50%;
    position: absolute;
    top: 5%;
    transform: translateX(-50%);
    z-index: 11
}

.c-exp-slider-close__circle {
    height: 10.66667vw;
    width: 10.66667vw
}

@media (min-width:640px) {
    .c-exp-slider-close__circle {
        height: 3.47222vw;
        width: 3.47222vw
    }
}

.c-exp-slider-close__x {
    color: #7996af;
    font-family: acta, serif;
    font-size: 3.33333vw;
    margin-top: .26667vw
}

@media (min-width:640px) {
    .c-exp-slider-close__x {
        font-size: 1.38889vw;
        margin-top: .13889vw
    }
}

@media (min-width:640px) {
    .c-exp-slider-close {
        top: 10%
    }
}

@media (min-width:640px) {
    .c-exp-slider {
        height: 48.61111vw
    }
}

.c-exp-slide,
.c-exp-slide__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-exp-slide__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.c-exp-slide__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:639px) {
    .c-exp-slide__text {
        font-size: 3.33333vw
    }
}

.c-exp-slide__btn {
    margin-top: 6.66667vw
}

@media (min-width:640px) {
    .c-exp-slide__btn {
        margin-top: 3.47222vw
    }
}

.c-slider-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.c-slider-btn--prev {
    left: 0
}

.c-slider-btn--next {
    right: 0
}

@media (min-width:640px) {
    .c-slider-btn--exp {
        height: 13.88889vw;
        width: 13.88889vw
    }
    .c-slider-btn--ex {
        height: 8.33333vw;
        width: 8.33333vw
    }
}

.c-slider-btn__text {
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.c-slider-btn__text-wrap {
    text-align: center;
    white-space: nowrap
}

.c-slider-btn__text-wrap:nth-child(2) {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-story-so-far__title {
    color: #7996af
}

.c-story-so-far__render {
    margin-top: -7.8125vw
}

@media (min-width:640px) {
    .single-experience .c-story-so-far__render {
        margin-left: -3.57143vw
    }
}

.c-story-so-far__render figure {
    position: relative;
    top: -7.8125vw
}

.c-story-so-far__plane {
    position: relative
}

.c-story-so-far__plane canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.is-desktop .c-story-so-far__plane {
    padding-top: 138.75%
}

@media (max-width:639px) {
    .c-story-so-far {
        padding-bottom: 30vw
    }
}

.c-gallery {
    padding-bottom: 66.66667vw
}

.c-gallery__slider {
    margin-top: 4vw;
    position: relative
}

@media (min-width:640px) {
    .c-gallery__slider {
        margin-top: 2.08333vw
    }
}

.c-gallery__inner {
    overflow: visible
}

.c-gallery-slide {
    padding: 0 6.5vw;
    position: relative
}

.c-gallery-slide__inner {
    background-color: #131424;
    position: relative;
    transition: transform 1s ease
}

.c-gallery-slide:not(.swiper-slide-active) .c-gallery-slide__inner {
    transform: scale(.8)
}

.c-gallery-slide__content {
    transition: opacity .5s ease
}

.c-gallery-slide:not(.swiper-slide-active) .c-gallery-slide__content {
    opacity: .5
}

.c-gallery-slide__text {
    left: 0;
    padding: 2.43056vw 3.75vw 0;
    position: absolute;
    right: 0;
    top: 100%
}

@media (min-width:640px) {
    .c-gallery-slide {
        padding: 0 5vw
    }
}

.c-gallery__line {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% + 1.25vw);
    transform: translateY(-50%);
    z-index: 1
}

.c-gallery__line path {
    fill: none;
    stroke: hsl(54, 58%, 40%);
    stroke-dasharray: 5 5;
    stroke-miterlimit: 10
}

@media (min-width:640px) {
    .c-gallery {
        padding-bottom: 27.77778vw
    }
}

.u-flex {
    display: flex
}

.u-flex-column {
    flex-direction: column
}

.u-align-center {
    justify-content: center
}

.u-align-middle {
    align-items: center
}

.u-align-bottom {
    align-items: flex-end
}

.u-align-right {
    justify-content: flex-end
}

.u-align-justify {
    justify-content: space-between
}

.u-align-spaced {
    justify-content: space-around
}

.u-hidden {
    display: none
}

p.txt-esth {
    text-align: center;
    line-height: 2;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    color: #fff;
}

ul.liste-page li {
    background-image: url(../images/correct.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    list-style: none;
    background-position: left 3px;
}

.o-content.o-content--center ul {
    text-align: left;
}

a.indx-9 {
    z-index: 9;
}

nav#main-menu {
    overflow-y: scroll;
}

nav#main-menu .c-site-nav__inner.js-site-nav__inner {
    height: 100%;
    bottom: 0;
    overflow: scroll;
}

nav#main-menu ul#main-navigation {
    margin: 8vw 0 3vw 0;
}

h1.h1-inter {
    max-width: 80%;
    text-align: center;
    line-height: 1.3;
}

h3.sub-title::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    bottom: 4px;
    background: #c69867;
}

h3.sub-title {
    font-family: acta, serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 21px;
    position: relative;
    color: #d9a66f;
    padding-left: 40px;
    margin-bottom: 17px;
}

h4.sub-title {
    font-family: acta, serif;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    color: #d9a66f;
    margin-bottom: 14px;
}

.space-20,
.space-30,
.space-40,
.space-50,
.space-60,
.space-70 {
    display: block;
    width: 100%
}

.space-20 {
    height: 20px
}

.space-30 {
    height: 30px
}

.space-40 {
    height: 40px
}

.space-50 {
    height: 50px
}

.space-60 {
    height: 60px
}

.space-70 {
    height: 70px
}

a.displ-nn,
body:not(.index) .o-content__circle.icn-logo {
    display: none;
}

li#has-child>ul {
    display: none;
}

img.arrow-menu {
    width: auto;
    float: right;
    position: relative;
    top: 5px;
    left: 10px;
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
}

img.arrow-menu.rotate-img {
    transform: rotate(-180deg);
}

.c-intro-exp__inner>p {
    text-align: center;
}

.luxury-lang li {
    list-style: none!important;
}

.luxury-lang {
    float: right;
    right: 300px;
    top: 55px;
    position: absolute;
}

.luxury-lang li#has-child ul {
    padding: 10px;
}

.luxury-lang li#has-child ul li a div {
    font-size: 15px;
}

.luxury-lang * {
    font-family: acta, serif;
}

div#example-slider {
    visibility: visible!important;
}