.animate-fadeIn{animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) both}.animate-fadeIn.delay-100{animation-delay:.2s}.animate-fadeIn.delay-200{animation-delay:.4s}.animate-fadeIn.delay-300{animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
