@keyframes fadeIn{0%{opacity:0;transform:translateY(10px);visibility:hidden}1%{visibility:visible}to{opacity:1;transform:translateY(0);visibility:visible}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards;opacity:0}.animate-fadeIn-delay-150{animation:fadeIn .5s ease-out forwards;animation-delay:.15s;opacity:0;visibility:hidden}.animate-fadeIn-delay-300{animation:fadeIn .5s ease-out forwards;animation-delay:.3s;opacity:0;visibility:hidden}.animate-fadeIn-delay-450{animation:fadeIn .5s ease-out forwards;animation-delay:.45s;opacity:0;visibility:hidden}.animate-fadeIn-delay-600{animation:fadeIn .5s ease-out forwards;animation-delay:.6s;opacity:0;visibility:hidden}.animate-fadeIn-delay-700{animation:fadeIn .5s ease-out forwards;animation-delay:.7s;opacity:0;visibility:hidden}.animate-fadeIn-delay-800{animation:fadeIn .5s ease-out forwards;animation-delay:.8s;opacity:0;visibility:hidden}.animate-fadeIn-delay-875{animation:fadeIn .5s ease-out forwards;animation-delay:875ms;opacity:0;visibility:hidden}.animate-fadeIn-delay-950{animation:fadeIn .5s ease-out forwards;animation-delay:.95s;opacity:0;visibility:hidden}.animate-fadeIn-delay-1000{animation:fadeIn .5s ease-out forwards;animation-delay:1s;opacity:0;visibility:hidden}