.elementor-kit-7{--e-global-color-primary:#37474F;--e-global-color-secondary:#546E7A;--e-global-color-text:#33383D;--e-global-color-accent:#2E7D5B;--e-global-color-d83d7d9:#6EC1E490;--e-global-color-f314b57:#5A5A5A;--e-global-color-881b5b8:#B6B6B6;--e-global-color-43f7347:#2C568890;--e-global-color-97ed1b9:#414141;--e-global-typography-primary-font-family:"Roboto Flex";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0.05em;--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-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-0df29b2-font-family:"Roboto Flex";--e-global-typography-0df29b2-font-size:14px;--e-global-typography-0df29b2-font-weight:700;--e-global-typography-0df29b2-letter-spacing:0.05em;color:var( --e-global-color-97ed1b9 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
	--header-height: 80px;
	--logo-height: 80px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: var(--e-global-color-accent);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
header.sticky-header.elementor-sticky--effects {
	background-color:var(--e-global-color-d83d7d9);
	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 {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects  {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header.elementor-sticky--effects #slogan-header {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}
header.sticky-header .logo img {
	height: var(--logo-height, 80px);
	transition: height var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
	height: calc(var(--logo-height, 80px) * var(--shrink-header-to));
}/* End custom CSS */