:root {--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1;}.animate__animated {animation-duration: var(--animate-duration);animation-fill-mode: both;}.animate__animated.animate__infinite {animation-iteration-count: infinite;}.animate__animated.animate__repeat-1 {animation-iteration-count: var(--animate-repeat);}.animate__animated.animate__repeat-2 {animation-iteration-count: calc(var(--animate-repeat) * 2);}.animate__animated.animate__repeat-3 {animation-iteration-count: calc(var(--animate-repeat) * 3);}.animate__animated.animate__delay-1s {animation-delay: var(--animate-delay);}.animate__animated.animate__delay-2s {animation-delay: calc(var(--animate-delay) * 2);}.animate__animated.animate__delay-3s {animation-delay: calc(var(--animate-delay) * 3);}.animate__animated.animate__delay-4s {animation-delay: calc(var(--animate-delay) * 4);}.animate__animated.animate__delay-5s {animation-delay: calc(var(--animate-delay) * 5);}.animate__animated.animate__faster {animation-duration: calc(var(--animate-duration) / 2);}.animate__animated.animate__fast {animation-duration: calc(var(--animate-duration) * 0.8);}.animate__animated.animate__slow {animation-duration: calc(var(--animate-duration) * 2);}.animate__animated.animate__slower {animation-duration: calc(var(--animate-duration) * 3);}@media print, (prefers-reduced-motion: reduce) {.animate__animated {animation-duration: 1ms !important;transition-duration: 1ms !important;animation-iteration-count: 1 !important;}.animate__animated[class*='Out'] {opacity: 0;}}@keyframes slideInDown {from {transform: translate3d(0, -100%, 0);visibility: visible;}to {transform: translate3d(0, 0, 0);}}.animate__slideInDown {animation-name: slideInDown;}@keyframes slideInLeft {from {transform: translate3d(-100%, 0, 0);visibility: visible;}to {transform: translate3d(0, 0, 0);}}.animate__slideInLeft {animation-name: slideInLeft;}@keyframes slideInRight {from {transform: translate3d(100%, 0, 0);visibility: visible;}to {transform: translate3d(0, 0, 0);}}.animate__slideInRight {animation-name: slideInRight;}@keyframes slideInUp {from {transform: translate3d(0, 100%, 0);visibility: visible;}to {transform: translate3d(0, 0, 0);}}.animate__slideInUp {animation-name: slideInUp;}@keyframes slideOutDown {from {transform: translate3d(0, 0, 0);}to {visibility: hidden;transform: translate3d(0, 100%, 0);}}.animate__slideOutDown {animation-name: slideOutDown;}@keyframes slideOutLeft {from {transform: translate3d(0, 0, 0);}to {visibility: hidden;transform: translate3d(-100%, 0, 0);}}.animate__slideOutLeft {animation-name: slideOutLeft;}@keyframes slideOutRight {from {transform: translate3d(0, 0, 0);}to {visibility: hidden;transform: translate3d(100%, 0, 0);}}.animate__slideOutRight {animation-name: slideOutRight;}@keyframes slideOutUp {from {transform: translate3d(0, 0, 0);}to {visibility: hidden;transform: translate3d(0, -100%, 0);}}.animate__slideOutUp {animation-name: slideOutUp;}
