/* Minimal fallback for animate.css classes used by the legacy layout. */
.animated{animation-duration:1s;animation-fill-mode:both}.fadeInUp{animation-name:fadeInUp}.zoomIn{animation-name:zoomIn}.rotateInDownLeft{animation-name:rotateInDownLeft}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}
