.hero-copy-in{opacity:0;animation:hero-copy-in .7s ease forwards}.hero-copy-in--0{animation-delay:.3s}.hero-copy-in--1{animation-delay:.45s}.hero-copy-in--2{animation-delay:.65s}.hero-copy-in--3{animation-delay:.8s}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-copy-in{animation:none;opacity:1;transform:none}}