.elementor-kit-3241{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4cd9105:#0096F5;--e-global-color-a06aa6e:#9AD5F4;--e-global-color-e2776a5:#0699F54F;--e-global-color-1c4d0e1:#16B40D;--e-global-color-5efc576:#D84C4C;--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;--e-global-typography-4c33cb5-font-family:"Montserrat";--e-global-typography-4c33cb5-font-size:32px;--e-global-typography-4c33cb5-font-weight:700;--e-global-typography-407acd8-font-family:"Montserrat";--e-global-typography-407acd8-font-size:31px;--e-global-typography-407acd8-font-weight:700;--e-global-typography-440af36-font-family:"Montserrat";--e-global-typography-440af36-font-size:31px;--e-global-typography-440af36-font-weight:700;--e-global-typography-9db0d05-font-family:"Montserrat";--e-global-typography-9db0d05-font-size:24px;--e-global-typography-9db0d05-font-weight:700;--e-global-typography-e7fabf1-font-family:"Montserrat";--e-global-typography-e7fabf1-font-size:20px;--e-global-typography-e7fabf1-font-weight:700;--e-global-typography-633a837-font-family:"Montserrat";--e-global-typography-633a837-font-size:18px;--e-global-typography-cf04558-font-family:"Montserrat";--e-global-typography-cf04558-font-size:16px;--e-global-typography-03e6ae7-font-family:"Montserrat";--e-global-typography-03e6ae7-font-size:14px;--e-global-typography-021a167-font-family:"Montserrat";--e-global-typography-021a167-font-size:1.1em;--e-global-typography-021a167-line-height:1.1em;}.elementor-kit-3241 h1{font-family:"Montserrat", Sans-serif;font-size:31px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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-kit-3241{--e-global-typography-440af36-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header, no container edition
* class: .sticky-header
* Uses the built-in .elementor-container class for shrinking the header in non-container installs
*/
header.sticky-header {
	--header-height: 100px; /* Set your own header height */
	--shrink-header-to: 0.66; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	background-color: rgba(255, 255, 255, 1); /* Set your own background color */
	transition: background-color var(--transition-timing),
				backdrop-filter var(--transition-timing),
				box-shadow var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 1); /* Set your own background color on scroll */
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition-timing);
}
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 */