:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animated{animation-duration:var(--animate-duration)}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * 0.8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print, (prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*='Out']{opacity:0}}.fadeIn{animation-name:fadeIn}.fadeInBottomLeft{animation-name:fadeInBottomLeft}.fadeInBottomRight{animation-name:fadeInBottomRight}.fadeInDown{animation-name:fadeInDown}.fadeInDownBig{animation-name:fadeInDownBig}.fadeInLeft{animation-name:fadeInLeft}.fadeInLeftBig{animation-name:fadeInLeftBig}.fadeInRight{animation-name:fadeInRight}.fadeInRightBig{animation-name:fadeInRightBig}.fadeInTopLeft{animation-name:fadeInTopLeft}.fadeInTopRight{animation-name:fadeInTopRight}.fadeInUpBig{animation-name:fadeInUpBig}.fadeInUp{animation-name:fadeInUp}.slideInDown{animation-name:slideInDown}.slideInLeft{animation-name:slideInLeft}.slideInRight{animation-name:slideInRight}.slideInUp{animation-name:slideInUp}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}.flipOutX{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}.flipOutY{animation-duration:calc(var(--animate-duration) * 0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}.bounce{animation-name:bounce;transform-origin:center bottom}.flash{animation-name:flash}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}.jello{animation-name:jello;transform-origin:center}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}.rubberBand{animation-name:rubberBand}.shake{animation-name:shake}.shakeX{animation-name:shakeX}.shakeY{animation-name:shakeY}.swing{transform-origin:top center;animation-name:swing}.tada{animation-name:tada}.wobble{animation-name:wobble}.backInDown{animation-name:backInDown}.backInLeft{animation-name:backInLeft}.backInRight{animation-name:backInRight}.backInUp{animation-name:backInUp}.backOutDown{animation-name:backOutDown}.backOutLeft{animation-name:backOutLeft}.backOutRight{animation-name:backOutRight}.backOutUp{animation-name:backOutUp}.bounceIn{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}.bounceInDown{animation-name:bounceInDown}.bounceInLeft{animation-name:bounceInLeft}.bounceInRight{animation-name:bounceInRight}.bounceInUp{animation-name:bounceInUp}.bounceOut{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}.bounceOutDown{animation-name:bounceOutDown}.bounceOutLeft{animation-name:bounceOutLeft}.bounceOutRight{animation-name:bounceOutRight}.bounceOutUp{animation-name:bounceOutUp}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}.rotateIn{animation-name:rotateIn;transform-origin:center}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}.rotateOut{animation-name:rotateOut;transform-origin:center}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}.jackInTheBox{animation-name:jackInTheBox}.rollIn{animation-name:rollIn}.rollOut{animation-name:rollOut}.zoomIn{animation-name:zoomIn}.zoomInDown{animation-name:zoomInDown}.zoomInLeft{animation-name:zoomInLeft}.zoomInRight{animation-name:zoomInRight}.zoomInUp{animation-name:zoomInUp}.zoomOut{animation-name:zoomOut}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}
