/* ################################################################################################################################################ */
/* DEBUG: seraph-accel CSS src="/wp-content/plugins/siteorigin-premium/css/animate.min.css?ver=1.70.1" */

.animate__animated {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		animation-duration: 1ms !important;
		transition-duration: 1ms !important;
		animation-iteration-count: 1 !important;
	}
	
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

.animate__bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

.animate__flash {
	animation-name: flash;
}

.animate__pulse {
	animation-name: pulse;
	animation-timing-function: ease-in-out;
}

.animate__rubberBand {
	animation-name: rubberBand;
}

.animate__shakeX {
	animation-name: shakeX;
}

.animate__shakeY {
	animation-name: shakeY;
}

.animate__headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

.animate__swing {
	transform-origin: top center;
	animation-name: swing;
}

.animate__tada {
	animation-name: tada;
}

.animate__wobble {
	animation-name: wobble;
}

.animate__jello {
	animation-name: jello;
	transform-origin: center;
}

.animate__heartBeat {
	animation-name: heartBeat;
	animation-duration: 1.3s;
	animation-duration: calc(var(--animate-duration) * 1.3);
	animation-timing-function: ease-in-out;
}

.animate__backInDown {
	animation-name: backInDown;
}

.animate__backInLeft {
	animation-name: backInLeft;
}

.animate__backInRight {
	animation-name: backInRight;
}

.animate__backInUp {
	animation-name: backInUp;
}

.animate__backOutDown {
	animation-name: backOutDown;
}

.animate__backOutLeft {
	animation-name: backOutLeft;
}

.animate__backOutRight {
	animation-name: backOutRight;
}

.animate__backOutUp {
	animation-name: backOutUp;
}

.animate__bounceIn {
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	animation-name: bounceIn;
}

.animate__bounceInDown {
	animation-name: bounceInDown;
}

.animate__bounceInLeft {
	animation-name: bounceInLeft;
}

.animate__bounceInRight {
	animation-name: bounceInRight;
}

.animate__bounceInUp {
	animation-name: bounceInUp;
}

.animate__bounceOut {
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	animation-name: bounceOut;
}

.animate__bounceOutDown {
	animation-name: bounceOutDown;
}

.animate__bounceOutLeft {
	animation-name: bounceOutLeft;
}

.animate__bounceOutRight {
	animation-name: bounceOutRight;
}

.animate__bounceOutUp {
	animation-name: bounceOutUp;
}

.animate__fadeIn {
	animation-name: fadeIn;
}

.animate__fadeInDown {
	animation-name: fadeInDown;
}

.animate__fadeInDownBig {
	animation-name: fadeInDownBig;
}

.animate__fadeInLeft {
	animation-name: fadeInLeft;
}

.animate__fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

.animate__fadeInRight {
	animation-name: fadeInRight;
}

.animate__fadeInRightBig {
	animation-name: fadeInRightBig;
}

.animate__fadeInUp {
	animation-name: fadeInUp;
}

.animate__fadeInUpBig {
	animation-name: fadeInUpBig;
}

.animate__fadeInTopLeft {
	animation-name: fadeInTopLeft;
}

.animate__fadeInTopRight {
	animation-name: fadeInTopRight;
}

.animate__fadeInBottomLeft {
	animation-name: fadeInBottomLeft;
}

.animate__fadeInBottomRight {
	animation-name: fadeInBottomRight;
}

.animate__fadeOut {
	animation-name: fadeOut;
}

.animate__fadeOutDown {
	animation-name: fadeOutDown;
}

.animate__fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

.animate__fadeOutLeft {
	animation-name: fadeOutLeft;
}

.animate__fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

.animate__fadeOutRight {
	animation-name: fadeOutRight;
}

.animate__fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

.animate__fadeOutUp {
	animation-name: fadeOutUp;
}

.animate__fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

.animate__fadeOutTopLeft {
	animation-name: fadeOutTopLeft;
}

.animate__fadeOutTopRight {
	animation-name: fadeOutTopRight;
}

.animate__fadeOutBottomRight {
	animation-name: fadeOutBottomRight;
}

.animate__fadeOutBottomLeft {
	animation-name: fadeOutBottomLeft;
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

.animate__flipOutX {
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.animate__flipOutY {
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

.animate__lightSpeedInRight {
	animation-name: lightSpeedInRight;
	animation-timing-function: ease-out;
}

.animate__lightSpeedInLeft {
	animation-name: lightSpeedInLeft;
	animation-timing-function: ease-out;
}

.animate__lightSpeedOutRight {
	animation-name: lightSpeedOutRight;
	animation-timing-function: ease-in;
}

.animate__lightSpeedOutLeft {
	animation-name: lightSpeedOutLeft;
	animation-timing-function: ease-in;
}

.animate__rotateIn {
	animation-name: rotateIn;
	transform-origin: center;
}

.animate__rotateInDownLeft {
	animation-name: rotateInDownLeft;
	transform-origin: left bottom;
}

.animate__rotateInDownRight {
	animation-name: rotateInUpLeft;
	transform-origin: right bottom;
}

.animate__rotateInUpLeft {
	animation-name: rotateInUpLeft;
	transform-origin: left bottom;
}

.animate__rotateInUpRight {
	animation-name: rotateInUpRight;
	transform-origin: right bottom;
}

.animate__rotateOut {
	animation-name: rotateOut;
	transform-origin: center;
}

.animate__rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
	transform-origin: left bottom;
}

.animate__rotateOutDownRight {
	animation-name: rotateOutUpLeft;
	transform-origin: right bottom;
}

.animate__rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
	transform-origin: left bottom;
}

.animate__rotateOutUpRight {
	animation-name: rotateOutUpRight;
	transform-origin: right bottom;
}

.animate__hinge {
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
	animation-name: hinge;
	transform-origin: top left;
}

.animate__jackInTheBox {
	animation-name: jackInTheBox;
}

.animate__rollIn {
	animation-name: rollIn;
}

.animate__rollOut {
	animation-name: rollOut;
}

.animate__zoomIn {
	animation-name: zoomIn;
}

.animate__zoomInDown {
	animation-name: zoomInDown;
}

.animate__zoomInLeft {
	animation-name: zoomInLeft;
}

.animate__zoomInRight {
	animation-name: zoomInRight;
}

.animate__zoomInUp {
	animation-name: zoomInUp;
}

.animate__zoomOut {
	animation-name: zoomOut;
}

.animate__zoomOutDown {
	animation-name: zoomOutDown;
	transform-origin: center bottom;
}

.animate__zoomOutLeft {
	animation-name: zoomOutLeft;
	transform-origin: left center;
}

.animate__zoomOutRight {
	animation-name: zoomOutRight;
	transform-origin: right center;
}

.animate__zoomOutUp {
	animation-name: zoomOutUp;
	transform-origin: center bottom;
}

.animate__slideInDown {
	animation-name: slideInDown;
}

.animate__slideInLeft {
	animation-name: slideInLeft;
}

.animate__slideInRight {
	animation-name: slideInRight;
}

.animate__slideInUp {
	animation-name: slideInUp;
}

.animate__slideOutDown {
	animation-name: slideOutDown;
}

.animate__slideOutLeft {
	animation-name: slideOutLeft;
}

.animate__slideOutRight {
	animation-name: slideOutRight;
}

.animate__slideOutUp {
	animation-name: slideOutUp;
}