@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.fadeInUp{animation:fadeInUp 1s ease-out}.fadeIn{animation:fadeIn 1s ease-out}.slideInRight{animation:slideInRight 1s ease-out}.slideInLeft{animation:slideInLeft 1s ease-out}