.elementor-2082 .elementor-element.elementor-element-3f8d163{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2082 .elementor-element.elementor-element-28e2bc3{--display:flex;}.elementor-2082 .elementor-element.elementor-element-c3c4670 .elementor-nav-menu--dropdown li:not(:last-child){border-style:solid;border-color:#6363633D;border-bottom-width:1px;}#elementor-popup-modal-2082 .dialog-widget-content{animation-duration:0.3s;}#elementor-popup-modal-2082{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-2082 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-2082 .dialog-close-button{display:flex;background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-2082 .elementor-element.elementor-element-3f8d163{--padding-top:5%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-2082 .elementor-element.elementor-element-af361e4 .e-search-input{border-radius:10px 0px 0px 10px;}.elementor-2082 .elementor-element.elementor-element-af361e4{--e-search-input-padding-block-start:15px;--e-search-input-padding-inline-start:10px;--e-search-input-padding-block-end:15px;--e-search-input-padding-inline-end:10px;--e-search-submit-margin-inline-start:0px;--e-search-submit-border-radius:0px 10px 10px 0px;--e-search-submit-padding:15px 10px 15px 10px;}.elementor-2082 .elementor-element.elementor-element-28e2bc3{--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-2082 .elementor-element.elementor-element-c3c4670 .elementor-nav-menu--dropdown .elementor-item, .elementor-2082 .elementor-element.elementor-element-c3c4670 .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:16px;}.elementor-2082 .elementor-element.elementor-element-c3c4670 .elementor-nav-menu--dropdown a{padding-top:15px;padding-bottom:15px;}}@media(max-width:767px){.elementor-2082 .elementor-element.elementor-element-3f8d163{--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2082 .elementor-element.elementor-element-af361e4{--e-search-input-padding-block-start:10px;--e-search-input-padding-inline-start:10px;--e-search-input-padding-block-end:10px;--e-search-input-padding-inline-end:10px;--e-search-submit-padding:10px 10px 10px 10px;}.elementor-2082 .elementor-element.elementor-element-af361e4 .e-search-submit span{font-size:14px;}#elementor-popup-modal-2082 .dialog-message{width:340px;padding:30px 0px 0px 0px;}#elementor-popup-modal-2082{justify-content:flex-start;align-items:flex-start;}#elementor-popup-modal-2082 .dialog-close-button{top:3%;font-size:22px;}#elementor-popup-modal-2082 .dialog-widget-content{margin:0px 0px 0px 0px;}}/* 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 */