@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-hero-fade{opacity:0;will-change:transform, opacity;animation:.8s cubic-bezier(.16,1,.3,1) forwards heroFadeUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}
