.elementor-kit-5240{--e-global-color-primary:#90B0B7;--e-global-color-primary_hover:#8EB3BA;--e-global-color-text:#4F4F4F;--e-global-color-text_lighter:#A3A3A3;--e-global-color-accent:#000000;--e-global-color-lighter:#EBF3F5;--e-global-color-border:#E8E8E8;--e-global-typography-heading_title-font-family:"Villax Heading";--e-global-typography-heading_title-font-size:48px;--e-global-typography-heading_title-font-weight:500;--e-global-typography-heading_title-line-height:54px;--e-global-typography-35a2a4f-font-family:"Heebo";--e-global-typography-35a2a4f-font-size:14px;--e-global-typography-35a2a4f-font-weight:700;--e-global-typography-35a2a4f-text-transform:uppercase;}.elementor-kit-5240 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1410px;}.e-con{--container-max-width:1410px;}.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-kit-5240{--e-global-typography-heading_title-font-size:40px;--e-global-typography-heading_title-line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5240{--e-global-typography-heading_title-font-size:30px;--e-global-typography-heading_title-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-sticky{
    --header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
/***
* Sticky header activated
*/
header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0px 4px 40px 1px rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.elementor-sticky--effects .main-navigation ul.menu > li.menu-item > a{
    padding: 25px 10px !important;
    transition: all 0.4s ease;
}
header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* class: .logo
*/
header .logo img {
	transition: transform var(--transition);
}
header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}
/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}/* End custom CSS */