.hero-slider{position:relative;display:block;overflow:hidden;background:#e7e5e1}
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{display:flex;align-items:center;background-image:var(--hero-image);background-position:center;background-size:cover;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}
.hero-slide.active{z-index:1;opacity:1;visibility:visible}
.hero-slide .hero-content{z-index:2}
.hero-video{position:absolute;z-index:0;inset:0;width:100%;height:100%;border:0;pointer-events:none}
.hero-video-native{object-fit:cover}
.hero-video-native-mobile{display:none}
.hero-video-vimeo{top:50%;left:50%;width:max(100vw,177.78vh);height:max(56.25vw,100vh);transform:translate(-50%,-50%)}
.hero-video-vimeo-mobile{display:none}
.hero-slide-video .hero-shade{z-index:1;background:linear-gradient(90deg,rgba(4,13,27,.7),rgba(4,13,27,.24) 58%,rgba(4,13,27,.08))}
.hero-slide-video .hero-content{position:relative}
.hero-slide-dodo{background-position:center center}
.hero-slide-dodo .hero-shade{background:transparent}
.hero-slide-video.hero-slide-dodo .hero-shade{background:transparent}
.hero-slide-dodo .hero-content{align-self:auto;width:auto;max-width:610px;margin-left:8vw;padding-top:0;text-align:left}
.hero-slide-dodo .hero-content>p{margin-right:0;margin-left:0}.hero-slide-dodo .hero-content{color:#fff;text-shadow:0 1px 18px rgba(2,9,18,.24)}.hero-slide-dodo .text-link,.hero-slide-dodo .eyebrow{color:#fff}
.hero-content-dark,.hero-content-dark .eyebrow,.hero-content-dark .text-link{color:var(--navy)}
.hero-slider-arrow{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:47px;height:47px;padding:0;border:1px solid rgba(7,27,54,.18);border-radius:50%;background:rgba(255,255,255,.82);color:var(--navy);font-size:29px;cursor:pointer;transform:translateY(-50%);transition:background .2s,transform .2s}
.hero-slider-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}
.hero-slider-prev{left:22px}.hero-slider-next{right:22px}
.hero-slider-dots{position:absolute;z-index:4;left:8vw;bottom:31px;display:flex;gap:9px}
.hero-slider-dots button{width:28px;height:3px;padding:0;border:0;background:rgba(255,255,255,.55);cursor:pointer;transition:width .3s,background .3s}
.hero-slider-dots button.active{width:54px;background:#fff}
.hero-slider-progress{position:absolute;z-index:4;right:0;bottom:0;left:0;height:2px;background:rgba(255,255,255,.25)}
.hero-slider-progress span{display:block;width:0;height:100%;background:#fff}
.hero-slider.playing .hero-slider-progress span{animation:heroProgress 14s linear forwards}
@keyframes heroProgress{from{width:0}to{width:100%}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}.hero-slider-progress{display:none}}
@media(max-width:640px){.hero-video-vimeo-desktop,.hero-video-native-desktop{display:none}.hero-video-vimeo-mobile,.hero-video-native-mobile{display:block}}
@media(max-width:640px){.hero-slide{align-items:flex-end}.hero-slide-dodo{background-position:center center}.hero-slide-dodo .hero-shade{background:linear-gradient(180deg,rgba(249,248,246,.87) 0,rgba(249,248,246,.48) 32%,rgba(249,248,246,0) 63%)}.hero-slide-dodo .hero-content{align-self:flex-start;width:100%;margin:0;padding:44px 24px 0;text-align:left}.hero-slide-dodo .hero-content h1{font-size:46px}.hero-slide-dodo .hero-content>p{max-width:300px;margin-left:0}.hero-slide-dodo .hero-actions{align-items:flex-start}.hero-slide-video .hero-shade{background:linear-gradient(0deg,rgba(4,13,27,.78),rgba(4,13,27,.06) 72%)}.hero-slide-video .hero-content{padding-bottom:128px}.hero-video-vimeo{width:max(177.78vh,100vw);height:max(100vh,56.25vw)}.hero-slider-arrow{top:auto;bottom:21px;width:39px;height:39px;font-size:24px;transform:none}.hero-slider-arrow:hover{transform:none}.hero-slider-prev{left:18px}.hero-slider-next{left:65px;right:auto}.hero-slider-dots{right:18px;bottom:39px;left:auto}.hero-slider-dots button{width:18px}.hero-slider-dots button.active{width:32px}.hero-slider .home-promo-card{bottom:78px}}
