body.landing-page .hero{background-image:none}
.hero-carousel-stage{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}
.hero-carousel-slide{position:absolute;inset:0;background-color:#173b5a;background-image:var(--slide-image,none);background-position:center;background-size:cover;will-change:transform}
.hero-carousel-slide-current{transform:translate3d(0,0,0)}
.hero-carousel-slide-incoming{transform:translate3d(100%,0,0)}
body.landing-page .hero-overlay{z-index:1}
.hero-carousel-controls{position:absolute;z-index:4;bottom:26px;left:50%;display:flex;align-items:center;gap:12px;min-height:38px;padding:4px 9px;border:1px solid rgba(225,240,251,.4);border-radius:999px;background:rgba(7,34,59,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.23),0 13px 30px rgba(0,15,31,.18);transform:translateX(-50%);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}
.hero-carousel-controls[data-hero-slide-count="1"]{display:none}
.hero-carousel-arrow{display:grid;width:29px;height:29px;padding:0;place-items:center;border:1px solid rgba(234,245,253,.48);border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:27px;font-weight:300;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.hero-carousel-arrow:hover,.hero-carousel-arrow:focus-visible{border-color:rgba(255,255,255,.85);background:rgba(255,255,255,.28);transform:scale(1.08);outline:0}
.hero-carousel-dots{display:flex;max-width:170px;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}
.hero-carousel-dots::-webkit-scrollbar{display:none}
.hero-carousel-dot{flex:0 0 auto;width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(201,213,224,.75);box-shadow:none;cursor:pointer;transition:width .26s ease,background .26s ease,transform .2s ease}
.hero-carousel-dot:hover,.hero-carousel-dot:focus-visible{background:rgba(255,255,255,.92);transform:scale(1.18);outline:0}
.hero-carousel-dot.is-active{width:22px;background:#fff}
@media(max-width:820px){body.landing-page .hero-carousel-stage{top:0;right:0;bottom:auto;left:0;height:302px}body.landing-page .hero-carousel-slide{background-position:center 52%}.hero-carousel-controls{top:263px;bottom:auto;min-height:34px;padding:3px 8px;gap:10px}.hero-carousel-arrow{width:27px;height:27px;font-size:25px}.hero-carousel-dots{max-width:138px;gap:6px}.hero-carousel-dot{width:6px;height:6px}.hero-carousel-dot.is-active{width:18px}}
@media(max-width:580px){body.landing-page .hero-carousel-stage{height:278px}.hero-carousel-controls{top:240px}.hero-carousel-arrow{width:26px;height:26px;font-size:24px}}
@media(max-width:390px){body.landing-page .hero-carousel-stage{height:270px}.hero-carousel-controls{top:232px}}
