@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .7s ease-out forwards}.animate-fadeInUp.delay-150{animation-delay:.15s}.animate-fadeInUp.delay-300{animation-delay:.3s}.animate-fadeInUp.delay-500{animation-delay:.5s}.animate-fadeInUp.delay-700{animation-delay:.7s}.animate-fadeInUp.delay-900{animation-delay:.9s}