/*
Info:

maxWidth: 2268
maxHeight: 1285
*/

@font-face {
    font-family: 'HaasGrotesk';
    src: url('../assets/fonts/NHaasGroteskTXPro.woff2') format("woff2"),
        url('../assets/fonts/NHaasGroteskTXPro.woff') format("woff"),
        url('../assets/fonts/NHaasGroteskTXPro.otf') format("opentype");
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('../assets/fonts/PPNeueMontrealMono.woff2') format("woff2"),
        url('../assets/fonts/PPNeueMontrealMono.woff') format("woff"),
        url('../assets/fonts/PPNeueMontrealMono.otf') format("opentype");
}

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

ul {
    list-style: none;
}

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

/*  page css  */
body {
    text-transform: uppercase;
    font-size: max(14px, 0.92svw);
    line-height: 0.9;
    letter-spacing: 0;
    font-family: 'NeueMontreal';
    opacity: 0
}

.text-s {
    font-size: max(14px, 0.81vw);
}

.text-m {
    font-size: max(16px, 1.15svw);
    line-height: 0.84;
}

.text-l {
    font-size: 8.1svw;
    line-height: 0.84;
    letter-spacing: -0.04em;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.flex-1 {
    flex: 1;
}

.dvh {
    height: 100dvh;
}

.gray-text {
    color: #9E9E9E;
}

.header-last {
    text-align: right;
}

main {
    text-align: center;
}

footer {
    margin-top: 15svh;
}

.container {
    padding: 24px 24px 21px 24px;
    cursor: default;
}
.container svg path {
    fill: currentColor;
}
.container svg.stroke path {
    stroke: currentColor;
    fill: none;
}
.picto-header {
    width: 2.89svw;
    height: auto;
    cursor: pointer;
}

.title {
    margin-top: 2.6svh;
    margin-bottom: 4.17svh;
    font-family: 'HaasGrotesk';
}

.title>span {
    position: relative;
    display: flex;
}

.title-picto-1 {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0.38em;
    height: 1em;
}
.title-picto-1 svg {
    width: 0.26em;
    position: absolute;
}
.subtitle >span {
    display: block;
}
.shine-1{
    left: -0.05em;
    top: -0.15em;
}
.shine-2 {    
    left: 0.055em;
    top: -0.05em;
}

.title-picto-2 {
    width: 0.7em;
}

.title-picto-2 svg {
    width: 100%;
    height: auto;
}

.footer-list-last {
    margin-left: 1.35em;
}

.cta {
    --hoverColor: white;
    --hoverBgColor: black;
    --clip: 1;
    border: 1px solid;
    border-radius: 3.71em;
    padding: 0.21em;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: attr(data-word);
    position: absolute;
    color: var(--hoverColor);
    background-color: var(--hoverBgColor);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: inset(calc(var(--clip) * 100%) 0% 0% 0%);
    pointer-events: none;
}

.easter-egg {
    position: absolute;
    width: 15svw;
    height: 15svw;
    pointer-events: none;
    perspective: 40svw;
    /*100svw;*/
    /*  perspective-origin: bottom;*/
}

.ee-img-ctn {
    perspective: 40svw;
    width: 100%;
    height: 100%;
    /*   perspective-origin: bottom;*/
}

.easter-egg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg {
    --line-color: #F2F2F2;
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.raw {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0;
    justify-content: space-between;
    padding-left: 25.28%;
    padding-right: 25.28%;
}

.raw::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--line-color);
}

.raw svg {
    width: 1.21svw;
    height: auto;
}

.column {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
}

.column::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: var(--line-color);
}

.raw-1 {
    top: 32.35%;
    align-items: flex-start;
}

.raw-2 {
    bottom: 32.35%;
    align-items: flex-end;
}

.column-1 {
    left: 25.28%;
}

.column-3 {
    right: 25.28%;
}

.icon-1 {
    transform: translate(-50%, -50%);
}

.icon-2 {
    transform: translate(0%, -50%);
}

.icon-3 {
    transform: translate(50%, -50%);
}

.icon-4 {
    transform: translate(-50%, 50%);
}

.icon-5 {
    transform: translate(0%, 50%);
}

.icon-6 {
    transform: translate(50%, 50%);
}


@media (max-width: 768px) {
    .text-l {
        font-size: 11svw;
    }
    .footer-list-last {
        margin-left: 0.5em;
    }
    footer ul {
        margin-left: 0.5em;
    }
}