.hero{min-height:100vh;overflow:hidden;padding:var(--header-height) 0;position:relative}.hero-bg{z-index:1}.hero-bg,.hero-bg:after{height:100%;left:0;position:absolute;top:0;width:100%}.hero-bg:after{background-color:var(--blue-800-80);content:"";z-index:2}.hero>.sub-wrapper{color:var(--white);flex-grow:1;gap:1.5em;justify-content:center;padding:2em var(--side-padding) 5em;z-index:3}.hero-desc,.hero-title{max-width:500px;width:100%}.hero-cols{display:grid;max-width:400px;place-items:stretch;width:100%}.hero-col{border-bottom:1px solid var(--white-25);display:flex;flex-direction:column;gap:.8em;padding:2em 0}.hero-col,.hero-col-title{width:100%}.hero-col-desc{font-size:.9em;width:100%}@media(min-width:700px){.hero.cols>.sub-wrapper{gap:6em}.hero-cols{grid-template-columns:repeat(3,1fr);max-width:1000px}.hero-col{border-bottom:none;border-left:1px solid var(--white-25);padding:0 1.5em}}@media(min-width:1000px){.hero-col{padding:0 2em}}.hero-carousel{min-height:100vh;min-height:100svh;overflow:hidden;position:relative;width:100%}.hero-crsl-swiper{display:flex;flex-direction:column;height:100%;opacity:0;position:relative;width:100%}.hero-crsl-nav{bottom:var(--header-height);color:var(--white);left:0;pointer-events:none;position:absolute;z-index:3}.hero-crsl-nav>.sub-wrapper{align-items:center;flex-direction:row;gap:1em;justify-content:space-between;width:100%}.hero-crsl-nav-btns{align-items:center;display:flex;gap:.8em;justify-content:flex-start;pointer-events:all}.hero-crsl-nav-btns .prev{transform:rotate(180deg)}.hero-crsl-nav-btns .main-btn-icon:disabled{cursor:not-allowed;opacity:.5}.hero-crsl-nav-prog{background:var(--white-25);height:2px;position:relative;width:4em}.hero-crsl-nav-idx{align-items:center;display:flex;flex-shrink:0;gap:.2em;justify-content:center;pointer-events:all}.active-idx{color:var(--white)}.total-idx{color:var(--white-50)}@keyframes prog{0%{width:0}to{width:100%}}.hero-crsl-nav-prog:after{animation:prog 5s ease forwards;background:var(--white);content:"";height:100%;left:0;position:absolute;top:0;width:0}.hero-crsl-swiper.active{opacity:1}.hero-crsl-swiper .swiper-wrapper,.hero-crsl-swiper>.swiper{height:100%;width:100%}.hero-crsl-swiper .swiper-wrapper{align-items:stretch}.hero-crsl-swiper .swiper-slide{height:auto}.hero-crsl-swiper .swiper-slide.swiper-slide-active .sub-wrapper>*{opacity:1;transform:translate(0);transition:opacity .8s ease calc(.5s*var(--delay)),transform .8s ease calc(.5s*var(--delay))}.hero-crsl-swiper .swiper-slide:not(.swiper-slide-active) .sub-wrapper>*{opacity:0;transform:translate(-20px);transition:opacity .8s ease calc(.25s + .5s*var(--delay)),transform .8s ease calc(.25s + .5s*var(--delay))}.hero-crsl-swiper .swiper-slide .hero .hero-title{--delay:0}.hero-crsl-swiper .swiper-slide .hero .hero-desc{--delay:1}.hero-crsl-swiper .swiper-slide .hero .hero-btn{--delay:2}
