.hero-wrap{
    position: relative;
    height: 200vh;
    background-color: #fff;
    z-index: 1;
}
.hero{
    /*max-width: 1920px;*/
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
    height: 100vh;
    margin: 0 auto;
    padding: 8px;
}
.stripes-container {
    position: absolute;
    inset: 0;
    z-index: 400;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.stripe-item {
    flex: 1 1 20%;
    width: 100%;
    min-height: 0;
    margin-top: -1px;
    padding-bottom: 1px;
    background: #241F27;
    transform: scaleY(0);
    transform-origin: center bottom;
    will-change: transform;
}
.stripe-item:first-child {
    margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
    .hero-wrap{
        height: 200vh;
    }
}
.hero-inner{
    border-radius: 24px;
    background: #E4E1E6;
    height: 100%;
    padding: 3.9vh 24px 18vh 24px;
}
.hero-header{
    display: flex;
    align-items: center;
    margin-bottom: 22.8vh;
}
.hh-logo{
    display: flex;
    width: 180px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hh-left{
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.hh-dots-wrap{
    position: absolute;
    top: calc(100% + 22.8vh);
    left: 0;
    width: 100%;
    display: flex;
    gap: 7px;
    align-items: center;
}
.hh-dot{
    background-color: #333134;
    width: 7px;
    height: 7px;
    border-radius: 7px;
}
.hh-dots{
    width: 100%;
    height: 2px;

    background-image: repeating-linear-gradient(
        to right,
        #949097 0,
        #949097 2px,
        transparent 2px,
        transparent 10px
    );
}
.hh-cta{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    top: calc(100% + 25.2vh + 7px);
    left: 100%;
    width: 422px;
    height: 180px;
}
.hh-desc{
    max-width: 422px;
    color: #949097;
    font-size: 22px;
    line-height: 125%;
}
.hh-start-btn{
    border-radius: 6px;
    background: #4B4CFF;
    padding: 16px 18px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 15.75px;
    text-transform: lowercase;
    text-decoration: none;
    width: fit-content;
    transition: all 0.6s ease;
}
.hh-start-btn:hover{
    background: #241F27;
}
.hh-right{
    border-radius: 8px;
    border: 1px solid #949097;
    background: #FFF;
    display: flex;
    height: 56px;
    flex-shrink: 0;
}
.hh-right li{    
    list-style: none;
    border-right: 1px solid #949097;
}
.hh-right li a{
    display: flex;
    height: 100%;
    align-items: center;
    color: #333134;
    font-size: 15px;
    line-height: 110%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 37px;
    transition: all 0.6s ease;
}
.hh-right li a:hover{
    color: #4B4CFF;
}
.hh-right li:first-child a{
    padding-right: 21px;
}
.works-number{
    position: relative;
    display: flex;
    gap: 0.8px;
    top: -12px;
    font-size: 7px;
    font-weight: 600;
}
.works-number span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #333134;
}
.language-switcher{
    position: relative;
}
.ls-btn{
    height: 100%;
    border-right: 1px solid #949097;
    padding: 24px 37px;    
    cursor: pointer;
    display: flex;
    align-items: center;    
}
.ls-btn p{
    color: #333134;
    font-size: 15px;
    line-height: 110%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}
.ls-btn p svg{
    transition: all 0.6s ease;
}
.language-switcher:hover .ls-btn p svg{    
    transform: rotate(180deg);
}
.ls-dropdown{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    width: calc(100% + 1px);
    border-radius: 0 0 8px 8px;
    border: 1px solid #949097;
    border-top: none;
    background: #FFF;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        visibility 0s linear 0.6s;
}
.language-switcher:hover .ls-dropdown{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}
.ls-dropdown a{
    padding: 12px;
    color: #949097;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-bottom: 1px solid #949097;
    transition: all 0.6s ease;    
}
.ls-dropdown a.current{
    color: #241F27;
}
.ls-dropdown a:last-child{
    border-bottom: none;
}
.ls-dropdown a:hover{
    color: #4B4CFF;
}
.hh-call{
    display: flex;
    align-items: center;
    padding: 24px 47px;
    color: #4B4CFF;
    font-weight: 600;
    line-height: 110%;
    text-transform: lowercase;
    text-decoration: none;
    transition: all 0.6s ease;
}
.hh-call:hover{
    color: #fff;
    background: #4B4CFF;
}
.hh-mob-btn,
.hh-mb-close,
.hhmm-ls{
    display: none;
}
.hh-mob-bg{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.hh-mob-menu{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-30px);
    height: 0;
    transition: height 0.6s ease;
}
.hh-mob-bg,
.hh-mob-menu {
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        visibility 0.6s ease;        
}
.hh-middle{
    height: 180px;
    padding-top: 2.4vh;
    margin-bottom: 8.4vh;
}
.hh-team{
    display: flex;
}
.hh-member{
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hh-member:not(:first-child){
    margin-left: -12px;
}
.hh-footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hh-footer h1{
    color:#241F27;
    font-size: 92px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}
.hh-title-animation{
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 26px 10px 0 0;
    cursor: crosshair;
    touch-action: pan-y;
}
.hh-title-canvas{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.hh-title{
    position: relative;
    z-index: 0;
}
.hh-title-animation.webgl-ready .hh-title-canvas{
    opacity: 1;
}
.hh-title-animation.webgl-ready .hh-title{
    opacity: 0;
}
@media (prefers-reduced-motion: reduce){
    .hh-title-canvas{
        display: none;
    }
    .hh-title-animation.webgl-ready .hh-title{
        opacity: 1;
    }
}
@media (pointer: coarse){
    .hh-title-animation{
        cursor: auto;
    }
}
.hh-badges{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 26px;
}
.hh-badges *{
    transition: all 0.6s ease;
}
.hh-badge{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #949097;
    padding: 8px 12px;
    width: 237px;
    height: 39px;
}
.hh-badges > svg{
    position: absolute;
    bottom: 34px;
    right: 12px;
}
.hh-badge:first-child{
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        visibility 0s linear 0.6s;
}
.hh-badges:hover .hh-badge:first-child{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}
.hh-badges:hover .hh-badge-logo{
    filter: none;
}
.hh-badges:hover .hh-badge-text p{
    color: #333134;
}
.hh-badge-logo{
    filter:
        brightness(0)
        invert(61%)
        sepia(5%)
        saturate(250%)
        hue-rotate(220deg)
        brightness(94%)
        contrast(90%);
    max-width: 78px;
}
.hh-badge-text p{
    color: #949097;
    font-size: 12px;
    line-height: 120%;
}
.hh-badge-text p strong{
    font-weight: 400;
    font-size: 7px;
}
body.no-scroll{
    overflow: hidden;
}
@media (max-width: 1439px){
    .hero-header{
        position: relative;
        margin-bottom: 80px;
    }
    .hh-left{
        position: static;
    }
    .hh-dots-wrap{
        top: calc(100% + 80px);
    }
    .hh-cta{        
        top: calc(100% + 119px);
        left: auto;
        right: 0;
        width: 353px;
    }
    .hh-middle{
        padding-top: 39px;
        height: 251px;
        margin-bottom: 80px;
    }
    .hh-footer{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .hh-title-animation{
        padding: 0;
    }
    .hh-footer h1{
        font-size: 85px;
    }
}
@media (max-width: 1023px){
    .hero-inner{
        padding: 32px 24px;
        position: relative;
    }
    .hero-header{
        padding: 12px 24px;
        background: #fff;
        border-radius: 8px;
        z-index: 300;
    }
    .hh-logo{
        height: 46px;
    }
    .hh-right{
        border: none;
        background: #FFF;        
        height: 46px;
        padding: 5px 0;
    }
    .hh-right li{    
        display: none;
    }
    .ls-btn{
        border-radius: 4px;
        border: 1px solid #949097;
        padding: 10px 12px;
    }
    .ls-dropdown{
        top: calc(100% + 10px);
        left: auto;
        right: 0;
        width: 112px;
        border-radius: 4px;
        border: 1px solid #949097;
        border-top: 1px solid #949097;
    }
    .ls-dropdown a{
        padding: 8px 12px;  
    }
    .hh-call{
        margin-left: 16px;
        padding: 10px 12px;
        border-radius: 4px;
        border: 1px solid #4B4CFF;
    }
    .hh-call:hover{
        color: #241F27;
        border-color: #241F27;
        background: #fff;
    }
    .hh-mob-btn{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        width: 48px;
        cursor: pointer;
        margin-left: 48px;
    }
    .hh-mob-btn.active .hh-mb-open{
        display: none;
    }
    .hh-mob-btn.active .hh-mb-close{
        display: flex;
    }
    .hh-mob-bg.active{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: #241F27;
        z-index: 100;
        visibility: visible;
        pointer-events: auto;
    }
    .hh-mob-menu.active{
        display: block;
        position: absolute;
        width: 100%;
        height: fit-content;
        top: 0;
        left: 0;
        z-index: 250;
        border-radius: 24px;
        background: #E4E1E6;
        padding: 142px 24px 32px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .hh-mob-menu.active + .hero-header .hh-dots-wrap,
    .hh-mob-menu.active + .hero-header .hh-cta{
        display: none;
    }
    .hhmm-header li{
        list-style: none;
        padding-bottom: 24px;
        margin-bottom: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2'%3E%3Crect width='2' height='2' fill='%23949097'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: 12px 2px;
    }
    .hhmm-header li:last-child{
        margin-bottom: 88px;
    }
    .hhmm-header li a{
        color: #949097;
        font-family: 'Oswald', sans-serif;
        font-size: 29px;
        line-height: 100%;
        text-decoration: none;        
    }
    .hhmm-header li a span{
        color: #949097;
    }
    .hhmm-header li a .works-number{
        display: none;
    }
    .hhmm-footer{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2'%3E%3Crect width='2' height='2' fill='%23FF4D00'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-position: left top;
        background-size: 12px 2px;
        padding: 24px 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .hhmm-footer p{
        color: #949097;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%; /* 24px */
    }
    .hhmm-footer a{
        color: #4B4CFF;
        font-size: 17px;
        font-weight: 500;
        line-height: 130%; 
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 8.5%;
        text-underline-offset: 25%;
        text-underline-position: from-font;
        text-transform: lowercase;
    }
    .hh-title h1{
        display: inline;
    }
}
@media (max-width: 767px){    
    .hero{
        padding: 0;
    }
    .hero-inner{
        border-radius: 0;
        padding: 20px 16px;
    }
    .hero-header{
        padding: 8px;
        border-radius: 6px;
        margin-bottom: 32px;
    }
    .hh-logo{
        max-width: 128px;
    }
    .language-switcher{
        display: none;
    }
    .hh-mob-btn{
        margin-left: 24px;
    }
    .hh-middle{
        padding-top: 0;
        margin-bottom: 112px;
    }
    .hh-team{
        padding-left: 22px;
    }
    .hh-member{
        width: 50px;
        height: 50px;
    }
    .hh-cta {
        top: calc(100% + 130px);
        left: 15px;
        right: auto;
        width: calc(100% - 38px);
        gap: 34px;
    }
    .hh-desc {
        max-width: auto;
        font-size: 20px;
        line-height: 110%;
    }
    .hh-start-btn{
        width: 100%;
        text-align: center;
    }
    .hh-dots-wrap{
        transform-origin: left center;
        transform: rotate(-90deg);
        top: calc(100% + 229px);
        left: 2px;
        width: 44.8vw;
        max-width: 168px;
    }
    .hh-title h1{
        font-size: 57px;
    }
    .hhmm-header li:last-child{
        margin-bottom: 60px;
    }
    .hhmm-ls{
        margin: 0 auto;
        width: fit-content;
        display: flex;
        gap: 16px;
        border: 1px solid #949097;
        border-radius: 52px;
        height: 52px;
        padding: 3px 4px 5px;
        margin-bottom: 82px;
    }
    .hhmm-ls a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        color: #949097;
        line-height: 100%;
        text-decoration: none;
        border-radius: 44px;
        text-transform: uppercase;        
    }
    .hhmm-ls a.current{
        background-color: #fff;
        color: #3B393D;
    }
    .hh-mob-bg.active{
        background-color: #fff;
        opacity: 1;
    }
    .hh-mob-menu.active{
        height: calc(100% - 16px);
        width: calc(100% - 8px);
        top: 8px;
        left: 4px;
        padding-top: 122px;
    }
}
@media (max-width: 767px) and (max-height: 809px){
    .hero-header{
        margin-bottom: 2.2vh;
    }
    .hh-cta{
        top: calc(100% + 11vh);
        gap: 1.6vh;
    }
    .hh-dots-wrap{
        top: calc(100% + 27vh);
    }
    .hh-middle{
        margin-bottom: 4vh;
    }
    .hh-badge:first-child{
        display: none;
    }
}
@media (max-width: 374px){
    .hh-logo {
        max-width: 100px;
    }
    .hh-call{
        margin-left: 10px;
        padding: 8px 10px;
        font-size: 16px;
    }
    .hh-mob-btn{
        margin-left: 16px;
    }
    .hh-title h1{
        font-size: 44px;
    }
}