.animate__animated{animation-duration:1s;animation-fill-mode:both}@media (prefers-reduced-motion:reduce){.animate__animated{animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fadeIn{0%{transform:translateY(10px)}to{transform:translateY(0)}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{transform:translate3d(0,-20px,0)}to{transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{0%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInLeft{0%{transform:translate3d(-20px,0,0)}to{transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{transform:translate3d(20px,0,0)}to{transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}