@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
/**********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */










































/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}
.animated.repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2)
}
.animated.repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3)
}
.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2)
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3)
}
.animated.delay-4s {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4)
}
.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5)
}
.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2)
}
.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.8);
	animation-duration: calc(var(--animate-duration)*0.8)
}
.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2)
}
.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3)
}
@media (prefers-reduced-motion:reduce), print {
	.animated {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		-webkit-transition-duration: 1ms!important;
		transition-duration: 1ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important
	}
	.animated[class*=Out] {
		opacity: 0
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}
@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
@keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
.shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}
@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}
@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}
.shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}
@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}
@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}
@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}
@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}
@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}
.backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}
@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
}
.backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}
@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
}
.backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}
@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}
.backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}
@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}
@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}
@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}
@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}
@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}
.fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}
@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}
@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}
.fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}
@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}
@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}
.fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}
@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}
@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}
.fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
.lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}
.lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes rotateOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
@keyframes rotateOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left
}
@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}


@media(max-width:991px){
  .dnd-section > .row-fluid,
  .footer__container ,
  .content-wrapper ,
  .page-center {
  max-width:100% !important;
  }
  }
  

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
/* Legacy Font Names */

@font-face { 
  font-family: WorkSans-Light; 
  src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Light.woff2") format("woff2");
    font-display: swap; 
    }

@font-face { 
  font-family: WorkSans-Regular; 
  src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Regular.woff2") format("woff2");
    font-display: swap;
    }

@font-face {
  font-family: WorkSans-Medium;
  src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Medium.woff2") format("woff2");
    font-display: swap; 
    }

@font-face { 
  font-family: WorkSans-SemiBold;
  src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-SemiBold.woff2") format("woff2");
    font-display: swap; 
    }

@font-face { 
  font-family: WorkSans-Bold;
  src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Bold.woff2") format("woff2");
    font-display: swap; 
    }

/* WH Font Files */
  @font-face {
    font-family: WorkSans;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Light.woff2") format("woff2");
  }

  @font-face {
    font-family: WorkSans;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Regular.woff2") format("woff2");
  }
 
  @font-face {
    font-family: WorkSans;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Medium.woff2") format("woff2");
  }

  @font-face {
    font-family: WorkSans;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-SemiBold.woff2") format("woff2");
  }

  @font-face {
    font-family: WorkSans;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/fonts/WorkSans-Bold.woff2") format("woff2");
  }

/* Force Global Font Family */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
table,
tr,
td {
  font-family: WorkSans;
}

/* Base Styles */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-weight: 400;
/*   font-size: 16px;
  line-height: 24px; */
  background: #fff;
  word-break: break-word;
  color: #282828;
}

img{
  max-width:100%;
  height: auto;
  flex-shrink: 0;
}

body.emulator{
padding:0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.375;
}

/* Anchor Links */
a {
  color: #5327a4;
  outline: none;
  text-decoration: none !important;
  cursor: pointer;
  max-width: 100% !important;
  white-space: normal !important;
  display: inline-block;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color:#3a1b72;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-word;
}

h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #17285C;
  text-transform: uppercase;
}

h1 strong {
  font-weight: 700;
}

h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #17285C;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #282828;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  letter-spacing: -.45px;
  line-height: 1.20833333333  ;

}

h5 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.16666666667;
}

h6 {
  line-height:1.5;
}

/* Larger than Mobile */
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
  
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  
  h4 {
    line-height: 24px;
    font-size: 20px;
  }
}

strong {
font-weight: 600;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 1rem;
  padding: 0;
  line-height:1.375;
  margin-left: 3rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5rem;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  min-height: 48px;
  outline: none !important;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
  line-height: 1.75;
  font-family: WorkSans-SemiBold;
  font-weight: 500;
  margin: 15px 0;
  cursor: pointer;
  max-width: 100%;
  border-style: solid;
  text-transform: none;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  outline: 0;
  letter-spacing: -0.11px;
  font-size: 18px;
  box-shadow: 0px 11px 20px 0px rgb(55 34 158 / 19%);
  justify-content: center;
}

.hs-button:active{
  box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  margin-bottom:4px;
  padding-top: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #d9534f;
  font-family: Worksans-Medium;
    margin-top: .5rem !important;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs {
  margin-left: 0;
  color: #d9534f;
  font-family: Worksans-Medium;
}

form#email-prefs-form p {
    margin-bottom: 15px;
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  display: inline-block;
  width: 100%;
  font-family: Worksans-Regular;
  z-index: 1;
  padding: 18.5px 13px;
  color:#373a3e;
  outline: none !important;
  font-size: 14px;
  max-width:100%;
  font-weight: 500;
  border:1px solid;
  height:48px;
}


input[type=text]:focus,
input[type=password]:focus,
form select:focus,
form textarea:focus,
.hs-input:focus{
  border:2px solid;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #f44336;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #f44336;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}


.hs-form-field,
.field {
  margin-bottom: 18px;
}



.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  margin-left:0 !important;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
}

thead th {
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

     -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider *{
outline:none !important;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.container-fluid.body-container.expat-page-form form>div:nth-child(2) {
    order: 3;
    padding: 0 15px;
    width: 100%;
    margin-right: 4px;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.business-plan-page .bottom-section .widget-type-rich_text p a:before {
  display: none;
}

.ocean-page .bg-image.desktop img {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 444px;
  left: 50%;
  transform: translateX(-50%);
}

.business-page .bottom-section .banking-information .inner {
  flex-direction: row-reverse;
  justify-content: center;
}

.card-page .button-module .button-item {
  width: 100%;
}

.resources-page .bottom-section .widget-type-form form .hs-richtext a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #3e1d7b!important;
  visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.resources-page .bottom-section .widget-type-form form .hs-richtext a {
  position: relative;
}

.resources-page .bottom-section .widget-type-form form .hs-richtext a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.business-page .bottom-section .banking-information .images {
  margin-left: 8.333333%;
  max-width: 33.333333%;
}

.business-page .bottom-section .banking-information .content {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 0;
  align-self:center;
}

.business-page .bottom-section .banking-information ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 4px;
}

.business-page .bottom-section .banking-information ol li img {
  max-height: 43px;
  vertical-align: middle;
}

.business-page .bottom-section .banking-information ol li:not(:last-child) {
  margin-right: 1rem!important;
}

.business-page .bottom-section .banking-information .content {
  padding-bottom: 0;
}

.business-page .bottom-section .banking-information .main-img img {
  max-height: 320px;
}

.business-page .bottom-section .banking-information .item:nth-child(1) {
  top: 80px;
  right: 0px;
  width: auto;
}

.business-page .bottom-section .banking-information .item:nth-child(1) img {
  width: 192.88px;
}

.business-page .bottom-section .banking-information .item:nth-child(2) {
  bottom: 26px;
  left: -70px;
}

.business-page .bottom-section .banking-information .item:nth-child(2) img {
  width: 267.5px;
}

.saving-section .widget-type-rich_text h1 {
  margin-bottom: 1.5rem;
}

.saving-section .span6:last-child {
  max-width: 41.666667%;
}

.business-page .widget-type-rich_text ul li:before {
  content: ' ';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNi45NDhMNC4wNCAxMCAxMyAxIiBzdHJva2U9IiNDNkQ0RTkiIHN0cm9rZS13aWR0aD0iMS41IiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
  background-size: contain;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0;
  margin-top: 2px;
  padding-right: .5rem !important;
  box-sizing: content-box;
  background-repeat: no-repeat;
}

.business-page .widget-type-rich_text ul li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 1rem !important;
  line-height: 1.2;
}

.business-page .widget-type-rich_text ul {
  margin: 0;
  list-style: none;
}

.business-page .banner-section .widget-type-rich_text h1 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 5px;
}

.business-page .banner-section .widget-type-linked_image img {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 10px 18px);
  margin-bottom: 1rem!important;
  vertical-align: middle;
}

.business-page .banner-section .widget-type-rich_text h5 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
  color: #282828;
}

.business-page {
  background-color: #f4f6fb;
}

.business-page .top-section h3 {
  font-size: 24px;
  font-family: WorkSans-SemiBold;
  line-height: 28px;
  margin-bottom: 1.5rem!important;
}

.business-page .widget-type-rich_text h2{
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 1rem;
}

.business-page .bottom-section .partners-logo.auto .items {
  align-items: flex-start;
}

.business-page .bottom-section .partners-logo.auto .item {
  margin-bottom: 1.5rem;
}

.business-page .bottom-section .partners-logo .item:nth-child(1) img {
  margin-top: 2px;
}

.business-page .bottom-section .partners-logo .item:nth-child(2) img{
  margin-top: 3px;
}

.business-page .bottom-section .partners-logo .item:nth-child(4) img {
  margin-top: 5px;
}

.business-page .bottom-section .partners-logo .item:nth-child(5) img{
  margin-top: 3px;
  margin-left: 30px;
}

.business-page .bottom-section .button-module .hs-btn {
  padding: 0px 12px;
  width: 222px;
  font-size: 16px;
}

.giving-page .top-section  .widget-type-rich_text {
  padding: 0;
}

.security-section .widget-type-linked_image {
  height: 101px;
  margin-bottom: 1.5rem;
}

.security-section p {
  line-height: 24px;
}

.home-page  .pricing-plan-wrapper {
  padding-top:96px;
}

.home-page .button-module .purple .hs-btn {
  width: 100%;
  font-size: 18px;
  padding:6px 12px;
}

.home-page .button-item.purple {
  width: 100%;
  padding-right: 15px;
}


.home-page .bottom-section {
  padding-top: 104px;
}

.convenient-section .widget-type-rich_text h4 {
  letter-spacing: 0;
  font-family: WorkSans-SemiBold;
  margin-top: 0;
  color: #282828;
  line-height: 1.16666666667;
  margin-bottom: 1rem;
}

.convenient-section .widget-type-rich_text p {
  line-height: 1.5;
}

.resources-page .bottom-section .widget-type-form form label {
  margin: 0;
}

.resources-page .bottom-section .widget-type-form form .legal-consent-container {
  order: 2;
}

.convenient-section .widget-type-linked_image {
  margin: 1.5rem 0;
}

.resources-page .bottom-section .widget-type-form form .legal-consent-container p {
  font-family: Worksans-Regular;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  color: #282828;
}

.resources-page .bottom-section .widget-type-form form .hs-richtext {
  margin: 0;
}

.ocean-page .banner-wrap .bg-image.desktop{
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.ocean-page .banner-wrap .inner {
  position: relative;
}

.ocean-page .banner-wrap {
  position: relative;
  background: #ecf9fc !important;
}



.ocean-page .main-section .widget-type-rich_text {
  max-width: 66.666667%;
  margin: 0px auto;
}

.ocean-page .how-it-works {
  margin-top: 65px;
  padding-bottom: 93px;
}

.ocean-page .how-it-works .count>div {
  background-color: #d9f4f5;
}

.ocean-page .how-it-works .count>div span {
  color: #42c6cc;
}

.ocean-page .how-it-works .count {
  margin-right: 1rem;
}

.ocean-page .how-it-works p {
  padding: 0;
}

.ocean-page .how-it-works strong {
  font-family: WorkSans-SemiBold;
}


.ocean-page .top-section .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
}

.ocean-page .banner-wrap {
  background-color: rgb(236, 249, 252);
  background-position: center;
  background-size: contain;
}

.ocean-page .bottom-section .widget-type-rich_text {
  max-width: 66.666667%;
  margin: 0px auto;
  padding: 0px 15px;
}

.ocean-page .banner-wrap h1 {
  color: #42c6cc!important;
}

.ocean-page .banner-wrap .content {
  max-width: 50%;
}

.ocean-page .bottom-section .widget-type-rich_text h6 {
  color: #282828;
  margin: 0;
}

.ocean-page .bottom-section .widget-type-rich_text h3 {
  margin-bottom: 1rem!important;
}


.ocean-page .button-module .purple .hs-btn {
  font-size: 18px;
  width: 280px;
  padding: 6px 12px;
  line-height: 1.75;
}

.location-column .content-with-image.right .inner {
  text-align: left;
}

.location-column .content-with-image .content {
  margin-left: 8.333333%;
  max-width: 41.666667%;
  padding: 0px 15px;
}

.location-column .content-with-image.right .inner {
  justify-content: flex-end;
}

.location-column .content-with-image .image {
  max-width: 41.666667%;
  padding: 0px 31px;
  text-align: center;
}

.location-column .content-with-image .image img{

  height: 370px;
  max-height: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  object-fit: contain;
  vertical-align: middle;
}

.location-column .content-with-image .inner {
  align-items: flex-start;
  justify-content:flex-start;
}

.location-column .content-with-image h4 {
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: WorkSans-SemiBold;
  font-size: 22px;
  line-height: 25px;
}

.location-column .content-with-image p {
  padding-right: 16px;
  margin-bottom: 5px;
}

.location-column .content-with-image.left p {
  padding: 0;
}

.location-column  .content-with-image.left .image {
  margin-left: 8.333333%;
  max-width: 41.666667%;
}

.location-column .content-with-image.left .content {
  max-width: 41.666667%;
  margin-left: 0;
}

.carbon-page .how-it-works {
  margin-top: 64px;
}

.carbon-page .how-it-works .count {
  margin-right: 1rem!important;
}

.carbon-page .how-it-works .count>div {
  background-color: rgba(160,235,135,.3);
}

.carbon-page .how-it-works .count>div span {
  color: #76b580;
}

.carbon-page .how-it-works p {
  padding: 0;
}

.carbon-page .widget-type-rich_text,
.giving-page .widget-type-rich_text {
  max-width: 83.333333%;
  margin: 0px auto;
  padding: 0px 15px;
}

.ocean-page .top-section .widget-type-rich_text {
  max-width: 83.333333%;
  margin: 0px auto;
  padding: 0;
  padding-top: 96px;
}

.carbon-page .top-section .widget-type-rich_text {
  padding: 0;
  padding-top: 96px;
}

.carbon-page .top-section .widget-type-rich_text p{
  line-height:1.5;
}

.giving-page .widget-type-rich_text p {
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 1.5;
}

.giving-page .widget-type-rich_text h6 {
  font-family: WorkSans-Medium;
  font-size: 20px;
  color: #282828;
  line-height: 1.2;
}

.giving-page .widget-type-rich_text h5 {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 1.16666666667;
  color: #868e96;
  margin-bottom: 1.5rem;
  margin-top: 0;
}


.charges-page  .bottom-panel {
  padding-top:134px;
}

.giving-page .bottom-section .bottom-panel {
  padding-top: 84px;
}

.giving-page .bottom-section .content-with-image {
  padding-bottom: 64px;
}

.charges-page .comparison-table .title {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
  color: #868e96;
}

.charges-page .comparison-table.right .content {
  max-width: 41.666667%;
  text-align: right;
}

.charges-page .comparison-table.right .content .inner {
  padding-right: 3rem;
}

.charges-page .content-with-image .image {
  max-width: 41.666667%;
}

.charges-page .comparison-table .content .inner {
  padding-bottom: 3rem;
}

.business-charges-page .comparison-table thead td:first-child>div {
  background-color: #f4f6fb;
}

.charges-page .main-section .widget-type-rich_text {
  max-width: 66.666667%;
  margin: 0px auto;
  padding: 0px 15px;
}

.business-plan-page .button-module.two>div:nth-child(1) {
  margin-right: 48px;
}

.business-plan-page .button-module.two>div:nth-child(2) {
  margin-left: 48px;
}


.charges-page .content-with-image {
  padding-top: 0 !important;
  padding-bottom: 2px;
}

.charges-page .content-with-image .content {
  margin-left: 8.333333%;
  max-width: 50%;
  width: 100%;
  padding: 0px 15px;
}

.charges-page .content-with-image .inner {
  justify-content: flex-start;
}

.charges-page .main-section .widget-type-header {
  max-width: 66.666667%;
  margin: 0px auto;
  padding: 0px 15px;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}

.charges-page .main-section .widget-type-header h1{
  margin:0;
}


.about-page .button-module .hs-btn {
  width: auto;
}

.resources-page .bottom-section .widget-type-form form {
  display: flex;
  flex-wrap:wrap;
}

.business-charges-page .button-module.center {
  padding-bottom: 147px;
}

.business-charges-page  .bottom-section .widget-type-rich_text p {
  line-height: 17px;
  font-family: WorkSans-Medium;
  font-size: 14px;
}

.business-charges-page .trustpilot-widget {
  padding-top: 100px;
}

.business-charges-page .main-section .widget-type-rich_text {
  max-width: 58.333333%;
  margin: 0px auto;
  padding: 0px 15px;
}

.business-charges-page .main-section .widget-type-rich_text h6 {
  line-height: 1.1875;
  margin: 0;
}

.business-charges-page {
  background-color: #f4f6fb;
}

.charges-page .top-section .dnd-section {
  padding-bottom: 150px;
}

.charges-page .top-section .dnd-column {
  padding-right: Calc(8.32663% + 15px);
}

.charges-page .top-section .widget-type-rich_text h1 {
  margin-top: 3rem;
}

.charges-page .top-section .widget-type-rich_text h5 {
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-family: WorkSans-Medium;
}

.charges-page .button-module  .hs-btn {
  font-size: 18px;
}

.button-module .hs-btn {
  width: 260px;
  font-size: 18px;
}

.resources-page .bottom-section .widget-type-form form .hs_error_rollup {
  order: 3;
  padding-bottom: 15px;
}

.resources-page .top-section .widget-type-linked_image img {
  border-radius: 7px;
}

.resources-page .bottom-section .widget-type-form form .hs-button {
  width: 100%;
  margin: 0;
}

.resources-page .bottom-section .widget-type-form form .hs_submit.hs-submit {
  width: 41.666667%;
  padding-left: 18px;
}

.resources-page .bottom-section .widget-type-form form .hs-form-field {
  margin: 0;
  margin-bottom: .5rem;
  width: 58.333333%;
  padding-right: 12px;
}

.how-it-works-page {
  background-color: #f4f6fb;
}

.resources-page {
  background-color: #f4f6fb;
}

.how-it-works-page .button-module.two {
  padding-bottom:100px;
}


.business-rates-page {
  background-color: #f4f6fb;
}

.how-it-works-page .top-section .span2.dnd-column {
  margin: auto;
}

.how-it-works-page .top-section .widget-type-linked_image {
  min-height: 83px;
  display: block;
}

.how-it-works-page .widget-type-rich_text h4 {
  font-size: 24px;
  font-family: WorkSans-SemiBold;
  line-height: 28px;
  margin-top: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #282828;
}

.how-it-works-page .widget-type-rich_text p {
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 19px;
}

.animation a:before,
.body-container-wrapper .widget-type-rich_text a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #3e1d7b!important;
  visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.animation a:hover:before,
.body-container-wrapper  .widget-type-rich_text a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.animation a,
.body-container-wrapper  .widget-type-rich_text a {
  position: relative;
}

.comparison-page .widget-type-rich_text p {
  line-height: 1.5;
}

.comparison-page .widget-type-rich_text  h6 {
  padding-bottom: .25rem;
  padding-top: .25rem;
  margin: 0;
}

.team-page .widget-type-rich_text  h1 {
  text-align: center; 
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}

.comparison-page .widget-type-rich_text h5 {
  margin-top: 45px;
}

.about-section .title h1 {
  margin-bottom: 3rem!important;
  margin-top: 3rem!important;
  text-align: center;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
}

.about-section .title {
  width: 100%;
  padding: 0px 15px;
}

.about-section .content {
  width: 66.666667%;
  padding: 0px 15px;
}

.about-page .main-section .widget-type-linked_image img {
  border-radius: 15px;
}

.about-page .main-section .widget-type-rich_text p {
  line-height: 1.5;
}

.about-page .main-section .widget-type-rich_text h1 {
  padding-top: .5rem;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}


.about-page .bottom-section .widget-type-rich_text h1 {
  margin-top:48px;
}

.about-section .image {
  width: 33.333333%;
  padding: 0px 15px;
}

.about-page .top-section {
  padding-bottom: 100px;
}

.business-plan-page .bottom-section  .widget-type-rich_text p {
  font-family: WorkSans-SemiBold;
  font-size: 14px;
  line-height:1.42857142857;
}

.about-section .content .inner {
  box-shadow: rgb(0 0 0 / 11%) 0px 10px 35px 0px;
  padding: 3rem!important;
}

.about-section .content h5 {
  font-family: WorkSans-SemiBold;
  font-size: 22px;
  line-height: 25px;
  color: #282828;
  margin-top: 1.5rem;
}

a.hover:before {
  display: none;
}

a.hover {
  color: #5327a4!important;
}

.about-section .content h6 {
  font-family: WorkSans-Regular;
  font-size: 20px;
  line-height: 22px;
  color: #282828;
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}

.about-page .bottom-section .widget-type-rich_text {
  max-width: 83.333333%;
  margin: 0px auto;
}

.about-section .content h5:after {
  border: 2px solid #5327a4;
  width: 30.5px;
  height: 0;
  content: '';
  display: block;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}


.about-section .content h6:after {
  border: 2px solid #5327a4;
  width: 30.5px;
  height: 0;
  content: '';
  display: block;
  margin-top: 1.5rem;
}

.about-section .image img {
  top: 40px;
  left: -60px;
  border-radius: 15px;
  position: absolute;
  width: Calc(100% + 7px) !important;
  max-width: none;
}

.about-section .image {
  position: relative;
}

.business-plan-page {
  background-color: #f4f6fb;
}

.our-plan>div {
  max-width: 66.666667%;
  margin: 0px auto;
}
.container-fluid.body-container.expat-page-form form>div:nth-child(2) {
  order: 3;
  padding: 0 15px;
  width: 100%;
  margin-right: 4px;
}
@media(max-width:1199px){

  .card-page .map-wrapper .page-center .map-row {
    margin-bottom: 0;
  }

  .ocean-page .banner-wrap {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .charges-page .content-with-image {
    padding-bottom: 0;
  }

  .charges-page .bottom-panel {
    padding-top: 74px;
  }

  .how-it-works-page .button-module.two {
    padding-bottom: 70px;
  }

  .charges-page .top-section .dnd-section {
    padding-bottom: 90px;
  }

  .our-plan>div {
    max-width: 83.333333%;
  }

  .resources-page .bottom-section .widget-type-form form .hs-form-field {
    width: 50%;
    padding-right: 15px;
  }

  .resources-page .bottom-section .widget-type-form form .hs_submit.hs-submit {
    width: 50%;
    padding-left: 15px;
  }

  .business-charges-page .trustpilot-widget {
    padding-top: 70px;
  }

  .business-charges-page .button-module.center {
    padding-bottom: 90px;
  }

  .saving-section .dnd-section {
    padding-top: 32px !important;
    padding-bottom: 97px !important;
  }


  .business-page .bottom-section .partners-logo.auto .item {
    max-width: 16.666667%;
  }

}



@media(max-width:991px){

  .resources-page .bottom-section .widget-type-form form .hs-button {
    font-size: 16px;
    font-family: WorkSans-SemiBold;
    line-height: 19px;
  }

  .resources-page .button-module .light a.hs-btn {
    font-family: WorkSans-SemiBold;
    line-height: 19px;
    font-size: 16px;
    width: auto;
  }

  .ocean-page .banner-wrap {
    min-height: auto;
    overflow: hidden;
    background:transparent !important;
  }

  .business-page .bottom-section .banking-information {
    max-width: 720px;
    margin: 0px auto;
  }

  .business-page .bottom-section .banking-information h1 {
    margin-bottom: 3rem!important;
  }

  .business-page .bottom-section .banking-information ol li:not(:last-child) {
    margin-right: 1.5rem!important;
  }

  .saving-section .span6:last-child {
    margin-left: 8.333333%;
  }

  .saving-section .dnd-section {
    padding-top: 40px !important;
    padding-bottom: 113px !important;
  }

  .ocean-page .banner-wrap .bg-image.mobile {
    display: block !important;
  }

  .ocean-page .banner-wrap .bg-image.desktop {
    display: none !important;
  }


  .ocean-page .how-it-works {
    padding-bottom: 69px;
  }

  .ocean-page .main-section .widget-type-rich_text {
    max-width: 100%;
  }

  .ocean-page .top-section .widget-type-rich_text {
    max-width: 100%;
    padding-top: 53px;
  }

  .ocean-page .banner-wrap {
    padding-bottom: 11px;
  }

  .home-page .bottom-section {
    padding-top: 69px;
  }

  .carbon-page  .widget-type-rich_text,
  .giving-page .widget-type-rich_text {
    max-width: 100%;
  }

  .comparison-page .dnd-section>.row-fluid {
    max-width: 720px !important;
  }

  .charges-page .top-section .dnd-column {
    padding-right: 15px;
  }

  .about-section .image img {
    bottom: 40px;
    left: -60px;
    top: auto;
  }

  .charges-page .content-with-image .content {
    margin-left: 0;
    max-width: 58.333333%;
  }

  .charges-page .top-section .dnd-column.span7 {
    max-width: 50%;
  }

  .charges-page .main-section .widget-type-header {
    max-width: 100%;
  }

  .about-page .bottom-section .widget-type-rich_text {
    max-width: 100%;
  }

  .about-page .bottom-section .widget-type-rich_text h1 {
    margin-top: 24px;
  }

  .about-page .top-section {
    padding-bottom: 65px;
  }

  .charges-page .main-section .widget-type-rich_text {
    max-width: 83.333333%;
  }

  .our-plan>div {
    max-width: 83.333333%;
  }

  .resources-page .bottom-section .dnd-secion {
    padding-top: 48px !important;
  }

  .business-charges-page .main-section .widget-type-rich_text {
    max-width: 100%;
  }

  .giving-page .bottom-section .content-with-image {
    padding-bottom: 40px;
  }

  .giving-page .bottom-section .bottom-panel {
    padding-top: 49px;
  }

  .carbon-page .top-section .widget-type-rich_text {
    max-width: 100%;
    padding-top: 64px;
  }

  .carbon-page .top-section .widget-type-rich_text {
    padding-top: 64px;
  }

  .location-column .content-with-image .content {
    max-width: 50%;
    margin: 0;
  }

  .location-column .content-with-image .image {
    max-width: 50%;
    margin: 0 !important;
  }

  .location-column .content-with-image .image img {
    height: 235px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    width: 100%;
  }

  .location-column .content-with-image {
    padding-top: 40px !important;
  }

  .location-column .content-with-image.left .content {
    max-width: 50%;
  }

  .location-column .content-with-image.left .image {
    max-width: 50%;
  }

  .ocean-page .bottom-section .widget-type-rich_text h3 {
    font-size: 26px;
    line-height: 31px;
  }

}

@media(max-width:767px){

  .business-page .button-module.two>div:nth-child(1) {
    margin-bottom: 12px;
  }

  .business-page .button-module.two>div:nth-child(2) {
    margin-top: 12px;
  }

  .card-col-three-section .widget-type-rich_text h4 {
    margin-bottom: 5px !important;
  }

  .resources-page .bottom-section .widget-type-form form .hs-button {
    font-size: 18px;
    line-height: 22px;
  }

  .business-page .banner-section .widget-type-rich_text h1 {
    font-size: 20px;
    line-height: 24px;
    font-family: WorkSans-SemiBold;
    color: #282828;
  }

  .business-page .banner-section .widget-type-rich_text h5 {
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: WorkSans-Regular;
  }

  .how-it-works-page .widget-type-rich_text p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .comparison-page .dnd-section>.row-fluid {
    max-width: 540px !important;
  }

  .team-page .widget-type-rich_text  h1 {
    font-size: 26px;
    line-height: 31px;
    text-align:left;
  }

  .abroad-section .widget-type-rich_text {
    text-align: center;
  }

  .abroad-section .widget-type-rich_text h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .home-page .button-item.purple {
    padding: 0px;
  }

  .how-it-works-page .top-section  .row-fluid [class*="span"] {
    min-height: 0px !important;
  }

  .about-section {
    flex-direction: column;
  }

  .about-section .title {
    order: 1;
  }

  .about-section .image {
    order: 0;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .about-section .content {
    order: 1;
    width: 100%;
  }

  .about-section .image img {
    position: static;
    width: 100% !important;
    max-width: 100%;
  }

  .about-section .title h1 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .about-section .content .inner {
    box-shadow: none !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .about-section .content h5:after {
    margin: 0px auto;
    margin-top: 24px;
  }

  .about-section .content h6 {
    margin: 0;
  }

  .about-section .content h5 {
    margin-bottom: 24px;
  }

  .about-section .content h6:after {
    margin: 0px auto;
    margin-top: 24px;
  }

  .about-page .top-section {
    padding-bottom: 17px;
  }

  .about-page .main-section .widget-type-rich_text {
    text-align: center;
  }

  .our-plan>div {
    max-width: 100%;
  }

  .how-it-works-page .button-module.two a.hs-btn {
    font-family: WorkSans-SemiBold;
    font-size: 14px;
    line-height: 20px;
  }

  .resources-page .button-module a {
    width: 100% !important;
    font-size: 16px;
    line-height: 19px;
  }

  .resources-page .bottom-section .widget-type-form form .legal-consent-container {
    order: 1;
    text-align: center;
    margin-bottom: 3rem;
  }

  .resources-page .bottom-section .widget-type-form form .hs_submit.hs-submit {
    order: 1;
  }

  .resources-page .button-module .button-item {
    width: 100%;
  }

  .resources-page .widget-type-rich_text {
    text-align: center;
  }

  .resources-page .bottom-section .widget-type-form form .hs_submit.hs-submit {
    width: 100%;
    padding: 0;
  }

  .resources-page .bottom-section .widget-type-form form .hs-form-field {
    width: 100%;
    padding: 0;
  }

  .business-charges-page  .bottom-section .widget-type-rich_text p {
    font-family: WorkSans-Medium;
    font-size: 16px;
    line-height: 19px;
  }

  .business-charges-page .trustpilot-widget {
    padding-top: 80px;
  }

  .charges-page .top-section .dnd-column.span7 {
    max-width: 100%;
  }

  .charges-page .top-section .widget-type-linked_image {
    max-width: 510px !important;
    padding: 0px 8px !important;
  }

  .charges-page .top-section .widget-type-rich_text h5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .charges-page .content-with-image .content {
    max-width: 100%;
    margin: 0;
    text-align: left !important;
  }


  .convenient-section .widget-type-rich_text h4 br {
    display: none;
  }

  .charges-page .content-with-image .image {
    max-width: 100%;
    display: none;
  }

  .charges-page .main-section .widget-type-header {
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.5rem!important;
  }

  .charges-page .main-section .widget-type-rich_text {
    max-width: 100%;
    padding: 0;
  }

  .charges-page .main-section .widget-type-header h1 {
    text-align: left;
  }

  .charges-page .top-section .button-item {
    width: 100%;
  }

  .charges-page .top-section .button-item a.hs-btn {
    width: 100%;
    margin-top: 3rem;
  }

  .charges-page .bottom-panel {
    padding-top: 84px;
  }

  .giving-page .top-section .widget-type-rich_text {
    text-align: center;
  }

  .carbon-page  .widget-type-rich_text {
    text-align: center;
  }

  .carbon-page .how-it-works {
    padding-top: 16px;
  }

  .carbon-page .how-it-works .count {
    margin-bottom: 8px !important;
  }

  .carbon-page .widget-type-rich_text h3 {
    padding-bottom: 2rem;
  }

  .location-column .content-with-image .image {
    max-width: 100% !important;
  }

  .location-column .content-with-image .content {
    max-width: 100% !important;
  }

  .location-column .content-with-image h4 {
    padding-top: 8px;
    margin-bottom: 1.5rem;
  }



  .location-column .content-with-image p {
    padding: 0;
  }

  .home-page .pricing-plan-wrapper {
    padding-top: 48px;
  }

  .ocean-page .bottom-section .widget-type-rich_text {
    max-width: 100%;
  }

  .ocean-page .main-section .widget-type-rich_text {
    max-width: 100%;
  }

  .ocean-page .main-section .widget-type-rich_text h3 {
    margin-bottom: 3rem!important;
  }

  .ocean-page .how-it-works {
    padding-bottom: 21px;
  }


  .ocean-page .how-it-works .count {
    margin-bottom: 8px !important;
  }

  .ocean-page .top-section .widget-type-rich_text {
    text-align: center;
    max-width: 100%;
  }

  .ocean-page .how-it-works {
    margin-top: 57px;
  }

  .home-page .top-section .widget-type-rich_text h5 {
    padding: 0px 24px;
  }

  .ocean-page .banner-wrap .content {
    max-width: 100%;
  }


  .ocean-page .banner-wrap .bg-image.mobile img {
    bottom: 40px;
  }

  .saving-section .span6:last-child {
    max-width: 100%;
    margin-left: 0;
  }


  .business-page .bottom-section .banking-information .content {
    max-width: 100%;
  }

  .business-page .bottom-section .banking-information .inner {
    flex-direction: column-reverse;
  }

  .business-page .bottom-section .banking-information .images {
    max-width: 100%;
    margin: 0;
  }

  .business-page .bottom-section .banking-information .main-img img {
    max-height: 100%;
    width: 100%;
  }

  .business-page .bottom-section .button-module .hs-btn {
    width: 100%;
  }

  .business-page .bottom-section .button-module .button-item {
    width: 100%;
  }

}


@media(max-width:575px){

  .comparison-page .dnd-section>.row-fluid {
    max-width: 100% !important;
  }

  .comparison-page .dnd-section {
    padding-top: 16px;
  }

  .comparison-page .widget-type-rich_text h5 {
    margin-top: 37px;
  }

  .business-charges-page .comparison-table h6 {
    display: none!important;
  }

  .convenient-section .widget-type-linked_image {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
  }

  .business-page .banner-section .widget-type-linked_image img {
    display: none;
  }

}



















/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/* Card page style */

.card-col-three-section .widget-type-rich_text h4 {
  font-family: WorkSans-SemiBold;
  line-height: 28px;
  margin-bottom: .5rem;
  margin-top: 12px;
  letter-spacing: normal;
  color: #282828;
}
.card-col-three-section .widget-type-rich_text p{
  line-height: 1.5;
}
.card-col-three-section .widget-type-rich_text p img {
  margin-right: .25rem;
  vertical-align: middle;
}

.card-col-three-section .widget-type-rich_text p span {
  display: block;
}

.card-col-three-section .button-module {
  text-align: center;
}

.card-col-three-section .button-module .button-item.purple a.hs-btn {
  max-width: 260px;
  width: 100%;
  font-size: 18px;
}
.card-col-two-section .widget-type-rich_text p{
  line-height:1.5;
}
.card-col-two-section  .widget-type-rich_text a {
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  font-family: WorkSans-SemiBold;
}

.card-col-two-section  .widget-type-rich_text a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #3e1d7b;
  visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.card-col-two-section  .widget-type-rich_text a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.card-bottom-section  .button-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.card-bottom-section .button-module .button-item.purple a {
  font-size: 18px;
  width: 100%;
  padding:6px 12px;
}

.card-bottom-section .button-module .button-item.purple {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 9px;
  padding-left: 13px;
}


.plan-page-bottom .bottom-panel .inner {
  margin: 0;
}

.plan-page-bottom h2 {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
  color: #868e96;
  margin: 0;
  margin-top: .25rem!important;
}

.plan-page-bottom h1 {
  margin: 0;
  padding: 0;
}

.container-fluid.body-container.plan-page-top .accordion {
  max-width: calc(66.666667% + 20px);
}

.container-fluid.body-container.plan-page-top .hs_cos_wrapper_type_rich_text p {
  line-height: 19px;
}

.container-fluid.body-container.plan-page-top .accordion .item {
  background-color: #f4f6fb!important;
}

.container-fluid.body-container.plan-page-top .hs_cos_wrapper_type_rich_text p a {
  font-family: WorkSans-SemiBold;
  font-size: 14px;
  line-height: 20px;
}

header.offr-header {
  padding-top: 3rem;
}

.offr-logo {
  text-align: center;
}

.offr-header-right {
  display: none;
}

.offer-page .container-fluid.top-col.left-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 3rem!important;
}

.offer-page .top-section .page-center .content-main-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center!important;
  align-items: center!important;
}


.offer-page .container-fluid.top-col.right-col {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  margin-top: .5rem!important;
  max-width: 33.333333%;
  margin-bottom: .5rem!important;
}
.offer-page .content-main-wrapper {
  margin-left: 8.333333%;
  padding-bottom: 3rem !important;
  margin-bottom: 3rem !important;
  margin-right: -15px;
  padding-top: 1rem!important;
  margin-top: 3rem!important;
}

.offer-page .top-section .page-center {
  padding-right: 15px;
  padding-left: 15px;
}

.offer-page .container-fluid.top-col.left-col {
  padding: 0 15px;
}

.offer-page .container-fluid.top-col .dnd-section {
  padding: 0;
}

.offer-page .container-fluid.top-col.left-col h2 {
  font-family: WorkSans-SemiBold;
  font-size: 29px;
  line-height: 35px;
  margin-top: 1rem!important;
  margin-bottom: .5rem!important;
}

.offer-page .container-fluid.top-col.left-col h6 {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
  color: #7EB3BD;
  padding-bottom: 3rem!important;
  margin-bottom: 3rem!important;
}
.offer-page .container-fluid.top-col .iframe_wrapper {
  height: auto;
  position: static;
  padding: 0;
}

.offer-page .container-fluid.top-col .oembed_container_iframe {
  position: static;
  width: 400px !important;
  height: 239px !important;
}
.offer-page  .bottom-section .page-center {
  padding-top: 1rem!important;
  margin-top: 3rem!important;
  padding-right: 15px;
  padding-left: 15px;
}
.offer-page  .container-fluid.bottom-col.left-col {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.offer-page .container-fluid.bottom-col.right-col {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}

.offer-page .bottom-section .content-main-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.offer-page .container-fluid.bottom-col.right-col>div {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 11%) 0px 6px 18px 0px;
  max-width: 506px;
  padding: 3rem 2.5rem;
  border-radius: 5px;
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center!important;
}

.offer-page .bottom-section .content-main-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.container-fluid.bottom-col.right-col p {
  font-family: WorkSans-Regular;
  font-size: 20px;
  line-height: 22px;
}
.offer-page .bottom-section .page-center {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.offer-page .bottom-section h5 {
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 5px;
  font-style: italic!important;
}

.offer-page .bottom-section h4 {
  margin: 0;
  font-size: 28px;
  line-height: 33px;
  font-family: WorkSans-SemiBold;
  margin-bottom: 5px;
  letter-spacing: normal;
}

.offer-page .bottom-section .button-item.purple {
  margin-top: 3rem!important;
}

.offer-page .bottom-section .button-module .purple .hs-btn {
  max-width: 348px;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 11px 20px 0px rgb(55 34 158 / 19%);
  background-color: #5327A4;
  width: 100%;
}
.offer-page .container-fluid.bottom-col.left-col img {
  max-width: unset;
}
main.body-container-wrapper.offer-page {
  background-image: url(https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/images/oval.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.offer-page .bottom-section .button-module .button-item.purple {
  width: 100%;
}
.offer-page .container-fluid.bottom-col.right-col .dnd-section>.row-fluid .dnd-column {
  border-radius: 5px;
}
.offer-page  .container-fluid.bottom-col.right-col p {
  line-height: 24px;
}
.offer-page .bottom-section .content-main-wrapper {
  padding-bottom: .25rem!important;
}
.offer-page .bottom-section .button-module .purple .hs-btn:hover {
  background-color: rgb(58, 27, 114);
}
main.body-container-wrapper.ss-page {
  background-color: #f4f6fb;
}
.container-fluid.body-container.ss-page-bottom .button-item a {
  font-size: 16px;
  line-height: 19px;
}

.container-fluid.body-container.plan-page-bottom.pln-main p a:before {
  display: none;
}
.container-fluid.body-container.ss-page-bottom .button-module.two.center {
  padding-top: 1rem!important;
}
.container-fluid.body-container.expat-page-map .map-wrapper .page-center .map-row {
  margin-bottom: 100px!important;
  padding-bottom: 1.5rem!important;
}
.container-fluid.body-container.expat-page-form form {
  max-width: 66.666667%;
  margin: 0 auto;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.container-fluid.body-container.expat-page-form .inner-form {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}

.container-fluid.body-container.expat-page-form .hs_submit.hs-submit {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.container-fluid.body-container.expat-page-form form {
  display: flex;
  margin-left: 16.666667%;
}

.container-fluid.body-container.expat-page-form .hs-form-field {
  display: inline-block;
  margin-right: 20px;
  width: calc(50% - 20px);
  margin-bottom: 1rem;
}

.container-fluid.body-container.expat-page-form .hs-button {
  padding: 6px 16px;
  outline: none !important;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  line-height: 1.75;
  font-family: WorkSans-SemiBold;
  font-weight: 500;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: -0.11px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0px 11px 20px 0px rgb(23 40 92 / 19%);
  background-color: #17285C;
  min-width: 162px;
  height: 48px;
  margin: 0;
}
p {

}
.container-fluid.body-container.expat-page-form .hs-form label {
  margin: 0;
}

.container-fluid.body-container.expat-page-form .actions {
  text-align: center;
}

.container-fluid.body-container.expat-page-form .widget-type-form {
  margin: 0 -15px;
}


.container-fluid.body-container.expat-page-form h3 {
  margin: 0;
}

.container-fluid.body-container.expat-page-form p {
  font-size: 16px;
  line-height: 19px;
}


.container-fluid.body-container.expat-page-form .widget-type-rich_text{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin: 0 auto;
}
.container-fluid.body-container.expat-page-partners .partners-logo .item {
  padding: 0;
}

.container-fluid.body-container.expat-page-partners  .partners-logo.six {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-left: auto!important;
  margin-right: auto!important;
}

.container-fluid.body-container.expat-page-partners  .partners-logo .item .wrap {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 10px 0 rgb(23 40 92 / 15%);
  width: 100px;
  height: 100px;
}

.container-fluid.body-container.expat-page-partners   .partners-logo .item .wrap img {
  padding: .5rem!important;
}

.container-fluid.body-container.expat-page-partners  .widget-type-rich_text {
  margin-bottom: 1.5rem!important;
}
.clumn-wrpper {
  margin-bottom: 100px;
  padding-bottom: 1.5rem!important;
}

.innercolmn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.innercolmn>div {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 16px;
  padding-left: 16px;
}

.clumn-wrpper h3 {
  font-family: WorkSans-SemiBold;
  line-height: 19px;
  color: #17285c!important;
  font-size: 16px;
  margin-top: 1rem!important;
  margin-bottom: 0;
}

.container-fluid.body-container.expat-page-partners h1,.container-fluid.body-container.expat-main h1 {
  margin: 0;
}

.clumn-wrpper p {
  font-size: 16px;
  margin: 0;
  line-height: 19px;
}
.container-fluid.body-container.expat-page-form a {
  color: #5327a4!important;
  font-family: WorkSans-SemiBold!important;
}
.container-fluid.body-container.expat-page-main h1 {
  margin: 0;
}
.container-fluid.body-container.expat-page-card .button-module {
  width: 100%;
  display: block;
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
}
.container-fluid.body-container.expat-page-card p {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
}
.container-fluid.body-container.expat-page-card .button-item.purple a.hs-btn {
  width: 100%;
  font-size: 18px;
}
.container-fluid.body-container.expat-top-row h4 {
  letter-spacing: normal;
}

.container-fluid.body-container.expat-top-row .partners-logo.three .item:first-child img {
  margin-top: 2px;
}
.container-fluid.body-container.expat-top-row .partners-logo.three .item:nth-child(2) img{
  margin-top: 3px;
}

.container-fluid.body-container.expat-top-row .partners-logo.three .item:nth-child(4) img{
  margin-top: 5px;
}
.container-fluid.body-container.expat-top-row .partners-logo.three .item {
  max-height: 25px;
}
.container-fluid.body-container.expat-top-row .partners-logo.three .item:nth-child(5) img {
  margin-top: 3px;
  margin-left: 30px;
}
.container-fluid.body-container.expat-top-row h4 {
  margin: 0;
  font-family: WorkSans-SemiBold;
  font-size: 22px;
  color: #c0c4c8;
  line-height: 25px;
}
.container-fluid.body-container.expat-page-top h3 {
  margin-bottom: 1rem!important;
}

.container-fluid.body-container.expat-page-top p {
  line-height: 24px;
}

.container-fluid.body-container.expat-page-top p a {
  font-family: WorkSans-SemiBold!important;
}
.container-fluid.body-container.expat-page-card .container-fluid.body-container.expat-page-card p {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
}
.sea-video-container .btn-wrapper a:before {
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #fff;
  z-index: -1;
}

.sea-video-container .btn-wrapper a:hover:before {
  transition: all .5s ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.sea-video-container .btn-wrapper a:hover {
  background-color: rgba(23, 40, 92, 0.08);
  color: #17285c!important;
}
.container-fluid.body-container.expat-page-form  .hs_error_rollup {
  width: 100%;
  padding: 0 15px;
}

.container-fluid.body-container.expat-page-form form {
  flex-wrap: wrap;
}

.container-fluid.body-container.expat-page-form .inner-form {
  display: flex;
}
.container-fluid.body-container.expat-page-form .hs-button:hover {
  color: #FFFFFF;
  background-color: rgb(16, 28, 64);
}

@media (min-width: 768px) and (max-width: 1199px){
  .card-page .body-container .dnd-section {
    margin-bottom: 90px !important;
  }
}
@media(max-width:991px) and(min-width:768px){
  .container-fluid.body-container.plan-page-bottom .dnd-section {
    padding-bottom: 65px !important;
  }
}
@media(min-width:992px){
  .container-fluid.bottom-col.right-col .dnd-module img {
    display: none;
  }
}
@media(max-width:991px){
  .container-fluid.body-container.plan-page-top .dnd-section {
    padding-bottom: 65px !important;
  }

  .container-fluid.body-container.plan-page-top .accordion {
    max-width: 100%;
  }
  body {
    overflow-x: hidden;
  }
  .plan-page-bottom h1 {
    margin-top: 35px;
  }
  .container-fluid.body-container.ss-page-bottom .trustpilot-widget {
    margin-top: -61px;
  }

  .pln-main .dnd-section>.row-fluid {
    max-width: 720px !important;
  }
  .plan-page-bottom .bottom-panel .inner {
    margin-bottom: 17px;
  }
  .pln-main .dnd-column {
    width: 100%;
    min-height:0;
  }

  .pln-main .dnd-section>.row-fluid {
    display: block !important;
  }

  .pln-main .dnd-section .widget-type-cell {
    min-height: auto;
  }

  .pln-main .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.body-container.plan-page-top .accordion {
    padding: 0;
  }

  .pln-main .trustpilot-widget {
    padding: 0 2px;
  }
  .offer-page .top-section .page-center .content-main-wrapper {
    margin-left: -15px !important;
  }

  .offer-page .container-fluid.top-col.left-col h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .offer-page .container-fluid.bottom-col.left-col {
    display: none;
  }

  .offer-page .container-fluid.bottom-col.right-col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .container-fluid.bottom-col.right-col .dnd-module img {
    margin-top: -120px;
  }

  .offer-page .bottom-section .content-main-wrapper {
    margin-left: -15px;
  }

  .container-fluid.body-container.expat-top-row .dnd-section>.row-fluid {
    max-width: 720px !important;
    justify-content: center;
  }
  .container-fluid.body-container.expat-top-row .row-fluid .span8 {
    align-items: initial;
    justify-content: flex-end !important;
    padding-top: 40px !important;
  }

  .container-fluid.body-container.expat-top-row .row-fluid .span8>div {
    width: 100%;
  }

  .container-fluid.body-container.expat-top-row .row-fluid .span4 {
    margin-top: -40px !important;
    padding-bottom: 40px !important;
  }
  .container-fluid.body-container.expat-page-top .dnd-section>.row-fluid, 
  .container-fluid.body-container.expat-page-card .dnd-section>.row-fluid, 
  .container-fluid.body-container.expat-page-main .dnd-section>.row-fluid {
    max-width: 720px !important;
  }

  .container-fluid.body-container.expat-page-top {
  }

  .container-fluid.body-container.expat-page-card {
  }

  .container-fluid.body-container.expat-page-card .button-item.purple a.hs-btn {
    padding: 6px 16px;
  }


  .container-fluid.body-container.expat-page-partners .partners-logo .item .wrap {
    width: 88px;
    height: 87px;
  }

  .container-fluid.body-container.expat-page-partners .dnd-section>.row-fluid, 
  .container-fluid.body-container.expat-page-form .dnd-section>.row-fluid {
    max-width: 720px !important;
  }


  .container-fluid.body-container.expat-page-partners .partners-logo.six {
    max-width: 100%;
  }


  .container-fluid.body-container.expat-page-form .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .container-fluid.body-container.expat-page-form .inner-form {
    flex-wrap: wrap;
  }
  .innercolmn>div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
  }

  .clumn-wrpper .page-center {
    max-width: 720px !important;
  }
  .container-fluid.body-container.expat-page-map {
    overflow-x: hidden;
  }
}



@media(max-width:991px) and (min-width:768px){
  .card-col-two-section .dnd-section > .row-fluid > .dnd-column {
    padding-left: 15px !important;
  }

  .card-bottom-section .span3 {
    width: 41.666667% !important;
  }
}


@media(max-width:767px){

  .container-fluid.body-container.ss-page-bottom .button-module.two>div:nth-child(1) {
    margin-bottom: 12px;
  }

  .container-fluid.body-container.ss-page-bottom .button-module.two>div:nth-child(2) {
    margin-top: 12px;
  }

  .card-col-two-section .widget-type-rich_text h1 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .card-bottom-section .button-module .button-item.purple {
    padding: 0 !important;
  }

  .card-page .map-wrapper .page-center .map-row .col-12 {
    margin-bottom: 1rem;
  }

  .card-page .row-fluid [class*="span"] {
    min-height: 0 !important;
  }

  .card-col-two-section .widget-type-rich_text p {
    text-align: center;
  }

  .card-bottom-section .widget-type-rich_text {
    text-align: center;
  }

  .card-bottom-section .button-module {
    margin-top: 1.5rem;
  }

  .card-bottom-section .button-module .button-item.purple {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-bottom-section .widget-type-linked_image img {
    width: 100%;
  }
  .pln-main .dnd-section>.row-fluid {
    max-width: 540px !important;
  }
  .card-col-three-section .button-module .button-item.purple a.hs-btn{
    max-width:100%;
  }
  .offer-page .container-fluid.bottom-col.right-col>div {
    max-width: 100%;
  }

  main.body-container-wrapper.offer-page {
    overflow-x: hidden;
  }
  .offer-page .container-fluid.bottom-col.left-col {
    display: block;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .offer-page .bottom-section .content-main-wrapper {
    flex-direction: column-reverse;
  }

  .offer-page .button-module {
    justify-content: inherit;
  }

  .offer-page .bottom-section .button-module .button-item.purple {
    text-align: center;
    margin-top: 1.5rem!important;
  }

  .offer-page .bottom-section .button-module .purple .hs-btn {
    max-width: 100%;
  }

  .offer-page .container-fluid.bottom-col.right-col {
    /* padding: 0; */
    width: 100%;
  }

  .offer-page .bottom-section .content-main-wrapper {
    /* padding: 0 15px; */
  }

  .offer-page .container-fluid.bottom-col.right-col>div {
    padding: 2rem;
  }

  .offer-page .top-section .page-center .content-main-wrapper {
    flex-direction: column-reverse;
  }

  .offer-page .container-fluid.top-col.left-col,.offer-page .container-fluid.top-col.right-col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
    text-align: center!important;
  }


  .offer-page .container-fluid.top-col .oembed_container_iframe {
    width: 100% !important;
  }

  .offer-page .oembed_container {
    width: 100% !important;
  }

  .offer-page .top-section .page-center .content-main-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  header.offr-header {
    padding-top: 1rem;
    padding-left: .5rem!important;
    padding-right: .5rem!important;
  }

  .offr-logo-wrapper {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .offr-logo img {
    max-width: 125px;
  }

  .offr-header-right {
    display: block;
  }

  .offr-header-right img {
    height: 18px;
    width: auto !important;
    margin-top: 5px;
  }

  .offer-page  .top-section {
    margin-top: .25rem!important;
  }
  .container-fluid.body-container.ss-page-bottom .trustpilot-widget {
    margin-top: -50px;
  }
  .container-fluid.top-col.left-col img {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .offer-page .container-fluid.top-col.left-col h6 {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }
  .offer-page .container-fluid.top-col.left-col {
    margin-top: 0 !important;
  }
  .container-fluid.body-container.ss-page-bottom .button-module.two.center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .expats-banner-container .page-center {
    max-width: 540px !important;
  }

  .container-fluid.body-container.expat-top-row .widget-type-linked_image img {
    max-width: 290px;
    width: 100%;
  }

  .container-fluid.body-container.expat-page-top .dnd-section>.row-fluid, .container-fluid.body-container.expat-page-card .dnd-section>.row-fluid, .container-fluid.body-container.expat-page-main .dnd-section>.row-fluid {
    max-width: 540px !important;
  }

  .innercolmn>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-fluid.body-container.expat-page-partners .dnd-section>.row-fluid, .container-fluid.body-container.expat-page-form .dnd-section>.row-fluid {
    max-width: 540px !important;
  }
  .container-fluid.body-container.expat-top-row .row-fluid .span4 {
    padding-bottom: 0 !important;
  }
}
@media(max-width:575px){
  .container-fluid.body-container.expat-page-form .inner-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-fluid.body-container.expat-page-form form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .container-fluid.body-container.expat-page-form .widget-type-rich_text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-fluid.body-container.expat-page-form p {
    text-align: center !important;
  }
  .container-fluid.body-container.expat-page-form .widget-type-form {
    margin: 0;
  }

  .container-fluid.body-container.expat-page-form .inner-form {
    padding: 0;
  }

  .container-fluid.body-container.expat-page-form .hs_submit.hs-submit {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container-fluid.body-container.expat-page-form .hs-button {
    margin-bottom: 1.5rem!important;
  }
  .container-fluid.body-container.expat-top-row .dnd-section {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .container-fluid.body-container.expat-top-row .partners-logo.three .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container-fluid.body-container.expat-top-row .partners-logo.three .partners-logo img {
    padding: 0 !important;
  }
  .container-fluid.body-container.expat-page-card .button-module {
    max-width: 100%;
    padding: 0;
  }

  .container-fluid.body-container.expat-top-row h4 {
    margin-bottom: 1.5rem;
  }
  .container-fluid.body-container.expat-page-main .dnd-section>.row-fluid {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }

  .container-fluid.body-container.expat-top-row .partners-logo.three .items {
    row-gap: unset;
  }

  .container-fluid.body-container.expat-top-row .partners-logo.three .item {
    margin-bottom: 1.5rem;
  }

  .container-fluid.body-container.expat-page-top .dnd-section>.row-fluid .dnd-column {
    margin-bottom: 3rem!important;
  }

  .container-fluid.body-container.expat-top-row img {
    padding: 0 !important;
  }
  .container-fluid.body-container.expat-page-top p a {
    margin-top: 1.5rem!important;
    display: inline-block;
    margin-bottom: 3rem!important;
  }

  .container-fluid.body-container.expat-page-top p {
    margin: 0 !important;
  }
  .container-fluid.body-container.expat-page-card  .span4 img {
    display: none;
  }
  .container-fluid.body-container.expat-page-main .dnd-section {
    margin: 0 !important;
  }

  .container-fluid.body-container.expat-main .dnd-section {
    margin-top: 3rem!important;
    padding: 0 !important;
    padding-bottom: 24px !important;
  }
  .clumn-wrpper .container-fluid.body-container.expat-main .dnd-section {
    padding-bottom: 48px !important;
  }
  .container-fluid.body-container.expat-page-card .dnd-section {
    margin-top: 0 !important;
  }
  .clumn-wrpper .container-fluid.body-container.expat-main .dnd-section {
    margin: 0 !important;
  }
  .container-fluid.body-container.expat-page-card .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .clumn-wrpper {
    padding-bottom: 0 !important;
  }
  .container-fluid.body-container.expat-top-row .row-fluid .span8 {
    padding-bottom: 3rem!important;
    padding-top: 37px!important;
  }
  .clumn-wrpper {
    padding-bottom: 0 !important;
  }

  .container-fluid.body-container.expat-page-partners .widget-type-rich_text {
    padding: 0 14px;
  }

  .container-fluid.body-container.expat-page-form .dnd-section {
    margin-top: 24px;
  }

  .container-fluid.body-container.expat-page-form .widget-type-rich_text {
    margin-bottom: 16px;
  }

  .container-fluid.body-container.expat-page-form form {
    padding: 0 24px;
  }


  .container-fluid.body-container.expat-page-map .map-wrapper .page-center .map-row .col-12 {
    margin-bottom: 1rem!important;
  }
  .container-fluid.body-container.expat-page-form form>div:nth-child(2) {
    order: 2;
    padding: 0;
    margin-bottom: 1.5rem!important;
  }
  .container-fluid.body-container.expat-page-form .hs_submit.hs-submit {
    order: 3;
  }
  .container-fluid.body-container.expat-page-form .hs-main-font-element p {
    text-align: left !important;
  }
  .container-fluid.body-container.expat-page-form .hs-button {
    margin-bottom: 0 !important;
  }
  .container-fluid.body-container.expat-page-form .hs_error_rollup {
    padding: 0;
    margin: 0 0 10px;
  }
}

body {
  overflow-x: hidden;
}









main.body-container-wrapper.el-page .hs_cos_wrapper_type_rich_text h4 {
  font-family: WorkSans-Regular;
  font-size: 18px;
  line-height: 21px;
  color: #868e96;
  margin-top: .5rem!important;
}

main.body-container-wrapper.el-page .hs_cos_wrapper_type_rich_text h1 {
  margin: 0;
}

.el-page-top .features-card-wrapper .feature-col.col2 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}

.el-page-top .features-card-wrapper .feature-col.col1 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}

main.body-container-wrapper.el-page .hs_cos_wrapper_type_rich_text h4 {
  margin-bottom: 0;
}

.el-page-top  .features-card-wrapper .features {
  margin: 0 !important;
}

.el-page-top  .features-card-wrapper .features ul {
  margin-top: 1rem!important;
}

.el-page-top  .features-card-wrapper .features p {
  line-height: 24px;
  /* margin: 0; */
}
.el-page-top  .features-card-wrapper {
  padding-bottom: 3rem!important;
}

.el-page-top  small {
  font-family: WorkSans-Regular;
  font-size: 14px;
  line-height: 30px;
  padding-left: .25rem!important;
}

.el-page-giving .our-commitment .content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.el-page-giving .title h1 {
  font-family: WorkSans-SemiBold;
  font-size: 26px;
  line-height: 31px;
}

.el-page-giving .our-commitment p {
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.el-page-giving .our-commitment p a {
  font-family: WorkSans-SemiBold!important;
}
.container-fluid.body-container.el-page-bottom h5 {
  font-family: WorkSans-SemiBold;
  line-height: 19px;
  margin-top: .25rem!important;
  margin-bottom: 5px;
  font-size: 16px;
}
.container-fluid.body-container.expat-page-advs .hs_cos_wrapper_type_rich_text h2 {
  margin-top: .25rem!important;
}
.container-fluid.body-container.el-page-bottom .hs_cos_wrapper_type_rich_text h2 {
  margin-top: .25rem!important;
}
.container-fluid.body-container.el-page-bottom p {
  padding: 0 15px;
  line-height: 24px;
  margin-bottom: 8px;
}
.container-fluid.body-container.expat-page-advs .widget-type-linked_image {
  height: 101px;
  margin-bottom: 1.5rem;
}
.container-fluid.body-container.expat-page-advs p {
  line-height: 24px;
}

.container-fluid.body-container.el-page-bottom .dnd-section>.row-fluid .dnd-column.span2 {
  padding: 1.5rem 0 !important;
}
.el-page-top .features-card-wrapper {
  margin-bottom: 0 !important;
  margin-top: 100px;
}

@media(max-width:1199px){
  .container-fluid.body-container.el-page-bottom .dnd-section>.row-fluid .dnd-column.span2 {
    padding: .5rem 0 !important;
  }
  .el-page-top .features-card-wrapper .feature-col.col2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;

  }

  .el-page-top .features-card-wrapper .feature-col.col1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

  }

}
@media(max-width:991px) and(min-width:768px){
  .container-fluid.body-container.el-page-bottom .dnd-section>.row-fluid .dnd-column.span2 {
    padding: 0 !important;
  }

  .card-page .span2 {
    width: auto !important;
    padding: 0 !important;
  }
  .card-page .span1 {
    width: auto !important;
    padding: 0 !important;
  }

  .card-page .span4 {
    width: 50% !important;
  }

  .card-page .span10 {
    width: 100% !important;
  }

}
@media(max-width:991px){

  .container-fluid.body-container.el-page-top .dnd-section {
    padding-top: 65px!important;
    padding-bottom: 65px !important;
  }

  .el-page-top .features-card-wrapper {
    margin-top: 65px;
  }

  .el-page-top .features-card-wrapper .featured-content h3 {
    font-size: 26px;
    line-height: 31px;
  }

  .container-fluid.body-container.el-page-bottom .dnd-section {
    margin-top: 65px!important;
  }



  main.body-container-wrapper.el-page .container-fluid.body-container.expat-page-partners .dnd-section {
    margin-top: 65px !important;
  }

  main.body-container-wrapper.el-page .container-fluid.body-container.expat-page-partners .dnd-section>.row-fluid {
    max-width: 100% !important;
  }

  .container-fluid.body-container.expat-page-advs .dnd-section {
    padding-top: 65px !important;
  }

}
@media(max-width:767px){

  .how-it-works-page .button-module.two>div:nth-child(1) {
    margin-bottom: 12px;
  }

  .how-it-works-page .button-module.two>div:nth-child(2) {
    margin-top: 12px;
  }

  main.body-container-wrapper h2 {
    font-weight: normal !important;
  }

  .saving-section  .button-module .button-item {
    width: 100% !important;
  }

  .saving-section  .button-module .button-item a {
    width: 100% !important;
  }

  .saving-section .dnd-section {
    padding-bottom: 64px !important;
  }

  .el-page-top .features-card-wrapper .feature-col.col1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .el-page-top .features-card-wrapper .feature-col.col2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .el-page-top .features-card-wrapper .featured-content h3 {
    padding-top: 2rem !important;
  }

  .el-page-top .features-card-wrapper {
    padding-bottom: 0 !important;
  }

  .el-page-giving .our-commitment .mobile-title {
    order: 2;
    padding: 0;
  }

  .el-page-giving .our-commitment .content {
    order: 3;
  }

  .el-page-giving .our-commitment .images {
    order: 1;
  }

  .el-page-giving  .our-commitment .mobile-title h1 {
    line-height: 31px;
    margin-top: 3rem!important;
    font-size: 26px;
    margin-bottom: 0;
  }

  .el-page-giving .our-commitment .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container-fluid.body-container.el-page-bottom .dnd-section>.row-fluid .dnd-column.span2 {
    width: 33.333333%;
    float: left;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

  }
  .container-fluid.body-container.el-page-bottom .dnd-section>.row-fluid .dnd-column.span2 {
    padding: 0 !important;
  }
  .container-fluid.body-container.el-page-bottom .dnd-section {
    padding: 0 !important;
  }
  .container-fluid.body-container.el-page-bottom p {
    margin-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header-wrapper {
  top: 0;
  position: sticky;
  z-index: 999;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  .header__container {
  height:88px;
  }
  
}

.emulator .mobile-trigger {
    background: transparent !important;
}

.menu-wrapper a.hs-button {
  margin: 0 !important;
}

.logo-wrapper {
  display: flex;
  align-items: self-start;
}

.logo-wrapper .links ul li a.active {
  font-weight: 500;
}

.logo-wrapper .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}



.logo-wrapper .links ul li:first-child:before {
  content: '|';
  line-height: 25px;
  margin-right: 1rem;
  position: relative;
  top: -1px;
}

.logo-wrapper .links ul li {
  margin-right: 1rem!important;
  display: inline-block;
  line-height: 35px;
  float: left;
}

.logo-wrapper .links ul li a {
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
}

.logo-wrapper .links {
  margin-left: 1rem!important;
}

.custom-menu-primary nav>ul>li:hover img {
  transition: transform 0.2s linear 0s;
  transform: rotate( 0deg );
}

.custom-menu-primary nav>ul>li>a {
  font-weight: 400;
}

.custom-menu-primary nav>ul>li:hover>a {
  font-weight: 500;
}

.header__container {
  min-height: 88px;
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
}

.logo-wrapper img {
  width: 147px !important;
}

.custom-menu-primary nav>ul>li:first-child>ul {
  margin-top: 4px !important;
}

.custom-menu-primary nav>ul>li>ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  min-width: 173px;
  margin-top: 4px !important;
  box-shadow: 0 6px 18px 0 rgb(0 0 0 / 11%);
  border-radius: 4px;
  padding-top: 8px !important;
  opacity:0;
  visibility:hidden;
  padding-bottom: 8px !important;
}

.custom-menu-primary nav>ul>li:hover>ul {
  transform-origin: center top;
  opacity:1;
  visibility:visible;
  transition-duration: 350ms;
}

.custom-menu-primary ul ul li a {
  line-height: 20px;
  font-family: WorkSans-Regular;
  font-size: 14px;
  white-space: nowrap;
  padding: 11px 16px;
  line-height: 24px;
  display: block;
}

.custom-menu-primary nav>ul>li:last-child>a {
    color: rgba(83,39,164,1.0) !important;
    font-weight: 500;
}

.menu-wrapper>div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.menu-wrapper a.hs-button {
  min-height: 38px;
  padding: 4px 8px;
  font-size: 14px;
  box-shadow: 0px 11px 20px 0px rgb(55 34 158 / 19%);
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  line-height: 1.75;
  font-weight: 500;
  font-family: WorkSans;
  border-radius: 4px;
  letter-spacing: -0.11px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menu-wrapper .button {
  margin-left: 1rem;
}

.custom-menu-primary nav>ul>li>a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.custom-menu-primary nav>ul>li>a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-menu-primary nav>ul>li>a {
  position: relative;
}

.custom-menu-primary nav>ul>li.has-submenu>a:after {
  display: none;
}

.custom-menu-primary nav>ul>li>a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  padding: 0px .25rem;
  margin: 0px 0.5rem;
}

.custom-menu-primary {
  padding-bottom: 2px;
}

.custom-menu-primary nav ul li a img {
  transition: transform 0.2s linear 0s;
  transform: rotate( 180deg );
  margin-left: .25rem!important;
}

.custom-menu-primary nav>ul>li {
  float: left;
}

.custom-menu-primary nav>ul>li:first-child>a {
  margin: 0 1.5rem;
}



@media(min-width:1200px){

  .wave,
  .mobile-trigger{
    display: none;
  }

  .menu-inner .links {
    display: none;
  }

  .custom-menu-primary nav>ul>li:last-child>a {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    padding-right: .25rem !important;
    padding-left: .25rem !important;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }

  .custom-menu-primary nav>ul img.mobile {
    display: none;
  }

}

@media(max-width:1199px){

  .custom-menu-primary nav>ul img.desktop {
    display: none;
  }

  .menu-wrapper {
    top: 0;
    flex: 1 0 auto;
    height: 100%;
    display: flex;
    z-index: 1200;
    outline: none;
    position: fixed;
    overflow-y: auto;
    flex-direction: column;
    width: 290px;
    background-color: #fff;
    left: auto;
    right: 0;
    transform: translate(100%, 0px);
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  }

  .header__container {
    max-width: 100% !important;
  }

  .mobile-trigger {
    border: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    z-index: 1500;
    min-width: 50px;
    flex: 0 0 auto;
    color: rgba(0,0,0,0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4,0,0.2,1) 0ms;
    border-radius: 50%;
    height: 48px;
    position: absolute;
    right: 0;
    top: -1px;
    background: transparent;
    width: auto;
    overflow: hidden;
    line-height: initial;
  }

  button.mobile-trigger .line {
    background: #17285c;
    height: 2px;
    left: 5px;
    border-radius: 1px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    width: 70%;
    position: absolute;
    display: block;
  }

  button.mobile-trigger .line.line-1 {
    top: 0;
  }

  button.mobile-trigger .line.line-3 {
    top: 100%;
  }

  .mobile-trigger .inner {
    cursor: pointer;
    height: 18px;
    background: transparent;
    width: 70%;
    position: absolute;
    display: block;
  }

  button.mobile-trigger .line.line-2 {
    top: 50%;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .header__container {
    padding: 10px 15px;
  }

  .mobile-open .menu-wrapper {
    transform: translate(0px, 0px);
    box-shadow: 0px 8px 10px -5px rgb(0 0 0 / 20%), 0px 16px 24px 2px rgb(0 0 0 / 14%), 0px 6px 30px 5px rgb(0 0 0 / 12%);
  }

  body.mobile-open {
    overflow: hidden;
    padding-right: 17px;
  }

  .menu-inner {
    margin-top: 48px;
  }

  .mobile-open button.mobile-trigger .line.line-3 {
    transform: translateY(-9px) translateX(0) rotate( -45deg );
    -webkit-transform: translateY(-9px) translateX(0) rotate( -45deg );
    -moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
  }

  .mobile-open button.mobile-trigger .line.line-2 {
    opacity: 0;
  }

  .mobile-open button.mobile-trigger .line-1 {
    transform: translateY(9px) translateX(0) rotate( 45deg );
    -webkit-transform: translateY(9px) translateX(0) rotate( 45deg );
    -moz-transform: translateY(9px) translateX(0) rotate(45deg);
  }

  .header-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    touch-action: none;
    visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: hsla(0,0%,100%,.6);
    z-index: 8;
  }

  .menu-wrapper>div {
    display: flex;
    flex-direction:column;
  }

  .menu-wrapper>div>div {
    width: 100%;
  }

  .mobile-open .header-overlay {
    opacity: 1;
    visibility: visible;
  }
  .menu-wrapper .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .menu-wrapper .links ul li a {
    padding-left: 1rem;
    font-size: 18px;
    line-height: 21px;
    display: block;
  }

  .menu-wrapper .links ul li {
    padding-left: .25rem;
    padding-bottom: 1rem;
    padding-top: .25rem;
  }

  .menu-wrapper .links ul li a.active {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }

  .menu-wrapper .links ul li:first-child {
    padding-top: 0;
  }

  .menu-wrapper .button {
    margin: 0;
    padding: 48px 28px;
  }

  .custom-menu-primary {
    padding: 0;
  }

  .menu-wrapper a.hs-button {
    width: 100%;
    min-height: 48px;
    font-size: 18px;
    box-shadow: 0px 11px 20px 0px rgb(55 34 158 / 19%);
  }

  .menu-wrapper .links:after {
    width: 24px;
    height: 1px;
    content: '';
    display: block;
    background: rgb(229, 222, 241);
    margin-left: 32px;
    margin-top: 4px;
  }

  .menu-wrapper .links {
    padding-bottom: 16px;
  }


  .custom-menu-primary nav>ul>li {
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary nav>ul>li>a {
    padding: 0;
    margin: 0 !important;
    padding: 15px 32px !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #282828 !important;
  }

  .custom-menu-primary nav>ul>li:last-child>a {
    font-weight: 600 !important;
    line-height: 19px;
    color: #5327a4;
  }

  .custom-menu-primary nav>ul>li>a:after {
    display: none;
  }

  .menu-wrapper .button {
    margin: 0;
    padding: 48px 28px;
  }

  .custom-menu-primary {
    padding: 0;
  }

  .menu-wrapper a.hs-button {
    width: 100%;
    min-height: 48px;
    font-size: 18px;
    box-shadow: 0px 11px 20px 0px rgb(55 34 158 / 19%);
  }

  .custom-menu-primary nav ul li.open>a>img.mobile {
    transform: rotate( 0deg );
  }


  .custom-menu-primary ul ul li:first-child>a {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .custom-menu-primary ul ul li a {
    background: transparent !important;
    color: rgba(68,68,68,1.0) !important;
  }


  .custom-menu-primary nav>ul>li:first-child>ul {
    margin-top: 0px !important;
  }
  .custom-menu-primary ul ul li a {
    line-height: 1;
    font-size: 16px;
    color: #282828 !important;
    line-height: 19px;
    padding: 8px 32px 15px !important;
  }

  .custom-menu-primary nav>ul>li>ul {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    transform: none;
    transition:none !important;
    box-shadow: none;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .menu-wrapper .wave {
    margin-top: auto!important;
    overflow: hidden!important;
  }

  .wave-wrapper {
    overflow: hidden;
    position: relative;
    width: inherit;
    height: 200px;
  }

  .wave-wrapper .ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
  }

  .wave1, .wave2 {
    position: absolute;
    width: 6400px;
    height: 198px;
  }

  .wave1 {
    background: url('https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/images/wave1.svg') repeat-x;
      background-size: 400px 200px;
      top: -150px;
      animation: wave 20s cubic-bezier(.36,.45,.63,.53) infinite;
      transform: translateZ(0);
      }

  .wave2 {
    background: url('https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/images/wave2.svg') repeat-x;
      background-size: 400px 200px;
      top: -175px;
      animation: wave 45s cubic-bezier(.36,.45,.63,.53) -.125s infinite,swell 10s ease -1.25s infinite;
      }

  .wave3 {
    background: url('https://9343711.fs1.hubspotusercontent-na1.net/hubfs/9343711/raw_assets/public/Currensea_May_2021/images/wave3.svg') repeat-x;
      position: absolute;
      background-size: 400px 200px;
      width: 6400px;
      height: 198px;
      top: -175px;
      animation: wave 70s cubic-bezier(.36,.45,.63,.53) -.125s infinite,swell 7s ease -1.25s infinite;
      }

  @keyframes wave {
    0% {
      margin-left: 0
    }

    to {
      margin-left: -1600px
    }
  }

  @keyframes swell {
    0%,to {
      transform: translate3d(0,-5px,0)
    }

    50% {
      transform: translate3d(0,15px,0)
    }
  }


  .custom-menu-primary nav ul li a img.mobile {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 20px;
    transition: transform 0.2s linear 0s;
    transform: rotate( 180deg );
  }

  .custom-menu-primary nav>ul>li:after {
    border-top: 1px solid rgba(0,0,0,.1);
    content:'';
    border-color: rgba(83, 39, 164, 0.15);
    box-shadow: rgb(89 96 170 / 25%) 0px 0px 19px 0px;
    display: block;
  }

  .custom-menu-primary nav ul li.has-submenu>a {
    padding-right: 50px !important;
  }
  
 .menu-wrapper .wave {
    display: block !important;
}



}

@media(max-width:991px){

  .header__container {
    padding-bottom: 4px;
  }


  .logo-wrapper img {
    width: 125px !important;
    display: block;
  }

  .header__container {
    min-height: 50px;
  }

}


@media(max-width:767px){

  .logo-wrapper .links {
    display: none;
  }

  .header__container {
    padding-bottom: 4px;
    padding-top: 4px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

footer.footer.business {
  background: #fff !important;
}

footer.footer {
  padding: 0px 15px;
  user-select: none;
}

.footer-logo {
  display: flex;
  flex-wrap: wrap;
}

.footer-logo .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-logo .links ul li {
  margin-right: 1rem;
}

.footer-logo .links ul li:first-child {
  margin-left: 0;
}

.footer-logo .links {
  margin-left: 1rem;
}

.footer-logo .links ul li a {
  line-height: 48px;
  font-size: 18px;
  font-weight: 400;
}

.footer-logo .links ul li {
  display: inline-block;
  float: left;
}

.footer-logo .links ul li a.active {
  font-weight: 500;
}

.footer .submenu.level-2 a {
  font-weight: 400;
}

.copyright {
  font-size: 12px;
  line-height: 18px;
  padding-top: 1rem;
  margin-top: 3rem;
  font-weight: 500;
}

.footer__container {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}

.footer-images {
  width: 33.333333%;
  padding: 0px 15px;
  padding-top: 12px;
  float: left;
}

.footer-logo img {
  width: 48px !important;
}

.footer-row {
  margin: 0px -15px;
}

.footer-menu {
  width: 50.000001%;
  float: left;
}

.footer-menu nav>ul>li {
  width: 33.333337%;
  float: left;
  padding: 0px 15px;
  padding-top: 1.5rem;
}

.footer-menu ul ul li a {
  font-size: 14px;
  line-height: 30px;
  display: block;
}

.footer h3,
.footer-menu nav>ul>li>a{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -.32px;
  cursor:unset;
  display: block;
  margin-bottom: .5rem;
}

.footer-social {
  width: 16.666667%;
  float: left;
  padding: 0px 15px;
  padding-top: 1.5rem;
}

.footer-menu nav>ul>li:last-child {
  padding-left: 63px;
}

.stores img {
  width: auto !important;
  max-height: 37px;
}

.stores {
  display: flex;
  margin-top: 3rem;
  justify-content: flex-start!important;
}

.stores .item:not(:last-child) {
  margin-right: 1rem!important;
}


@media(max-width:991px){

  .footer__container {
    padding: 1.5rem 1.5rem 3rem;
  }

  footer.footer {
    padding: 0;
  }

  .footer-social {
    width: 100%;
    padding-top: 3rem!important;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu nav>ul>li {
    padding-top: 3rem;
  }

  .footer-images {
    width: 100%;
  }

  .stores img {
    max-height: 50px;
  }

  .stores .item:not(:last-child) {
    margin-right: 3rem!important;
  }

}

@media(max-width:767px){


  .footer-menu nav>ul>li {
    width: 100%;
    padding-left: 15px !important;
  }

}

@media(max-width:575px){

  .stores {
    justify-content: space-between!important;
  }

  .stores .item:not(:last-child) {
    margin: 0 !important;
  }

}


@media(max-width:400px){
.stores>div:first-child {
    padding-right: 10px;
}

.stores>div:nth-child(2) {
    padding-left: 10px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.comment-date{
  display:block !important;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  box-shadow:none !important;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-date{
  display:block;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


@media(max-width:767px){

  .blog-index__post-inner-card .blog-index__post-content {
    padding: 24px 0px 30px;
  }

}
.faq-module h2 {
  text-align: center;
  margin-bottom: 40px;
}
.faq-module .accordion {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px !important;
  max-width: 750px !important;
  box-shadow: 0px 11px 20px 0px rgba(23, 40, 92, 0.19);
  padding: 0;
}
.faq-module .accordion > .accordion__title {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  line-height: 26px;
  display: block;
  padding: 22px 50px 22px 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s linear;
  position: relative;
  margin: 0;
}
.faq-module .accordion > .accordion__title a {
  color: #17285c;
  display: inline-block;
}
.faq-module .accordion > .accordion__title.active .icon:before {
  transform: translateX(-50%) rotate(90deg);
}
.faq-module .accordion > .accordion__title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  position: absolute;
  width: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.faq-module .accordion > .accordion__title .icon:before, .accordion > .accordion__title .icon:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(58,27,114,1.0);
}
.faq-module .accordion > .accordion__title .icon:before {
  height: 100%;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
}
.faq-module .accordion > .accordion__title .icon:after {
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  width: 100%;
}
.faq-module .accordion .accordion__content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 0 50px 15px 30px;
  color: #868e96;
}


@media(min-width: 992px) {
  .faq-module  .accordion > .accordion__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.comparison-table {
  max-width: 850px;
  margin: 0 auto;
}
.comparison-table .row {
  display: flex;
  flex-flow: row wrap;
}
.comparison-table .column {
  width: 50%;
}
.comparison-table .column:nth-child(2) .title {
  border-radius: 0 8px 0 0;
}
.comparison-table .column:nth-child(2) .list li {
  border-width: 0 0 1px 1px;
}
.comparison-table .image-holder {
  text-align: center;
  margin-bottom: 30px;
}
.comparison-table .table {
  width: 100%;
  border-radius: 8px;
  box-shadow: rgba(8, 5, 28, 0.08) 0px 2px 12px 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.comparison-table .table tr th {
  border: none;
  background-color: rgb(214, 216, 240);
  border-top-left-radius: 8px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
}
.comparison-table .table tr th:nth-child(2) {
  border-top-right-radius: 8px;
  border-top-left-radius: 0;
}
.comparison-table .table tr td {
  padding: 12px 20px;
  border: none;
  border-bottom: 1px solid rgb(234, 235, 247);
  border-right: 1px solid rgb(234, 235, 247);
  vertical-align: middle;
}
.comparison-table .table tr td:nth-child(2) {
  border-bottom: 1px solid rgb(234, 235, 247);
}
.comparison-table .text {
  display: flex;
  align-items: center;
}
.comparison-table .icon-holder {
  height: 30px;
  width: 30px;
  display: block;
  margin-right: 10px;
}
.comparison-table .icon-holder img {
  max-width: inherit;
  width: 25px;
}

@media(min-width: 768px) {
  .comparison-table .table tr td {
    padding: 12px 24px;
  }
  .comparison-table .icon-holder img {
    width: 30px;
  }
}
.pricing-plans {
  margin: 0 auto;
  max-width: 850px;
}
.pricing-plans .column {
  margin-bottom: 30px;
}
.pricing-plans .column:nth-child(1) .plans-box {
  border-radius: 8px 0 0 8px;
}
.pricing-plans .column:nth-child(3) .plans-box {
  border-radius: 0 8px 8px 0;
}
.pricing-plans .column:nth-child(2) .plans-box {
  color: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box:after {
  background-color: rgba(83,39,164,1.0);
}
.pricing-plans .column:nth-child(2) .plans-box .list .text {
  color: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box h2 {
  color: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box .short-text {
  color: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box .list .info {
  color: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box .list .icon-holder svg {
  fill: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box .price {
  color: rgba(83,39,164,1.0);
  background-color: #fff;
}
.pricing-plans .column:nth-child(2) .plans-box .cta_button {
  color: #17285c;
  background-color: #fff;
}
.pricing-plans .plans-box {
  box-shadow: 0 2px 12px 0 rgba(8,5,28,.08);
  text-align: center;
  padding: 30px 20px;
  position: relative;
  height: 100%;
}
.pricing-plans .plans-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
.pricing-plans .plans-box h2 {
  font-weight: 700 !important;
}
.pricing-plans .plans-box .short-text {
  color: #868e96;
}
.pricing-plans .plans-box .price {
  background-color: rgba(83,39,164,1.0);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  margin: 30px auto;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}
.pricing-plans .plans-box .cta_button {
  color: #fff;
  font-size: 14px;
  box-shadow: 0px 11px 20px 0px rgb(23 40 92 / 19%);
  background-color: #17285c;
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
  line-height: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: -0.11px;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}
.pricing-plans .plans-box .list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.pricing-plans .plans-box .list li {
  padding: 15px 0;
  border-bottom: 1px solid #eaebf7;
}
.pricing-plans .plans-box .list .text {
  margin-bottom: 5px;
  display: inline-block;
  color: #868e96;
}
.pricing-plans .plans-box .list .info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #868e96;
}
.pricing-plans .plans-box .list .icon-holder {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
}
.pricing-plans .plans-box .list .icon-holder svg {
  fill: #868e96;
}

@media(min-width: 768px) {
  .pricing-plans .row {
    display: flex;
    flex-flow: row wrap;
  }
  .pricing-plans .column {
    width: 33.333%;
    margin: 0;
  }
  .pricing-plans .column:nth-child(2) .plans-box:after {
    top: -25px;
    bottom: -25px;
  }
}
@media(min-width: 992px) {
  .pricing-plans .plans-box {
    padding: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}


.systems-page form{
  max-width:767px;
}



.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}

.systems-page .hs-input {
  margin-top: 6px;
}

ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


@media(max-width:767px){

  .systems-page h2 {
    font-size: 25px;
  }

}