.animated{animation-duration:.8s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translate(0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bounce{transform-origin:bottom;animation-name:bounce;animation-duration:1.5s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-iteration-count:infinite}.animate__animated{animation-duration:.8s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.animate__fadeIn{animation-name:fadeIn}.animate__fadeInUp{animation-name:fadeInUp}.animate__fadeInLeft{animation-name:fadeInLeft}.animate__fadeInRight{animation-name:fadeInRight}.animate__bounce{transform-origin:bottom;animation-name:bounce;animation-duration:1.5s;animation-iteration-count:infinite}.animate__delay-1s{animation-delay:.1s}.animate__delay-2s{animation-delay:.2s}.animate__delay-3s{animation-delay:.3s}.visible{visibility:visible!important}.invisible{visibility:hidden!important}
