@keyframes heroSwoopLeft{0%{transform:translate(-110vw)rotate(-8deg)scaleY(.94)}to{transform:translate(0)rotate(0)scaleY(1)}}@keyframes heroSwoopRight{0%{transform:translate(110vw)rotate(8deg)scaleY(.94)}to{transform:translate(0)rotate(0)scaleY(1)}}@keyframes heroPopUp{0%{opacity:0;transform:translateY(70px)scale(.72)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes heroSlideDown{0%{opacity:0;transform:translateY(-120%)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-swoop-left{animation:1.05s cubic-bezier(.16,1,.3,1) .1s both heroSwoopLeft}.hero-swoop-right{animation:1.05s cubic-bezier(.16,1,.3,1) .1s both heroSwoopRight}.hero-pop-up{animation:.85s cubic-bezier(.34,1.56,.64,1) .8s both heroPopUp}.hero-slide-down{animation:.7s cubic-bezier(.16,1,.3,1) 50ms both heroSlideDown}.hero-fade-up{animation:.55s ease-out 1.25s both heroFadeUp}@keyframes carouselScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-track{animation:22s linear infinite carouselScroll}.carousel-track:hover{animation-play-state:paused}
