@keyframes slideInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-slideInUp{animation:slideInUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-fadeInScale{animation:fadeInScale .6s cubic-bezier(.16,1,.3,1) forwards}.animate-slideInLeft{animation:slideInLeft .8s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.animation-delay-1{animation-delay:.2s}.animation-delay-2{animation-delay:.4s}.opacity-0{opacity:0}
