@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp 1.2s ease-out forwards;opacity:0}.animate-fade-in-left{animation:fadeInLeft 1s ease-out .3s forwards;opacity:0}.animate-fade-in-right{animation:fadeInRight 1s ease-out .5s forwards;opacity:0}.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-1000{animation-delay:1s}