@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s ease-out both fadeInUp}.animate-fade-in{animation:1s ease-out both fadeIn}.animate-slide-in-down{animation:.6s ease-out both slideInDown}.gradient-fade-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0000004d 50%,#000c 100%)}.stagger-1{animation-delay:.2s}.stagger-2{animation-delay:.4s}.stagger-3{animation-delay:.6s}.stagger-4{animation-delay:.8s}.stagger-5{animation-delay:1s}
