.textanimation{text-align:center;justify-content:flex-start;align-items:center;display:flex}.textanimation:after{content:"|";font-size:33px;animation:blink 1.1s step-start infinite;padding-top:10px;-webkit-text-stroke:1px #000}@keyframes blink{50%{opacity:0}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}@keyframes heroFade{0%{opacity:0}to{opacity:1}}.hero-fade{animation:heroFade .5s ease both}.hero-fade-up{animation:heroFadeUp 1s cubic-bezier(.1,.76,.55,.9) both}.hero-delay-1{animation-delay:.2s}.hero-delay-2{animation-delay:.4s}.hero-delay-3{animation-delay:.6s}@media (prefers-reduced-motion:reduce){.hero-fade,.hero-fade-up{animation:none}}