/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:before,
:after {
    box-sizing: border-box
}

html {
    font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    border: none;
    background: transparent
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

a {
    text-decoration: none
}

a,
a:active,
a:hover,
a:visited {
    color: currentColor;
    outline: 0
}

:root {
    --color-error: #e90000;
    --color-off-white: #f0f1fa;
    --color-white: #fff;
    --color-dark-white: #e4e6ef;
    --color-off-white-semi: rgba(240, 241, 250, .7);
    --color-black: #000000;
    --color-green: #c1ff00;
    --color-blue: #1a81c6;
    --color-red: #ff4c41;
    --color-grey-blue: #2b2e3a;
    --color-dark-blue: #1a81c6;
    --color-purple: #8832f7;
    --color-project-details-logo-color: #f0f;
    --grid-space: calc((100% - 11 * var(--grid-gap)) / 12);
    --grid-gap: 2vw;
    --global-border-radius: 20px;
    --base-padding-x: max(5vw, 40px);
    --base-padding-y: clamp(30px, 4vw, 50px);
    --header-color: #0a44c9;
    --header-text-color: #000000;
    --project-details-bg: #000;
    --project-details-highlight: #000;
    --project-details-btn-bg: #000;
    --project-details-btn-text: #000;
    --project-details-icon-bg: #000;
    --project-details-icon-color: #000;
    --project-details-text: #000;
    --project-details-btn-bg-hover: #000;
    --project-details-btn-text-hover: #fff;
    --header-size: clamp(1rem, 1vw, 2rem);
    --cross-size: clamp(.875rem, 1vw, 2rem)
}
/* :root {
    --color-error: #e90000;
    --color-off-white: #f0f1fa;
    --color-white: #fff;
    --color-dark-white: #e4e6ef;
    --color-off-white-semi: rgba(240, 241, 250, .7);
    --color-black: #000000;
    --color-green: #c1ff00;
    --color-blue: #1a2ffb;
    --color-red: #ff4c41;
    --color-grey-blue: #2b2e3a;
    --color-dark-blue: #071bdf;
    --color-purple: #8832f7;
    --color-project-details-logo-color: #f0f;
    --grid-space: calc((100% - 11 * var(--grid-gap)) / 12);
    --grid-gap: 2vw;
    --global-border-radius: 20px;
    --base-padding-x: max(5vw, 40px);
    --base-padding-y: clamp(30px, 4vw, 50px);
    --header-color: #0016ec;
    --header-text-color: #000000;
    --project-details-bg: #000;
    --project-details-highlight: #000;
    --project-details-btn-bg: #000;
    --project-details-btn-text: #000;
    --project-details-icon-bg: #000;
    --project-details-icon-color: #000;
    --project-details-text: #000;
    --project-details-btn-bg-hover: #000;
    --project-details-btn-text-hover: #fff;
    --header-size: clamp(1rem, 1vw, 2rem);
    --cross-size: clamp(.875rem, 1vw, 2rem)
} */

@media (max-width: 812px) {
    :root {
        --grid-gap: 4vw;
        --global-border-radius: 15px
    }
}

@media (min-aspect-ratio: 21/9) {
    :root {
        --base-padding-x: max(6vw, 60px)
    }
}

@media (max-width: 380px) {
    :root {
        --header-size: clamp(.75rem, 1vw, 2rem)
    }
}

@media (max-width: 812px) {
    :root {
        --global-border-radius: 10px
    }
}

@media (max-width: 812px) {
    :root {
        --base-padding-x: 25px;
        --base-padding-y: 25px
    }
}

@media (max-width: 400px) {
    :root {
        --base-padding-x: 15px;
        --base-padding-y: 15px
    }
}

.template--no-select {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.template--no-select:focus {
    outline: none
}

.template--fixed-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none
}

.text-xs {
    font-size: .75em
}

.text-base {
    font-size: clamp(1rem, 1.5vw, 2rem)
}

@media (max-width: 812px) {
    .text-base {
        font-size: .875em
    }
}

.text-lg {
    font-size: 1.75em
}

@media (max-width: 812px) {
    .text-lg {
        font-size: 1.5em
    }
}

.text-4xl {
    font-size: clamp(7em, 8vw, 20em)
}

@media (max-width: 812px) {
    .text-4xl {
        font-size: 13vw
    }
}

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

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

@font-face {
    font-family: Aeonik;
    src: url(../assets/fonts/Aeonik-RegularItalic.woff2) format("woff2"), url(../assets/fonts/Aeonik-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: block
}

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

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

@font-face {
    font-family: LusionMono;
    src: url(../assets/fonts/LusionMono.woff2) format("woff2"), url(../assets/fonts/LusionMono.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

html,
body,
h1,
h2,
h3,
h4,
button,
input {
    font-family: Aeonik;
    font-weight: 400;
    font-style: normal
}

.dg .dg.main {
    margin-right: 0;
    margin-left: 10px
}

.dg.main .property-name {
    padding-right: 5px
}

.dg.main li.title {
    background-image: none;
    position: relative
}

.dg.main li.title:before {
    position: absolute;
    content: "-";
    left: 5px
}

.dg.main .closed li.title {
    background-image: none
}

.dg.main .closed li.title:before {
    content: "+"
}

.dg.main .c .slider {
    position: relative;
    background: transparent
}

.dg.main .c .slider:hover {
    background: transparent
}

.dg.main .c .slider:hover .slider-fg {
    background: #0ff
}

.dg.main .c .slider:before {
    position: absolute;
    content: "";
    display: block;
    top: 25%;
    height: 50%;
    width: 100%;
    background-color: #111
}

.dg.main .c .slider-fg {
    background: #0cc;
    position: absolute;
    top: 25%;
    height: 50%
}

.dg.main .cr.number {
    border-left: 3px solid #0ff
}

.dg.main .cr.number input[type=text] {
    color: #0ff
}

.dg.ac {
    z-index: 999 !important
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: var(--color-white);
    color: var(--color-off-white);
    overflow: hidden;
    overscroll-behavior: none
}

@media (min-aspect-ratio: 21/9) {

    html,
    body {
        font-size: .6em
    }
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none
}

#canvas {
    pointer-events: auto;
    display: none
}

.is-ready #canvas {
    display: block
}

#ui {
    position: fixed;
    width: 100%;
    color: var(--color-black);
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

#ui:focus {
    outline: none
}

a,
btn,
button,
input {
    pointer-events: auto
}

a {
    user-select: none;
    -webkit-user-drag: none
}

#sections-container {
    position: absolute;
    width: 100%
}

.section {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    padding: var(--base-padding-y) var(--base-padding-x)
}

@media (max-width: 812px) {
    .section {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

#input-blocker {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: 0;
    z-index: 1000
}

#transition-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: auto
}

button:focus {
    outline: 0
}

*:focus {
    outline: 0
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: var(--color-black)
}

html.is-ready #preloader {
    background-color: transparent
}

#preloader-percent-digits {
    position: absolute;
    justify-content: center;
    bottom: 0;
    left: 0;
    font-size: clamp(7em, 8vw, 20em);
    height: .75em;
    line-height: .75em;
    color: var(--color-white);
    overflow: hidden
}

@media (max-width: 812px) {
    #preloader-percent-digits {
        font-size: 13vw
    }
}

.preloader-percent-digit {
    position: relative;
    float: left;
    width: 1ch;
    text-align: center;
    transform: translateY(-.05em)
}

#header {
    position: fixed;
    left: 0;
    z-index: 52;
    width: 100%;
    color: var(--color-black);
    padding: var(--base-padding-y) var(--base-padding-x);
    font-size: clamp(1rem, 1vw, 1.5rem);
    transition: color .25s;
    pointer-events: none
}

@media (max-width: 380px) {
    #header {
        font-size: clamp(.75rem, 1vw, 2rem)
    }
}

#header p {
    margin: 0
}

html.is-black-bg #header,
html.is-blue-bg #header {
    color: var(--color-white)
}

@media (max-width: 812px) {
    #header.--menu-opened #header-logo {
        color: var(--color-white)
    }
}

#header.--menu-opened #header-right-sound-btn-background-layer1 {
    background: var(--color-white)
}

#header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding-bottom: .1em
}

#header-background {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: 50vw;
    background: linear-gradient(270deg, rgba(11, 11, 18, .5) 0%, rgba(11, 11, 18, 0) 100%);
    opacity: 0;
    transition: .4s .4s opacity;
    pointer-events: none
}

@media (max-width: 812px) {
    #header-background {
        background: var(--header-color);
        width: 100vw
    }
}

#header-background.--opened {
    transition: .4s opacity;
    pointer-events: auto
}

#header-logo {
    transition: color .5s;
    z-index: 1
}

#header-logo svg {
    width: 7.5em;
    height: auto
}

@media (max-width: 812px) {
    #header-logo svg {
        width: 6em
    }
}

.is-project-details-active #header-logo {
    color: var(--project-details-highlight)
}

#header-right {
    position: relative;
    display: flex;
    gap: 10.5em;
    will-change: transform
}

#header-right-sound-btn {
    position: relative;
    font-size: .875em;
    height: 3.2em;
    width: 3.2em;
    border: none;
    padding: 0;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    cursor: pointer
}

@media (max-width: 812px) {
    #header-right-sound-btn {
        display: none
    }
}

#header-right-sound-btn canvas {
    width: 100%;
    height: 100%
}

#header-right-talk-btn,
#header-right-menu-btn {
    font-size: .875em;
    border-radius: 6.25em;
    padding: 0 1.125em 0 1.625em;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    transform: scale(0);
    transition: color .4s, background-color .4s;
    height: 3.2em;
    cursor: pointer
}

@media (max-width: 812px) {

    #header-right-talk-btn,
    #header-right-menu-btn {
        position: relative;
        width: 3.2em;
        padding: 0;
        transform: none
    }
}

#header-right-talk-btn-placeholder {
    border: none;
    position: absolute;
    font-size: .875em;
    border-radius: 6.25em;
    height: 3.2em;
    width: 9.5em;
    left: 4.5em;
    visibility: hidden;
    padding: 0
}

@media (max-width: 812px) {
    #header-right-talk-btn-placeholder {
        width: 3.2em
    }
}

#header-right-talk-btn {
    position: absolute;
    left: 4.5em;
    background: var(--color-blue);
    transition: color .4s, background-color .4s;
    overflow: hidden;
    color: var(--color-white)
}

#header-right-talk-btn a {
    position: absolute;
    inset: 0;
    z-index: 1
}

@media (max-width: 812px) {
    #header-right-talk-btn {
        left: -4.5em
    }
}

@media (hover: hover) {
    #header-right-talk-btn:not(.--is-contact-active):hover {
        background: var(--header-color);
        color: var(--project-details-btn-text-hover)
    }

    #header-right-talk-btn:not(.--is-contact-active):hover #header-right-talk-btn-dots {
        transform: scale(0) translateZ(0)
    }

    #header-right-talk-btn:not(.--is-contact-active):hover #header-right-talk-btn-text {
        transform: translate3d(1.5em, 0, 0)
    }

    #header-right-talk-btn:not(.--is-contact-active):hover #header-right-talk-btn-arrow {
        transform: translateZ(0)
    }
}

@media (hover: hover) {
    #header-right-talk-btn.--is-contact-active:hover {
        background: #0016ec
    }

    #header-right-talk-btn.--is-contact-active:hover #header-contact-close-svg {
        transform: translate3d(-50%, -50%, 0) rotate(180deg)
    }
}

#header-right-talk-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .625em;
    white-space: nowrap
}

#header-right-talk-btn-text {
    transition: transform cubic-bezier(.4, 0, .1, 1) .3s
}

#header-right-talk-btn-arrow {
    position: relative;
    top: calc(50% - .5em);
    left: 1.2em;
    transform: translate3d(-2.5em, 0, 0);
    position: absolute;
    width: 1em;
    height: 1em;
    transition: transform cubic-bezier(.4, 0, .1, 1) .3s
}

#header-right-talk-btn-arrow svg {
    width: 100%;
    height: 100%
}

#header-right-talk-btn-dots {
    position: relative;
    width: 1.15em;
    height: 1.15em;
    transition: transform cubic-bezier(.4, 0, .1, 1) .1s;
    transform: scale(.9) translateZ(0)
}

.header-right-talk-btn-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: .3125em;
    height: .3125em;
    background: var(--color-white);
    border-radius: 100%
}

#header-right-menu-btn {
    background: var(--color-dark-white);
    color: var(--color-black)
}

@media (hover: hover) {
    #header-right-menu-btn:hover {
        background: var(--color-white);
        color: var(--header-text-color)
    }

    #header-right-menu-btn:hover #header-right-menu-btn-dots {
        transform: translateY(-.1em) translateZ(0) rotate(270deg)
    }
}

#header-right-menu-btn.--opened {
    color: var(--header-text-color);
    background: var(--color-white)
}

#header-right-menu-btn.--opened #header-right-menu-btn-dots {
    transform: translateY(-.1em) translateZ(0) rotate(270deg)
}

@media (max-width: 812px) {
    #header-right-menu-btn.--opened #header-right-menu-btn-dots {
        transform: translate(.05em) translateY(-.1em) translateZ(0) rotate(270deg)
    }
}

#header-right-menu-btn.--opened #header-right-menu-btn-text {
    transform: translate3d(0, -100%, 0)
}

#header-right-menu-btn.--opened #header-right-menu-btn-text-close {
    transform: translateZ(0)
}

#header-right-menu-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: transparent;
    overflow: hidden;
    gap: .625em
}

@media (max-width: 812px) {
    #header-right-menu-btn-inner {
        right: .1em
    }
}

#header-right-menu-btn-text {
    transition: transform .3s cubic-bezier(.4, 0, .1, 1);
    line-height: 1.2em
}

@media (max-width: 812px) {
    #header-right-menu-btn-text {
        display: none
    }
}

#header-right-menu-btn-text-close {
    position: absolute;
    transform: translate3d(0, 100%, 0);
    left: 0;
    transition: transform .3s cubic-bezier(.4, 0, .1, 1)
}

@media (max-width: 812px) {
    #header-right-menu-btn-text-close {
        display: none
    }
}

#header-right-menu-btn-dots {
    position: relative;
    transition: transform .4s cubic-bezier(.4, 0, .1, 1);
    transform: translateZ(0) rotate(180deg);
    width: 1.15em;
    height: 1.15em
}

@media (max-width: 812px) {
    #header-right-menu-btn-dots {
        font-size: 1.4em
    }
}

#header-right-menu-btn-dots .header-right-menu-btn-dot {
    position: absolute;
    display: inline-block;
    width: .3125em;
    height: .3125em;
    background: currentColor;
    border-radius: 100%;
    transition: background-color .4s;
    transform: translateY(-50%)
}

#header-right-menu-btn-dots .header-right-menu-btn-dot:first-child {
    left: .1em;
    top: 50%
}

#header-right-menu-btn-dots .header-right-menu-btn-dot:last-child {
    right: .1;
    top: 50%
}

#header-menu {
    position: absolute;
    top: calc(var(--base-padding-y) + var(--header-size) * 3.1 + .5em);
    right: var(--base-padding-x);
    width: 19.38em;
    display: flex;
    flex-direction: column;
    gap: .625em;
    pointer-events: none;
    color: var(--color-black)
}

@media (max-width: 1000px) {
    #header-menu {
        top: calc(var(--base-padding-y) * 2 + 3 * var(--header-size))
    }
}

#header-menu input,
#header-menu textarea,
#header-menu a,
#header-menu button {
    pointer-events: none
}

#header-menu #header-menu-links,
#header-menu #header-menu-newsletter,
#header-menu #header-menu-talk,
#header-menu #header-menu-labs {
    will-change: transform
}

#header-menu.--opened #header-menu-links,
#header-menu.--opened #header-menu-newsletter,
#header-menu.--opened #header-menu-talk,
#header-menu.--opened #header-menu-labs {
    transition: transform .5s var(--open-delay) cubic-bezier(.4, 0, .1, 1), opacity .5s var(--open-delay) cubic-bezier(.4, 0, .1, 1);
    transform: translateZ(0);
    opacity: 1
}

#header-menu.--opened input,
#header-menu.--opened textarea,
#header-menu.--opened a,
#header-menu.--opened button {
    pointer-events: auto
}

@media (max-width: 812px) {
    #header-menu {
        width: calc(100% - var(--base-padding-x) * 2)
    }
}

#header-menu-links {
    transition: transform .5s var(--close-delay) cubic-bezier(.4, 0, .1, 1), opacity .5s var(--close-delay) cubic-bezier(.4, 0, .1, 1);
    transform: translate3d(0, 5.5em, 0) rotate(3.5deg);
    opacity: 0
}

#header-menu-talk,
#header-menu-newsletter,
#header-menu-labs {
    transition: transform .5s var(--close-delay) cubic-bezier(.4, 0, .1, 1), opacity .5s var(--close-delay) cubic-bezier(.4, 0, .1, 1);
    transform: translate3d(0, 7.75em, 0) rotate(-3.5deg);
    opacity: 0
}

#header-menu-links {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    background: var(--color-white);
    border-radius: .625em;
    padding: 1em .3125em
}

#header-menu-newsletter {
    background: var(--color-white);
    padding: 1.875em;
    border-radius: .625em
}

@media (max-height: 650px) {
    #header-menu-newsletter {
        display: none
    }
}

@media (max-height: 1080px) and (max-width: 812px) and (min-width: 380px) {
    #header-menu-newsletter {
        display: none
    }
}

#header-menu-newsletter-title {
    margin: auto 0;
    font-size: 2.375em
}

#header-menu-newsletter-input {
    position: relative;
    height: 4.375em;
    font-size: 1.25em;
    margin-top: 1.4em;
    height: fit-content
}

#header-menu-newsletter-input-field {
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 3.5em;
    border: 0;
    background-color: var(--color-off-white);
    border-radius: 1.125rem;
    outline: none;
    padding: 1.25em;
    font-size: 1em
}

#header-menu-newsletter-input-field::placeholder {
    opacity: .3;
    font-size: 1em
}

#header-menu-newsletter-input-arrow {
    position: absolute;
    display: inline-block;
    top: 1em;
    right: 1.5em;
    width: 1.5em;
    height: 1.5em;
    padding: 0
}

#header-menu-newsletter-input-arrow svg {
    width: 100%;
    height: auto
}

#header-menu-talk {
    background: var(--color-white);
    color: var(--color-black);
    padding: 1.875em;
    border-radius: .625em;
    align-items: center;
    justify-content: space-between;
    display: none
}

#header-menu-talk a {
    position: absolute;
    inset: 0;
    z-index: 1
}

@media (max-width: 812px) {
    #header-menu-talk {
        display: flex
    }
}

#header-menu-text {
    font-size: 1.625em;
    text-transform: uppercase
}

#header-menu-talk-icon {
    height: 1.5em;
    width: 1.5em
}

.header-menu-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1em 1.625em;
    line-height: 1;
    cursor: pointer;
    pointer-events: none;
    color: var(--color-black)
}

.header-menu-link:before {
    content: "";
    position: absolute;
    top: calc(50% - .25em);
    right: 2em;
    background: var(--color-black);
    width: .5em;
    height: .5em;
    border-radius: 100%;
    transition: .3s transform cubic-bezier(.4, 0, .1, 1);
    transform: scale(0)
}

.header-menu-link.--active {
    pointer-events: none !important
}

.header-menu-link.--active:before {
    transform: scale(1)
}

@media (hover: hover) {
    .header-menu-link:hover {
        color: var(--header-text-color)
    }

    .header-menu-link:hover .header-menu-link-text {
        transform: translate3d(0, -100%, 0)
    }

    .header-menu-link:hover .header-menu-link-text-clone {
        transform: translateZ(0)
    }

    .header-menu-link:hover .header-menu-link-background {
        transform: scale(1);
        opacity: .1
    }

    .header-menu-link:hover .header-menu-link-svg {
        transform: scale(1);
        transition: .4s color, .2s .2s transform cubic-bezier(.4, 0, .1, 1)
    }

    .header-menu-link:hover.--active:before {
        transform: scale(0)
    }
}

button.header-menu-link {
    text-align: start
}

.header-menu-link-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: var(--header-color);
    border-radius: 6.25em;
    transition: .3s opacity, .4s transform cubic-bezier(.4, 0, .1, 1);
    transform: scale(.85)
}

.header-menu-link-text {
    display: inline-block;
    position: relative;
    transition: .4s color, .4s transform cubic-bezier(.4, 0, .1, 1);
    z-index: 1;
    font-size: 1.625em;
    text-transform: uppercase
}

.header-menu-link-svg {
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    top: calc(50% - .75em);
    right: 0;
    transition: .4s color, .2s transform cubic-bezier(.4, 0, .1, 1);
    transform: scale(0)
}

.header-menu-link-inner {
    position: relative;
    overflow: hidden
}

.header-menu-link-text-clone {
    position: absolute;
    transition: .4s color, .4s transform cubic-bezier(.4, 0, .1, 1);
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 1.625em;
    transform: translate3d(0, 100%, 0);
    text-transform: uppercase
}

.header-menu-link-icon {
    height: 1em;
    width: 1em;
    transition: .4s color, .4s transform cubic-bezier(.4, 0, .1, 1)
}

.header-menu-link-icon {
    position: absolute;
    left: -1.25em;
    top: 0
}

.header-menu-link-icon-mobile {
    position: absolute;
    left: 6.875em;
    top: 0;
    display: none
}

@media (max-width: 812px) {
    .header-menu-link-icon-mobile {
        display: block;
        left: 6.25em
    }
}

#header-menu-labs {
    cursor: pointer;
    padding: 1.25em 1.875em;
    background: var(--color-black);
    border-radius: .625em;
    pointer-events: none
}

@media (hover: hover) {
    #header-menu-labs:hover #header-menu-labs-arrow {
        transform: translate3d(1.5em, -2.375em, 0)
    }

    #header-menu-labs:hover #header-menu-labs-arrow2 {
        transform: translateZ(0)
    }

    #header-menu-labs:hover #header-menu-labs-text {
        transform: translate3d(0, -100%, 0)
    }

    #header-menu-labs:hover #header-menu-labs-text-clone {
        transform: translateZ(0)
    }
}

#header-menu-labs-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5em;
    overflow: hidden
}

#header-menu-labs-lucy {
    height: 2.375em;
    width: 2.375em
}

#header-menu-labs-lucy svg {
    height: 100%;
    width: 100%
}

#header-menu-labs-texts {
    position: relative;
    width: 100%;
    color: var(--color-white);
    font-size: 1.625em;
    text-transform: uppercase
}

#header-menu-labs-text {
    transition: .4s transform cubic-bezier(.4, 0, .1, 1)
}

#header-menu-labs-text-clone {
    position: absolute;
    top: 0;
    transform: translate3d(0, 100%, 0);
    transition: .4s transform cubic-bezier(.4, 0, .1, 1)
}

#header-menu-labs-arrow {
    flex-shrink: 0;
    transform: translateZ(0);
    transition: .3s transform cubic-bezier(.4, 0, .1, 1);
    height: 1.5em;
    width: 1.5em
}

#header-menu-labs-arrow2 {
    position: absolute;
    right: 0;
    top: calc(50% - .75em);
    transform: translate3d(-1.5em, 2.375em, 0);
    transition: .3s transform cubic-bezier(.4, 0, .1, 1)
}

#header-contact-close-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
    width: calc(16 / 44 * 100%);
    height: calc(16 / 44 * 100%);
    transition: .3s transform cubic-bezier(.4, 0, .1, 1)
}

#header-menu-newsletter-feedback-message {
    margin: .5em 1em 0;
    font-size: .6em
}

#header-menu-newsletter-feedback-message .error {
    color: red
}

#scroll-indicator {
    position: fixed;
    width: 6px;
    height: calc(var(--vh, 1vh) * 20);
    top: calc(var(--vh, 1vh) * 40);
    background-color: #0000001a;
    border-radius: 3px;
    right: 16px
}

html.is-black-bg #scroll-indicator,
html.is-blue-bg #scroll-indicator {
    background-color: #ffffff1a
}

@media (max-width: 812px) {
    #scroll-indicator {
        width: 2px;
        border-radius: 1px;
        right: 6px
    }
}

#scroll-indicator-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    transform-origin: 0 0;
    border-radius: 3px
}

html.is-black-bg #scroll-indicator-bar,
html.is-blue-bg #scroll-indicator-bar {
    background-color: var(--color-white)
}

.project-list {
    position: relative;
    grid-column: 1 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    margin-top: calc(var(--vh, vh) * 8)
}

@media (max-width: 812px) {
    .project-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-column: 1 / span 6;
        margin-top: 0
    }
}

.project-item {
    position: relative;
    float: left;
    grid-column: span 6 / span 6;
    cursor: pointer;
    pointer-events: auto
}

.project-item:nth-child(n+3) {
    margin-top: 5em
}

@media (min-aspect-ratio: 21/9) {
    .project-item:nth-child(n+3) {
        margin-top: 10em
    }
}

@media (max-width: 812px) {
    .project-item:not(:first-child) {
        margin-top: 2em
    }
}

.project-item-main {
    position: relative;
    padding-top: 65%
}

.project-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px
}

.project-item-toggle {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 2em;
    line-height: 2em;
    background-color: var(--color-off-white);
    border-radius: 1em;
    overflow: hidden;
    font-family: IBMPlexMono;
    font-weight: 500
}

.project-item-footer {
    position: relative;
    width: 100%
}

.project-item-line-1 {
    font-size: .9vw;
    margin: 1.5em 0 1em;
    text-transform: uppercase;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    .project-item-line-1 {
        font-size: .6vw
    }
}

@media (max-width: 812px) {
    .project-item-line-1 {
        font-size: 2.5vw
    }
}

.project-item-line-2 {
    position: relative;
    overflow: hidden;
    font-size: 3vw;
    height: 1em;
    left: -.06em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    .project-item-line-2 {
        font-size: 2vw
    }
}

@media (max-width: 812px) {
    .project-item-line-2 {
        font-size: 6.5vw
    }
}

.project-item-line-2-icon {
    display: inline-block;
    position: absolute;
    width: .8em;
    height: .8em;
    top: .1em;
    left: -1em;
    background-image: url(../assets/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.project-item-line-2-inner {
    position: relative;
    bottom: .2em;
    overflow: hidden;
    display: flex
}

#video-overlay {
    position: fixed;
    z-index: 99;
    background-color: #000;
    inset: 0;
    opacity: 0;
    display: none;
    font-size: clamp(1rem, 1vw, 1.75rem)
}

#video-overlay.is-project-view {
    background-color: #000000e6
}

#video-overlay__vimeo-video {
    width: 100%;
    height: 100%
}

#video-overlay__vimeo-video.is-project-view {
    position: fixed;
    left: 10vw;
    right: 10vw;
    width: auto;
    height: auto
}

#video-overlay__vimeo-video.is-project-view iframe {
    border-radius: var(--global-border-radius)
}

#video-overlay__controls {
    position: absolute;
    bottom: 5vh;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    padding: 0 var(--base-padding-x)
}

@media (max-width: 812px) {
    #video-overlay__controls {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

#video-overlay__progress-container {
    position: relative;
    width: 100%;
    height: 100%;
    grid-column: 3 / span 8
}

@media (max-width: 812px) {
    #video-overlay__progress-container {
        grid-column: 2 / span 4
    }
}

#video-overlay__progress-active {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0%;
    height: .375em;
    border-radius: .1875em;
    background-color: #fff
}

#video-overlay__progress-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: .375em;
    border-radius: .1875em;
    background-color: #fff3
}

#video-overlay__play-btn {
    font-size: 1em;
    font-family: Aeonik;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    grid-column: 1 / span 2;
    text-align: end;
    white-space: pre
}

@media (max-width: 812px) {
    #video-overlay__play-btn {
        grid-column: 1 / span 1
    }
}

#video-overlay__mute-btn {
    font-size: 1em;
    font-family: Aeonik;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    grid-column: 1 / span 2;
    text-align: end;
    white-space: pre;
    text-align: start;
    grid-column: 11 / span 2
}

@media (max-width: 812px) {
    #video-overlay__mute-btn {
        grid-column: 1 / span 1
    }
}

@media (max-width: 812px) {
    #video-overlay__mute-btn {
        grid-column: 6 / span 1
    }
}

#video-overlay-cursor {
    background: var(--color-white);
    width: 6.25em;
    height: 6.25em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

#video-overlay__mobile-close-btn {
    position: absolute;
    top: var(--base-padding-y);
    right: var(--base-padding-x);
    width: 2.8em;
    height: 2.8em;
    border-radius: 100%;
    background: #2b2e3a;
    justify-content: center;
    align-items: center;
    display: none
}

@media (max-width: 812px) {
    #video-overlay__mobile-close-btn {
        display: flex
    }
}

#video-overlay__mobile-close-btn svg {
    width: 35%;
    height: auto
}

#home-hero {
    height: calc(var(--vh, 1vh) * 100);
    align-content: flex-start;
    grid-template-rows: auto 1fr
}

#home-hero-visual-container {
    grid-column: 1 / span 12;
    margin-top: calc(var(--base-padding-y) * 3 / 5);
    cursor: pointer
}

@media (max-width: 812px) {
    #home-hero-visual-container {
        grid-column: 1 / span 6;
        margin-bottom: calc(2 * var(--base-padding-y))
    }
}

#home-hero-title {
    position: relative;
    grid-column: 4 / span 5;
    height: fit-content;
    line-height: 1.1;
    font-size: 2.5vw;
    will-change: transform;
    margin: 0
}

@media (min-aspect-ratio: 21/9) {
    #home-hero-title {
        grid-column: 4 / span 3;
        font-size: 1.7vw
    }
}

@media (max-width: 812px) {
    #home-hero-title {
        grid-column: 1 / span 6;
        font-size: 6vw;
        margin-top: calc(var(--base-padding-y) + var(--header-size) * 2)
    }
}

@media (max-width: 380px) {
    #home-hero-title {
        font-size: 7vw
    }
}

#home-hero-title .word {
    position: relative;
    top: -.1em;
    transform: translate3d(0, 1.5em, 0) rotate(15deg)
}

#home-hero-scroll-container {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: var(--base-padding-x);
    width: calc(100% - 2 * var(--base-padding-x));
    height: var(--base-padding-y)
}

@media (max-width: 812px) {
    #home-hero-scroll-container {
        bottom: calc(var(--base-padding-y))
    }
}

#home-hero-scroll-container-crosses {
    position: absolute;
    top: calc(50% - var(--cross-size) / 2);
    width: 100%;
    height: var(--cross-size)
}

.home-hero-scroll-container-cross {
    position: absolute;
    width: var(--cross-size);
    height: var(--cross-size)
}

.home-hero-scroll-container-cross:before,
.home-hero-scroll-container-cross:after {
    position: absolute;
    content: "";
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    left: 0;
    top: calc(.5 * var(--cross-size));
    background: var(--color-black)
}

.home-hero-scroll-container-cross:after {
    transform: rotate(90deg)
}

.home-hero-scroll-container-cross:nth-child(1) {
    left: 0;
    top: calc(50% - calc(var(--cross-size) / 2))
}

.home-hero-scroll-container-cross:nth-child(2) {
    left: calc(33.333% - var(--cross-size) / 2);
    top: calc(50% - var(--cross-size) / 2)
}

.home-hero-scroll-container-cross:nth-child(3) {
    left: calc(66.666% - var(--cross-size) / 2);
    top: calc(50% - var(--cross-size) / 2)
}

.home-hero-scroll-container-cross:nth-child(4) {
    left: calc(100% - var(--cross-size));
    top: calc(50% - var(--cross-size) / 2)
}

@media (max-width: 812px) {

    .home-hero-scroll-container-cross:nth-child(2),
    .home-hero-scroll-container-cross:nth-child(3) {
        display: none
    }
}

#home-hero-scroll {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: var(--cross-size);
    font-weight: 500
}

#home-reel {
    font-size: clamp(.875rem, 1vw, 2rem)
}

#home-reel-container {
    grid-column: 1 / 13;
    padding-bottom: calc(var(--vh, vh) * 100);
    margin-bottom: calc(var(--vh, vh) * 10)
}

@media (max-width: 812px) {
    #home-reel-container {
        grid-column: 1 / 7;
        padding-bottom: 0
    }
}

#home-reel-video-cursor-svg {
    width: 3.6rem;
    height: 3.6rem
}

#home-reel-container-inner {
    position: relative;
    width: 100%
}

@media (max-width: 812px) {
    #home-reel-container-inner {
        padding: 0
    }
}

#home-reel-video-container {
    position: relative;
    width: 100%;
    will-change: transform
}

#home-reel-video-container-decoration {
    position: absolute;
    top: calc(-2 * var(--cross-size));
    left: 0;
    width: 100%;
    height: calc(100% + 4 * var(--cross-size));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

#home-reel-video-container-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--cross-size);
    overflow: hidden
}

#home-reel-video-container-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--cross-size)
}

.home-reel-video-container-svg-wrapper {
    display: flex;
    justify-content: space-around;
    width: calc((100vw - 2 * var(--base-padding-x)) * 2)
}

@media (max-width: 812px) {
    .home-reel-video-container-svg-wrapper {
        width: calc((100vw - 2 * var(--base-padding-x)) * 4)
    }
}

.home-reel-video-container-svg-wrapper svg {
    height: var(--cross-size);
    width: auto
}

#home-reel-video-container-crosses {
    position: absolute;
    height: var(--cross-size);
    width: 100%
}

@media (max-width: 812px) {
    #home-reel-video-container-crosses {
        display: none
    }
}

.home-reel-video-container-cross {
    position: absolute;
    width: var(--cross-size);
    height: var(--cross-size)
}

.home-reel-video-container-cross:nth-child(1) {
    left: 0;
    top: 0
}

.home-reel-video-container-cross:nth-child(2) {
    left: calc(25% - calc(var(--cross-size) / 2));
    top: 0
}

@media (max-width: 812px) {
    .home-reel-video-container-cross:nth-child(2) {
        display: none
    }
}

.home-reel-video-container-cross:nth-child(3) {
    left: calc(50% - calc(var(--cross-size) / 2));
    top: 0
}

.home-reel-video-container-cross:nth-child(4) {
    left: calc(75% - calc(var(--cross-size) / 2));
    top: 0
}

@media (max-width: 812px) {
    .home-reel-video-container-cross:nth-child(4) {
        display: none
    }
}

.home-reel-video-container-cross:nth-child(5) {
    left: calc(100% - var(--cross-size));
    top: 0
}

.home-reel-video-container-cross:before,
.home-reel-video-container-cross:after {
    position: absolute;
    content: "";
    left: 0;
    background: var(--color-black)
}

.home-reel-video-container-cross:before {
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home-reel-video-container-cross:after {
    height: var(--cross-size);
    width: calc(.125 * var(--cross-size));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#home-reel-video-watch-btn {
    cursor: pointer;
    position: absolute;
    left: calc(50% - 4.7em);
    top: calc(50% - 3em);
    width: 9.4em;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 22.5em
}

@media (hover: hover) {
    #home-reel-video-watch-btn:hover #home-reel-video-watch-btn-base {
        transition: background .1s .3s cubic-bezier(.4, 0, .1, 1);
        background: var(--color-blue)
    }

    #home-reel-video-watch-btn:hover #home-reel-video-watch-btn-background {
        transform: scaleZ(1)
    }

    #home-reel-video-watch-btn:hover svg {
        color: var(--color-white)
    }
}

#home-reel-video-watch-btn svg {
    z-index: 1;
    width: 2em;
    height: 2em;
    color: var(--color-black);
    transition: color .3s cubic-bezier(.4, 0, .1, 1)
}

#home-reel-video-title {
    --font-size: 7.5em;
    display: flex;
    gap: 2em;
    position: absolute;
    line-height: 1;
    font-size: var(--font-size);
    text-transform: uppercase;
    color: var(--color-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 812px) {
    #home-reel-video-title {
        display: none
    }
}

#home-reel-video-title .char-wrapper {
    position: relative;
    height: 1em
}

.home-reel-video-title-word {
    position: relative;
    overflow: hidden;
    display: flex !important;
    height: .8em;
    will-change: transform
}

.home-reel-video-title-word .char-wrapper {
    position: relative;
    top: -.15em;
    width: .6em
}

#home-reel-video-watch-btn-base {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 22.5em;
    background: var(--color-white);
    transition: background .3s cubic-bezier(.4, 0, .1, 1)
}

#home-reel-video-watch-btn-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-blue);
    transform: scale3d(1, 0, 1);
    transform-origin: bottom;
    transition: transform .4s cubic-bezier(.4, 0, .1, 1)
}

#home-reel-video-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto
}

#home-reel-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    opacity: 0
}

#home-reel-title {
    position: relative;
    font-size: 10vw;
    left: -.03em;
    letter-spacing: -.02em;
    grid-column: 1 / span 12;
    margin-top: 1em;
    margin-bottom: .5em;
    line-height: 1;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #home-reel-title {
        font-size: 6.7vw
    }
}

@media (max-width: 812px) {
    #home-reel-title {
        grid-column: 1 / span 6;
        font-size: 13.8vw;
        margin-bottom: 1em
    }
}

@media (max-width: 480px) {
    #home-reel-title {
        font-size: 20vw
    }
}

#home-reel-title .word {
    position: relative;
    bottom: .1em
}

#home-reel-title-inner {
    display: inline-block;
    position: relative
}

#home-reel-title-inner>div {
    overflow: hidden
}

@media (max-width: 812px) {
    #home-reel-title-inner>div {
        overflow: visible
    }
}

#home-reel-title-line-1 {
    padding-left: calc(var(--grid-space) * 2 + var(--grid-gap) * 2)
}

@media (max-width: 812px) {
    #home-reel-title-line-1 {
        padding-left: 0
    }
}

#home-reel-thumb-wrapper {
    position: relative;
    grid-column: 1 / span 5;
    width: calc(100% + var(--grid-gap) * 2);
    height: 0;
    top: -10em
}

@media (max-width: 812px) {
    #home-reel-thumb-wrapper {
        top: 0
    }
}

#home-reel-thumb {
    grid-column: 1 / span 5;
    height: 100px;
    font-size: 2.4rem;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0
}

@media (max-width: 812px) {
    #home-reel-thumb {
        padding-top: 0
    }
}

#home-reel-content {
    line-height: 1.4;
    grid-column: 7 / span 6;
    height: fit-content;
    font-size: clamp(1rem, 1.5vw, 3rem)
}

@media (min-aspect-ratio: 21/9) {
    #home-reel-content {
        grid-column: 8 / span 3
    }
}

@media (max-width: 812px) {
    #home-reel-content {
        grid-column: 1 / span 6
    }
}

#home-reel-content-inner {
    position: relative;
    width: 100%
}

#home-reel-desc {
    will-change: transform;
    font-size: 1em;
    margin: 0
}

#home-reel-cta {
    display: flex;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 1em 1.5em 1em 1.625em;
    align-items: center;
    gap: 1em;
    border-radius: 5.3125em;
    font-size: clamp(.875rem, 1vw, 1.75rem);
    background: #fff;
    font-family: Aeonik;
    text-transform: uppercase;
    width: fit-content;
    height: 3.375em;
    font-weight: 500;
    pointer-events: auto;
    color: var(--project-details-btn-text);
    grid-column: 7 / span 6;
    margin-top: 3em;
    opacity: 0;
    box-shadow: 0 6px 10px #0000000a, 0 2px 4px #0000000a;
    transition: background cubic-bezier(.35, 0, 0, 1) .2s;
    will-change: transform
}

@media (max-width: 812px) {
    #home-reel-cta {
        opacity: 1;
        margin-bottom: 6em;
        margin-top: 3em
    }
}

@media (hover: hover) {
    #home-reel-cta:hover {
        color: var(--color-white);
        background: var(--color-blue);
        transition: background cubic-bezier(.35, 0, 0, 1) .5s .3s
    }

    #home-reel-cta:hover #home-reel-cta-text {
        transform: translate3d(-1.5em, 0, 0)
    }

    #home-reel-cta:hover #home-reel-cta-dot {
        transform: translate3d(3em, 0, 0) scale(20);
        background: var(--color-blue)
    }

    #home-reel-cta:hover #home-reel-cta-arrow {
        transform: translateZ(0)
    }

    #home-reel-cta:hover #home-reel-cta-arrow svg {
        color: var(--color-white)
    }
}

#home-reel-cta-dot {
    display: inline-block;
    position: relative;
    width: .5em;
    height: .5em;
    background: var(--color-black);
    border-radius: 100px;
    z-index: 1;
    transition: background cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-reel-cta-text {
    position: relative;
    z-index: 1;
    transition: color cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-reel-cta-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    height: 1.2em;
    width: 1.2em;
    color: var(--color-blue);
    border-radius: 100%;
    transform: translate3d(3em, 0, 0);
    transition: transform cubic-bezier(.4, 0, 0, 1) .4s;
    z-index: 1
}

#home-reel-cta-arrow svg {
    transition: color .5s;
    width: 100%;
    height: 100%
}

#home-featured:after {
    content: "";
    clear: both;
    display: block
}

#home-featured-title-top {
    position: relative;
    grid-column: 1 / span 12;
    line-height: 0
}

@media (max-width: 812px) {
    #home-featured-title-top {
        grid-column: 1 / span 6
    }
}

#home-featured-title-wrapper {
    position: relative;
    width: fit-content;
    font-size: 8vw;
    letter-spacing: -.02em
}

@media (min-aspect-ratio: 21/9) {
    #home-featured-title-wrapper {
        font-size: 5.3vw
    }
}

@media (max-width: 812px) {
    #home-featured-title-wrapper {
        font-size: 15vw
    }
}

#home-featured-title {
    padding-top: .5em;
    position: relative;
    display: inline-block;
    margin: 0 0 0 -.07em;
    line-height: .9;
    overflow: hidden;
    will-change: transform
}

#home-featured-disclaimer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
    text-transform: uppercase;
    line-height: 1.4;
    font-size: .9vw;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #home-featured-disclaimer {
        width: calc(var(--grid-space) * 2 + var(--grid-gap) * 2);
        font-size: .6vw
    }
}

@media (max-width: 812px) {
    #home-featured-disclaimer {
        position: relative;
        font-size: 2.5vw;
        width: 100%;
        margin: 3em 0
    }
}

@media (max-width: 480px) {
    #home-featured-disclaimer {
        font-size: 3.5vw
    }
}

#home-featured-cta {
    display: flex;
    position: relative;
    place-self: center;
    float: left;
    padding: 1em 1.5em 1em 1.625em;
    align-items: center;
    gap: 1em;
    overflow: hidden;
    border-radius: 5.3125em;
    font-size: clamp(.875rem, 1vw, 1.75rem);
    background: #fff;
    font-family: Aeonik;
    text-transform: uppercase;
    height: 3.375em;
    width: fit-content;
    font-weight: 500;
    pointer-events: auto;
    color: var(--project-details-btn-text);
    grid-column: 1 / span 12;
    margin-top: calc(var(--vh, vh) * 12);
    box-shadow: 0 6px 10px #0000000a, 0 2px 4px #0000000a;
    transition: background cubic-bezier(.35, 0, 0, 1) .2s;
    will-change: transform
}

@media (max-width: 812px) {
    #home-featured-cta {
        grid-column: 1 / span 6;
        margin-top: 4em;
        margin-bottom: 5em
    }
}

@media (hover: hover) {
    #home-featured-cta:hover {
        color: var(--color-white);
        background: var(--color-blue);
        transition: background cubic-bezier(.35, 0, 0, 1) .5s .3s
    }

    #home-featured-cta:hover #home-featured-cta-text {
        transform: translate3d(-1.5em, 0, 0)
    }

    #home-featured-cta:hover #home-featured-cta-dot {
        transform: translate3d(4em, 0, 0) scale(32);
        background: var(--color-blue)
    }

    #home-featured-cta:hover #home-featured-cta-arrow {
        transform: translateZ(0)
    }

    #home-featured-cta:hover #home-featured-cta-arrow svg {
        color: var(--color-white)
    }
}

#home-featured-cta-dot {
    display: inline-block;
    position: relative;
    width: .5em;
    height: .5em;
    background: var(--color-black);
    border-radius: 100px;
    z-index: 1;
    transition: background cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-featured-cta-text {
    position: relative;
    z-index: 1;
    transition: color cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-featured-cta-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    height: 1.2em;
    width: 1.2em;
    color: var(--color-blue);
    border-radius: 100%;
    transform: translate3d(3em, 0, 0);
    transition: transform cubic-bezier(.4, 0, 0, 1) .4s;
    z-index: 1
}

#home-featured-cta-arrow svg {
    width: 100%;
    height: 100%;
    transition: color .5s
}

#home-goal {
    font-size: clamp(.875rem, 1vw, 2rem);
    padding-bottom: calc(var(--vh, 1vh) * 4200)
}

html.is-black-bg #home-goal {
    color: var(--color-white)
}

#home-goal:after {
    content: "";
    clear: both;
    display: block
}

#home-goal-context {
    position: relative;
    grid-column: 1 / span 12
}

@media (max-width: 812px) {
    #home-goal-context {
        grid-column: 1 / 7
    }
}

#home-goal-context-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap)
}

@media (max-width: 812px) {
    #home-goal-context-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

#home-goal-title {
    position: relative;
    line-height: 1;
    grid-column: 1 / span 12;
    font-size: 8vw;
    margin-top: 2.2em;
    margin-bottom: .5em;
    letter-spacing: -.01em;
    left: -.068em;
    width: 11em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #home-goal-title {
        font-size: 5.3vw
    }
}

@media (max-width: 812px) {
    #home-goal-title {
        grid-column: 1 / span 6;
        font-size: 10vw;
        width: inherit;
        margin-top: 0
    }
}

@media (max-width: 560px) {
    #home-goal-title {
        width: 100%;
        font-size: 16vw;
        margin-top: .2em
    }
}

#home-goal-title .line {
    position: relative;
    bottom: .135em
}

#home-goal-texts {
    position: absolute;
    left: 0;
    top: 0;
    grid-column: 8 / 12;
    line-height: 1.4;
    font-size: 1.5em
}

@media (min-aspect-ratio: 21/9) {
    #home-goal-texts {
        grid-column: 8 / 11
    }
}

@media (max-width: 812px) {
    #home-goal-texts {
        position: relative;
        grid-column: 1 / 7;
        grid-column: 1 / span 6;
        margin-top: 3em;
        margin-bottom: 4em;
        font-size: 1.125em
    }
}

.home-goal-texts-paragraph:not(:first-child) {
    margin-top: 1em
}

#home-goal-image-in-outer {
    grid-column: 1 / 7;
    position: relative
}

@media (max-width: 812px) {
    #home-goal-image-in-outer {
        grid-column: 1 / span 6;
        top: 0
    }
}

#home-goal-image-in-inner {
    position: relative;
    height: 0;
    width: calc(100% + var(--grid-gap));
    padding-top: calc((100% + var(--grid-gap)) * 1080 / 1496)
}

@media (max-width: 812px) {
    #home-goal-image-in-inner {
        width: 100%
    }
}

#home-goal-image-in {
    position: absolute;
    left: 3.9%;
    top: 5.4%;
    width: 92.5%;
    height: 89.5%
}

#home-goal-image-out-outer {
    position: relative;
    grid-column: 2 / 12
}

@media (max-width: 812px) {
    #home-goal-image-out-outer {
        grid-column: 1 / span 6;
        top: 0
    }
}

#home-goal-image-out-inner {
    position: relative;
    width: calc(100% + var(--grid-gap) * 2);
    left: calc(var(--grid-gap) * -1);
    padding-top: calc((100% + var(--grid-gap) * 2) * 1537 / 2000)
}

@media (max-width: 812px) {
    #home-goal-image-out-inner {
        width: 100%;
        left: 0
    }
}

#home-goal-image-out {
    position: absolute;
    left: 2.2%;
    top: 2.8%;
    width: 95.7%;
    height: 70.2%
}

#home-goal-tunnel-title {
    position: relative;
    left: 0;
    width: 100%;
    grid-column: 1 / span 12;
    height: 0;
    text-align: center;
    font-size: 6vw;
    color: var(--color-white);
    text-transform: uppercase
}

@media (max-width: 812px) {
    #home-goal-tunnel-title {
        top: 0;
        grid-column: 1 / span 6
    }
}

.home-goal-tunnel-title-line span {
    display: inline-block;
    position: relative;
    margin: 0 .25ch
}

#about-who {
    position: relative;
    display: block;
    color: var(--color-white);
    width: 100vw;
    padding: 0;
    padding-bottom: 950vw;
    font-size: clamp(.875rem, 1vw, 1.75rem)
}

@media (max-width: 812px) {
    #about-who {
        width: 100%;
        height: auto;
        padding-bottom: calc(var(--vh, 1vh) * 1125);
        font-size: clamp(.95rem, 1vw, 1.75rem)
    }
}

#about-crosses {
    position: absolute;
    width: calc(100vw - var(--base-padding-x) * 2 - var(--cross-size));
    height: 10px;
    left: calc(var(--base-padding-x) + var(--cross-size) / 2);
    top: 50%;
    margin-top: -1px
}

@media (max-width: 380px) {
    #about-crosses {
        display: none
    }
}

.about-cross {
    position: absolute;
    width: calc(.125 * var(--cross-size));
    height: calc(.125 * var(--cross-size));
    left: 0
}

.about-cross:before,
.about-cross:after {
    position: absolute;
    content: "";
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    margin-left: calc(var(--cross-size) / -2);
    margin-top: calc(var(--cross-size) / -2);
    background: #999
}

.about-cross:after {
    transform: rotate(90deg)
}

.about-cross:nth-child(1) {
    left: 25%
}

.about-cross:nth-child(2) {
    left: 50%
}

.about-cross:nth-child(3) {
    left: 75%
}

.about-cross:nth-child(4) {
    left: 100%
}

#about-who-subsection-container {
    position: relative;
    width: 350vw;
    height: calc(var(--vh, 1vh) * 100);
    will-change: transform
}

@media (max-width: 812px) {
    #about-who-subsection-container {
        width: 100%;
        height: calc(var(--vh, 1vh) * 100)
    }
}

#about-who-subsection-we-are,
#about-who-subsection-details {
    margin-right: 25vw
}

@media (max-width: 812px) {

    #about-who-subsection-we-are,
    #about-who-subsection-details {
        margin-right: 0
    }
}

#about-who-face-cursor {
    background: var(--color-blue);
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 100%;
    position: absolute;
    top: calc(var(--base-padding-y) * -1);
    left: 0;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

@media (min-aspect-ratio: 21/9) {
    #about-who-face-cursor {
        width: 9em;
        height: 9em
    }
}

#about-who-face-cursor svg {
    height: 30%;
    width: 30%
}

.about-who-subsection {
    float: left;
    position: relative;
    display: block;
    width: 100vw;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    white-space: normal;
    padding: var(--base-padding-y) var(--base-padding-x)
}

@media (min-aspect-ratio: 21/9) {
    .about-who-subsection {
        font-size: 1.25em
    }
}

@media (max-width: 812px) {
    .about-who-subsection {
        position: absolute;
        float: none;
        height: calc(var(--vh, 1vh) * 100)
    }
}

#about-who-title-main {
    position: absolute;
    width: calc(100% - var(--base-padding-x) * 2);
    bottom: calc(var(--base-padding-y))
}

@media (max-width: 812px) {
    #about-who-title-main {
        bottom: calc(var(--base-padding-y) * 3)
    }
}

#about-who-title-main-logo {
    width: 100%
}

#about-who-title-main-scroll {
    position: absolute;
    right: -.1em;
    font-size: 1.75em;
    line-height: calc(var(--base-padding-y) * 1 - .2em);
    white-space: nowrap
}

@media (min-aspect-ratio: 21/9) {
    #about-who-title-main-scroll {
        font-size: 1.25em
    }
}

@media (max-width: 812px) {
    #about-who-title-main-scroll {
        right: 50%;
        line-height: calc(var(--base-padding-y) * 3 - .15em);
        transform: translate(50%);
        font-size: 4vw
    }
}

#about-who-title-left {
    position: absolute;
    bottom: calc(var(--base-padding-y));
    font-size: 4vw
}

@media (min-aspect-ratio: 21/9) {
    #about-who-title-left {
        font-size: 2.7vw
    }
}

@media (max-width: 812px) {
    #about-who-title-left {
        position: relative;
        bottom: auto;
        top: var(--base-padding-y);
        margin-top: 1em
    }
}

@media (max-width: 560px) {
    #about-who-title-left {
        font-size: 8vw
    }
}

#about-who-title-left-2 {
    display: inline-block;
    margin-left: .075em;
    height: .71em;
    line-height: 1em;
    visibility: hidden
}

#about-who-title-left-2 svg {
    position: relative;
    float: left;
    height: 100%
}

@media (max-width: 812px) {
    #about-who-title-left-2 {
        visibility: visible
    }
}

#about-who-title-left-4 {
    font-style: italic
}

#about-who-title-left-4 span {
    display: inline-block
}

@media (max-width: 812px) {
    #about-who-title-left-4 span {
        display: block
    }
}

#about-who-title-right {
    position: absolute;
    right: var(--base-padding-x);
    bottom: calc(var(--base-padding-y));
    text-align: right;
    font-size: 4vw;
    font-style: italic
}

@media (min-aspect-ratio: 21/9) {
    #about-who-title-right {
        font-size: 2.7vw
    }
}

@media (max-width: 560px) {
    #about-who-title-right {
        font-size: 8vw
    }
}

#about-who-subsection-details {
    font-size: 4vw
}

@media (min-aspect-ratio: 21/9) {
    #about-who-subsection-details {
        font-size: 2.7vw
    }
}

@media (max-width: 812px) {
    #about-who-subsection-details {
        font-size: 6vw
    }
}

@media (max-width: 560px) {
    #about-who-subsection-details {
        font-size: 8vw
    }
}

#about-who-subsection-details .is-italic {
    font-style: italic
}

#about-who-subsection-details br.is-mobile {
    display: none
}

@media (max-width: 812px) {
    #about-who-subsection-details br.is-desktop {
        display: none
    }

    #about-who-subsection-details br.is-mobile {
        display: block
    }
}

#about-who-desc-top {
    margin-top: calc(clamp(1rem, 1vw, 2rem) * 2 + var(--base-padding-y));
    width: 80%
}

@media (max-width: 560px) {
    #about-who-desc-top {
        width: 100%
    }
}

#about-who-desc-top>span {
    display: inline
}

#about-who-desc-top>span span {
    display: inline-block;
    margin-right: 1ex
}

#about-who-desc-bottom {
    text-align: right;
    position: absolute;
    bottom: var(--base-padding-y);
    right: var(--base-padding-x)
}

#about-who-desc-bottom>span {
    display: inline
}

#about-who-desc-bottom>span span {
    display: inline-block;
    margin-left: 1ex
}

#about-who-face-nav__desc {
    vertical-align: bottom
}

#about-who-face-nav__name {
    position: relative;
    font-size: 1.5rem
}

#about-who-face-nav__role {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%);
    font-size: .75rem
}

.about-who-face-nav-text {
    position: absolute
}

#about-who-team {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6em
}

@media (max-width: 812px) {
    #about-who-team {
        flex-direction: column;
        justify-content: flex-end
    }
}

#about-who-team-faces {
    position: absolute;
    width: 70%;
    height: 90%
}

@media (max-width: 812px) {
    #about-who-team-faces {
        bottom: 20%;
        left: 0;
        height: 70%;
        width: 100%
    }
}

#about-who-team-left {
    position: relative;
    display: flex;
    height: calc(100% - var(--header-size) * 3.1 - var(--base-padding-y));
    width: 100%
}

@media (max-width: 812px) {
    #about-who-team-left {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc(100% - (100vw * 56 / 331) - var(--header-size) * 3.1 - var(--base-padding-y) - 1.5em)
    }
}

.about-who-team-left-col {
    width: calc(1 / 3 * 100%)
}

@media (max-width: 812px) {
    .about-who-team-left-col {
        font-size: 150%
    }
}

@media (max-width: 560px) {
    .about-who-team-left-col {
        font-size: 110%
    }
}

@media (max-width: 1000px) {
    .about-who-team-left-col {
        width: 50%
    }
}

.about-who-team-left-col:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%
}

.about-who-team-left-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1000px) {
    .about-who-team-left-col:nth-child(2) {
        display: none
    }
}

.about-who-team-left-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

#about-who-team-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: IBMPlexMono;
    font-size: .625em;
    width: 10em
}

#about-who-team-bottom-compass,
#about-who-team-top-compass {
    position: relative;
    overflow: hidden;
    width: 12.625em
}

#about-who-team-bottom-compass-inner,
#about-who-team-top-compass-inner {
    will-change: transform;
    display: flex;
    width: fit-content;
    gap: 1.1em
}

#about-who-team-bottom-compass-inner {
    align-items: flex-end
}

.about-who-team-bottom-compass-long,
.about-who-team-top-compass-long {
    height: .75em;
    width: .125em;
    background: var(--color-white)
}

.about-who-team-bottom-compass-small,
.about-who-team-top-compass-small {
    height: .375em;
    width: .125em;
    background: var(--color-white);
    opacity: .5
}

#about-who-team-letter-container {
    width: 6.25em;
    height: 8.375em
}

#about-who-team-dots {
    display: flex;
    justify-content: space-between;
    width: 6.25em;
    height: .875em
}

.about-who-team-dots-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.about-who-team-dot {
    position: relative;
    background: var(--color-white);
    height: .125em;
    width: .125em
}

#about-who-team-info {
    position: relative;
    display: flex;
    width: 12.5em;
    height: 5em
}

@media (max-width: 812px) {
    #about-who-team-info {
        width: 100%
    }
}

#about-who-team-name-icon {
    float: left
}

#about-who-team-name-text-wrapper {
    position: relative;
    float: left
}

#about-who-team-name {
    height: fit-content;
    white-space: nowrap;
    font-size: 1em
}

#about-who-team-name-icon {
    float: left;
    position: relative;
    top: .1em;
    height: 1em;
    width: 1em;
    margin-right: .5em
}

#about-who-team-job {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    white-space: nowrap;
    font-size: .625em;
    letter-spacing: .0975em;
    text-transform: uppercase;
    line-height: 1.4
}

@media (max-width: 812px) {
    #about-who-team-job {
        clear: both;
        float: none;
        margin-left: 0
    }
}

#about-who-team-name-placeholder,
#about-who-team-job-placeholder {
    visibility: hidden
}

#about-who-team-name-text,
#about-who-team-job-text {
    position: absolute
}

#about-who-team-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: .75em;
    height: .125em
}

#about-who-team-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    background-color: #ffffff4d
}

#about-who-team-indicator-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    transform-origin: 0 0
}

#about-who-team-left-mobile-tips {
    display: none
}

@media (max-width: 812px) {
    #about-who-team-left-mobile-tips {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 3.175em);
        left: calc(50% - 3.175em);
        height: 6.25em;
        width: 6.25em;
        background: var(--color-blue);
        border-radius: 100%;
        font-size: 5vw;
        transition: transform .4s cubic-bezier(.4, .1, 0, 1);
        transform: scale3d(0, 0, 0)
    }

    #about-who-team-left-mobile-tips.--is-active {
        transform: scaleZ(1)
    }
}

#about-who-team-left-mobile-tips-text {
    text-align: center;
    font-size: .625em;
    width: 5em;
    text-transform: uppercase
}

#about-who-team-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - var(--header-size) * 3.1 - var(--base-padding-y));
    right: 0;
    width: calc(var(--header-size) * 28);
    flex-grow: 1
}

@media (max-width: 812px) {
    #about-who-team-right {
        width: 100%;
        flex-grow: inherit;
        max-width: none;
        height: calc(100% - var(--base-padding-y) - var(--header-size) - 2em)
    }
}

#about-who-team-title {
    width: 100%;
    height: auto
}

#about-who-team-title>div:first-child {
    margin-left: 5em
}

@media (max-width: 812px) {
    #about-who-team-title {
        text-indent: var(--grid-2)
    }
}

#about-who-team-desc {
    position: relative;
    line-height: 1.4;
    font-size: .875em
}

@media (max-width: 812px) {
    #about-who-team-desc {
        font-size: 3vw
    }
}

@media (max-width: 480px) {
    #about-who-team-desc {
        font-size: 3.5vw
    }
}

#about-who-team-desc-text {
    position: relative;
    margin: 0
}

#about-clients {
    color: var(--color-off-white);
    align-items: flex-end;
    padding-top: calc(var(--vh, 1vh) * 25);
    padding-bottom: calc(var(--vh, 1vh) * 15);
    font-size: clamp(.75rem, 1vw, 1.75rem)
}

@media (max-width: 812px) {
    #about-clients {
        padding-top: var(--base-padding-y);
        padding-bottom: calc(var(--vh, 1vh) * 10)
    }
}

#about-clients-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / span 12
}

@media (max-width: 812px) {
    #about-clients-header {
        flex-direction: column;
        align-items: flex-start;
        grid-column: 1 / span 6
    }
}

#about-clients-title {
    display: flex;
    grid-gap: .3em;
    overflow: hidden;
    height: 1.15em;
    font-size: 4em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #about-clients-title {
        font-size: 6em
    }
}

@media (max-width: 812px) {
    #about-clients-title {
        font-size: 14vw;
        margin-top: 2em;
        height: inherit;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: .1em
    }
}

#about-clients-title span {
    display: inline-block;
    white-space: nowrap
}

#about-clients-desc {
    font-size: .875em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: right;
    width: 14em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #about-clients-desc {
        font-size: 1em
    }
}

@media (max-width: 812px) {
    #about-clients-desc {
        text-align: center;
        margin: 4em auto auto;
        font-size: 1.2em;
        width: 20em
    }
}

@media (max-width: 812px) {
    .about-clients-title-word-wrapper {
        height: 1em
    }
}

#about-clients-carousel {
    position: relative;
    width: 100vw;
    margin-top: calc(var(--vh, vh) * 2);
    margin-bottom: 1em;
    left: -50px
}

@media (min-width: 1600px) {
    #about-clients-carousel {
        left: -5vw
    }
}

@media (max-width: 812px) {
    #about-clients-carousel {
        left: -25px;
        margin-top: 3em
    }
}

.about-clients-carousel-line-wrapper {
    display: flex;
    width: fit-content;
    will-change: transform
}

.about-clients-carousel-line-wrapper:not(:first-child) {
    margin-top: -2em
}

.about-clients-carousel-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content
}

.about-clients-carousel-line img {
    height: 15em;
    width: 15em
}

@media (max-width: 812px) {
    .about-clients-carousel-line img {
        height: 12em;
        width: 12em
    }
}

.about-clients-carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
    height: 12vw
}

.about-clients-carousel-item svg {
    width: 100%;
    max-width: 15em;
    height: auto
}

.about-clients-carousel-item.about-clients-carousel-item-square svg {
    width: 3vw;
    max-width: 5em
}

#about-award {
    color: var(--color-off-white);
    padding: var(--base-padding-y) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(1250 / 1440 * 150vw);
    gap: calc(var(--vh, 1vh) * 10);
    font-size: clamp(.75rem, 1vw, 1.75rem);
    --margin-left: 44vw;
    --width-size: 15vw
}

@media (min-aspect-ratio: 21/9) {
    #about-award {
        font-size: clamp(.75rem, 1vw, 2.2rem)
    }
}

@media (max-width: 1000px) {
    #about-award {
        --margin-left: 0;
        --width-size: 30vw
    }
}

@media (max-width: 480px) {
    #about-award {
        font-size: 2.7vw
    }
}

#about-award-title {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    top: 0
}

.about-award-header {
    position: relative;
    will-change: transform;
    margin-bottom: 3em
}

.about-award-header-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 4em;
    padding: 0 var(--base-padding-x);
    margin: 0;
    line-height: 1;
    overflow: hidden
}

.about-award-header-number {
    position: absolute;
    top: 1em;
    left: calc(var(--base-padding-x) + var(--margin-left))
}

@media (max-width: 1000px) {
    .about-award-header-number {
        left: inherit;
        right: var(--base-padding-x)
    }
}

.about-award-header-svg {
    width: 2.25em;
    height: 2.25em
}

.about-award-header-number {
    display: flex;
    align-items: center;
    gap: 2em
}

.about-award-header-text {
    margin: 0;
    font-size: 2em;
    font-family: IBMPlexMono;
    overflow: hidden
}

.about-award-item {
    position: relative;
    will-change: transform;
    padding: 0 var(--base-padding-x);
    margin-bottom: 2em
}

.about-award-item-container {
    position: relative;
    overflow: hidden
}

.about-award-item-wrapper {
    display: flex;
    position: relative
}

.about-award-item-wrapper:not(:first-child) {
    margin-top: .8em
}

.about-award-item-wrapper-text {
    display: inline-block;
    margin: 0;
    font-size: 1.25em;
    position: relative;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.4, 0, .1, 1)
}

.about-award-item-wrapper-text:not(:last-child) {
    flex-shrink: 0
}

.about-award-item-wrapper-svg {
    position: absolute;
    height: 1em;
    width: 1em;
    transform: translate3d(-1.3em, 0, 0);
    transition: transform .4s cubic-bezier(.4, 0, .1, 1);
    top: calc(50% - .55em)
}

.about-award-line {
    position: absolute;
    top: -1em;
    height: .0625em;
    opacity: .2;
    width: calc(100% + 2 * var(--base-padding-x));
    left: calc(var(--base-padding-x) * -1);
    background: var(--color-white);
    transform-origin: left
}

.award-category-awards .about-award-item-wrapper-text:nth-child(1) {
    width: var(--width-size);
    margin-left: var(--margin-left)
}

.award-category-awards .about-award-item-wrapper-text:nth-child(2) {
    margin-left: 2em;
    font-family: IBMPlexMono
}

.award-category-awards .about-award-item-wrapper-text:nth-child(3) {
    margin-left: 4em
}

@media (max-width: 560px) {
    .award-category-awards .about-award-item-wrapper-text:nth-child(3) {
        margin-left: 3em
    }
}

.award-category-articles {
    margin-top: 0
}

.award-category-articles .about-award-item-wrapper {
    flex-direction: column;
    gap: .5em;
    margin-left: var(--margin-left)
}

@media (min-width: 1000px) and (hover: hover) {
    .award-category-articles .about-award-item-wrapper .about-award-item-container:hover .about-award-item-wrapper-text {
        transform: translate3d(1.3em, 0, 0)
    }

    .award-category-articles .about-award-item-wrapper .about-award-item-container:hover .about-award-item-wrapper-svg {
        transform: translateZ(0)
    }
}

.award-category-articles .about-award-item-wrapper .about-award-item-container:nth-child(1) {
    cursor: pointer
}

.award-category-talks {
    margin-top: 0
}

.award-category-talks .about-award-item-wrapper {
    gap: .5em;
    margin-left: var(--margin-left)
}

.award-category-talks .about-award-item-wrapper.--old .about-award-item-wrapper-text {
    position: relative;
    cursor: not-allowed;
    opacity: .2
}

.award-category-talks .about-award-item-wrapper.--old .about-award-item-wrapper-text:before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    height: .0625em;
    width: 100%;
    background: var(--color-white)
}

@media (min-width: 1000px) and (hover: hover) {
    .award-category-talks .about-award-item-wrapper:not(.--old) .about-award-item-container:nth-child(1):hover .about-award-item-wrapper-text {
        transform: translate3d(1.3em, 0, 0)
    }

    .award-category-talks .about-award-item-wrapper:not(.--old) .about-award-item-container:nth-child(1):hover .about-award-item-wrapper-svg {
        transform: translateZ(0)
    }
}

.award-category-talks .about-award-item-container:nth-child(1) {
    cursor: pointer;
    width: var(--width-size)
}

@media (max-width: 480px) {
    .award-category-talks .about-award-item-container:nth-child(1) {
        width: 35vw
    }
}

.award-category-talks .about-award-item-container:nth-child(2) {
    margin-left: 9.5em
}

@media (max-width: 480px) {
    .award-category-talks .about-award-item-container:nth-child(2) {
        margin-left: 4em
    }
}

.award-category-talks .about-award-item-container:nth-child(3) {
    display: none
}

@media (max-width: 1000px) {
    .award-category-talks .about-award-item-container:nth-child(3) {
        display: block;
        position: relative;
        flex-grow: 1;
        top: .5em;
        height: .75em
    }
}

.about-award-item-wrapper-img {
    position: absolute;
    right: 0;
    height: .75em;
    width: .75em
}

#about-capability {
    color: var(--color-white);
    align-content: flex-start;
    font-size: clamp(.875rem, 1vw, 1.75rem)
}

@media (max-width: 812px) {
    #about-capability {
        font-size: clamp(1rem, 1vw, 1.75rem)
    }
}

#about-capability-title {
    line-height: 1em;
    grid-column: 1 / span 12;
    font-size: 12vw;
    margin-top: calc(2em - 2 * var(--base-padding-y));
    display: flex;
    flex-direction: column;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #about-capability-title {
        font-size: 8vw
    }
}

@media (max-width: 812px) {
    #about-capability-title {
        grid-column: 1 / span 6;
        font-size: 18vw
    }
}

#about-capability-title>div {
    grid-column: 1 / span 8;
    position: relative
}

@media (max-width: 812px) {
    #about-capability-title>div {
        grid-column: 1 / span 12
    }
}

#about-capability-title #about-capability-title-line-2 {
    left: 2em
}

@media (max-width: 812px) {
    #about-capability-title #about-capability-title-line-2 {
        left: 0
    }
}

#about-capability-subheader {
    position: absolute;
    right: var(--base-padding-x);
    top: var(--base-padding-y);
    font-size: .875em;
    width: 20em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: calc(26vw - 2 * var(--base-padding-y))
}

@media (min-aspect-ratio: 21/9) {
    #about-capability-subheader {
        font-size: 1em;
        margin-top: calc(17vw - 2 * var(--base-padding-y))
    }
}

@media (max-width: 812px) {
    #about-capability-subheader {
        position: relative;
        grid-column: 1 / span 6;
        margin-top: 0;
        left: 0;
        width: 100%
    }
}

#about-capability-subheader-text {
    will-change: transform
}

@media (max-width: 812px) {
    #about-capability-subheader-text {
        width: 100%;
        margin-top: 2em;
        font-size: 1.1em
    }
}

#about-capability-subheader-cards {
    display: flex;
    gap: .5rem;
    width: fit-content;
    margin-top: 2em;
    overflow: hidden;
    position: relative;
    will-change: transform
}

@media (max-width: 812px) {
    #about-capability-subheader-cards {
        padding: 0
    }
}

.about-capability-subheader-card {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    width: fit-content;
    border-radius: .361rem;
    border: solid .0625em var(--color-white);
    width: 2.25em;
    height: 3.125em;
    font-family: LusionMono;
    text-align: center;
    text-indent: .1em
}

@media (max-width: 812px) {
    .about-capability-subheader-card {
        font-size: 1.2em
    }
}

#about-capability-categories-container {
    position: relative;
    width: 100%;
    grid-column: 1 / 13;
    margin-top: 20rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#about-capability-categories-container:after {
    content: "";
    clear: both;
    display: block
}

@media (max-width: 812px) {
    #about-capability-categories-container {
        margin-top: 8rem;
        gap: 2.8rem 0;
        grid-column: 1 / 7
    }
}

#about-capability-cards-wrapper {
    position: relative;
    grid-column: 1 / span 12;
    width: 100%;
    margin: 4em auto calc(var(--vh, 1vh) * 300) auto
}

@media (min-aspect-ratio: 21/9) {
    #about-capability-cards-wrapper {
        width: 75%
    }
}

@media (max-width: 812px) {
    #about-capability-cards-wrapper {
        grid-column: 1 / span 6;
        margin-bottom: 0
    }
}

#about-capability-cards {
    perspective: calc(var(--vh, 1vh) * 100);
    width: 100%;
    perspective-origin: center
}

@media (max-width: 812px) {
    #about-capability-cards {
        perspective: 300vw
    }
}

.about-capability-card {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
    color: var(--color-black);
    aspect-ratio: 314 / 438;
    transform-style: preserve-3d;
    font-size: 1.3vw
}

@media (min-aspect-ratio: 21/9) {
    .about-capability-card {
        font-size: .87vw
    }
}

@media (max-width: 812px) {
    .about-capability-card {
        position: relative;
        width: calc(50% - var(--grid-gap) / 2);
        margin-left: 0;
        font-size: 2.4vw
    }

    .about-capability-card:nth-child(n+3) {
        margin-top: 3em
    }

    .about-capability-card:nth-child(odd) {
        float: right
    }
}

@media (max-width: 560px) {
    .about-capability-card {
        width: 100%;
        font-size: 5vw
    }

    .about-capability-card:nth-child(n+1) {
        margin-top: 3em
    }
}

.about-capability-card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    background: var(--color-white);
    background-image: url(../assets/images/cards/back.png);
    background-size: contain;
    border-radius: .8em;
    transform: rotateY(180deg)
}

.about-capability-card-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25em 1.875em;
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    border-radius: .8em;
    background: var(--color-white)
}

.about-capability-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about-capability-card-header:last-child {
    transform: rotate(180deg);
    justify-self: flex-end
}

.about-capability-card-header-text {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0
}

.about-capability-card-header-letter {
    position: relative;
    left: .15em;
    font-size: 3em;
    font-family: LusionMono;
    margin: 0
}

.about-capability-list {
    margin: 0;
    list-style: none;
    padding: 0
}

.about-capability-list-item {
    position: relative;
    font-size: .85em
}

.about-capability-list-item:not(:last-child):before {
    content: "..............................";
    position: absolute;
    top: .6em;
    font-size: 1.5em;
    letter-spacing: .125em;
    color: var(--color-blue);
    opacity: .2
}

.about-capability-list-item:not(:first-child) {
    margin-top: 2em
}

#projects-main:after {
    content: "";
    clear: both;
    display: block
}

#projects-main-title-top {
    position: relative;
    grid-column: 1 / span 12;
    margin-top: calc(var(--vh, 1) * 20)
}

@media (max-width: 812px) {
    #projects-main-title-top {
        grid-column: 1 / span 6;
        margin-top: 6em;
        margin-bottom: 2em
    }
}

#projects-main-title-wrapper {
    position: relative;
    width: fit-content;
    font-size: 17vw;
    left: -.01em;
    will-change: transform
}

#projects-main-title {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 1em;
    overflow: hidden;
    left: -1vw
}

#projects-main-title-project-number {
    font-family: IBMPlexMono;
    font-size: 4vw;
    position: absolute !important;
    overflow: hidden;
    top: 2vw;
    right: -9vw
}

@media (min-aspect-ratio: 21/9) {
    #projects-main-title-project-number {
        font-size: 2.7vw;
        right: -7vw;
        top: 2.5vw
    }
}

#projects-main-title-project-arrow {
    position: absolute;
    right: -9vw;
    bottom: 5vw;
    height: 4vw;
    width: 4vw
}

@media (min-aspect-ratio: 21/9) {
    #projects-main-title-project-arrow {
        right: -6.9vw;
        height: 2.7vw;
        bottom: 5.5vw;
        width: 2.7vw
    }
}

#project-details {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 10;
    padding: var(--base-padding-y) var(--base-padding-x);
    color: var(--project-details-text);
    font-size: clamp(1rem, 1vw, 1.5rem)
}

@media (max-width: 380px) {
    #project-details {
        font-size: clamp(.75rem, 1vw, 2rem)
    }
}

@media (min-aspect-ratio: 21/9) {
    #project-details {
        font-size: clamp(.75rem, 1vw, 2.5rem)
    }
}

#header-center-project-back-btn {
    position: absolute;
    left: 54.5em;
    top: calc(var(--base-padding-y));
    padding: 0 1.5em 0 1em;
    height: 3.2em;
    font-size: .875em;
    background: #fff;
    color: var(--project-details-btn-text);
    color: var(--color-black);
    font-weight: 500;
    border-radius: 100px;
    border: none;
    text-transform: uppercase;
    width: fit-content;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .625em;
    overflow: hidden;
    transform: scale(0)
}

@media (min-aspect-ratio: 21/9) {
    #header-center-project-back-btn {
        left: 68.5em
    }
}

@media (max-width: 1200px) {
    #header-center-project-back-btn {
        left: inherit;
        right: 27.5em
    }
}

@media (max-width: 812px) {
    #header-center-project-back-btn {
        right: calc(var(--base-padding-x) + 4em);
        left: inherit;
        width: 3.2em;
        padding: 0;
        justify-content: center
    }
}

#header-center-project-back-btn svg {
    height: 1.2em;
    width: 1.2em;
    transition: color .5s, transform .4s cubic-bezier(.4, 0, .1, 1);
    z-index: 1
}

@media (hover: hover) {
    #header-center-project-back-btn:hover {
        color: var(--project-details-btn-text)
    }

    #header-center-project-back-btn:hover #header-center-project-back-btn-svg {
        transform: translate3d(-2em, 0, 0)
    }

    #header-center-project-back-btn:hover #header-center-project-back-btn-text {
        transform: translate3d(-1.3em, 0, 0)
    }

    #header-center-project-back-btn:hover #header-center-project-back-btn-svg2 {
        transform: translate3d(-1em, 0, 0)
    }
}

#header-center-project-back-btn-svg2 {
    position: absolute;
    right: 0;
    z-index: 1;
    transform: translate3d(1em, 0, 0)
}

#header-center-project-back-btn-text {
    transition: color .5s, transform .4s cubic-bezier(.4, 0, .1, 1);
    margin: 0;
    z-index: 1
}

#project-details-header-back-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--project-details-btn-bg-hover);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1)
}

#project-details-header-info {
    position: absolute;
    align-items: center;
    display: flex;
    gap: .625em;
    font-size: .75em;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    color: var(--project-details-highlight);
    right: var(--base-padding-x)
}

#project-details-header-info svg {
    width: 1em;
    height: 1em;
    transition: color .5s
}

@media (max-width: 812px) {
    #project-details-header-info {
        display: none
    }
}

@media (max-width: 812px) {
    #header-center-project-back-btn-text {
        display: none
    }
}

#project-details-meta {
    position: absolute;
    top: 50%;
    width: 34em;
    transform: translate3d(0, -50%, 0);
    pointer-events: none
}

@media (max-width: 812px) {
    #project-details-meta {
        position: relative;
        top: 0;
        width: 100%;
        padding-top: calc(var(--vh, 1vh) * 10);
        padding-bottom: 50px;
        transform: translateZ(0);
        min-width: inherit
    }
}

#project-details-meta a {
    pointer-events: none
}

#project-details-meta.is-active a {
    pointer-events: auto
}

#project-details-meta:after {
    content: "";
    display: block;
    clear: both
}

#project-details-title,
#project-details-preview-title {
    font-size: 4.5em;
    line-height: .95;
    margin: 0
}

#project-details-left {
    float: left;
    width: 60%
}

@media (max-width: 812px) {
    #project-details-left {
        width: 100%
    }
}

#project-details-right {
    float: right;
    width: 40%;
    padding-left: 20%;
    margin-top: 3em
}

@media (max-width: 812px) {
    #project-details-right {
        width: 100%;
        padding-left: 0;
        margin-top: 0
    }
}

#project-details-desc {
    font-size: .75em;
    line-height: 1.5em;
    margin: 4em 0
}

@media (max-width: 812px) {
    #project-details-desc {
        max-width: 30em;
        font-size: clamp(1rem, 1.5vw, 3rem)
    }
}

#project-details-desc p {
    margin: 0
}

#project-details-desc p:not(:first-child) {
    margin-top: 1em
}

#project-details-desc a {
    font-family: Aeonik;
    font-weight: 500
}

#project-details-desc a,
#project-details-side-list a {
    position: relative;
    display: inline-block
}

#project-details-desc a:after,
#project-details-side-list a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: var(--project-details-text);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1);
    transform-origin: 0 0;
    transform: scaleX(0)
}

@media (hover: hover) {

    #project-details-desc a:hover:after,
    #project-details-side-list a:hover:after {
        transform: scaleX(1)
    }
}

#project-details-side-list {
    position: relative;
    font-size: .75em
}

@media (max-width: 812px) {
    #project-details-side-list {
        font-size: clamp(1rem, 1.5vw, 3rem)
    }
}

@media (max-width: 812px) {
    #project-details-side-list {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }
}

.project-details-side-list-title {
    color: var(--project-details-highlight);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1em
}

.project-details-side-list-item {
    font-family: Aeonik;
    color: var(--project-details-text);
    line-height: 1.4
}

#project-details-side-list-recognitions {
    margin-top: 4em
}

@media (max-width: 812px) {
    #project-details-side-list-recognitions {
        margin-top: 0
    }
}

#project-details-launch-cta-mobile,
#project-details-launch-cta {
    display: none;
    height: 3.375em;
    padding: 1em 1.5em 1em 1.125em;
    align-items: center;
    gap: 1.125em;
    width: fit-content;
    overflow: hidden;
    background: #fff;
    border-radius: 100px;
    font-family: Aeonik;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--project-details-btn-text);
    transition: background cubic-bezier(.35, 0, 0, 1) .5s
}

@media (max-width: 812px) {

    #project-details-launch-cta-mobile,
    #project-details-launch-cta {
        font-size: 1em
    }
}

@media (hover: hover) {

    #project-details-launch-cta-mobile:hover,
    #project-details-launch-cta:hover {
        color: var(--project-details-btn-text-hover);
        background: var(--project-details-highlight);
        transition: background cubic-bezier(.35, 0, 0, 1) .5s .1s
    }

    #project-details-launch-cta-mobile:hover #project-details-launch-cta-text-mobile,
    #project-details-launch-cta:hover #project-details-launch-cta-text-mobile,
    #project-details-launch-cta-mobile:hover #project-details-launch-cta-text,
    #project-details-launch-cta:hover #project-details-launch-cta-text {
        transform: translate3d(-20%, 0, 0);
        transition: color cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
    }

    #project-details-launch-cta-mobile:hover #project-details-launch-cta-dot-mobile,
    #project-details-launch-cta:hover #project-details-launch-cta-dot-mobile,
    #project-details-launch-cta-mobile:hover #project-details-launch-cta-dot,
    #project-details-launch-cta:hover #project-details-launch-cta-dot {
        transform: translate3d(5em, 0, 0) scale(26);
        background: var(--project-details-highlight)
    }

    #project-details-launch-cta-mobile:hover #project-details-launch-cta-arrow-mobile,
    #project-details-launch-cta:hover #project-details-launch-cta-arrow-mobile,
    #project-details-launch-cta-mobile:hover #project-details-launch-cta-arrow,
    #project-details-launch-cta:hover #project-details-launch-cta-arrow {
        transform: scale(1);
        transition: transform cubic-bezier(.35, 0, 0, 1) .4s .1s
    }

    #project-details-launch-cta-mobile:hover #project-details-launch-cta-arrow-mobile svg,
    #project-details-launch-cta:hover #project-details-launch-cta-arrow-mobile svg,
    #project-details-launch-cta-mobile:hover #project-details-launch-cta-arrow svg,
    #project-details-launch-cta:hover #project-details-launch-cta-arrow svg {
        color: var(--project-details-icon-color)
    }
}

#project-details.has-cta #project-details-launch-cta {
    display: flex
}

@media (max-width: 812px) {
    #project-details.has-cta #project-details-launch-cta {
        display: none
    }
}

#project-details.has-cta #project-details-launch-cta-mobile {
    display: none
}

@media (max-width: 812px) {
    #project-details-launch-cta-mobile {
        margin-top: 4em
    }

    #project-details.has-cta #project-details-launch-cta-mobile {
        display: flex
    }
}

#project-details-launch-cta-mobile-dot,
#project-details-launch-cta-dot {
    content: "";
    width: .5em;
    height: .5em;
    background: var(--project-details-btn-text);
    border-radius: 100px;
    z-index: 1;
    transition: background cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#project-details-launch-cta-mobile-text,
#project-details-launch-cta-text {
    font-size: .875em;
    position: relative;
    margin: 0;
    z-index: 1;
    font-weight: 500;
    transition: color cubic-bezier(.35, 0, 0, 1) .5s .1s, transform cubic-bezier(.35, 0, 0, 1) .4s .1s
}

#project-details-launch-cta-mobile-arrow,
#project-details-launch-cta-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - .75em);
    right: .75em;
    height: 1.5em;
    width: 1.5em;
    background: var(--color-white);
    border-radius: 100%;
    transform: scale(0);
    transition: transform cubic-bezier(.35, 0, 0, 1) .4s;
    z-index: 1
}

#project-details-launch-cta-mobile-arrow svg,
#project-details-launch-cta-arrow svg {
    transition: color .5s;
    width: 90%;
    height: 90%
}

#project-details-items-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - var(--base-padding-y) * 4 - var(--header-size) * 3.9);
    top: calc(var(--base-padding-y) * 2 + var(--header-size) * 2.8)
}

#project-details-items-move-container {
    position: absolute;
    padding-left: 48em;
    padding-right: 0;
    height: 100%;
    white-space: nowrap
}

@media (max-width: 812px) {
    #project-details-items-move-container {
        position: relative;
        padding-left: 0;
        width: calc(100vw - var(--base-padding-x) * 2);
        height: auto;
        white-space: normal
    }
}

.project-details-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 5em;
    visibility: hidden
}

.project-details-item:first-child {
    margin-left: 0
}

.project-details-item:last-child {
    margin-right: 10vw
}

@media (max-width: 812px) {
    .project-details-item {
        margin-left: var(--base-padding-x);
        margin-top: 50px
    }

    .project-details-item:first-child {
        margin-left: var(--base-padding-x)
    }

    .project-details-item:last-child {
        margin-bottom: 50px
    }
}

.project-details-item-text {
    position: relative;
    top: 50%;
    width: 100%;
    padding: 0 1.2em;
    transform: translate3d(0, -50%, 0);
    line-height: 1.4em;
    white-space: normal
}

@media (max-width: 812px) {
    .project-details-item-text {
        top: 0;
        margin: 1em 0;
        transform: translateZ(0)
    }
}

#project-details-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 812px) {
    #project-details-preview {
        left: var(--base-padding-x);
        width: calc(100% - var(--base-padding-x) * 2)
    }
}

#project-details-preview-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 812px) {
    #project-details-preview-inner {
        height: auto;
        padding: calc(var(--vh, vh) * 2) 0
    }
}

#project-details-preview-title {
    position: absolute;
    left: 0;
    margin: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

@media (max-width: 812px) {
    #project-details-preview-title {
        position: relative;
        top: auto;
        transform: translateZ(0)
    }
}

#project-details-preview-footer {
    display: flex;
    align-items: center;
    gap: 1em;
    position: absolute;
    left: 0;
    bottom: var(--base-padding-y);
    width: 14em
}

@media (min-aspect-ratio: 21/9) {
    #project-details-preview-footer {
        width: 16em;
        gap: 2em
    }
}

@media (max-width: 812px) {
    #project-details-preview-footer {
        position: relative;
        bottom: auto;
        margin-top: calc(var(--vh, vh) * 5);
        width: 100%
    }
}

#project-details-preview-footer-bar {
    position: relative;
    border-radius: 16px;
    height: 4px;
    flex-grow: 1
}

#project-details-preview-footer-text {
    font-size: .875em;
    color: var(--color-black)
}

#project-details-preview-footer-bar-background {
    position: absolute;
    background: var(--color-black);
    height: 3px;
    width: 100%;
    opacity: .2
}

#project-details-preview-footer-bar-inner {
    width: 100%;
    height: 3px;
    background: var(--project-details-highlight);
    transform-origin: 0 50%;
    transform: scaleX(0%)
}

#project-details-preview-footer-arrow {
    width: 1em;
    height: 1em
}

@media (max-width: 812px) {
    #project-details-preview-footer-arrow {
        transform: rotate(90deg)
    }
}

#playground-main {
    height: calc(var(--vh, vh) * 300);
    background: #000
}

#playground-main-inner {
    position: absolute;
    inset: 0;
    height: calc(var(--vh, vh) * 100)
}

#playground-main-timeline {
    position: absolute;
    top: 50%;
    left: 0;
    height: 10px;
    width: 100vw;
    z-index: 2;
    cursor: pointer
}

@media (hover: hover) {
    #playground-main-timeline:hover #playground-main-timeline-line {
        transform: scaleZ(1)
    }
}

#playground-main-timeline-line {
    position: absolute;
    inset: 0;
    transform: scale3d(1, .1, 1);
    transition: .3s transform cubic-bezier(.35, 0, 0, 1)
}

#playground-main-timeline-line-bg {
    position: absolute;
    inset: 0;
    background: white;
    opacity: .2
}

#playground-main-timeline-line-progress {
    position: absolute;
    inset: 0;
    background: white;
    transform: scale3d(0, 1, 1);
    transform-origin: left
}

.playground-main-timeline-event {
    position: absolute;
    top: calc(50% - 2.5rem);
    height: 5rem
}

.playground-main-timeline-event.--hover .playground-main-timeline-text {
    opacity: 1
}

.playground-main-timeline-event.--hover .playground-main-timeline-dot,
.playground-main-timeline-event.--active .playground-main-timeline-dot {
    background: var(--color-blue)
}

.playground-main-timeline-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: .024rem;
    opacity: 0;
    transition: .3s opacity cubic-bezier(.35, 0, 0, 1)
}

.playground-main-timeline-dot {
    position: absolute;
    top: calc(50% - 3px);
    background: white;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    transition: .3s background cubic-bezier(.35, 0, 0, 1)
}

.playground-main-event {
    position: absolute;
    padding: 4rem 5rem;
    width: 58rem;
    aspect-ratio: 3 / 2;
    background: var(--color-green);
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.playground-main-event-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.playground-main-event-top-text {
    font-size: 1.2rem
}

.playground-main-event-bottom {
    line-height: .9
}

.playground-main-event-bottom-text {
    font-size: 7.8rem
}

#playground-bottom {
    position: absolute;
    bottom: var(--base-padding-y);
    right: var(--base-padding-x)
}

#playground-bottom-text {
    font-family: LusionMono;
    color: var(--color-green);
    font-size: 2.4rem
}

#end-section {
    height: calc(var(--vh, 1vh) * 350);
    font-size: clamp(.875rem, 1vw, 2rem);
    color: var(--color-white)
}

html.is-white-bg #end-section {
    color: var(--color-black)
}

#end-section-outer {
    position: absolute;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100)
}

#end-section-inner {
    position: absolute;
    width: 100%;
    height: 100%
}

#end-section-content {
    position: absolute;
    left: 50%;
    top: calc(50% - 3em);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

@media (max-width: 560px) {
    #end-section-content {
        top: 40%
    }
}

#end-section-content-crosses {
    position: absolute;
    width: 60vw;
    height: calc(100% + 10vh);
    left: calc(50% - 30vw)
}

@media (max-width: 560px) {
    #end-section-content-crosses {
        width: calc(100% - 2 * var(--base-padding-x));
        left: var(--base-padding-x)
    }
}

.end-section-content-cross {
    position: absolute;
    width: var(--cross-size);
    height: var(--cross-size)
}

.end-section-content-cross:before,
.end-section-content-cross:after {
    position: absolute;
    content: "";
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    left: 0;
    top: calc(.5 * var(--cross-size));
    background: var(--color-white)
}

html.is-white-bg .end-section-content-cross:before,
html.is-white-bg .end-section-content-cross:after {
    background: var(--color-black)
}

.end-section-content-cross:after {
    transform: rotate(90deg)
}

.end-section-content-cross:nth-child(1) {
    left: 0;
    top: 0
}

.end-section-content-cross:nth-child(2) {
    right: 0;
    top: 0
}

.end-section-content-cross:nth-child(3) {
    left: 0;
    bottom: 0
}

.end-section-content-cross:nth-child(4) {
    left: calc(50% - .5rem);
    bottom: 0
}

.end-section-content-cross:nth-child(5) {
    right: 0;
    bottom: 0
}

#end-section-subtitle {
    overflow: hidden;
    line-height: 1.4;
    font-size: 1em;
    text-transform: uppercase;
    will-change: transform
}

@media (max-width: 560px) {
    #end-section-subtitle {
        font-size: 1.2em;
        margin: auto;
        text-align: center;
        width: 55%
    }
}

#end-section-title {
    --font-size: 10vw;
    position: relative;
    width: fit-content;
    margin: .4em auto auto;
    line-height: 1;
    font-size: var(--font-size);
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #end-section-title {
        --font-size: 6.7vw
    }
}

@media (max-width: 560px) {
    #end-section-title {
        width: 100%;
        --font-size: 19.5vw
    }
}

#end-section-title-link {
    cursor: pointer
}

.end-section-title-link-line {
    position: relative;
    height: var(--font-size)
}

.end-section-title-link-line:last-child {
    bottom: .02em
}

.end-section-title-link-word {
    position: relative;
    overflow: hidden;
    height: .95em
}

.end-section-title-link-word .char {
    display: inline-block;
    position: relative;
    will-change: transform
}

.end-section-title-link-word .char-wrapper {
    position: relative;
    top: -.2em;
    will-change: transform
}

.end-section-title-link-word .char-wrapper .char {
    float: left
}

.end-section-title-link-word .char-wrapper .char:last-child {
    clear: both
}

.char-wrapper {
    position: relative;
    height: var(--font-size)
}

#end-bottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    height: 3.375em;
    width: 15em;
    left: 50%;
    bottom: calc(var(--vh, 1vh) * 7);
    transform: translate(-50%);
    text-align: center;
    background: white;
    border-radius: 100px;
    box-shadow: 0 6px 10px #0000000a, 0 2px 4px #0000000a;
    overflow: hidden;
    font-size: 1.1em
}

#end-bottom-text-container {
    position: relative;
    overflow: hidden
}

#end-bottom-text {
    white-space: nowrap;
    line-height: 1.5;
    font-size: .75em;
    color: var(--color-black);
    animation: 3s .2s infinite cubic-bezier(.1, 0, .1, 1) text-animation
}

#end-bottom-text:last-child {
    position: absolute;
    top: -1.5em
}

.end-bottom-arrow-container {
    position: relative;
    overflow: hidden;
    width: 1em;
    height: 1em
}

.end-bottom-arrow-container:last-child .end-bottom-arrow {
    animation: 3s infinite .3s cubic-bezier(.1, 0, .1, 1) arrow-animation
}

.end-bottom-arrow {
    width: 1em;
    height: 1em;
    background: url(../assets/images/icons/arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    animation: 3s infinite cubic-bezier(.1, 0, .1, 1) arrow-animation
}

.end-bottom-arrow:last-child {
    position: absolute;
    top: -1em
}

@keyframes arrow-animation {
    0% {
        transform: translateZ(0)
    }

    33% {
        transform: translate3d(0, 1em, 0)
    }

    to {
        transform: translate3d(0, 1em, 0)
    }
}

@keyframes text-animation {
    0% {
        transform: translateZ(0)
    }

    33% {
        transform: translate3d(0, 1.5em, 0)
    }

    to {
        transform: translate3d(0, 1.5em, 0)
    }
}

#end-section-title-top-decoration {
    position: absolute;
    height: .07em;
    width: calc(100% - .05em);
    top: .85em;
    background: var(--color-black);
    transform-origin: left;
    left: .05em;
    background: var(--color-white)
}

html.is-white-bg #end-section-title-top-decoration {
    background: var(--color-black)
}

@media (max-width: 560px) {
    #end-section-title-top-decoration {
        left: .35em;
        width: calc(100% - .65em)
    }
}

#end-section-title-bottom-left-decoration {
    position: absolute;
    height: .07em;
    width: .82em;
    left: .25em;
    bottom: .1em;
    transform-origin: left;
    background: var(--color-white)
}

html.is-white-bg #end-section-title-bottom-left-decoration {
    background: var(--color-black)
}

@media (max-width: 560px) {
    #end-section-title-bottom-left-decoration {
        left: .55em
    }
}

#end-section-title-bottom-right-decoration {
    position: absolute;
    height: .07em;
    left: 1.78em;
    width: 2.45em;
    bottom: .1em;
    transform-origin: left;
    background: var(--color-white)
}

html.is-white-bg #end-section-title-bottom-right-decoration {
    background: var(--color-black)
}

@media (max-width: 560px) {
    #end-section-title-bottom-right-decoration {
        left: 2.1em
    }
}

#footer-section {
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    color: var(--color-black);
    font-size: clamp(.875rem, 1vw, 2rem)
}

@media (max-width: 380px) {
    #footer-section {
        font-size: clamp(.75rem, 1vw, 2rem)
    }
}

#footer-bg {
    position: absolute;
    left: 50%;
    top: -2px;
    width: 100vw;
    height: calc(100% + 2px);
    margin-left: -50vw;
    background-color: var(--color-white)
}

#footer-top {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    margin-top: calc(var(--vh, vh) * 5)
}

#footer-middle {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap)
}

@media (max-width: 1000px) {
    #footer-middle {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        row-gap: 5em
    }
}

#footer-middle-contact {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    grid-column: 1 / span 6;
    font-size: 1.25em
}

@media (max-width: 1000px) {
    #footer-middle-contact {
        grid-row: 2
    }
}

#footer-contact-address {
    grid-column: 1 / span 3;
    line-height: 1.4;
    width: fit-content;
    will-change: transform
}

#footer-contact-address1 {
    grid-column: 1 / span 3;
    line-height: 1.4;
    width: fit-content;
    will-change: transform
}
    
@media (hover: hover) {
    #footer-contact-address:hover .footer-address-line-wrapper {
        transform: translate3d(var(--delta-x), 0, 0)
    }
    #footer-contact-address1:hover .footer-address-line-wrapper {
        transform: translate3d(var(--delta-x), 0, 0)
    }
}

.footer-address-line-wrapper {
    width: fit-content;
    transition: .6s transform cubic-bezier(.35, 0, 0, 1)
}

#footer-contact-socials {
    grid-column: 4 / span 3;
    will-change: transform
}

#footer-contact-socials a {
    /* display: block */
}

@media (max-width: 1000px) {
    #footer-contact-socials {
        grid-column: 4 / span 3
    }
}

.footer-socials-wrapper {
    position: relative;
    overflow: hidden
}

.footer-socials-line-wrapper {
    position: relative;
    display: block;
    transition: .3s transform
}

.footer-socials-line-wrapper:not(:first-child) {
    margin-top: .3em
}

.footer-socials-line-wrapper:hover .footer-socials-text,
.footer-socials-line-wrapper:hover .footer-socials-line-svg {
    transform: translate3d(2em, 0, 0)
}

.footer-socials-line-svg {
    position: absolute !important;
    top: 0;
    left: -2em;
    width: 1.25em;
    height: 1.25em;
    transition: .4s transform cubic-bezier(.35, 0, 0, 1);
    transform: rotate(90deg)
}

.footer-socials-text {
    margin: 0;
    transition: .4s transform cubic-bezier(.35, 0, 0, 1)
}

#footer-contact-enquires {
    margin-top: 2.5em;
    grid-column: 4 / span 3;
    will-change: transform
}

@media (max-width: 1000px) {
    #footer-contact-enquires {
        grid-column: 1 / span 3
    }
}

#footer-contact-business {
    margin-top: 2.5em;
    grid-column: 4 / span 3;
    will-change: transform
}

.footer-business-link-wrapper,
.footer-enquires-link-wrapper {
    height: 2em;
    margin-top: .3em
}

#footer-business-link {
    position: relative;
    display: block;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    will-change: transform;
    padding-bottom: .2em
}

@media (hover: hover) {
    #footer-business-link:hover:before {
        transform: scaleZ(1)
    }
}

#footer-business-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .1em;
    background: var(--color-black);
    transition: .3s transform cubic-bezier(.35, 0, 0, 1);
    transform-origin: left;
    transform: scale3d(0, 1, 1)
}

#footer-enquires-link {
    position: relative;
    display: block;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    will-change: transform;
    padding-bottom: .2em
}

@media (hover: hover) {
    #footer-enquires-link:hover:before {
        transform: scaleZ(1)
    }
}

#footer-enquires-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .1em;
    background: var(--color-black);
    transition: .3s transform cubic-bezier(.35, 0, 0, 1);
    transform-origin: left;
    transform: scale3d(0, 1, 1)
}

#footer-middle-newsletter {
    grid-column: 7 / span 6;
    will-change: transform
}

@media (max-width: 1000px) {
    #footer-middle-newsletter {
        grid-column: 1 / span 6
    }
}

#footer-newsletter-header {
    font-size: 3.375em
}

.footer-newsletter-line {
    display: block
}

#footer-newsletter-input {
    margin-top: 2em;
    position: relative;
    height: 4.375em;
    max-width: 33.75em
}

#footer-newsletter-input.--active #footer-newsletter-input-field::placeholder {
    opacity: .3
}

#footer-newsletter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-off-white);
    border-radius: 1.125em;
    transform-origin: left
}

#footer-newsletter-input-arrow {
    position: absolute;
    display: inline-block;
    top: calc(50% - .75em);
    right: 1.25em;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    border: none;
    cursor: pointer
}

#footer-newsletter-input-arrow svg {
    width: 100%;
    height: auto
}

#footer-newsletter-input-field {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: .625em 1.25em;
    font-size: 1.25em;
    background: transparent
}

#footer-newsletter-input-field::placeholder {
    opacity: 0;
    font-size: 1em;
    transition: opacity .5s .3s
}

#footer-bottom {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    align-items: center;
    font-size: 1em;
    margin-top: calc(var(--vh, vh) * 7)
}

@media (max-width: 1000px) {
    #footer-bottom {
        row-gap: 2em;
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

#footer-bottom-copyright {
    position: relative;
    overflow: hidden;
    grid-column: 1 / span 6;
    will-change: transform
}

@media (max-width: 1000px) {
    #footer-bottom-copyright {
        grid-row: 3
    }
}

#footer-bottom-labs {
    position: relative;
    overflow: hidden;
    grid-column: 7 / span 3;
    padding-bottom: .1em;
    width: fit-content;
    will-change: transform
}

@media (max-width: 1000px) {
    #footer-bottom-labs {
        grid-column: 1 / span 6
    }
}

@media (hover: hover) {
    #footer-bottom-labs:hover:before {
        transform: scaleZ(1)
    }
}

#footer-bottom-labs:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .125em;
    background: var(--color-black);
    transition: .6s transform cubic-bezier(.35, 0, 0, 1);
    transform-origin: left;
    transform: scale3d(0, 1, 1)
}

#footer-bottom-tagline {
    position: relative;
    overflow: hidden;
    grid-column: 10 / span 2;
    will-change: transform
}

@media (max-width: 1000px) {
    #footer-bottom-tagline {
        grid-column: 1 / span 6
    }
}

#footer-bottom-up {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75em;
    height: 3.75em;
    background: var(--color-black);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -.5em;
    overflow: hidden
}

@media (hover: hover) {
    #footer-bottom-up:hover svg {
        transform: translate3d(0, -3em, 0)
    }

    #footer-bottom-up:hover svg:last-child {
        transform: translateZ(0)
    }
}

#footer-bottom-up svg {
    width: 1.5em;
    height: 1.5em;
    transition: .4s transform cubic-bezier(.35, 0, 0, 1)
}

#footer-bottom-up svg:last-child {
    position: absolute !important;
    transform: translate3d(0, 3em, 0)
}

@media (max-width: 1000px) {
    #footer-bottom-up {
        position: absolute;
        bottom: 0
    }
}

#footer-newsletter-form {
    height: 100%
}

#footer-newsletter-feedback-message {
    margin: .5em 1em 0
}

#footer-newsletter-feedback-message .error {
    color: red
}

#scroll-nav-section {
    display: block;
    position: relative;
    background-color: #121416;
    color: #fff;
    font-size: clamp(.875rem, 1vw, 2rem)
}

@media (max-width: 380px) {
    #scroll-nav-section {
        font-size: clamp(.75rem, 1vw, 2rem)
    }
}

#scroll-nav-content {
    text-transform: uppercase
}

#scroll-nav-subtitle {
    padding-top: 1em
}

#scroll-nav-main {
    position: relative
}

#scroll-nav-text {
    white-space: nowrap;
    font-size: 3.5em;
    padding: 1em 0;
    line-height: 1em
}

#scroll-nav-next {
    position: absolute;
    display: flex;
    right: 0;
    top: 50%;
    margin-top: -.5em;
    min-width: 200px;
    width: 20%;
    line-height: 1em
}

@media (max-width: 812px) {
    #scroll-nav-next {
        position: relative;
        width: 100%;
        margin-top: 1em
    }
}

#scroll-nav-next-text {
    white-space: nowrap
}

#scroll-nav-next-bar {
    margin: calc(.5em - 1px) .75em 0 .75em;
    flex-grow: 1;
    height: 4px;
    background-color: #34393f
}

#scroll-nav-next-bar-inner {
    width: 100%;
    height: 100%;
    background-color: var(--color-green);
    transform-origin: 0 0;
    transform: scaleX(.5)
}

#scroll-nav-next-arrow {
    width: 1.2em;
    height: 1.2em
}

#scroll-nav-next-arrow svg {
    width: 100%;
    height: 100%
}

#scroll-nav-cross-line {
    position: relative;
    width: calc(100% - 1em);
    margin-left: .5em;
    height: 1em
}

@media (max-width: 812px) {
    #scroll-nav-cross-line {
        display: none
    }
}

.scroll-nav-cross {
    position: absolute;
    width: 1em;
    height: 1em
}

.scroll-nav-cross:before,
.scroll-nav-cross:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 1em;
    left: 0;
    background: #fff
}

.scroll-nav-cross:after {
    transform: rotate(90deg)
}

.scroll-nav-cross:nth-child(2) {
    left: 25%
}

.scroll-nav-cross:nth-child(3) {
    left: 50%
}

.scroll-nav-cross:nth-child(4) {
    left: 75%
}

.scroll-nav-cross:nth-child(5) {
    left: 100%
}