@keyframes heroFadeIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.hero-brand,.hero-description,.hero-tricolor,.hero-actions{animation:heroFadeIn .8s both}.hero-brand{animation-delay:.08s}.hero-tricolor{animation-delay:.2s}.hero-description{animation-delay:.3s}.hero-actions{animation-delay:.42s}
