@keyframes hero-image{from{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes hero-copy{from{opacity:0;filter:blur(10px);transform:translateY(22px)}to{opacity:1;filter:blur(0);transform:none}}@keyframes marquee{to{transform:translateX(-50%)}}.hero__copy>*{animation:hero-copy .85s var(--ease) both}.hero__copy>:nth-child(1){animation-delay:.25s}.hero__copy>:nth-child(2){animation-delay:.38s}.hero__copy>:nth-child(3){animation-delay:.5s}.hero__copy>:nth-child(4){animation-delay:.65s}.hero__aside{animation:hero-copy .9s .82s var(--ease) both}
