.elementor-kit-1347{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3b7c1d1c:#4054B2;--e-global-color-3b7ebfa7:#23A455;--e-global-color-76a5e672:#000;--e-global-color-3b225258:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
* Force animations in Elementor
* (ignores prefers-reduced-motion media feature)
* 
*/
.animated{
	-webkit-animation-duration: 1.25s !important;
	animation-duration: 1.25s !important
}
@keyframes bounce{
	20%,53%,80%,from,to{
		animation-timing-function: cubic-bezier(.215, .61, .355, 1) !important;
		transform: translate3d(0, 0, 0)
	}
	40%,43%{
		animation-timing-function: cubic-bezier(.755, .050, .855, .060) !important;
		transform: translate3d(0, -30px, 0)
	}
	70%{
		animation-timing-function: cubic-bezier(.755, .050, .855, .060) !important;
		transform: translate3d(0, -15px, 0)
	}
	90%{
		transform: translate3d(0, -4px, 0)
	}
}
.bounce{
	animation-name: bounce !important;
	transform-origin: center bottom
}
.flash{
	animation-name: flash !important
}
.pulse{
	animation-name: pulse !important
}
.rubberBand{
	animation-name: rubberBand !important
}
.shake{
	animation-name: shake !important
}
.headShake{
	animation-timing-function: ease-in-out !important;
	animation-name: headShake !important
}
.swing{
	transform-origin: top center !important;
	animation-name: swing !important
}
.tada{
	animation-name: tada !important
}
.wobble{
	animation-name: wobble !important
}
.jello{
	animation-name: jello !important;
	transform-origin: center !important
}
@keyframes bounceIn{
	20%,40%,60%,80%,from,to{
		animation-timing-function: cubic-bezier(.215, .61, .355, 1) !important
	}
	0%{
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20%{
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40%{
		transform: scale3d(.9, .9, .9)
	}
	60%{
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80%{
		transform: scale3d(.97, .97, .97)
	}
	to{
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}
.bounceIn{
	animation-name: bounceIn !important
}
@keyframes bounceInDown{
	60%,75%,90%,from,to{
		animation-timing-function: cubic-bezier(.215, .61, .355, 1) !important
	}
	0%{
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60%{
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75%{
		transform: translate3d(0, -10px, 0)
	}
	90%{
		transform: translate3d(0, 5px, 0)
	}
	to{
		transform: none
	}
}
.bounceInDown{
	animation-name: bounceInDown !important
}
@keyframes bounceInLeft {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1) !important
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}
.bounceInLeft {
	animation-name: bounceInLeft !important
}
@keyframes bounceInRight {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1) !important
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}
.bounceInRight {
	animation-name: bounceInRight !important
}
@keyframes bounceInUp {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1) !important
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}
.bounceInUp {
	animation-name: bounceInUp !important
}
.fadeIn {
	animation-name: fadeIn !important
}
.fadeInDown {
	animation-name: fadeInDown !important
}
.fadeInLeft {
	animation-name: fadeInLeft !important
}
.fadeInRight {
	animation-name: fadeInRight !important
}
.fadeInUp {
	animation-name: fadeInUp !important
}
.lightSpeedIn {
	animation-name: lightSpeedIn !important;
	animation-timing-function: ease-out !important
}
.rotateIn {
	animation-name: rotateIn !important
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft !important
}
.rotateInDownRight {
	animation-name: rotateInDownRight !important
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft !important
}
.rotateInUpRight {
	animation-name: rotateInUpRight !important
}
.rollIn {
	animation-name: rollIn !important
}
.zoomIn{
	animation-name: zoomIn !important
}
@keyframes zoomInDown{
	from{
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19) !important
	}
	60%{
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1) !important
	}
}
.zoomInDown{
	animation-name: zoomInDown !important
}
@keyframes zoomInLeft{
	from{
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19) !important
	}
	60%{
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1) !important
	}
}
.zoomInLeft{
	animation-name: zoomInLeft !important
}
@keyframes zoomInRight{
	from{
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19) !important
	}
	60%{
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1) !important
	}
}
.zoomInRight{
	animation-name: zoomInRight !important
}
@keyframes zoomInUp{
	from{
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19) !important
	}
	60%{
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1) !important
	}
}
.zoomInUp{
	animation-name: zoomInUp !important
}
.slideInDown{
	animation-name: slideInDown !important
}
.slideInLeft{
	animation-name: slideInLeft !important
}
.slideInRight{
	animation-name: slideInRight !important
}
.slideInUp{
	animation-name: slideInUp !important
}
.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{
	animation-name: elementor-animation-pulse !important;
	animation-duration: 1s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: infinite !important
}
.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{
	animation-name: elementor-animation-pulse-grow !important;
	animation-duration: .3s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: infinite !important;
	animation-direction: alternate !important
}
.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{
	animation-name: elementor-animation-pulse-shrink !important;
	animation-duration: .3s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: infinite !important;
	animation-direction: alternate !important
}
.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{
	animation-name: elementor-animation-push !important;
	animation-duration: .3s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{
	animation-name: elementor-animation-pop !important;
	animation-duration: .3s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{
	animation-name: elementor-animation-bob-float, elementor-animation-bob !important;
	animation-duration: .3s, 1.5s !important;
	animation-delay: 0s, .3s !important;
	animation-timing-function: ease-out, ease-in-out !important;
	animation-iteration-count: 1, infinite !important;
	animation-fill-mode: forwards !important;
	animation-direction: normal, alternate !important
}
.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{
	animation-name: elementor-animation-hang-sink, elementor-animation-hang !important;
	animation-duration: .3s, 1.5s !important;
	animation-delay: 0s, .3s !important;
	animation-timing-function: ease-out, ease-in-out !important;
	animation-iteration-count: 1, infinite !important;
	animation-fill-mode: forwards !important;
	animation-direction: normal, alternate !important
}
.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{
	animation-name: elementor-animation-wobble-vertical !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{
	animation-name: elementor-animation-wobble-horizontal !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{
	animation-name: elementor-animation-wobble-to-bottom-right !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{
	animation-name: elementor-animation-wobble-to-top-right !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{
	animation-name: elementor-animation-wobble-top !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{
	animation-name: elementor-animation-wobble-bottom !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{
	animation-name: elementor-animation-wobble-skew !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out !important;
	animation-iteration-count: 1 !important
}
.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{
	animation-name: elementor-animation-buzz !important;
	animation-duration: .15s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: infinite !important
}
.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{
	animation-name: elementor-animation-buzz-out !important;
	animation-duration: .75s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: 1 !important
}/* End custom CSS */