#homeVideoHero .home-video-hero-content .slide-content{gap:clamp(1rem,1.5vw,1.25rem);max-width:calc(100% - 32px);width:100%;left:16px;right:16px}#homeVideoHero .home-video-hero-content .home-video-hero-kicker{width:calc(100% - 32px);max-width:280px;font-size:clamp(.8rem,.95vw,1rem);line-height:1.35;letter-spacing:.01em;text-wrap:balance;opacity:.92;text-shadow:rgba(0,10,70,.95) 2px 2px 8px;padding:.5rem 1rem;border:1px solid hsla(0,0%,100%,.22);border-radius:.5rem;background:rgba(0,10,70,.62);box-shadow:0 4px 16px rgba(0,10,70,.2);backdrop-filter:blur(5px)}#homeVideoHero .home-video-hero-content .home-video-hero-hours{max-width:620px;font-size:clamp(.9rem,1.05vw,1.125rem);line-height:1.15;padding:.5rem 1rem;border-radius:50rem;background:linear-gradient(to bottom, rgba(46, 155, 215, 0.96), rgba(52, 65, 140, 0.96));box-shadow:0 4px 14px rgba(0,10,70,.18)}#homeVideoHero .home-video-hero-content .home-video-hero-hours i,#homeVideoHero .home-video-hero-content .home-video-hero-hours strong{color:#ffe66b}#homeVideoHero .home-video-hero-content .home-video-hero-actions{flex-direction:column;width:100%}#homeVideoHero .home-video-hero-content .home-video-hero-cta{width:min(100%,280px);line-height:1.1}#homeVideoHero .home-video-hero-content .slider-gradient{background:linear-gradient(var(--direction), var(--start), var(--end))}#homeVideoHero .home-video-hero-content .slider-pill-border{border-width:2px 4px 6px 4px;border-style:solid}#homeVideoHero:not(.loaded) [class*=slider-anim-]{opacity:0}#homeVideoHero.loaded .slider-anim-slide-up{animation-name:home-video-hero-slide-up}#homeVideoHero.loaded .slider-anim-slide-down{animation-name:home-video-hero-slide-down}#homeVideoHero.loaded .slider-anim-slide-start{animation-name:home-video-hero-slide-start}#homeVideoHero.loaded .slider-anim-slide-end{animation-name:home-video-hero-slide-end}#homeVideoHero.loaded .slider-anim-popup{animation-name:home-video-hero-popup}#homeVideoHero.loaded [class*=slider-anim-]{animation-delay:var(--slider-delay, 0s);animation-duration:var(--slider-duration, 0.6s);animation-fill-mode:both;animation-timing-function:ease-out;opacity:1}@media(min-width: 576px){#homeVideoHero .home-video-hero-content .home-video-hero-kicker{width:auto;max-width:720px}#homeVideoHero .home-video-hero-content .home-video-hero-actions{flex-direction:row;width:auto}#homeVideoHero .home-video-hero-content .home-video-hero-cta{width:auto}}@media(min-width: 768px){#homeVideoHero .home-video-hero-content .slide-content{max-width:calc(100% - 100px);left:50px;right:50px}}@keyframes home-video-hero-slide-up{0%{transform:translateY(100px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes home-video-hero-slide-down{0%{transform:translateY(-100px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes home-video-hero-slide-start{0%{transform:translateX(-100px);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes home-video-hero-slide-end{0%{transform:translateX(100px);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes home-video-hero-popup{0%{transform:scale(0.75);opacity:0}100%{transform:scale(1);opacity:1}}