@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}.animated.fadeInUp,.animated.animated-fast.fadeInUp{animation-duration:1.1s;animation-timing-function:cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.fadeInUp{animation:none;opacity:1}}
