.Hero_hero___ImMv {
    display: flex;
    padding-top: 5rem;
    pointer-events: none;
    z-index: 2;
}
@media (min-width: 850px) {
    .Hero_hero___ImMv {
        height: 100svh;
        padding-top: 5rem;
        margin-bottom: -18vh;
    }
}
.Hero_hero___ImMv .container {
    align-items: center;
}
.Hero_hero___ImMv h1 {
    font-family: var(--syne);
    font-size: var(--fs-60);
    line-height: 3;
    text-transform: lowercase;
    letter-spacing: calc(-30em / 1000);
    margin: 0;
    grid-column: span 6;
}
.Hero_hero___ImMv h2 {
    font-weight: 400;
    line-height: 1.05;
    font-size: var(--fs-100);
    letter-spacing: calc(-20em / 1000);
    grid-column: span 12;
    margin: 13.5rem 0 20vh;
}
@media (max-width: 500px) {
    .Hero_hero___ImMv h2 br {
        display: none;
    }
}
@media (min-width: 769px) {
    .Hero_hero___ImMv h2 {
        line-height: 0.95;
        grid-column: span 8;
        max-width: 12ch;
        margin: 8vh 0 4vh;
    }
}
.Hero_hero___ImMv h2 em {
    font-style: normal;
}
.Hero_hero___ImMv h2 em:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 1em;
    bottom: -0.82em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303.66 19.16"><path d="m.34,19.16l-.34-5.99,3-.17C5.31,12.88,234.84,0,300.66,0h3v6h-3C235.01,6,5.64,18.87,3.33,19l-3,.17Z" style="stroke-width: 0px;"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
.Hero_video__XvPvL {
    grid-column: 10 / span 3;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: none;
}
.Hero_video__XvPvL video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Hero_top__9AiY_ {
    width: 100%;
    gap: 0.75rem;
    padding-top: 5.625rem 0 0;
}
.Hero_bottom___aF_2,
.Hero_top__9AiY_ {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: span 12;
}
.Hero_bottom___aF_2 {
    gap: 12px;
    align-items: baseline;
    gap: 0.75rem;
    margin: 2.5vw 0 0;
}
@media (max-width: 768px) {
    .Hero_bottom___aF_2 {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 7vw;
        transform: translateY(100%);
        display: none;
    }
}
.Hero_introText__vafS1 {
    align-self: flex-end;
    font-weight: 400;
    line-height: 0.95;
    font-size: var(--fs-24);
    line-height: 1.25;
    max-width: 27ch;
    grid-column: span 5;
    transform: translateY(-5ch);
}
.Hero_arrow__k_3kI {
    display: flex;
    grid-column: 12 / span 1;
    justify-content: flex-end;
}
.Hero_arrow__k_3kI svg {
    width: clamp(2.5rem, 5vw, 4.5rem);
}
