.slider-modal{height:var(--modal-height);width:var(--modal-width);position:fixed;background-color:#fff;overflow:hidden;pointer-events:none;display:none;align-items:center;justify-content:center;transform:translate(-50%,-50%) scale(0);will-change:transform,left,top;z-index:50}@media(min-width:40em){.slider-modal{display:flex}}.slider-modal__slider{height:100%;width:100%;position:absolute;transition:top .5s cubic-bezier(.76,0,.24,1)}.slider-modal__slide{height:100%;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero{padding-bottom:clamp(1.875rem,3.5vw,3.75rem);position:relative}.hero__title{font-size:clamp(3.125rem,8vw,7.5rem)}.hero__banner{border-radius:.75rem;background:rgba(255,255,255,.6)}.hero__stats-item{font-size:clamp(2.375rem,4.5vw,5rem)}.services{padding-top:clamp(1.875rem,3.5vw,3.75rem);padding-bottom:clamp(3.75rem,6vw,7.5rem);position:relative}.services__title{font-size:clamp(1.75rem,3vw,3.75rem)}.services__title span{color:var(--accent)}.services__services-list{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:48em){.services__services-list{grid-template-columns:1fr 1fr}}.services__service{position:relative;border-bottom:1px solid #e2e3e1}.services__service-content{position:relative}.services__service-content:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform-origin:center;transform:scaleY(0);background-color:var(--white);transition:transform .2s linear}.services__service:hover .services__service-content:after{transform:scaleY(1)}.services__service-counter{color:var(--gray);transition:transform .2s linear}.services__service:hover .services__service-counter{color:var(--accent)}.services__service-title{transition:transform .2s linear}.services__service:hover .services__service-title{transform:translateX(5px)}.services__service-description{transition:all .2s linear;opacity:1;transform:translateY(0)}@media(min-width:40em){.services__service-description{opacity:0;transform:translateY(100%)}}.services__service:hover .services__service-description{opacity:1;transform:translateY(0)}.services__service-link{border-radius:.5rem;padding:.75rem;transition:all .2s linear;background-color:var(--accent)}.services__service-link svg>*{fill:var(--accent-secondary)}@media(min-width:40em){.services__service-link{background-color:rgba(0,0,0,0)}.services__service-link svg>*{fill:var(--accent)}}.services__service:hover .services__service-link{transform:translateX(-5px);background-color:var(--accent)}.services__service:hover .services__service-link svg>*{fill:var(--accent-secondary)}.cases{position:relative;color:var(--white);padding-top:clamp(3.75rem,8vw,8.75rem);padding-bottom:clamp(1.875rem,3.5vw,3.75rem)}.cases,.cases:after{background-color:var(--background-accent)}.cases:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;z-index:2}.cases__sticky-box{position:absolute;flex-direction:column;gap:1.75rem;font-size:.813rem}.cases__sticky-title{padding-left:1.5rem;padding-right:.75rem;padding-block:.5rem;text-transform:uppercase;border-radius:.3125rem;background:rgba(255,255,255,.1);backdrop-filter:blur(30px);max-width:-moz-max-content;max-width:max-content}.cases__sticky-title:before{content:"";display:block;position:absolute;top:50%;left:.75rem;width:6px;height:6px;transform:translateY(-50%);background-color:var(--accent)}.cases__sticky-filter{opacity:.5}.cases__sticky-filter[data-state=active]{opacity:1}.cases__title{font-size:clamp(1.75rem,3vw,3.75rem);font-weight:700}.cases__cases-list{display:flex;flex-direction:column}@media(min-width:40em){.cases__cases-list{padding-top:2.5rem}}.cases__case{position:relative}@media(min-width:40em){.cases__case{border-top:1px solid #39404d;border-bottom:1px solid #39404d}}.cases__case-wrapper{display:flex;flex:1;flex-direction:column}@media(min-width:40em){.cases__case-wrapper{padding-block:2.5rem}}.cases__case-description,.cases__case-title{transition:opacity .4s ease-out}.cases__case-title{position:absolute;opacity:1;left:0;bottom:0;z-index:1;padding:4.25rem 1.25rem 1.25rem;font-size:1.5rem;font-weight:400;width:100%}.cases__case-title:before{content:"";display:block;position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6));backdrop-filter:blur(10px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0),rgb(0,0,0));mask-image:linear-gradient(180deg,rgba(0,0,0,0),rgb(0,0,0));z-index:-1}@media(min-width:40em){.cases__case-title{position:static;background:unset;backdrop-filter:unset;padding:unset;font-size:clamp(1.25rem,2vw,2.5rem);font-weight:700;opacity:.2}.cases__case-title:before{display:none}}.cases__case-description{opacity:0;font-weight:600;display:none}@media(min-width:40em){.cases__case-description{display:block}}.cases__case-image{display:block}@media(min-width:40em){.cases__case-image{display:none}}.cases__case:hover .cases__case-description,.cases__case:hover .cases__case-title{opacity:1}.cases__cases-btn svg{transition:transform .4s ease-out}.cases__cases-btn svg>*{transition:all .4s ease-out}.cases__cases-btn:hover svg{transform:translateX(-15px)}.cases__cases-btn:hover svg>*{fill:var(--accent)}.awards-list{padding-top:3.75rem}.awards-list__award{display:flex;gap:1.25rem;border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark)}.stats{position:relative;background-color:var(--background-accent);color:var(--white);padding-top:clamp(1.875rem,3.5vw,3.75rem);padding-bottom:clamp(3.75rem,8vw,8.75rem)}.stats__title{font-size:clamp(1.75rem,3vw,3.75rem);font-weight:700}.stats__short-description{font-size:clamp(2.5rem,3vw,4.5rem);font-weight:500}.stats__short-description>span{color:var(--accent-secondary)}.stats__percent-list{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.stats__percent{color:var(--accent-secondary);font-size:clamp(1.25rem,2.5vw,2.5rem)}.stats__percent span{color:var(--white-dark);font-size:clamp(2.5rem,3.75vw,5rem);font-weight:500}.industries{padding-bottom:clamp(1.875rem,3.5vw,3.75rem);padding-top:clamp(3.75rem,6vw,7.5rem)}.industries__title{font-size:clamp(1.75rem,3vw,3.75rem)}.industries__industries-list{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(min-width:40em){.industries__industries-list{grid-auto-rows:14.375rem}}.industries__action,.industries__industry{cursor:pointer;border-radius:.5rem}.industries__industry{transition:background-color .6s ease-out;border:1px solid var(--border)}.industries__industry:hover{background:rgba(255,255,255,.6)}.industries__action{background-color:var(--accent)}.industries__action-title,.industries__industry-title{color:var(--gray);font-weight:500;line-height:1}.industries__industry-title{transition:color .6s ease-out}.industries__industry:hover .industries__industry-title{color:#2e3646}.industries__industry-btn{background-color:var(--accent);border-radius:.5rem;transition:background-color .6s ease-out}.industries__industry-btn svg>*{transition:fill .6s ease-out;fill:var(--accent-secondary)}@media(min-width:40em){.industries__industry-btn{background-color:rgba(0,0,0,0)}.industries__industry-btn svg>*{fill:var(--accent)}}.industries__industry:hover .industries__industry-btn{background-color:var(--accent)}.industries__industry:hover .industries__industry-btn svg>*{fill:var(--accent-secondary)}.partnership{position:relative;padding-block:clamp(1.875rem,3.5vw,3.75rem)}.partnership__title{font-size:clamp(1.75rem,3vw,3.75rem)}.steps{position:relative;padding-block:clamp(1.875rem,3.5vw,3.75rem)}.steps__title{font-size:clamp(1.75rem,3vw,3.75rem)}.steps__direction-switch{padding-left:2.6rem;display:flex;cursor:pointer}.steps__direction-switch span{position:relative;color:var(--accent)}.steps__direction-switch span:after{content:"";position:absolute;top:0;left:-42px;width:24px;height:24px;border-radius:50%;transition:all .2s ease;border:1px solid var(--muted)}.steps__direction-switch span:before{content:"";position:absolute;top:3px;left:-39px;width:18px;height:18px;border-radius:50%;opacity:0;transition:all .2s ease;background-color:var(--accent)}.steps__direction-switch>input:checked+span:after{border:1px solid var(--accent)}.steps__direction-switch>input:checked+span:before{opacity:1}.steps__step{position:relative}.steps__step-content{position:relative;border-top:3px solid #c8c8d2;transition:all .6s ease-out}.steps__step-content:before{content:"";position:absolute;top:-7px;left:-18px;width:12px;height:12px;border-radius:2px;background:#c8c8d2;z-index:2;transition:color .6s ease-out}.steps__step-content:after{content:"";position:absolute;top:-16px;left:-26px;width:28px;height:28px;border-radius:5px;background:var(--accent);transform:scale(0);z-index:1;transition:transform .6s ease-out}.steps__step[data-state=active] .steps__step-content{border-top:3px solid var(--accent)}.steps__step[data-state=active] .steps__step-content:after{transform:scale(1)}.steps__step[data-state=active] .steps__step-content:before{background:var(--white)}