.hero-carousel{position:relative}@media(max-width:992px){.hero-carousel{margin-bottom:0}}.hero-carousel .swiper{position:relative}.hero-carousel .hero-swiper{min-height:100vh;width:100%}@media(max-width:992px){.hero-carousel .hero-swiper{min-height:unset}}.hero-carousel .swiper-wrapper{align-items:stretch;display:flex;min-height:100vh}@media(max-width:992px){.hero-carousel .swiper-wrapper{min-height:350px}}.hero-carousel__slide{min-height:inherit;position:relative;width:100%}.hero-carousel__slide.swiper-slide{align-items:center;display:flex;flex-shrink:0;height:auto!important}.hero-carousel__inner{align-items:flex-start;box-sizing:border-box;display:flex;height:100%;padding:calc(5rem + 120px) 0 13rem;position:relative;width:100%}@media(max-width:992px){.hero-carousel__inner{align-items:center;padding:calc(3rem + 100px) 0 7rem}}.hero-carousel__background{aspect-ratio:1920/1106;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-carousel__background:before{background:#0000008c;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}@media(max-width:992px){.hero-carousel__background:before{background:#0009}}.hero-carousel__image{height:100%;object-fit:cover;object-position:center;width:100%}.hero-carousel__wrapper{position:relative;width:100%;z-index:3}.hero-carousel__content{color:var(--color-light);max-width:75%;position:relative;z-index:4}@media(max-width:992px){.hero-carousel__content{max-width:100%}}.hero-carousel__title{font-size:clamp(4rem,7vw,7.1rem);font-weight:700;margin-bottom:1.5rem;max-width:85%}@media(max-width:992px){.hero-carousel__title{max-width:100%}}.hero-carousel__title--main{max-width:100%}.hero-carousel__description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;max-width:65%;opacity:.9}@media(max-width:992px){.hero-carousel__description{font-size:16px;max-width:100%}}.hero-carousel__ctas{display:flex;flex-wrap:wrap;gap:1rem}.hero-carousel__ctas .button{background:var(--color-light);color:var(--color-primary)}.hero-carousel__ctas .button:last-child{background:var(--color-primary);color:var(--color-light)}.hero-carousel__ctas .button:last-child:hover{background:var(--color-primary-hover)}.hero-carousel__mobile-progress{bottom:0;box-sizing:border-box;display:none;left:0;padding:0 2rem 2rem;position:absolute;width:100%;z-index:4}@media(max-width:992px){.hero-carousel__mobile-progress{display:block}}.hero-carousel__progress-bar{background:#ffffff4d;border-radius:2px;height:3px;overflow:hidden;width:100%}.hero-carousel__progress-fill{background:var(--color-primary);border-radius:2px;height:100%;transition:width .3s ease;width:0}.hero-carousel__progress-fill--animating{animation:mobileProgressBar var(--progress-duration,6s) linear forwards;animation-play-state:var(--progress-state,running)}.hero-carousel__navigation{margin-top:calc(-174px - 1.3rem)!important;position:relative;z-index:3}@media(max-width:992px){.hero-carousel__navigation{display:none}}.hero-carousel__navigation:after{background:linear-gradient(to top,var(--color-light) 40%,#0000 100%);bottom:0;content:"";height:calc(100% + 2rem);left:0;position:absolute;width:100%;z-index:1}.hero-carousel__cards{box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:0 2rem 2rem}@media(max-width:992px){.hero-carousel__cards{padding:0}}@media(min-width:768px){.hero-carousel__cards{grid-template-columns:repeat(4,1fr)}}.hero-carousel__card{all:unset;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem 2rem 1.5rem;position:relative;z-index:2}.hero-carousel__card:before{background:#f9f9f9;width:100%}.hero-carousel__card:after,.hero-carousel__card:before{bottom:0;content:"";height:3px;left:0;position:absolute}.hero-carousel__card:after{background:var(--color-primary);transition:width .3s ease;width:0}.hero-carousel__card--spotlight{background:var(--color-primary);color:var(--color-light)}.hero-carousel__card--spotlight:before{display:none}.hero-carousel__card--spotlight .hero-carousel__card-number,.hero-carousel__card--spotlight .hero-carousel__card-title,.hero-carousel__card--spotlight .hero-carousel__card-type{color:var(--color-light)}.hero-carousel__card--spotlight:after{display:none}.hero-carousel__card--progress:after{animation:progressBar var(--progress-duration,6s) linear forwards;animation-play-state:var(--progress-state,running)}.hero-carousel__card-number{color:var(--color-primary);font-family:acumin-pro-extra-condensed,sans-serif;font-size:2.3rem;font-weight:700;line-height:.9;transition:color .2s ease}.hero-carousel__card-top{align-items:flex-end;display:flex;gap:0 10px;margin-bottom:15px}.hero-carousel__card-type{color:var(--color-primary);font-family:var(--font-family-heavy);font-size:.85rem;transition:color .2s ease}.hero-carousel__card-title{color:var(--color-dark);font-family:acumin-pro-extra-condensed,sans-serif;font-size:1.6rem;font-weight:500;line-height:1;text-transform:uppercase}@media(max-width:768px){.hero-carousel .hero-swiper{min-height:350px}.hero-carousel__navigation{padding:1.5rem 0}.hero-carousel__cards{gap:1rem;grid-template-columns:repeat(2,1fr)}.hero-carousel__card{padding:1rem}.hero-carousel__card-title{font-size:1rem}}@media(max-width:480px){.hero-carousel__cards{grid-template-columns:1fr}}.hero-carousel .swiper-slide{box-sizing:border-box;transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.hero-carousel .swiper-wrapper{touch-action:pan-y}@keyframes progressBar{0%{clip-path:inset(0 0 0 0);width:0}85%{clip-path:inset(0 0 0 0);width:100%}92%{clip-path:inset(0 0 0 100%);width:100%}to{clip-path:inset(0 0 0 100%);width:100%}}@keyframes mobileProgressBar{0%{width:0}85%{width:100%}92%{width:100%}to{width:0}}.hero-carousel__content[data-aos]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.hero-carousel__content[data-aos].aos-animate{opacity:1;transform:translateY(0)}