@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.animate-fadeIn{animation:fadeIn .5s ease both}.animate-slideUp{animation:slideUp .5s ease both}.animate-slideDown{animation:slideDown .5s ease both}.animate-slideLeft{animation:slideLeft .5s ease both}.animate-slideRight{animation:slideRight .5s ease both}.animate-zoomIn{animation:zoomIn .5s ease both}.animate-zoomOut{animation:zoomOut .5s ease both}.animate-bounceIn{animation:bounceIn .8s ease both}
