.animate-fadeIn{animation:1s ease-out fadeIn}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/*# sourceMappingURL=5dbf63c20f8f6fc2.css.map*/