.elementor-kit-7{--e-global-color-primary:#707070;--e-global-color-secondary:#CD9A9E;--e-global-color-text:#FFCABC;--e-global-color-accent:#F2D5D5;--e-global-typography-primary-font-family:"Philosopher";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:50px;--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: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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-7{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:1.2em;}.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:60px;
	--shrink-header-to:0.6;
	--transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	background-color:rgba(244,245,248,0);
	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,.7);
	box-shadow:0px 4px 33px 1px rgba(0,0,0,.2);
	-webkit-backdrop-filter:saturate(180%)blur(20px);
	backdrop-filter:saturate(180%)blur(20px);
	padding: 0px !important;
}



/***
* Shorter header on mobile (70px instead of 100px)
*/
@mediaonlyscreen and(max-width:767px){
	header.sticky-header{--header-height:70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img{
	transition:transform var(--transition);
	opacity: 0;
}
header.sticky-header.elementor-sticky--effects .logo img{
	transform:scale(.8);
	opacity: 1;
}/* End custom CSS */