.elementor-kit-75{--e-global-color-primary:#56FAFF;--e-global-color-secondary:#0D2258;--e-global-color-text:#1D1D1D;--e-global-color-accent:#FA5774;--e-global-color-857785d:#CEFCFF;--e-global-color-6f38974:#FFADBB;--e-global-color-555bc242:#000;--e-global-color-165c6d83:#FFF;--e-global-color-a494f3c:#E4792C;--e-global-color-cdb26d2:#0C1A35;--e-global-color-a7a410a:#11446C;--e-global-color-41bcb29:#6A6B6C;--e-global-color-548c103:#11446C;--e-global-color-9747bd8:#2DAC00;--e-global-color-269343b:#4DD1E0;--e-global-color-5b5d761:#F1FDFD;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lemon Tuesday";--e-global-typography-accent-font-weight:500;--e-global-typography-731a673-font-family:"Abel";--e-global-typography-731a673-font-size:16px;--e-global-typography-731a673-font-weight:700;--e-global-typography-731a673-letter-spacing:2px;--e-global-typography-d07a814-font-family:"Arimo";--e-global-typography-d07a814-font-size:18px;--e-global-typography-d07a814-font-weight:normal;font-family:"Lato", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-75 a{color:var( --e-global-color-text );font-family:"Anton", Sans-serif;text-decoration:underline;}.elementor-kit-75 a:hover{color:var( --e-global-color-accent );text-decoration:underline;}.elementor-kit-75 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-75 h2{font-family:"Oswald", Sans-serif;font-size:30px;font-weight:normal;}.elementor-kit-75 h3{font-family:"Oswald", Sans-serif;font-size:24px;font-weight:normal;}.elementor-kit-75 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-75 button,.elementor-kit-75 input[type="button"],.elementor-kit-75 input[type="submit"],.elementor-kit-75 .elementor-button{font-family:"Anton", Sans-serif;font-size:18px;font-weight:normal;color:var( --e-global-color-165c6d83 );background-color:var( --e-global-color-a494f3c );border-style:solid;border-width:1px 1px 1px 1px;border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1080px;}.e-con{--container-max-width:1080px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-75 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-kit-75 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-75 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-75 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-75 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}/* End custom CSS */