* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
}

picture,
img {
    width: 100%;
    height: auto;
    display: block;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    font-family: inherit;
}

svg {
    display: block;
}

video {
    display: block;
}

:root {
    --fluid: 62.5%;
    --background: #000000;
    --foreground: #FFFFFF;
    --gradient: linear-gradient(90deg, #AA73FF, #F0A38A, #FFE669, #F0A38A, #AA73FF);
    --section-x: 2rem;
    --section-y: 8rem;
    --transition-ease: cubic-bezier(.2, .6, .4, 1);
    --transition-ease-2: cubic-bezier(.5, 0, 0, 1);
    --transition-duration: .3s;
    --transition-duration-2: .4s;
    --transition-duration-3: .7s;
    --transition: var(--transition-duration) var(--transition-ease);
    --transition-2: var(--transition-duration-2) var(--transition-ease-2);
    --transition-3: var(--transition-duration-3) var(--transition-ease);
    font-size: var(--fluid);
    background-color: var(--background);
    --gradient-animation: none;
    --font-1: "Alias", sans-serif;
}

@keyframes gradient {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 300%;
    }
}
@font-face {
    font-family: "Alias";
    src: url(/wp-content/themes/studio-digital/assets/fonts/alias-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Alias";
    src: url(/wp-content/themes/studio-digital/assets/fonts/alias-bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
.gradient-animation {
    --gradient-animation: gradient 10s linear infinite;
}

::selection {
    background: #FFFFFF;
    color: #000000;
    text-shadow: none;
}

::-moz-selection {
    background: #FFFFFF;
    color: #000000;
    text-shadow: none;
}

@media (min-width: 576px) {
    :root {
        --section-y: 10rem;
        --section-x: 3rem;
    }
}
@media (min-width: 768px) {
    :root {
        --section-y: 12rem;
        --section-x: 4rem;
    }
}
@media (min-width: 1025px) {
    :root {
        --section-y: 16rem;
        --section-x: 5rem;
    }
}
@media (min-width: 1920px) {
    :root {
        --section-y: 20rem;
        --fluid: 0.5vw;
    }
}
html,
body {
    max-width: 100vw;
    scroll-behavior: auto;
}

body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: var(--font-1), sans-serif;
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-anchor: none;
}

main {
    transform-origin: top center;
    background: radial-gradient(95.08% 70.71% at 50% 50%, #34303B 0%, #070707 100%);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

section {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}
section + section {
    padding-top: 0;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.barba-wrap {
    opacity: 0;
}

.otgs-development-site-front-end {
    display: none;
}

.h1 {
    font-size: clamp(4rem, calc(150 * 100vw / 1512), 15rem);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: -0.3em;
}

.h2 {
    font-size: clamp(3rem, calc(72 * 100vw / 1512), 7.2rem);
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: -0.3em;
}

.h3 {
    font-size: clamp(2rem, calc(56 * 100vw / 1512), 5.6rem);
    font-weight: 400;
    line-height: 100%;
    margin-bottom: -0.3em;
}

.h4 {
    font-size: clamp(1.8rem, calc(48 * 100vw / 1512), 4.8rem);
    font-weight: 400;
    line-height: 100%;
    margin-bottom: -0.3em;
}

.h5 {
    font-size: clamp(1.8rem, calc(48 * 100vw / 1512), 3.2rem);
    font-weight: 400;
    line-height: 110%;
    margin-bottom: -0.3em;
}

.h6 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: -0.3em;
}

.h7 {
    font-size: clamp(4rem, calc(105 * 100vw / 1512), 10.5rem);
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: -0.3em;
}

.h8 {
    font-size: clamp(4rem, calc(36 * 100vw / 1512), 3.6rem);
    font-weight: 400;
    line-height: 120%;
    margin-bottom: -0.3em;
}

.h9 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: -0.3em;
}

.rte > * + * {
    margin-top: 4rem;
}

.enlarge {
    position: relative;
}
.enlarge a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-back {
    display: inline-flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 5rem;
    left: var(--section-x);
}
.button-back svg {
    width: 2rem;
    height: auto;
}

.button {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.button__inner {
    display: inline-flex;
    border: 0.1rem solid rgba(255, 255, 255, 0.3);
    padding: 3rem 2rem;
    min-height: 7rem;
    align-items: center;
    gap: 4rem;
    transition: var(--transition);
    position: relative;
    z-index: 2;
}
.button:before {
    content: "";
    position: absolute;
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
    background: var(--gradient);
    background-size: 300%;
    filter: blur(5rem);
    border-radius: 100rem;
    transition: opacity 0.5s ease;
    animation: var(--gradient-animation);
    animation-play-state: paused;
    opacity: 0;
    z-index: 1;
}
.button > * {
    z-index: 2;
    position: relative;
}
.button svg {
    width: 2.5rem;
    min-width: 2.5rem;
}
.button:hover .button__inner {
    background-color: var(--foreground);
    color: var(--background);
    border-color: var(--foreground);
}
.button:hover:before {
    animation-play-state: running;
    opacity: 1;
}

body #ppms_cm_popup_overlay {
    background: #171518 !important;
    color: white !important;
}
body div.ppms_cm_popup_overlay span.ppms_cm_header1,
body div.ppms_cm_popup_overlay span.ppms_cm_header1:focus,
body div.ppms_cm_popup_overlay span.ppms_cm_header1:hover {
    color: white !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_popup_overlay p.ppms_cm_paragraph,
body div.ppms_cm_popup_overlay p.ppms_cm_paragraph:focus,
body div.ppms_cm_popup_overlay p.ppms_cm_paragraph:hover {
    color: white !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_popup_overlay span.ppms_cm_consent_item-text,
body div.ppms_cm_popup_overlay span.ppms_cm_consent_item-text:focus,
body div.ppms_cm_popup_overlay span.ppms_cm_consent_item-text:hover {
    color: white !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_popup_overlay span.ppms_cm_consent_item-dot,
body div.ppms_cm_popup_overlay span.ppms_cm_consent_item-dot:focus,
body div.ppms_cm_popup_overlay span.ppms_cm_consent_item-dot:hover {
    background-color: white !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_popup_overlay button.ppms_cm_content_expander_show_btn,
body div.ppms_cm_popup_overlay button.ppms_cm_content_expander_show_btn:focus,
body div.ppms_cm_popup_overlay button.ppms_cm_content_expander_show_btn:hover,
body div.ppms_cm_popup_overlay a.ppms_cm_link,
body div.ppms_cm_popup_overlay a.ppms_cm_link:focus,
body div.ppms_cm_popup_overlay a.ppms_cm_link:hover,
body div.ppms_cm_popup_overlay button.ppms_cm_content_expander_hide_btn.expanded,
body div.ppms_cm_popup_overlay button.ppms_cm_content_expander_hide_btn.expanded:focus,
body div.ppms_cm_popup_overlay button.ppms_cm_content_expander_hide_btn.expanded:hover,
body div.ppms_cm_popup_overlay button.ppms_cm_save-choices,
body div.ppms_cm_popup_overlay button.ppms_cm_save-choices:focus,
body div.ppms_cm_popup_overlay button.ppms_cm_save-choices:hover {
    color: white !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_popup_overlay button.ppms_cm_agree-to-all,
body div.ppms_cm_popup_overlay button.ppms_cm_agree-to-all:focus,
body div.ppms_cm_popup_overlay button.ppms_cm_agree-to-all:hover,
body div.ppms_cm_popup_overlay button.ppms_cm_reject-all,
body div.ppms_cm_popup_overlay button.ppms_cm_reject-all:focus,
body div.ppms_cm_popup_overlay button.ppms_cm_reject-all:hover,
body div.ppms_cm_consent_bar button.ppms_cm_set_your_consent,
body div.ppms_cm_consent_bar button.ppms_cm_set_your_consent:focus,
body div.ppms_cm_consent_bar button.ppms_cm_set_your_consent:hover {
    background-color: transparent !important;
    color: white !important;
    border: 0.1rem solid white !important;
    border-radius: 0 !important;
    font-family: var(--font-1) !important;
    padding: 13px 20px 10px !important;
    font-size: 14px !important;
}
body #ppms_cm_footer {
    background-color: #171518 !important;
    color: white !important;
    font-family: var(--font-1) !important;
}
body #ppms_cm_footer a,
body #ppms_cm_footer a:focus,
body #ppms_cm_footer a:hover {
    color: white !important;
    text-decoration: underline !important;
    font-family: var(--font-1) !important;
}
body svg.ppms_cm_footer__logo * {
    fill: white !important;
}
body div.ppms_cm_popup_overlay div.ppms_cm_footer,
body div.ppms_cm_popup_overlay div.ppms_cm_footer:focus,
body div.ppms_cm_popup_overlay div.ppms_cm_footer:hover {
    box-shadow: inset 0 1px 1px 0 #333333 !important;
}
body div.ppms_cm_consent_bar p.ppms_cm_main_text,
body div.ppms_cm_consent_bar p.ppms_cm_main_text:focus,
body div.ppms_cm_consent_bar p.ppms_cm_main_text:hover {
    color: white !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_consent_bar,
body div.ppms_cm_consent_bar:focus,
body div.ppms_cm_consent_bar:hover {
    background-color: #171518 !important;
    color: white !important;
    font-family: var(--font-1) !important;
}
body div.ppms_cm_consent_bar,
body div.ppms_cm_consent_bar:focus,
body div.ppms_cm_consent_bar:hover {
    padding: 40px !important;
    left: initial !important;
    right: 20px !important;
    bottom: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 340px !important;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.1) !important;
    z-index: 100 !important;
}
@media (max-width: 767px) {
    body div.ppms_cm_consent_bar,
body div.ppms_cm_consent_bar:focus,
body div.ppms_cm_consent_bar:hover {
        right: 0 !important;
        bottom: 0 !important;
        max-width: 100% !important;
    }
}
body div.ppms_cm_popup_overlay,
body div.ppms_cm_popup_overlay:focus,
body div.ppms_cm_popup_overlay:hover {
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.1) !important;
    z-index: 100 !important;
}
body div.ppms_cm_consent_bar,
body button.ppms_cm_set_your_consent,
body p.ppms_cm_main_text,
body button.ppms_cm_bar-close-icon,
body svg.ppms_cm_close_icon_svg * {
    fill: white !important;
}
body div.ppms_cm_popup_overlay svg.ppms_cm_close_popup,
body div.ppms_cm_popup_overlay svg.ppms_cm_close_popup:focus,
body div.ppms_cm_popup_overlay svg.ppms_cm_close_popup:hover {
    fill: white !important;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    row-gap: 0.5rem;
    font-size: 1.8rem;
    line-height: 100%;
    padding: 0.6rem 0;
    margin: 0;
}
.footer ul {
    display: flex;
    gap: 3rem;
    row-gap: 0.5rem;
}
.footer ul li a, .footer ul li button {
    transition: var(--transition);
    opacity: 0.7;
    font-size: 1.8rem;
    line-height: 100%;
    cursor: pointer;
}
.footer ul li a:hover, .footer ul li button:hover {
    opacity: 1;
}
.footer > span {
    opacity: 0.7;
}
.footer__copyright {
    font-size: 1.1rem;
}
@media (max-width: 1024px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer ul {
        flex-direction: column;
    }
}

.header__logo {
    height: 1.5rem;
    width: 22.4rem;
    display: inline-block;
}
.header__logo svg {
    height: 1.5rem !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
}
.header:not(.visible) {
    transform: translate3d(0, -100%, 0);
}
.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--foreground);
    transition: var(--transition);
    transform: translate3d(0, -100%, 0);
}
.header__nav {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    z-index: 10;
}
.header__nav li:first-child a svg path,
.header__nav li:first-child button svg path {
    transition: fill 0.3s ease;
}
.header__nav li:not(:first-child) a {
    font-size: 1.8rem;
    opacity: 0.7;
    transition: var(--transition);
}
.header__nav li:not(:first-child) a:hover {
    opacity: 1;
}
.header__button {
    font-size: 2rem;
}
.header__button > span {
    display: grid;
    overflow: hidden;
}
.header__button > span > span {
    grid-area: 1/1;
    text-align: right;
    transition: var(--transition);
}
.header__button > span > span:last-child {
    transform: translate3d(0, 110%, 0);
}
.header.open .header__button > span > span:first-child {
    transform: translate3d(0, -110%, 0);
}
.header.open .header__button > span > span:last-child {
    transform: translate3d(0, 0, 0);
}
.header.open .header__nav-mobile {
    opacity: 1;
    pointer-events: auto;
}
.header__nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: auto;
    padding: 8.5rem 0.2rem;
    background: linear-gradient(180deg, rgba(20, 19, 21, 0.95) 0%, rgba(20, 19, 21, 0.95) 100%);
    background: linear-gradient(180deg, color(display-p3 0.0784 0.0745 0.0824/0.95) 0%, color(display-p3 0.0784 0.0745 0.0824/0.95) 100%);
    backdrop-filter: blur(0.5rem);
    gap: 1rem;
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
}
.header__nav-mobile li a {
    font-size: 4.7rem;
    line-height: 100%;
}
.header__nav-mobile .lang-selector {
    margin-top: 3rem;
}
.header__nav-mobile .lang-selector li a {
    font-size: 2rem;
}
@media (min-width: 1025px) {
    .header .header__nav-mobile {
        display: none;
    }
    .header .header__button {
        display: none;
    }
    .header .header__nav-item-mobile {
        display: none;
    }
    .header:hover, .header.active {
        padding: 0.8rem 0 0.4rem 0;
        color: var(--background);
    }
    .header:hover:before, .header.active:before {
        transform: translate3d(0, 0, 0);
    }
    .header:hover .header__nav li:first-child a svg path, .header.active .header__nav li:first-child a svg path {
        fill: var(--background);
    }
}
@media (max-width: 1024px) {
    .header__nav-item {
        display: none;
    }
    .header.active:not(.open) {
        padding: 0.6rem 0;
        color: var(--background);
    }
    .header.active:not(.open):before {
        transform: translate3d(0, 0, 0);
    }
    .header.active:not(.open) .header__nav li:first-child a svg path {
        fill: var(--background);
    }
}

.lang-selector {
    display: flex;
    text-transform: uppercase;
    gap: 2.2rem;
}
.lang-selector > li:not(:first-child) {
    position: relative;
}
.lang-selector > li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.2rem;
    width: 0.2rem;
    height: 1.3rem;
    background-color: currentColor;
    opacity: 0.7;
}
.lang-selector > li a {
    opacity: 0.7;
}
.lang-selector > li a.active {
    opacity: 1;
    pointer-events: none;
}

.loader {
    --loader-size-1: 10.92vw;
    --loader-size-2: 2.58vw;
    --loader-size-3: 13.64vw;
    --loader-size-fx: 2.58vw;
    --loader-size-fx-radius: 2.58vw;
    --loader-radius: calc(var(--loader-size-fx-radius) * 5 / 140);
    --loader-offset: 43.188vw;
    position: fixed;
    background-color: var(--background);
    color: var(--foreground);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9147483646 !important;
    display: flex;
    align-items: center;
    transition: var(--transition-ease) 0.5s;
}
@media (min-width: 1025px) {
    .loader.step1 .logo1 {
        transform: translate3d(var(--loader-offset), -50%, 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .loader.step1 .logo2 {
        transform: translate3d(var(--loader-offset), -50%, 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .loader.step2 .logo1 {
        transform: translate3d(0, -50%, 0);
    }
    .loader.step2 .logo2 {
        transform: translate3d(0, -50%, 0);
    }
    .loader.step2 .logo3 {
        transform: translate3d(0, -50%, 0);
    }
    .loader.step3 {
        --loader-size-fx: 75.31vw;
    }
    .loader.step3 .logo2,
.loader.step3 .logo3 {
        transition: var(--transition-ease-2) 2s;
    }
    .loader.step4 {
        --loader-size-1: 40.3vw;
        --loader-size-2: 9.26vw;
        --loader-size-3: 50.3vw;
        --loader-size-fx: 9.26vw;
        --loader-size-fx-radius: 9.26vw;
    }
    .loader.step4 .logo1,
.loader.step4 .logo2,
.loader.step4 .logo3 {
        transition: var(--transition-ease) 1s;
    }
    .loader.step5 {
        opacity: 0;
    }
    .loader.step6 {
        pointer-events: none;
    }
}
@media (max-width: 1024px) {
    .loader {
        --loader-size-1: 31.6vw;
        --loader-size-2: 7.1vw;
        --loader-size-3: 39.74vw;
        --loader-size-fx: 7.1vw;
        --loader-size-fx-radius: 7.1vw;
        --loader-offset: 30vw;
    }
    .loader.step1 .logo1 {
        transform: translate3d(var(--loader-offset), -50%, 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .loader.step1 .logo2 {
        transform: translate3d(var(--loader-offset), -50%, 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .loader.step2 .logo1 {
        transform: translate3d(0, -50%, 0);
    }
    .loader.step2 .logo2 {
        transform: translate3d(0, -50%, 0);
    }
    .loader.step2 .logo3 {
        transform: translate3d(0, -50%, 0);
    }
    .loader.step3 {
        --loader-size-fx: 67.18vw;
    }
    .loader.step3 .logo2,
.loader.step3 .logo3 {
        transition: var(--transition-ease-2) 2s;
    }
    .loader.step4 {
        --loader-size-1: 81.2vw;
        --loader-size-2: 18.7vw;
        --loader-size-3: 102.5vw;
        --loader-size-fx: 18.7vw;
        --loader-size-fx-radius: 18.7vw;
    }
    .loader.step4 .logo1,
.loader.step4 .logo2,
.loader.step4 .logo3 {
        transition: var(--transition-ease) 1s;
    }
    .loader.step4 .logo1 {
        top: 15vh;
        transform: translate3d(0, 0, 0);
    }
    .loader.step4 .logo2 {
        top: calc(15vh + 0.5vw);
        transform: translate3d(0, 0, 0);
    }
    .loader.step4 .logo3 {
        top: calc(15vh + (var(--loader-size-1) * 0.2));
        transform: translate3d(0, 0, 0);
    }
    .loader.step5 {
        opacity: 0;
    }
    .loader.step6 {
        pointer-events: none;
    }
}
.loader .logo1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(var(--loader-offset), 50%, 0);
    width: var(--loader-size-1);
    height: auto;
    transition: var(--transition-ease) 0.75s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.loader .logo2 {
    position: absolute;
    top: 50%;
    transform: translate3d(var(--loader-offset), 50%, 0);
    background-color: var(--foreground);
    height: calc(var(--loader-size-2) * 0.76);
    border-radius: var(--loader-radius);
    overflow: hidden;
    width: var(--loader-size-fx);
    transition: var(--transition-ease) 0.75s;
    left: var(--loader-size-1);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.loader .logo3 {
    position: absolute;
    top: 50%;
    left: calc(var(--loader-size-1) + var(--loader-size-fx));
    transform: translate3d(100vw, -50%, 0);
    width: var(--loader-size-3);
    height: auto;
    transition: var(--transition-ease) 0.75s;
}
@media (max-width: 1024px) {
    .loader .logo3 {
        left: calc(var(--loader-size-3) * -0.025);
        top: calc(50% + (var(--loader-size-1) * 0.2));
    }
}

#partners-banner {
    --background-color: transparent !important;
    --background-color-active: #000000 !important;
    --border-color: rgba(255, 255, 255, 0.3) !important;
    --border-color-active: rgba(255, 255, 255, 0.3) !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 40 !important;
    max-height: 90vh !important;
    overflow: auto !important;
    border-bottom: 0 !important;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3) !important;
    transform: translate3d(0, 100%, 0) !important;
}
#partners-banner.visible {
    transform: translate3d(0, 0, 0) !important;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    padding-bottom: 3rem;
    width: 100%;
    overflow: hidden;
}
.contact svg {
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.contact svg:nth-of-type(1) {
    transform-origin: top;
}
.contact svg:nth-of-type(2) {
    transform-origin: bottom;
}
.contact svg g:last-child {
    transition: var(--transition);
}
.contact__content {
    position: relative;
}
.contact__content .contact__box {
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: calc(74vw - 4rem);
    padding: 3rem 5rem;
    display: flex;
}
@media (max-width: 1024px) {
    .contact__content .contact__box {
        display: none;
    }
}
.contact__box {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
}
@media (min-width: 1025px) {
    .contact__box {
        display: none;
    }
}
.contact__box > * {
    z-index: 2;
}
.contact__box:before {
    content: "";
    position: absolute;
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
    background: var(--gradient);
    background-size: 300%;
    filter: blur(5rem);
    border-radius: 100rem;
    transition: var(--transition);
    z-index: 0;
    opacity: 0;
    animation: var(--gradient-animation);
    animation-play-state: paused;
    pointer-events: none;
}
.contact__box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background-color: var(--foreground);
    transition: var(--transition-2);
    z-index: 1;
}
@media (max-width: 1024px) {
    .contact {
        gap: 0.5rem;
    }
}
.contact.active svg g:last-child {
    opacity: 0;
}
.contact.active .contact__box {
    color: var(--background);
}
.contact.active .contact__box:before {
    opacity: 1;
    animation-play-state: running;
}
.contact.active .contact__box:after {
    height: 100%;
}

.customers {
    --customers-columns: 6;
    padding-left: var(--section-x);
    padding-right: var(--section-x);
}
.customers h2 {
    margin-bottom: var(--section-x);
}
.customers ul {
    display: grid;
    grid-template-columns: repeat(var(--customers-columns), 1fr);
    gap: 0;
}
@media (max-width: 1199px) {
    .customers {
        --customers-columns: 5;
    }
}
@media (max-width: 1024px) {
    .customers {
        --customers-columns: 4;
    }
}
@media (max-width: 767px) {
    .customers {
        --customers-columns: 3;
    }
}
@media (max-width: 575px) {
    .customers {
        --customers-columns: 2;
    }
}

.expertises {
    --expertises-columns: 4;
    min-height: 100dvh;
}
.expertises h2 {
    position: sticky;
    top: 5rem;
    mix-blend-mode: exclusion;
    z-index: 10;
    pointer-events: none;
}
.expertises h2 svg {
    width: 100%;
    height: auto;
}
.expertises__intro {
    padding: var(--section-y) var(--section-x) calc(var(--section-y) / 2) var(--section-x);
}
@media (min-width: 1200px) {
    .expertises__intro {
        width: 70%;
    }
}
.expertises__title {
    position: sticky;
    top: var(--section-x);
}
.expertises__content {
    z-index: 2;
}
.expertises__content > div {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
    padding-top: calc(var(--section-y) / 2);
    padding-bottom: calc(var(--section-y) / 2);
}
.expertises__content > div:last-child {
    min-height: 80vh;
}
.expertises__grid {
    padding-bottom: calc(130vw * 100vw / 1510vw);
    display: grid;
    grid-template-columns: 60% 40%;
}
.expertises__animation {
    height: 80vh;
    position: sticky;
    top: 20vh;
    z-index: 1;
    overflow: hidden;
    background-color: transparent !important;
    pointer-events: none;
}
.expertises__animation * {
    background-color: transparent !important;
    height: 80vh !important;
}
.expertises__items {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(var(--expertises-columns), 1fr);
}
.expertises__items li {
    padding-top: 3rem;
    position: relative;
}
.expertises__items li:before {
    content: "";
    width: 1.5rem;
    height: 1rem;
    background-color: var(--foreground);
    display: block;
    border-radius: 0.1rem;
    margin-bottom: 1.5rem;
}
.expertises__items li div {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.expertises__items li div p {
    opacity: 0.7;
}
@media (max-width: 1199px) {
    .expertises {
        --expertises-columns: 3;
    }
    .expertises h2 {
        position: relative;
        height: auto;
        top: 0;
    }
    .expertises__title {
        top: 0;
    }
    .expertises .expertises__grid {
        padding-top: calc(130vw * 100vw / 1510vw);
        padding-bottom: 0;
        grid-template-columns: 1fr;
    }
    .expertises .expertises__grid > * {
        grid-area: 1/1;
    }
    .expertises .expertises__content {
        padding-bottom: 50vh;
    }
    .expertises .expertises__content > div {
        min-height: initial;
    }
    .expertises .expertises__content > div:last-child {
        padding-bottom: 0;
    }
    .expertises .expertises__content > div + div {
        padding-top: var(--section-y);
    }
    .expertises .expertises__animation {
        height: 100dvh;
        top: 0;
    }
    .expertises .expertises__animation canvas {
        position: absolute;
        height: 50vh !important;
        bottom: 0;
    }
    .expertises .expertises__items {
        gap: 2rem;
    }
}
@media (max-width: 767px) {
    .expertises {
        --expertises-columns: 2;
    }
}
@media (max-width: 479px) {
    .expertises .expertises__items {
        gap: 1.5rem;
        font-size: 1.3rem;
    }
}

.js-hero-home-image {
    width: 250px !important;
    height: 250px !important;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    will-change: transform, filter;
    pointer-events: none;
}
.js-hero-home-image .content__img-inner {
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.hero_home {
    --hero-home-size-1: 40.3vw;
    --hero-home-size-2: 9.26vw;
    --hero-home-size-3: 50.3vw;
    --hero-home-size-fx: 9.26vw;
    --hero-home-radius: calc(var(--hero-home-size-fx) * 5 / 140);
    --hero-home-works-title-size: 13rem;
    position: relative;
    overflow: hidden;
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero_home__animations {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    will-change: opacity;
}
.hero_home__image_trail_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none !important;
}
@media (min-width: 1025px) {
    .hero_home.scroll .box:before {
        opacity: 0;
    }
}
.hero_home__content {
    height: 100svh;
    padding: 0 0;
    display: flex;
    align-items: flex-end;
}
.hero_home__baseline {
    padding-bottom: 12rem;
    will-change: transform;
    font-size: clamp(2rem, 5vw, 6vh);
    transform: translate3d(0, 120%, 0);
}
@media (max-width: 767px) {
    .hero_home__baseline {
        padding-bottom: 8rem;
        font-size: clamp(4rem, 7vw, 4.6rem);
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
    }
}
.hero_home .box {
    background-color: var(--foreground);
    height: calc(var(--hero-home-size-2) * 0.76);
    border-radius: var(--hero-home-radius);
    position: absolute;
    left: var(--hero-home-size-1);
    top: 50vh;
    transform: translate3d(0, -50%, 0);
    z-index: 10;
    width: var(--hero-home-size-2);
    will-change: transform, width, height, border-radius, left;
    border: 0;
}
.hero_home .box__inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0.9;
    background: radial-gradient(46.59% 48.92% at 50% 50%, rgba(255, 255, 255, 0.8) 0%, #FFF 100%);
}
.hero_home .box:before {
    content: "";
    position: absolute;
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
    background: var(--gradient);
    background-size: 300%;
    filter: blur(5rem);
    border-radius: 100rem;
    transition: opacity 0.5s ease;
    animation: var(--gradient-animation);
    will-change: auto;
}
.hero_home .images_box {
    background-color: var(--foreground);
    pointer-events: none;
    opacity: 0;
    transform: none;
}
.hero_home .images_box:before {
    display: none;
}
.hero_home .images_box .box__inner {
    opacity: 1;
    background-color: inherit;
}
.hero_home__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    transform: scale(2);
    overflow: hidden;
    background-color: var(--background);
    will-change: transform, opacity;
}
.hero_home__images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background);
    opacity: 0.4;
    z-index: 1;
}
.hero_home__images > * {
    grid-area: 1/1;
    height: 100%;
    object-fit: cover;
    transform-origin: top;
    will-change: transform;
    overflow: hidden;
}
.hero_home__images > * img {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    object-fit: cover;
    will-change: transform;
}
.hero_home__images > *:not(:first-child) {
    transform: scaleY(2) scaleX(1.1) translate3d(0, 100%, 0);
}
.hero_home__images > *:first-child {
    transform: scaleX(1.1);
}
.hero_home__slider_mobile {
    display: none;
}
.hero_home__slider {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 120%, 0);
    padding-top: 7rem;
    will-change: transform;
    z-index: 20;
}
.hero_home__slider h2 {
    width: 100%;
    will-change: transform;
}
.hero_home__slider h2 svg {
    width: 100%;
    height: auto;
    transform-origin: top;
    will-change: transform;
}
.hero_home__slider__next_items {
    padding: 0 var(--section-x);
    overflow: hidden;
    padding-top: 2rem;
    will-change: transform, opacity;
}
.hero_home__slider__next_items li {
    font-size: 3.6rem;
    text-transform: uppercase;
    opacity: 0.5;
    line-height: 100%;
    padding: 2rem 0;
    will-change: transform;
    transition: var(--transition);
    cursor: pointer;
}
@media (max-width: 767px) {
    .hero_home__slider__next_items li {
        font-size: 7.5vw;
    }
}
.hero_home__slider__next_items li:hover {
    opacity: 1;
}
.hero_home__slider__items {
    margin-top: var(--section-x);
    height: var(--hero-home-works-title-size);
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.hero_home__slider__items > div {
    width: 37rem;
    height: var(--hero-home-works-title-size);
    position: relative;
}
.hero_home__slider__items > div > ul {
    transition: var(--transition);
}
.hero_home__slider__items > div:before {
    content: "";
    position: absolute;
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
    background: var(--gradient);
    background-size: 300%;
    filter: blur(5rem);
    border-radius: 100rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}
@media (min-width: 1025px) {
    .hero_home__slider__items > div:hover:before {
        opacity: 1;
        animation: var(--gradient-animation);
    }
    .hero_home__slider__items > div:hover ul {
        background-color: var(--foreground);
    }
    .hero_home__slider__items > div:hover ul li a {
        padding: 2rem 3rem;
        gap: 2rem;
        color: var(--background) !important;
    }
}
.hero_home__slider__items ul {
    overflow: hidden;
    position: relative;
    height: var(--hero-home-works-title-size);
}
.hero_home__slider__items ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform-origin: top;
    height: var(--hero-home-works-title-size);
    will-change: transform, opacity;
}
.hero_home__slider__items ul li:not(:first-child) {
    transform: translate3d(0, 120%, 0);
}
.hero_home__slider__items ul:first-child {
    width: calc(100% - 36rem);
}
.hero_home__slider__items ul:first-child li > h3 {
    font-size: 7.5rem;
    padding-top: 1.5rem;
    padding-left: var(--section-x);
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width: 767px) {
    .hero_home__slider__items ul:first-child li > h3 {
        font-size: 7.5vw;
    }
}
.hero_home__slider__items ul:last-child {
    width: 100%;
    display: grid;
    border-left: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.hero_home__slider__items ul:last-child > * {
    grid-area: 1/1;
}
.hero_home__slider__items ul:last-child li a {
    width: 100%;
    padding: 2rem;
    height: var(--hero-home-works-title-size);
    display: flex;
    align-items: center;
    gap: 4rem;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    justify-content: space-between;
}
.hero_home__slider__items ul:last-child li a svg {
    width: 2.5rem;
    height: auto;
}
.hero_home .logo1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    width: var(--hero-home-size-1);
    height: auto;
}
.hero_home .logo3 {
    position: absolute;
    top: 50%;
    left: calc(var(--hero-home-size-1) + var(--hero-home-size-2));
    transform: translate3d(0, -50%, 0);
    width: calc(var(--hero-home-size-3));
    height: auto;
}

@media (max-width: 767px) {
    .hero_home {
        --hero-home-works-title-size: 10rem;
    }
}
@media (max-width: 1024px) {
    .hero_home {
        --hero-home-size-1: 81.2vw;
        --hero-home-size-2: 18.7vw;
        --hero-home-size-3: 102.5vw;
        --hero-home-size-fx: 18.7vw;
        overflow: visible;
    }
    .hero_home__main_content {
        height: 100svh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }
    .hero_home__logo {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1rem;
    }
    .hero_home__logo > *:nth-child(1) {
        width: calc(100% - ((100 * var(--hero-home-size-fx) / 1512) * 1vw));
    }
    .hero_home__logo > *:nth-child(2) {
        margin-left: -2vw;
        width: 102vw;
    }
    .hero_home__animations {
        display: none;
    }
    .hero_home .images_box {
        display: none;
    }
    .hero_home__slider {
        display: none;
    }
    .hero_home__slider_mobile {
        display: grid;
        align-items: start;
        margin-bottom: var(--section-y);
    }
    .hero_home__slider_mobile > * {
        grid-area: 1/1;
    }
    .hero_home__slider_mobile h2 {
        position: sticky;
        width: 100%;
        transform-origin: top;
        z-index: 10;
        top: 0;
        height: 100vh;
        pointer-events: none;
    }
    .hero_home__slider_mobile h2 svg {
        margin-top: 6rem;
        width: 100%;
        height: auto;
    }
    .hero_home__slider_mobile ul {
        position: sticky;
        top: 0;
        width: 100%;
    }
    .hero_home__slider_mobile ul li {
        position: relative;
        height: 150vh;
        position: sticky;
        top: 0;
        display: grid;
        align-items: flex-start;
    }
    .hero_home__slider_mobile ul li:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
        content: "";
    }
    .hero_home__slider_mobile ul li:first-child:before {
        display: none;
    }
    .hero_home__slider_mobile ul li:last-child {
        height: 100vh;
    }
    .hero_home__slider_mobile ul li > * {
        grid-area: 1/1;
    }
    .hero_home__slider_mobile ul li picture {
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #000000;
    }
    .hero_home__slider_mobile ul li img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.6;
    }
    .hero_home__slider_mobile ul li div {
        z-index: 10;
        height: var(--hero-home-works-title-size);
        border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        justify-content: space-between;
        margin-top: calc(6rem + 13.5vw + 6rem);
    }
    .hero_home__slider_mobile ul li div h3 {
        padding-top: 1.5rem;
        padding-left: var(--section-x);
        text-transform: uppercase;
        font-size: 7.5rem;
        font-weight: 400;
        width: calc(100% - 36rem);
    }
}
@media (max-width: 1024px) and (max-width: 1024px) {
    .hero_home__slider_mobile ul li div h3 {
        width: calc(100% - 7.3rem);
    }
}
@media (max-width: 1024px) and (max-width: 767px) {
    .hero_home__slider_mobile ul li div h3 {
        font-size: 7.5vw;
    }
}
@media (max-width: 1024px) {
    .hero_home__slider_mobile ul li div a {
        width: 36rem;
        padding: 2rem;
        height: var(--hero-home-works-title-size);
        display: flex;
        align-items: center;
        gap: 4rem;
        transition: all 0.3s ease;
        position: relative;
        text-transform: uppercase;
        justify-content: space-between;
        border-left: 0.1rem solid rgba(255, 255, 255, 0.3);
        transition: var(--transition);
    }
}
@media (max-width: 1024px) and (max-width: 1024px) {
    .hero_home__slider_mobile ul li div a {
        width: 7.3rem;
        background-color: var(--foreground);
        color: var(--background);
        justify-content: center;
    }
    .hero_home__slider_mobile ul li div a span {
        display: none;
    }
}
@media (max-width: 1024px) {
    .hero_home__slider_mobile ul li div a svg {
        width: 2.5rem;
        height: auto;
    }
}
@media (max-width: 1024px) and (min-width: 1025px) {
    .hero_home__slider_mobile ul li div a:hover {
        background-color: var(--foreground);
        color: var(--background);
        padding: 2rem 3rem;
        gap: 2rem;
        will-change: padding, gap, background-color;
    }
    .hero_home__slider_mobile ul li div a:hover:before {
        opacity: 1;
        animation: var(--gradient-animation);
    }
}
@media (max-width: 1024px) {
    .hero_home .box {
        top: calc(15vh + 0.5vw);
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 1024px) {
    .hero_home .images_box {
        opacity: 1;
        top: 50%;
        left: 50%;
        width: 50vw;
        height: 50vh;
    }
}
@media (max-width: 1024px) {
    .hero_home__slider__items > ul:first-child {
        width: calc(100% - 7.3rem);
    }
    .hero_home__slider__items > div {
        width: 7.3rem;
    }
    .hero_home__slider__items > div ul {
        background-color: var(--foreground);
    }
    .hero_home__slider__items > div ul li a {
        color: var(--background);
        justify-content: center;
    }
    .hero_home__slider__items > div ul li a span {
        display: none;
    }
}
@media (max-width: 1024px) {
    .hero_home .logo1 {
        top: 15vh;
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 1024px) {
    .hero_home .logo3 {
        top: calc(15vh + (var(--hero-home-size-1) * 0.2));
        left: calc(var(--hero-home-size-3) * -0.025);
        transform: translate3d(0, 0, 0);
    }
}
:root {
    --hero-work-offset: calc(280 * 100vw / 1510);
}

.hero-work {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
    padding-top: 20.8rem;
    padding-bottom: calc(10.5rem + var(--hero-work-offset));
    background-color: var(--background);
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.hero-work img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}
.hero-work > * {
    position: relative;
    z-index: 1;
}
.hero-work__content {
    margin-top: 4.5rem;
    padding-top: 4.5rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: 60% 30%;
    grid-gap: 10%;
}
@media (max-width: 1024px) {
    .hero-work__content {
        grid-template-columns: 1fr;
    }
}
.hero-work + * {
    --medias-offset: var(--hero-work-offset);
}
.hero-work .button-back-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 20rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--hero-work-offset)), 0 calc(100% - var(--hero-work-offset)));
    height: 100%;
    z-index: 10;
}

.hybrid-ai__container {
    display: flex;
}
.hybrid-ai__featured-item {
    width: 40%;
    min-width: 40%;
    position: relative;
    min-height: 43rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: var(--transition-3);
    overflow: hidden;
    background-color: var(--background);
}
.hybrid-ai__featured-item__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 30.5rem;
    width: 55%;
    transition: var(--transition-3);
    z-index: 2;
}
.hybrid-ai__featured-item__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: var(--transition-3);
}
.hybrid-ai__featured-item__content {
    padding: 3rem 2.5rem;
    width: 40vw;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    transition: var(--transition-3);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 1025px) {
    .hybrid-ai__featured-item:hover .hybrid-ai__featured-item__logo {
        top: 3rem;
        left: 2.5rem;
        transform: translate3d(0, 0, 0);
    }
    .hybrid-ai__featured-item:hover .hybrid-ai__featured-item__background {
        opacity: 0.5;
    }
    .hybrid-ai__featured-item:hover .hybrid-ai__featured-item__content {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.hybrid-ai__secondary-items {
    display: flex;
    width: 100%;
}
.hybrid-ai__secondary-items .hybrid-ai__secondary-item {
    flex: 1;
    padding: 3rem 2.5rem;
    transition: var(--transition-3);
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.hybrid-ai__secondary-items .hybrid-ai__secondary-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--foreground);
    transform: translate3d(0, calc(100% + 0.1rem), 0);
    transition: var(--transition-3);
}
.hybrid-ai__secondary-items .hybrid-ai__secondary-item picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 50%;
    transition: var(--transition-3);
    will-change: auto;
    max-width: 9.5rem;
    height: 7.5rem;
}
.hybrid-ai__secondary-items .hybrid-ai__secondary-item picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hybrid-ai__secondary-items .hybrid-ai__secondary-item p {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: var(--transition-3);
}
.hybrid-ai__secondary-items .hybrid-ai__secondary-item:not(:last-child) {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1025px) {
    .hybrid-ai__secondary-items .hybrid-ai__secondary-item:hover {
        color: var(--background);
    }
    .hybrid-ai__secondary-items .hybrid-ai__secondary-item:hover:before {
        transform: translate3d(0, 0, 0);
    }
    .hybrid-ai__secondary-items .hybrid-ai__secondary-item:hover picture {
        top: 3rem;
        left: 2.5rem;
        transform: translate3d(0, 0, 0);
        mix-blend-mode: exclusion;
    }
    .hybrid-ai__secondary-items .hybrid-ai__secondary-item:hover p {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 1024px) {
    .hybrid-ai .hybrid-ai__container {
        flex-direction: column;
    }
    .hybrid-ai .hybrid-ai__featured-item {
        width: 100%;
    }
    .hybrid-ai .hybrid-ai__featured-item__background {
        opacity: 0.5;
    }
    .hybrid-ai .hybrid-ai__featured-item__logo {
        top: 2rem;
        left: 2rem;
        transform: translate3d(0, 0, 0);
    }
    .hybrid-ai .hybrid-ai__featured-item__content {
        width: 100%;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .hybrid-ai .hybrid-ai__secondary-items {
        flex-direction: column;
    }
    .hybrid-ai .hybrid-ai__secondary-items .hybrid-ai__secondary-item {
        border-right: 0;
        display: flex;
        align-items: center;
        gap: 4rem;
        padding: 3rem 2rem;
    }
    .hybrid-ai .hybrid-ai__secondary-items .hybrid-ai__secondary-item picture {
        position: relative;
        transform: translate3d(0, 0, 0);
        top: 0;
        left: 0;
        width: 8rem;
        min-width: 8rem;
        max-width: 8rem;
        height: 7.5rem;
    }
    .hybrid-ai .hybrid-ai__secondary-items .hybrid-ai__secondary-item picture img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .hybrid-ai .hybrid-ai__secondary-items .hybrid-ai__secondary-item p {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .hybrid-ai .hybrid-ai__secondary-items .hybrid-ai__secondary-item + .hybrid-ai__secondary-item {
        border-top: 0;
    }
}

:root {
    --medias-offset: 0rem;
}

.medias {
    --medias-columns: 1;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: var(--foreground);
    color: var(--background);
    position: relative;
    display: grid;
    z-index: 10;
}
.medias.hide .medias__items {
    opacity: 0;
    transform: scaleY(1.05);
}
.medias.layout-grid {
    --medias-columns: 3;
}
.medias:not(.medias--space-between):not(.layout-grid) .medias__items {
    grid-row-gap: 0;
}
.medias > * {
    grid-area: 1/1;
}
.medias .button-back-container {
    position: sticky;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
}
.medias .button-back-container:first-child {
    height: var(--medias-offset);
    top: calc(var(--medias-offset) * -1);
    clip-path: polygon(0 calc(var(--medias-offset) * -1), 100% calc(var(--medias-offset) * -1), 100% 100%, 0% 100%);
    color: var(--foreground);
}
.medias__sticky {
    position: sticky;
    top: 10rem;
    height: 100%;
    max-height: calc(100vh - 14rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.medias__content {
    display: grid;
    grid-template-columns: 15.5rem 1fr;
    grid-gap: 2rem;
    margin-top: calc(var(--medias-offset) * -1);
}
@media (max-width: 1024px) {
    .medias__content {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1024px) {
    .medias__aside {
        display: none;
    }
}
.medias__overview {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
    margin: auto;
    transform: translate3d(-100%, 0, 0);
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
    max-height: calc(100vh - 25rem);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.medias__overview::-webkit-scrollbar {
    display: none;
}
.medias__overview.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}
.medias__overview > * {
    width: 7.5rem;
    margin: auto;
    transition: var(--transition);
    cursor: pointer;
}
.medias__overview > * > * {
    display: flex;
    gap: 0.2rem;
}
.medias__overview > * > *.layout-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.2rem;
}
.medias__overview > * > * img,
.medias__overview > * > * video,
.medias__overview > * > * picture {
    flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medias__overview > * > * img img,
.medias__overview > * > * video img,
.medias__overview > * > * picture img {
    height: 100%;
    object-fit: cover;
}
.medias__overview > *:hover, .medias__overview > *.selected {
    padding: 1rem 0;
    width: 10rem;
}
.medias__items {
    display: grid;
    grid-template-columns: repeat(var(--medias-columns), 1fr);
    grid-gap: 3rem;
    position: relative;
    transition: var(--transition);
    transform-origin: top left;
}
.medias__items > * {
    display: flex;
    gap: 3rem;
    flex-direction: row;
    width: 100%;
}
.medias__items > *.layout-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}
.medias__items > * > * {
    flex: 1;
}
.medias__items > * picture,
.medias__items > * img,
.medias__items > * video {
    flex: 1;
    object-fit: cover;
    width: 100%;
    aspect-ratio: initial;
    height: auto;
}
.medias .button-layout {
    width: 100%;
    display: flex;
    gap: 0.4rem;
    padding: 0.8rem;
    background-color: #E1E1E1;
    border-radius: 0.5rem;
    transition: var(--transition);
}
.medias .button-layout > button {
    background-color: var(--foreground);
    color: var(--background);
    height: 4rem;
    border-radius: 0.3rem;
    flex: 1;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    cursor: pointer;
}
.medias .button-layout > button svg {
    width: 2rem;
    min-width: 2rem;
    opacity: 0.5;
    transition: var(--transition);
}
.medias .button-layout > button.active, .medias .button-layout > button:hover {
    background-color: var(--background);
    color: var(--foreground);
}
.medias .button-layout > button.active svg, .medias .button-layout > button:hover svg {
    opacity: 1;
}

.next-work {
    --next-work-title-size: 13rem;
    padding: 0;
    position: relative;
    background-color: var(--background);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
}
.next-work__inner {
    min-height: 100vh;
    padding: 9rem 0;
    top: 0;
    left: 0;
    width: 100%;
}
.next-work__inner > * {
    position: relative;
    z-index: 2;
}
.next-work h2 {
    font-weight: 700;
    font-size: 18vw;
    line-height: 90%;
    text-transform: uppercase;
}
.next-work picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3;
    will-change: transform;
    transform: translateZ(0);
}
.next-work picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.next-work__content {
    height: var(--next-work-title-size);
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.next-work__content h3 {
    padding-top: 1.5rem;
    padding-left: var(--section-x);
    text-transform: uppercase;
    font-size: 7.5rem;
    font-weight: 400;
    width: calc(100% - 36rem);
}
@media (max-width: 1024px) {
    .next-work__content h3 {
        width: calc(100% - 7.3rem);
    }
}
@media (max-width: 767px) {
    .next-work__content h3 {
        font-size: 7.5vw;
    }
}
.next-work__content a {
    width: 36rem;
    padding: 2rem;
    height: var(--next-work-title-size);
    display: flex;
    align-items: center;
    gap: 4rem;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    justify-content: space-between;
    border-left: 0.1rem solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
}
@media (max-width: 1024px) {
    .next-work__content a {
        width: 7.3rem;
        background-color: var(--foreground);
        color: var(--background);
        justify-content: center;
    }
    .next-work__content a span {
        display: none;
    }
}
.next-work__content a:before {
    content: "";
    position: absolute;
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
    background: var(--gradient);
    background-size: 300%;
    filter: blur(5rem);
    border-radius: 100rem;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.next-work__content a svg {
    width: 2.5rem;
    height: auto;
}
@media (min-width: 1025px) {
    .next-work__content a:hover {
        background-color: var(--foreground);
        color: var(--background);
        padding: 2rem 3rem;
        gap: 2rem;
        will-change: padding, gap, background-color;
    }
    .next-work__content a:hover:before {
        opacity: 1;
        animation: var(--gradient-animation);
    }
}

.not-found {
    background-color: #171518;
    padding-top: 9rem;
    min-height: 100dvh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.not-found__content {
    display: flex;
    justify-content: space-evenly;
    margin-top: 9rem;
    width: 100%;
}
.not-found__content > *:nth-child(1), .not-found__content > *:nth-child(3) {
    width: 31%;
}
.not-found__content > *:nth-child(2) {
    width: 32.275%;
}
.not-found__content svg {
    opacity: 0.3;
}
@media (max-width: 575px) {
    .not-found__content {
        flex-direction: column;
        gap: 1rem;
    }
    .not-found__content > *:nth-child(1), .not-found__content > *:nth-child(2), .not-found__content > *:nth-child(3) {
        width: 100%;
    }
}
.not-found__game {
    position: relative;
    width: 100%;
}
.not-found__game div {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    opacity: 0;
    transition: var(--transition);
}
.not-found__game.active div {
    opacity: 1;
}
@media (max-width: 1024px) {
    .not-found__game > div {
        display: none;
    }
}

[data-href] {
    cursor: pointer;
}
