@font-face {
    font-family: Messina;
    src: url(../fonts/MessinaSansMono-Regular.woff2) format("woff2"), url(../fonts/MessinaSansMono-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Soehne;
    src: url(../fonts/Soehne.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}


.g {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 84vw
}

  
@media screen and (min-width: 768px) {
    .g {
        width: 100vw
    }
}

.gf {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5pxpx;
    padding-right: 5pxpx
}

.gf.no-gap>* {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#g-btn {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 999;
    background-color: var(--grid-color);
    width: 50px;
    height: 50px;
    cursor: pointer
}

#g-debug {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    z-index: 1000;
    width: 100vw;
    height: 100%;

}

#g-debug.f {
    width: 100vw
}

#g-debug #g {
    display: flex;
    flex-direction: row;
    opacity: 0
}

@media screen and (min-width: 768px) {
    #g-debug #g {
        width: 100vw !important
    }
}

#g-debug #g div {
    position: relative;
    background-color: #333333;
    height: 100%
}

:root {
    --line-color: #1a1a1a
}

h1,
h2,
h3 {
    margin: 0
}

h1 {
    font-family: "Soehne", sans-serif;
    letter-spacing: .01em;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

h2 {
    font-family: "Soehne", sans-serif;
    letter-spacing: .02em;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

.h2,
.c-footer__subtitle,
.c-clients__title,
.c-exp__title {
    font-family: "Messina", sans-serif;
    font-weight: normal;
    letter-spacing: initial;
    font-size: 14px;
    line-height: 20px
}

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

    .h2,
    .c-footer__subtitle,
    .c-clients__title,
    .c-exp__title {
        font-size: 16px;
        line-height: 20px
    }
}

html {
    -webkit-tap-highlight-color: transparent
}

html.is-home {
    overflow: hidden
}

html,
body {
    height: 100%;
    overscroll-behavior-y: contain
}

::selection {
    background-color: #DDDDDD;
    color: #333333
}

body {
    font-family: "Messina", sans-serif;
    width: 100vw;
    background-color: #DDDDDD;
    color: #333333;
    text-transform: uppercase;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 20px
    }
}

body.c-g {
    cursor: grab
}

body.c-p {
    cursor: pointer
}

* {
    box-sizing: border-box
}

input[type=submit] {
    appearance: none
}

p {
    margin: 0
}

.page>section:not([data-scroll-disable]) {
    will-change: transform
}

.page.project {
    overflow: hidden
}

.page.project:before,
.page.project:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1a1a1a;
    z-index: 6
}

.page.project:before {
    left: 4vw
}

.page.project:after {
    right: 4vw
}

@media screen and (min-width: 768px) {
    .page.project:before {
        left: calc(8.333vw + 5px)
    }

    .page.project:after {
        right: calc(8.333vw + 5px)
    }
}

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

    .page.project:before,
    .page.project:after {
        display: none
    }
}

.page.about {
    position: relative
}

.page.about ::selection {
    background-color: #090909;
    color: #fff
}

.page.about .c-footer ::selection {
    background-color: #fff;
    color: #090909
}

.page.about section:nth-last-child(2) {
    position: relative;
    z-index: 1
}

.page.about:before,
.page.about:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #090909;
    opacity: .1;
    z-index: 6
}

.page.about:before {
    left: 4vw
}

.page.about:after {
    right: 4vw
}

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

    .page.about:before,
    .page.about:after {
        display: none
    }
}

a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}



a:focus {
    outline: none
}

body,
ul,
a {
    margin: 0;
    padding: 0;
    border: 0
}

li {
    list-style-type: none
}

span {
    display: inline-block
}

video {
    width: 100%;
    height: 100%
}

.w {
    display: inline-block;
    overflow: hidden
}

.w .c {
    display: inline-block
}

#svg {
    position: absolute;
    width: 0;
    height: 0
}

#app {
    height: 100%
}

@media (hover: hover) {
    #app {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden
    }
}

#main {
    height: 100%
}

#gl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    pointer-events: none;
    z-index: 2
}

.fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090909;
    pointer-events: none;
    opacity: 0;
    z-index: 8
}

.fade--gl {
    z-index: 1
}

.fade-light {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    z-index: 8
}

[data-plane] {
    width: 100%;
    height: 100%
}

@media (hover: hover) {
    .page-wrapper {
        position: relative;
        height: 100vh;
        overflow: hidden;
        z-index: 9
    }
}

@media (hover: hover) {
    .page-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh
    }
}

.ro .c {
    position: relative
}

.ro .c-i {
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1) calc(.05s * (var(--total) - var(--index)) + .2s)
}

.ro .c-w:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1) calc(.05s * (var(--total) - var(--index)))
}

@media (hover: hover) {
    .ro:hover .c-i {
        opacity: 0;
        transition: opacity .6s cubic-bezier(.23, 1, .32, 1) calc(.05s * var(--index))
    }

    .ro:hover .c-w:before {
        opacity: 1;
        transition: opacity .6s cubic-bezier(.23, 1, .32, 1) calc(.05s * var(--index) + .2s)
    }
}

._l,
._l>span {
    display: inline-block
}

._l {
    overflow: hidden
}

.pe-n {
    pointer-events: none
}

.u-m {
    margin: 75px 0
}

@media screen and (min-width: 768px) {
    .u-m {
        margin: 100px 0
    }
}

@media screen and (min-width: 1024px) {
    .u-m {
        margin: 150px 0
    }
}

@media screen and (min-width: 1280px) {
    .u-m {
        margin: 200px 0
    }
}



.h__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 0 8vw;
    font-size: 12px;
    line-height: 14px;
    pointer-events: all;
}

.h__items {
    position: relative;
    z-index: 10000;
}


/* Désactiver les clics sur les couches du curseur/3D */
.p,
.p-m,
.frame-w,
.grid {
    pointer-events: none !important;
}

@media screen and (min-width: 768px) {
    .h__items {
        height: calc(4.44vw + 13px);
        padding: 0 2.22vw
    }
}

.h__item {
    color: #333333;
    margin: 0 5px;
    pointer-events: all;
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1)
}

.h__item span {
    display: inline-flex
}

@media screen and (min-width: 768px) {
    .h__item {
        margin: 0
    }
}

.h__item-home svg {
    width: 50px
}

.h__item-w {
    position: relative;
    overflow: hidden
}

.h__item-back {
    position: absolute;
    top: 100%;
    right: 0
}

.h__item--about {
    display: flex;
    align-items: center;
    height: 100%
}

.h__item.a {
    opacity: .5;
    pointer-events: none
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden
}

.loader .frame {
    width: 100%;
    height: 100%;
    z-index: 1
}

.loader__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090909
}

.loader__no {
    display: flex;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 14px
}

@media screen and (min-width: 1280px) {
    .loader__no {
        top: calc(2.22vw + 1px)
    }
}

.loader__no .no {
    display: flex
}

.loader__no .percent {
    overflow: hidden
}

.loader__no .no-f,
.loader__no .no-l {
    overflow: hidden
}

.loader__no .no-f span:first-child {
    transform: translateY(100%)
}

.loader__sound {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 20vh;
    left: 50%;
    transform: translateX(-50%)
}

.loader__sound-text {
    margin-bottom: 30px;
    text-align: center
}

.loader__sound-text .w {
    overflow: hidden
}

.loader__sound-text .w-wrap {
    transform: translateY(105%)
}

.loader__sound-choice {
    display: flex;
    padding: 0 10px;
    overflow: hidden
}

.loader__sound-y,
.loader__sound-n {
    position: relative;
    padding: 10px 0;
    transform: translateY(105%);
    cursor: pointer
}

@media (hover: hover) {

    .loader__sound-y:hover .a-frame .frame .c-v,
    .loader__sound-n:hover .a-frame .frame .c-v {
        transform: scaleY(1)
    }

    .loader__sound-y:hover .a-frame .frame .c-h,
    .loader__sound-n:hover .a-frame .frame .c-h {
        transform: scaleX(1)
    }
}

.loader__sound-y .a-frame,
.loader__sound-n .a-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: 23px;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.loader__sound-y .a-frame .frame-c,
.loader__sound-n .a-frame .frame-c {
    width: 8px;
    height: 8px
}

.loader__sound-y .a-frame .frame-c .c-v,
.loader__sound-y .a-frame .frame-c .c-h,
.loader__sound-n .a-frame .frame-c .c-v,
.loader__sound-n .a-frame .frame-c .c-h {
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1)
}

.loader__sound-y {
    margin-right: 40px
}

.loader__sound-n {
    margin-left: 40px
}

.p404__w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.p404 .frame {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 33.333vw;
    height: 33.333vh;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 1280px) {
    .p404 .frame {
        display: flex
    }
}

.p404 a {
    position: fixed;
    left: 50%;
    bottom: 2.22vw;
    transform: translateX(-50%)
}

.p404 h1 {
    font-family: "Messina", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .p404 h1 {
        font-size: 16px;
        line-height: 20px
    }
}

.p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    z-index: 3
}

.p-open-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px
}

.p-left,
.p-right {
    position: absolute;
    top: 0;
    width: 33.33vw;
    height: 100%
}

.p-left {
    left: 0
}

.p-right {
    right: 0
}

.p-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    letter-spacing: .03em;
    transform: translateX(-50%);
    overflow: hidden;
    pointer-events: none;
    user-select: none;
    font-size: 12px;
    line-height: 14px
}

.p-indicator span {
    transform: translateY(100%)
}

.p-wrap {
    position: absolute;
    top: 33.3333333333vh;
    left: 33.3333333333vw;
    width: 33.3333333333vw;
    height: 33.3333333333vh;
    padding: 20px
}

.p-list {
    position: fixed;
    bottom: 2.22vw;
    left: 50%;
    width: 33.33vw;
    transform: translateX(-50%);
    padding: 0 20px;
    pointer-events: none;
    user-select: none;
    font-size: 12px;
    line-height: 14px
}

.p-list__w {
    position: relative
}

.p-list__item {
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.p-list__item:first-child {
    position: relative
}

.p-list__item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-list__title,
.p-list__type {
    transform: translateY(100%)
}

.p-c {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

.p-s {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    font-size: 12px;
    line-height: 14px
}

.p-s__item {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 30px;
    bottom: 30px
}

.p-s__item .title,
.p-s__item .type {
    transform: translateY(100%)
}

.p-s__title,
.p-s__type {
    overflow: hidden
}

.p-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 2.22vw;
    left: 50%;
    width: 33.33vw;
    transform: translateX(-50%);
    padding: 0 20px;
    font-size: 12px;
    line-height: 14px
}

.p-counter__current {
    position: relative
}

.p-counter__no {
    display: flex
}

.p-counter__no .c {
    transform: translateY(100%)
}

.p-counter__no:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.p-counter__total {
    display: flex
}

.p-counter__total .c {
    transform: translateY(100%)
}

.p-counter__bars {
    display: flex;
    flex-wrap: nowrap;
    width: 71px;
    height: 10px;
    opacity: 0
}

.p-counter__bar {
    flex: 0 0 1px;
    height: 100%;
    padding: 0 5px;
    cursor: pointer
}

.p-counter__bar:first-child {
    margin-left: 30px
}

.p-counter__bar span {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #333333;
}

.p-m {
    position: fixed;
    width: 100vw;
    height: 100%
}

.p-m .frame {
    left: 4vw;
    top: 0;
    width: 92vw;
    height: 100%;
    z-index: 1;

}

@media screen and (min-width: 768px) {
    .p-m .frame {
        left: calc(4.1666666667vw * 2 + 5px);
        width: calc(4.1666666667vw * 20 - 10px)
    }
}

.p-m:before,
.p-m:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1a1a1a;
    z-index: -1
}

.p-m:before {
    left: 4vw
}

.p-m:after {
    right: 4vw
}

@media screen and (min-width: 768px) {
    .p-m:before {
        left: calc(8.333vw + 5px)
    }

    .p-m:after {
        right: calc(8.333vw + 5px)
    }
}

.p-m__list {
    position: fixed;
    bottom: 20px;
    left: calc(8vw + 5px)
}

@media screen and (min-width: 768px) {
    .p-m__list {
        bottom: 40px;
        left: calc(4.1666666667vw * 2 + 30px)
    }
}

.p-m__item {
    position: relative;
    white-space: nowrap
}

.p-m__item:not(:first-child) {
    position: absolute;
    bottom: 0;
    left: 0
}

.p-m__item .title,
.p-m__item .type {
    transform: translateY(100%)
}

.p-m__title {
    margin-bottom: 5px
}

.p-m__title,
.p-m__type {
    overflow: hidden
}

.p-m__slider {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    padding: 15px 0;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px) {
    .p-m__slider {
        padding: 30px 0
    }
}

.p-m__slider:before,
.p-m__slider:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    z-index: -1
}

.p-m__slider:before {
    top: 0
}

.p-m__slider:after {
    bottom: 0
}

.p-m__wrapper {
    width: calc(14vw * 6 - 10px);
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .p-m__wrapper {
        width: calc(4.1666666667vw * 20 - 60px)
    }
}

.p-m__slides {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%
}

.p-m__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.p-m__slide:not(:first-child) {
    top: calc(100% * var(--index) + 30px * var(--index))
}

@media screen and (min-width: 768px) {
    .p-m__slide:not(:first-child) {
        top: calc(100% * var(--index) + 60px * var(--index))
    }
}

.frame {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 16.6667vw;
    height: 33.333vh
}

.frame.a .frame-c .c-h {
    transform: scaleX(1)
}

.frame.a .frame-c .c-v {
    transform: scaleY(1)
}

@media screen and (min-width: 1280px) {
    .frame.m {
        display: none
    }
}

.frame-w {
    position: fixed;
    width: 233.3338vw;
    height: 366.663vh;
    top: -133.332vh;
    left: -66.6668vw;
    z-index: 3;

}

.frame-left,
.frame-right {
    position: relative;
    width: 70px;
    height: 100%
}

.frame-c {
    position: absolute;
    width: 70px;
    height: 70px
}

.frame-c span {
    display: inline-block;
    position: absolute;
    background-color: #fff
}

.frame-c .c-h {
    width: 100%;
    height: 1px;
    transform: scaleX(0)
}

.frame-c .c-v {
    width: 1px;
    height: 100%;
    transform: scaleY(0)
}

.frame-c.tl {
    top: 1px
}

.frame-c.tl .c-v {
    left: 0
}

.frame-c.tr {
    top: 1px;
    right: 0
}

.frame-c.tr .c-v {
    right: 0
}

.frame-c.tl .c-h,
.frame-c.bl .c-h {
    left: 0;
    transform-origin: left
}

.frame-c.tr .c-h,
.frame-c.br .c-h {
    right: 0;
    transform-origin: right
}

.frame-c.tl .c-v,
.frame-c.tr .c-v {
    transform-origin: top
}

.frame-c.bl .c-v,
.frame-c.br .c-v {
    transform-origin: bottom
}

.frame-c.bl {
    bottom: 0
}

.frame-c.bl .c-v {
    left: 0
}

.frame-c.bl .c-h {
    bottom: 0
}

.frame-c.br {
    bottom: 0;
    right: 0
}

.frame-c.br .c-v {
    right: 0
}

.frame-c.br .c-h {
    bottom: 0
}

.cross {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%)
}

.cross span {
    position: absolute;
    background-color: #fff;
    transform: scaleX(0)
}

.cross-top,
.cross-bottom {
    width: 1px;
    height: 15px;
    left: 14.5px
}

.cross-left,
.cross-right {
    width: 15px;
    height: 1px;
    top: 14.5px
}

.cross-left {
    left: 0;
    transform-origin: left
}

.cross-right {
    right: 0;
    transform-origin: right
}

.cross-top {
    top: 0;
    transform-origin: top
}

.cross-bottom {
    bottom: 0;
    transform-origin: bottom
}

.grid {
    position: fixed;
    width: 233.3338vw;
    height: 366.663vh;
    top: -133.332vh;
    left: -66.6668vw;
    z-index: 2;
    pointer-events: none
}

.grid-v,
.grid-h {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid-v .grid-l {
    width: 1px;
    height: 100%;
    transform-origin: top
}

.grid-h {
    flex-direction: column
}

.grid-h .grid-l {
    width: 100%;
    height: 1px;
    transform-origin: left
}

.grid-l {
    background-color: var(--line-color)
}

.g-v {
    position: fixed;
    width: 233.3338vw;
    height: 366.663vh;
    top: -133.332vh;
    left: -66.6668vw;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(11, 1fr);
    gap: 10px 10px;
    padding: 0 5px
}

.g-v-card {
    position: relative;
    padding: 10px;
    overflow: hidden
}

.g-v-card--empty:before,
.g-v-card--empty:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 1px;
    background-color: var(--line-color)
}

.g-v-card--empty:before {
    transform: translate(-50%, -50%) rotate(var(--rotate))
}

.g-v-card--empty:after {
    transform: translate(-50%, -50%) rotate(calc(var(--rotate) * -1))
}

.g-v-card-1 {
    grid-area: 6/8
}

.g-v-card-2 {
    grid-area: 5/9
}

.g-v-card-3 {
    grid-area: 6/10
}

.g-v-card-4 {
    grid-area: 7/9
}

.g-v-card-5 {
    grid-area: 7/6
}

.g-v-card-6 {
    grid-area: 6/5
}

.g-v-card-7 {
    grid-area: 5/6
}

.g-v-card-8 {
    grid-area: 4/5
}

.g-v-card-9 {
    grid-area: 8/10
}

.g-v-card-10 {
    grid-area: 7/4
}

.g-v-card-11 {
    grid-area: 5/11
}

.g-v-card-12 {
    grid-area: 8/5
}

.g-v-card-13 {
    grid-area: 4/10
}

.g-v-card-14 {
    grid-area: 7/12
}

.g-v-card-15 {
    grid-area: 5/3
}

.g-v-card-16 {
    grid-area: 4/8
}

.g-v-card-17 {
    grid-area: 8/8
}

.g-v-card-18 {
    grid-area: 6/2
}

.g-v-card-19 {
    grid-area: 6/13
}

.g-v-card-20 {
    grid-area: 3/7
}

.g-v-card-21 {
    grid-area: 9/7
}

.g-v-card-22 {
    grid-area: 4/13
}

.g-v-card-23 {
    grid-area: 8/2
}

.g-v-card-24 {
    grid-area: 3/3
}

.g-v-card-25 {
    grid-area: 9/12
}

.g-v-card-26 {
    grid-area: 3/12
}

.g-v-card-27 {
    grid-area: 9/3
}

.g-v-card-28 {
    grid-area: 2/5
}

.g-v-card-29 {
    grid-area: 10/10
}

.g-v-card-30 {
    grid-area: 2/10
}

.g-v-card-31 {
    grid-area: 10/5
}

.g-v-card-32 {
    grid-area: 2/13
}

.g-v-card-33 {
    grid-area: 10/2
}

.g-v-card-34 {
    grid-area: 2/2
}

.g-v-card-35 {
    grid-area: 10/13
}

.g-v-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.switch {
    position: fixed;
    bottom: 2.22vw;
    left: 2.22vw;
    display: flex;
    align-items: center;
    height: 44px;
    user-select: none;
    opacity: 0;
    z-index: 4;
    cursor: pointer
}

.switch.a .switch-i:first-child,
.switch.a .switch-i:nth-child(2),
.switch.a .switch-i:last-child {
    transform: scale(1, 1) translate(0, 0)
}

.switch:not(.a) .switch-i:first-child {
    transform: scale(.75, 1.7) translate(0, -100%)
}

.switch:not(.a) .switch-i:nth-child(2) {
    transform: scale(.75, 1.7) translate(0, 40%)
}

.switch:not(.a) .switch-i:last-child {
    transform: scale(.75, 1.7) translate(0, -20%)
}

.switch:hover .switch-i {
    opacity: 1
}

.switch-i {
    width: 12px;
    height: 7px;
    background-color: #333333;
    transition: opacity .8s cubic-bezier(.23, 1, .32, 1), transform .8s cubic-bezier(.23, 1, .32, 1)
}

.switch-i:first-child,
.switch-i:last-child {
    opacity: .4
}

.switch-i:nth-child(2) {
    margin: 0 4px
}

.sound {
    position: fixed;
    bottom: 20px;
    right: 8vw;
    margin: 0 5px;
    z-index: 4;
    cursor: pointer
}

@media screen and (min-width: 1280px) {
    .sound {
        bottom: 1.11vw;
        right: 1.11vw;
        padding: 1.11vw
    }
}

.sound.a span:nth-child(2),
.sound.a span:nth-child(4) {
    transform: scaleY(1.5)
}

.sound.a span:nth-child(1) {
    animation: sound .75s ease-in-out .1s alternate running infinite
}

.sound.a span:nth-child(2) {
    animation: sound .75s ease-in-out .4s alternate running infinite
}

.sound.a span:nth-child(3) {
    transform: scaleY(2);
    animation: sound .75s ease-in-out .7s alternate running infinite
}

.sound.a span:nth-child(4) {
    animation: sound .75s ease-in-out .3s alternate running infinite
}

.sound.a span:nth-child(5) {
    animation: sound .75s ease-in-out .25s alternate running infinite
}

@media (hover: hover) {

    .sound:hover span:nth-child(2),
    .sound:hover span:nth-child(4) {
        transform: scaleY(1.25)
    }

    .sound:hover span:nth-child(3) {
        transform: scaleY(1.75)
    }
}

.sound__bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 25px;
    height: 14px
}

.sound span {
    display: inline-block;
    width: 1px;
    height: 7px;
    background-color: #fff;
    transform-origin: bottom;
    transition: transform .8s cubic-bezier(.23, 1, .32, 1)
}

@keyframes sound {
    0% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(2)
    }
}

.image {
    width: 100%;
    height: 100%
}

.image figure {
    width: 100%;
    height: 100%;
    margin: 0
}

.image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none
}

.c-hero {
    position: relative;
    margin: 0 0 45px
}

.c-hero.mb {
    margin: 0 0 100px
}

@media screen and (min-width: 768px) {
    .c-hero {
        margin: 0 0 100px
    }
}

.c-hero [data-plane] {
    pointer-events: none
}

.c-hero__play,
.c-hero__pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.c-hero__play span,
.c-hero__pause span {
    display: inline-block
}

.c-hero__content {
    position: relative;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-hero__content {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-hero__content {
        flex: 0 0 83.3333333333vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-hero__right {
    margin-top: 30px;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-hero__right {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .c-hero__right {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-hero__right {
        flex: 0 0 29.1666666667vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .c-hero__right {
        flex: 0 0 25vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-hero__type,
.c-hero__date {
    overflow: hidden
}

.c-hero__infos {
    display: flex;
    justify-content: space-between
}

.c-hero__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: min(56.25%, 75vh);
    z-index: 1;
    cursor: pointer
}

.c-hero__video [data-plane] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-hero__title {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-hero__title {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-hero__title {
        flex: 0 0 41.6666666667vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-hero__title h1 {
    margin-top: -3.5vh
}

.c-hero__desc {
    margin-top: 25px
}

@media screen and (min-width: 768px) {
    .c-hero__desc {
        margin-top: 60px
    }
}

.c-hero__player {
    position: relative;
    margin: 25px 0 45px;
    padding-bottom: 30px;
    cursor: pointer;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-hero__player {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-hero__player {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-hero__player .player {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 13px
}

.c-hero__player .player-t {
    width: 1px;
    height: 100%;
    background-color: #333333;
    transform-origin: top;
    transform: scaleY(0)
}

.c-hero__player .time {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
    user-select: none;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px
}

.c-hero__player .time span {
    display: inline-block
}

.c-video {
    position: relative;
    margin: 54px 0 0;
    z-index: 7
}

@media screen and (min-width: 768px) {
    .c-video {
        z-index: 3
    }
}

@media screen and (min-width: 1280px) {
    .c-video {
        margin: calc(4.44vw + 14px) 0 0
    }
}

.c-video [data-plane] {
    pointer-events: none
}

.c-video .frame {
    left: 1px;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1
}

@media screen and (min-width: 1280px) {
    .c-video .frame {
        top: 1px
    }
}

.c-video__inner {
    position: relative
}

.c-video__inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    z-index: 6
}

@media screen and (min-width: 1280px) {
    .c-video__inner:after {
        display: none
    }
}

.c-video__play,
.c-video__pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.c-video__play span,
.c-video__pause span {
    display: inline-block
}

@media (hover: none) {
    .c-video__pause {
        display: none
    }
}

.c-video__content {
    flex: 0 0 84vw;
    position: relative;
    margin-left: -4vw;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (min-width: 768px) {
    .c-video__content {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 0) {
    .c-video__content {
        flex: 0 0 91.98vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .c-video__content {
        flex: 0 0 83.3333333333vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .c-video__content {
        margin-left: 8.3333vw;
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}

.c-video__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: min(56.25%, 75vh);
    z-index: 1;
    cursor: pointer
}

.c-video__video [data-plane],
.c-video__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-video__player {
    display: flex;
    align-items: center;
    position: relative;
    margin: 25px 0 45px;
    padding-bottom: 30px;
    cursor: pointer;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-video__player {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-video__player {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-video__player .player {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 13px
}

.c-video__player .player-t {
    width: 1px;
    height: 100%;
    background-color: #fff;
    transform-origin: top;
    transform: scaleY(0)
}

.c-video__player .fullscreen {
    width: 14px;
    height: 12px;
    background-color: #fff;
    margin-left: 15px
}

.c-video__player .time {
    display: flex;
    justify-content: center;
    position: absolute;
    left: -35px;
    bottom: 0;
    width: 70px;
    font-size: 9px;
    line-height: 10px;
    transform: translateX(-50%);
    user-select: none;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .c-video__player .time {
        font-size: 12px;
        line-height: 14px
    }
}

.c-video__player .time span {
    display: inline-block
}

.c-link {
    display: flex;
    align-items: center;
    width: 84vw;
    padding: 0 5px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    z-index: 4;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .c-link {
        width: auto;
        justify-content: flex-end;
        margin: 0 12.5vw 0 0
    }
}

@media screen and (min-width: 1024px) {
    .c-link {
        position: fixed;
        justify-content: flex-start;
        bottom: 2.22vw;
        left: 2.22vw;
        padding: 0;
        margin: 0
    }
}

@media screen and (min-width: 1280px) {
    .c-link {
        font-size: 12px;
        line-height: 14px
    }
}

.c-link .icon {
    display: flex;
    margin-left: 8px
}

.c-link .text {
    display: inline-block
}

.c-link.a path:first-child {
    stroke-dasharray: 15 15;
    stroke-dashoffset: 0
}

.c-link.a path:last-child {
    stroke-dashoffset: 0
}

@media (hover: hover) {
    .c-link:hover path:first-child {
        stroke-dashoffset: 30
    }

    .c-link:hover path:last-child {
        stroke-dashoffset: -24
    }
}

.c-link path:first-child {
    stroke-dasharray: 15 15;
    stroke-dashoffset: 0
}

@media screen and (min-width: 1280px) {
    .c-link path:first-child {
        stroke-dasharray: 0 15;
        stroke-dashoffset: -7.5;
        transition: stroke-dasharray 1.5s cubic-bezier(.23, 1, .32, 1), stroke-dashoffset 1.5s cubic-bezier(.23, 1, .32, 1)
    }
}

.c-link path:last-child {
    stroke-dashoffset: 0
}

@media screen and (min-width: 1280px) {
    .c-link path:last-child {
        stroke-dasharray: 12;
        stroke-dashoffset: 12;
        transition: stroke-dasharray 1.5s cubic-bezier(.23, 1, .32, 1), stroke-dashoffset 1.5s cubic-bezier(.23, 1, .32, 1)
    }
}

.c-close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 8;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px
}

@media screen and (min-width: 768px) {
    .c-close {
        z-index: 4
    }
}

.c-close.a:after {
    opacity: 1
}

.c-close:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--line-color);
    opacity: 1;
    transition: opacity .8s cubic-bezier(.23, 1, .32, 1)
}

@media screen and (min-width: 1280px) {
    .c-close:after {
        opacity: 0
    }
}

@media screen and (min-width: 1280px) {
    .c-close {
        padding: 0;
        height: calc(4.44vw + 13px)
    }
}

.c-close__w {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #090909
}

@media screen and (min-width: 1280px) {
    .c-close__w {
        height: 100%
    }
}

.c-close a {
    display: block;
    overflow: hidden
}

.c-close a>span {
    display: inline-flex
}

.c-close>span {
    display: inline-block;
    transform: translateY(100%)
}

.c-medias--primary .g.bottom {
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .c-medias--primary .g.bottom {
        margin-top: 65px
    }
}

@media screen and (min-width: 1280px) {
    .c-medias--primary .g.bottom {
        margin-top: 95px
    }
}

.c-medias--primary .c-medias__tags {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__tags {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__tags {
        flex: 0 0 20.8333333333vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .c-medias--primary .c-medias__tags {
        flex: 0 0 16.6666666667vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--primary .c-medias__media-1 {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__media-1 {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__media-1 {
        flex: 0 0 50vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .c-medias--primary .c-medias__media-1 {
        flex: 0 0 54.1666666667vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--primary .c-medias__media-2 {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__media-2 {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__media-2 {
        flex: 0 0 41.6666666667vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--primary .c-medias__media-3 {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__media-3 {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--primary .c-medias__media-3 {
        flex: 0 0 25vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--secondary .g.bottom {
    margin-top: 10px
}

.c-medias--secondary .c-medias__tags {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__tags {
        flex-flow: row wrap;
        align-items: flex-start;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__tags {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__tags {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--secondary .c-medias__tag {
    margin: 0 0 5px
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__tag {
        margin: 0 30px 10px 0
    }
}

.c-medias--secondary .c-medias__media-1 {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__media-1 {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__media-1 {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--secondary .c-medias__media-2 {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__media-2 {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__media-2 {
        flex: 0 0 37.5vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias--secondary .c-medias__media-3 {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__media-3 {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-medias--secondary .c-medias__media-3 {
        flex: 0 0 37.5vw;
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-medias__tags {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .c-medias__tags {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) {
    .c-medias__tags {
        font-size: 16px;
        line-height: 20px
    }
}

.c-medias__media {
    position: relative;
    padding-top: 56.25%
}

.c-medias__media-2 {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .c-medias__media-2 {
        margin-top: 0
    }
}

.c-medias__media-3 {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .c-medias__media-3 {
        margin-top: 0
    }
}

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

.c-medias__legend {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px
}

.c-medias__tag:not(:last-child) {
    margin-bottom: 5px
}

.c-next {
    position: relative;
    margin-bottom: 15px;
    z-index: 3
}

@media screen and (min-width: 768px) {
    .c-next {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .c-next {
        height: 100vh;
        padding: calc(4.44vw + 14px) 0 0;
        margin-bottom: 0
    }
}

.c-next .frame {
    left: 1px;
    top: 0;
    width: calc(100% - 2px);
    height: 100%;
    pointer-events: none;
    z-index: 2
}

@media screen and (min-width: 1280px) {
    .c-next .g {
        position: relative
    }
}

.c-next .g:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #1a1a1a
}

.c-next__wrapper {
    flex: 0 0 84vw;
    position: relative;
    margin-left: -4vw;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (min-width: 768px) {
    .c-next__wrapper {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 0) {
    .c-next__wrapper {
        flex: 0 0 91.98vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .c-next__wrapper {
        flex: 0 0 83.3333333333vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .c-next__wrapper {
        margin-left: 8.3333vw;
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}

.c-next__wrapper-w {
    position: relative
}

.c-next__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: min(56.25%, 75vh);
    overflow: hidden
}

.c-next__prev,
.c-next__next {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

    .c-next__prev,
    .c-next__next {
        width: calc(4.1666666667vw * 9 - 10px)
    }
}

.c-next__prev {
    left: 0
}

.c-next__next {
    right: 0;
    text-align: center
}

@media screen and (min-width: 1280px) {
    .c-next__next .c-next__content {
        text-align: right
    }
}

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

.c-next__w:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090909;
    opacity: .3
}

@media screen and (min-width: 1280px) {
    .c-next__w:before {
        display: none
    }
}

.c-next__w video {
    position: relative;
    z-index: -1
}

.c-next__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-next__suptitle,
.c-next__title {
    overflow: hidden
}

.c-next__suptitle {
    font-family: "Soehne", sans-serif;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .c-next__suptitle {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

@media screen and (min-width: 768px) {
    .c-next__suptitle {
        margin-bottom: 15px
    }
}

.c-next__title {
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .c-next__title {
        font-size: 16px;
        line-height: 20px
    }
}

.c-cover {
    position: relative;
    color: #090909
}

@media screen and (min-width: 1280px) {
    .c-cover {
        min-height: 100vh
    }
}

.c-cover .frame {
    width: 100%;
    height: 100%;
    z-index: 1
}

.c-cover .frame span {
    background-color: #090909
}

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

.c-cover__lines {
    position: relative;
    display: none;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 1280px) {
    .c-cover__lines {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .c-cover__lines {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-cover__lines {
        flex: 0 0 50vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .c-cover__lines {
        flex: 0 0 29.1666666667vw;
        margin-left: 62.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-cover__line-v {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #090909;
    opacity: .1
}

.c-cover__line-v--l {
    left: 5px
}

.c-cover__line-v--r {
    right: 5px
}

.c-cover__line-h {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #090909;
    opacity: .1
}

.c-cover__line-h--t {
    top: 0
}

.c-cover__line-h--b {
    top: 51.5vw
}

@media screen and (min-width: 768px) {
    .c-cover__line-h--b {
        top: 30.88vw
    }
}

@media screen and (min-width: 1024px) {
    .c-cover__line-h--b {
        top: 31.08vw
    }
}

@media screen and (min-width: 1280px) {
    .c-cover__line-h--b {
        top: 18.05vw
    }
}

.c-cover__w {
    position: relative
}

.c-cover__inner {
    height: 100%;
    padding: 8vh 0 75px;
    background-color: #fff
}

@media screen and (min-width: 1280px) {
    .c-cover__inner {
        min-height: 100vh;
        padding: 13.88vh 0 200px
    }
}

.c-cover__panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transform-origin: bottom;
    z-index: -1
}

.c-cover__left {
    max-width: 100%;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-cover__left {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-cover__left {
        flex: 0 0 50vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-cover__right {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-cover__right {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-cover__right {
        flex: 0 0 29.1666666667vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-cover__column {
    position: relative
}

.c-cover__image {
    position: relative;
    width: 92vw;
    height: 51.5vw;
    margin-left: calc(-4vw - 5px)
}

@media screen and (min-width: 768px) {
    .c-cover__image {
        width: 100%;
        height: 30.88vw;
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .c-cover__image {
        height: 31.08vw
    }
}

@media screen and (min-width: 1280px) {
    .c-cover__image {
        height: 18.05vw
    }
}

.c-cover__image-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    overflow: hidden
}

.c-cover__image-w .image {
    transform: translate(0, -100%)
}

.c-cover__title {
    font-family: "Soehne", sans-serif;
    color: #090909;
    margin-top: 50px;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 1280px) {
    .c-cover__title {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .c-cover__title {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

.c-cover__title-line {
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .c-cover__title-line:first-child {
        line-height: 13.88vw
    }
}

.c-cover__title-line .line {
    transform: translate(0, 100%)
}

.c-cover__content {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .c-cover__content {
        flex-direction: column-reverse;
        margin-top: 30.88vw
    }
}

@media screen and (min-width: 1024px) {
    .c-cover__content {
        margin-top: 31.08vw
    }
}

@media screen and (min-width: 1280px) {
    .c-cover__content {
        flex-direction: column;
        margin-top: 0;
        padding: 0 4.1666666667vw
    }
}

@media screen and (min-width: 768px) {
    .c-cover__content {
        font-size: 16px;
        line-height: 20px
    }
}

.c-cover__socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .c-cover__socials {
        margin-top: 50px
    }
}

@media screen and (min-width: 1024px) {
    .c-cover__socials {
        margin-top: 60px
    }
}

.c-cover__socials a {
    position: relative;
    display: inline-block;
    color: #090909
}

@media (hover: hover) {
    .c-cover__socials a:hover .a-frame .frame .c-v {
        transform: scaleY(1)
    }

    .c-cover__socials a:hover .a-frame .frame .c-h {
        transform: scaleX(1)
    }
}

.c-cover__socials a:not(:last-child) {
    margin-bottom: 15px
}

.c-cover__socials a .a-text {
    overflow: hidden
}

.c-cover__socials a .a-text span {
    transform: translate(0, 100%)
}

.c-cover__socials a .a-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: 23px;
    transform: translate(-50%, calc(-50% - 2px))
}

.c-cover__socials a .a-frame .frame-c {
    width: 8px;
    height: 8px
}

.c-cover__socials a .a-frame .frame-c .c-v,
.c-cover__socials a .a-frame .frame-c .c-h {
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1)
}

.c-cover__description {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .c-cover__description {
        margin-top: 50px
    }
}

@media screen and (min-width: 1280px) {
    .c-cover__description {
        margin-top: 33.33vh
    }
}

.c-cover__description .line {
    transform: translate(0, 100%)
}

.c-exp {
    position: relative;
    background-color: #fff;
    color: #090909;
    margin: -1px 0;
    padding-bottom: 75px
}

@media screen and (min-width: 768px) {
    .c-exp {
        padding-bottom: 0
    }

    .c-exp:after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #090909;
        opacity: .1
    }
}

.c-exp .hyphen {
    margin: 0 10px
}

@media screen and (min-width: 768px) {
    .c-exp .hyphen {
        margin: 0 0 0 10px
    }
}

.c-exp__title {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .c-exp__title {
        margin-bottom: 0
    }
}

.c-exp__left {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-exp__left {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-exp__left {
        flex: 0 0 50vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .c-exp__left {
        flex: 0 0 54.1666666667vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-exp__right {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-exp__right {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-exp__right {
        flex: 0 0 29.1666666667vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .c-exp__right {
        flex: 0 0 29.1666666667vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-exp__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .c-exp__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        height: 100%;
        padding-bottom: 65px
    }
}

.c-exp__items {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%
}

@media screen and (min-width: 768px) {
    .c-exp__items {
        padding: 0 0 65px
    }
}

@media screen and (min-width: 1280px) {
    .c-exp__items {
        padding: 0 4.1666666667vw 65px
    }

    .c-exp__items:before,
    .c-exp__items:after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #090909;
        opacity: .1
    }

    .c-exp__items:before {
        left: 0
    }

    .c-exp__items:after {
        right: 0
    }
}

.c-exp__dates {
    display: flex;
    flex-direction: row;
    font-family: "Soehne", sans-serif;
    letter-spacing: .02em;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .c-exp__dates {
        flex-direction: column;
        text-align: right
    }
}

@media screen and (min-width: 768px) {
    .c-exp__dates {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

.c-exp__date-start {
    display: flex;
    flex-direction: row-reverse;
    -webkit-text-stroke: 1px #090909;
    color: transparent
}

@media screen and (min-width: 768px) {
    .c-exp__date-start {
        flex-direction: row
    }
}

.c-exp__date-start,
.c-exp__date-end {
    overflow: hidden
}

.c-exp__item:not(:last-child) {
    margin-bottom: 30px
}

.c-exp__item-date {
    margin-bottom: 15px;
    opacity: .5
}

.c-clients {
    background-color: #fff;
    color: #090909;
    padding: 0 0 75px
}

@media screen and (min-width: 768px) {
    .c-clients {
        padding: 100px 0
    }
}

.c-clients__title {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-clients__title {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-clients__title {
        flex: 0 0 25vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.c-clients__item {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 30px
}

@media screen and (min-width: 1024px) {
    .c-clients__item:nth-child(odd) {
        flex-direction: row-reverse
    }

    .c-clients__item:nth-child(odd) .c-clients__names {
        padding: 0 0 0 5px
    }

    .c-clients__item:nth-child(odd) .c-clients__desc {
        margin-right: 4.1666666667vw
    }
}

.c-clients__names {
    font-family: "Soehne", sans-serif;
    flex: 0 0 100vw;
    padding: 0;
    overflow: hidden;
    user-select: none;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .c-clients__names {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

@media screen and (min-width: 1024px) {
    .c-clients__names {
        padding: 0 5px 0 0
    }
}

@media screen and (min-width: 1024px) {
    .c-clients__names {
        flex: 0 0 58.3333333333vw
    }
}

@media screen and (min-width: 1280px) {
    .c-clients__names {
        flex: 0 0 66.6666666667vw
    }
}

.c-clients__names-w {
    display: flex;
    overflow: hidden
}

.c-clients__names-marquee {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    animation: marquee 6s infinite linear
}

.c-clients__names-marquee span {
    margin-right: 20px
}

@media screen and (min-width: 768px) {
    .c-clients__names-marquee span {
        margin-right: 40px
    }
}

.c-clients__names-marquee span:nth-child(even) {
    -webkit-text-stroke: 1px #090909;
    color: transparent
}

.c-clients__desc {
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .c-clients__desc {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-clients__desc {
        flex: 0 0 58.3333333333vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .c-clients__desc {
        flex: 0 0 33.3333333333vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .c-clients__desc {
        flex: 0 0 25vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .c-clients__desc {
        padding-top: 30px;
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .c-clients__desc {
        padding-top: 1.5vw
    }
}

.c-footer {
    background-color: #090909;
    overflow: hidden
}

@media (hover: none) {
    .c-footer {
        position: sticky;
        bottom: 0;
        z-index: -1
    }
}

.c-footer__wrapper {
    display: flex;
    flex-direction: column;
    flex: 0 0 84vw;
    padding: 30px 5px
}

@media screen and (min-width: 768px) {
    .c-footer__wrapper {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .c-footer__wrapper {
        flex: 0 0 91.6666666667vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .c-footer__wrapper {
        padding: 100px 0 30px
    }
}

.c-footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .c-footer__top {
        font-size: 16px;
        line-height: 20px
    }
}

.c-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    line-height: 14px
}

.c-footer__email {
    display: inline-flex;
    font-family: "Soehne", sans-serif;
    font-size: 30px;
    line-height: .9;
    letter-spacing: .02em;
    margin-bottom: 75px
}

@media screen and (min-width: 768px) {
    .c-footer__email {
        font-size: 100px;
        margin-bottom: 100px
    }
}

@media (hover: hover) {
    .c-footer__email:hover .c-footer__email-f .c-w {
        transform: translateY(-100%)
    }

    .c-footer__email:hover .c-footer__email-f .c-w:before {
        transform: translateY(100%)
    }

    .c-footer__email:hover .c-footer__email-l .c-w {
        transform: translateY(0)
    }

    .c-footer__email:hover .c-footer__email-l .c-w:before {
        transform: translateY(0)
    }
}

.c-footer__email-w {
    max-width: calc(14vw * 6 - 10px)
}

@media screen and (min-width: 768px) {
    .c-footer__email-w {
        max-width: 91.6666666667vw
    }
}

.c-footer__email-f .txt {
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.c-footer__email-f .c {
    position: relative
}

.c-footer__email-f .c-i {
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.c-footer__email-f .c-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1) calc(15ms * var(--index))
}

.c-footer__email-f .c-w:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-text-stroke: 1px #fff;
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1) calc(15ms * var(--index))
}

.c-footer__email-l .c {
    position: relative
}

.c-footer__email-l .c-i {
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.c-footer__email-l .c-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 1.3s cubic-bezier(.23, 1, .32, 1) calc(.0125s * var(--index))
}

.c-footer__email-l .c-w:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-text-stroke: 1px #fff;
    transform: translateY(-100%);
    transition: transform 1.3s cubic-bezier(.23, 1, .32, 1) calc(.0125s * var(--index))
}

.c-footer__email .stroke {
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.c-footer__credit {
    flex: 0 0 80%;
    text-align: right;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .c-footer__credit {
        flex: 0 0 auto;
        line-height: 14px
    }
}

.c-footer__credit a {
    position: relative
}

.c-footer__credit a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    pointer-events: none;
    transform-origin: left;
    transition: transform .8s cubic-bezier(.23, 1, .32, 1)
}

@media screen and (min-width: 768px) {
    .c-footer__credit a:after {
        bottom: -2px
    }
}

@media (hover: hover) {
    .c-footer__credit a:hover:after {
        transform: scaleX(0);
        transform-origin: right
    }
}

.b-quote .strk {
    -webkit-text-stroke: 1px #fff;
    color: transparent
}

.b-quote .strk-q {
    display: inline-flex;
    height: 40px;
    transform: translateY(-10px);
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .b-quote .strk-q {
        height: 6.25vw;
        transform: translateY(-20px)
    }
}

.b-quote .strk-q span {
    display: inline-block
}

.b-quote__content {
    font-family: "Soehne", sans-serif;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .b-quote__content {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-quote__content {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .b-quote__content {
        font-size: 13.88vw
    }
}

.b-quote__content ._l+._l {
    margin-top: -1.4vw
}

.b-quote__quote>span {
    display: inline
}

.b-quote__bottom {
    margin-top: 20px;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-quote__bottom {
        margin-top: 10px
    }
}

@media screen and (min-width: 768px) {
    .b-quote__bottom {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 0) {
    .b-quote__bottom {
        flex: 0 0 70vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .b-quote__bottom {
        flex: 0 0 37.5vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .b-quote__bottom {
        flex: 0 0 29.1666666667vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-quote__suptitle {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px
}

.b-quote__text {
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .b-quote__text {
        font-size: 16px;
        line-height: 20px
    }
}

.b-ic .g.reverse {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.b-ic .g.reverse .b-ic__media {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-ic .g.reverse .b-ic__media {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-ic .g.reverse .b-ic__media {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .b-ic .g.reverse .b-ic__media {
        flex: 0 0 50vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-ic .g.reverse .b-ic__content {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-ic .g.reverse .b-ic__content {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-ic .g.reverse .b-ic__content {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .b-ic .g.reverse .b-ic__content {
        flex: 0 0 20.8333333333vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .b-ic .g.reverse .b-ic__content {
        align-items: flex-start
    }
}

.b-ic .g.reverse .b-ic__title {
    text-align: left
}

.b-ic__media {
    display: flex;
    align-items: flex-end;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-ic__media {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-ic__media {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .b-ic__media {
        flex: 0 0 50vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-ic__media-w {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.b-ic__media-i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-ic__content {
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-top: -35px;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-ic__content {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-ic__content {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1280px) {
    .b-ic__content {
        flex: 0 0 20.8333333333vw;
        margin-left: 4.1666666667vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .b-ic__content {
        margin-top: -6.94vw
    }
}

@media screen and (min-width: 1280px) {
    .b-ic__content {
        max-width: 20.8333333333vw;
        align-items: flex-end;
        margin-top: 0
    }
}

@media screen and (min-width: 1280px) {
    .b-ic__title {
        width: 58.3333333333vw;
        text-align: right
    }
}

.b-ic__title .stroke {
    color: transparent;
    -webkit-text-stroke: .5px #fff
}

@media screen and (min-width: 768px) {
    .b-ic__title .stroke {
        -webkit-text-stroke: 1px #fff
    }
}

.b-ic__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .b-ic__text {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .b-ic__text {
        width: 75%;
        margin-top: 35px
    }
}

@media screen and (min-width: 1280px) {
    .b-ic__text {
        width: 100%;
        margin-top: 9vh
    }
}

.b-marquee {
    position: relative;
    z-index: 7;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .b-marquee {
        z-index: 0
    }
}

.b-marquee__wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 83.3333333333vw;
    transform: translateY(-50%);
    user-select: none;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-marquee__wrapper {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-marquee__wrapper {
        flex: 0 0 83.3333333333vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-marquee__infinite {
    display: flex;
    font-family: "Soehne", sans-serif;
    font-size: 72px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .b-marquee__infinite {
        overflow: hidden
    }
}

@media screen and (min-width: 768px) {
    .b-marquee__infinite {
        font-size: 13.88vw;
        line-height: 12.5vw
    }
}

.b-marquee__text {
    display: flex;
    flex-wrap: nowrap;
    animation: marquee 6s infinite linear
}

@media screen and (min-width: 1280px) {
    .b-marquee__text {
        animation: marquee 8s infinite linear
    }
}

.b-marquee__image {
    position: relative;
    z-index: 1;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-marquee__image {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 0) {
    .b-marquee__image {
        flex: 0 0 56vw;
        margin-left: 28vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .b-marquee__image {
        flex: 0 0 33.3333333333vw;
        margin-left: 50vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-marquee__image-w {
    position: relative;
    padding-top: 56.25%
}

.b-marquee__image-i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-marquee span {
    white-space: nowrap
}

.b-marquee .stroke {
    -webkit-text-stroke: 1px #fff;
    color: transparent
}

.b-marquee .stroke:after {
    content: attr(data-text);
    -webkit-text-stroke: none;
    color: #fff
}

.b-marquee .fill:before {
    content: attr(data-text);
    -webkit-text-stroke: 1px #fff;
    color: transparent
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.b-slider {
    position: relative;
    z-index: 7
}

@media screen and (min-width: 768px) {
    .b-slider {
        z-index: 0
    }
}

.b-slider__wrapper {
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-slider__wrapper {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-slider__wrapper {
        flex: 0 0 83.3333333333vw;
        margin-left: 8.3333333333vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-slider__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex: 0 0 84vw;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .b-slider__top {
        flex: 0 0 100vw
    }
}

@media screen and (min-width: 768px) {
    .b-slider__top {
        flex: 0 0 75vw;
        margin-left: 12.5vw;
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-slider__title {
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .b-slider__title {
        font-size: 16px;
        line-height: 20px
    }
}

.b-slider__pagers {
    display: flex;
    height: 18px;
    cursor: pointer
}

.b-slider__pager {
    width: 1px;
    height: 100%;
    background-color: #fff;
    transform-origin: bottom
}

.b-slider__pager:not(:last-child) {
    margin-right: 5px
}

.b-slider__items {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    cursor: grab
}

.b-slider__oh {
    max-width: calc(4.1666666667vw * 20 - 10px)
}

@media screen and (min-width: 768px) {
    .b-slider__oh {
        overflow: hidden
    }
}

.b-slider__item {
    user-select: none
}

@media screen and (min-width: 768px) {
    .b-slider__item:first-child {
        margin-left: 4.1666666667vw
    }
}

.b-slider__item:not(:last-child) {
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    .b-slider__item:not(:last-child) {
        margin-right: calc(4.1666666667vw + 10px)
    }
}

.b-slider__item-w {
    position: relative;
    flex: 0 0 auto;
    height: 35vw
}

@media screen and (min-width: 768px) {
    .b-slider__item-w {
        height: 28vw
    }
}

.b-slider__item-w video {
    width: auto
}

.b-slider__item-w .image img {
    width: auto;
    object-fit: contain
}


.header_wrap {
  pointer-events: auto !important;
}
