.elementor-kit-9{--e-global-color-primary:#295B30;--e-global-color-secondary:#818C96;--e-global-color-text:#818C96;--e-global-color-accent:#006472;--e-global-color-11da619e:#6EC1E4;--e-global-color-ab8b7cf:#7A7A7A;--e-global-color-342d7992:#61CE70;--e-global-color-27d65d4b:#4054B2;--e-global-color-4c3b1ae0:#23A455;--e-global-color-577dc464:#000;--e-global-color-2213930a:#FFF;--e-global-color-c0ecccd:#7A7A7A5C;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:300;--e-global-typography-3833a65-font-size:45px;--e-global-typography-3833a65-font-weight:300;--e-global-typography-3833a65-text-transform:uppercase;--e-global-typography-3833a65-font-style:normal;--e-global-typography-3833a65-text-decoration:none;--e-global-typography-3833a65-line-height:1.1em;--e-global-typography-08d707a-font-family:"Source Sans Pro";--e-global-typography-08d707a-font-size:40px;--e-global-typography-08d707a-font-weight:300;--e-global-typography-08d707a-text-transform:none;--e-global-typography-08d707a-font-style:normal;--e-global-typography-08d707a-line-height:1.1em;}.elementor-kit-9 p{margin-bottom:0.8em;}.elementor-kit-9 a{color:#006472;}.elementor-kit-9 a:hover{color:#007C8D;}.elementor-kit-9 h1{color:#FFFFFF;font-family:"Source Sans Pro", Source Sans Pro;font-weight:300;}.elementor-kit-9 h2{color:var( --e-global-color-accent );font-family:"Source Sans Pro", Source Sans Pro;font-size:46px;font-weight:300;}.elementor-kit-9 h3{color:#818C96;font-family:"Amiri", Source Sans Pro;font-weight:300;font-style:normal;}.elementor-kit-9 h4{font-size:30px;font-weight:300;}.elementor-kit-9 h5{font-family:"Source Sans Pro", Source Sans Pro;font-size:18px;font-weight:500;text-transform:uppercase;letter-spacing:4px;}.elementor-kit-9 h6{color:#006472;font-size:12px;font-weight:300;text-transform:uppercase;font-style:normal;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Source Sans Pro", Source Sans Pro;font-size:14px;font-weight:400;text-transform:uppercase;color:#FFFFFF;background-color:#006472;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{color:#FFFFFF;background-color:#295B30;}.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-9 e-page-transition{background-color:#FFBC7D;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header, Elementor Container edition
* class: .sticky-header
* This will only work with the Elementor container section
* the header uses additional 3 classes to gain higher CSS specificity and to avoid adding !important
*/
header.sticky-header.e-container.elementor-element {
	--header-height: 10%; /* Set your own header height */
	--shrink-header-to: 0.6; /* 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(252, 252, 252, 1); /* Set your own background color */
	--min-height: var(--header-height);
	--transition: background-color var(--transition-timing),
					backdrop-filter var(--transition-timing),
					box-shadow var(--transition-timing),
					min-height var(--transition-timing);
}
header.sticky-header.e-container.elementor-element.elementor-sticky--effects {
	background-color: rgba(252, 252, 252, 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 */
	--min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Optional: Shorter header on mobile
*/
@media only screen and (max-width: 767px) {
	header.sticky-header,
	header.sticky-header.e-container.elementor-element {
		--header-height: 50px;
	}
}
/***
* Optional: Shrink Menu Cart on scroll
*/
header.sticky-header .elementor-menu-cart__toggle .elementor-button {
	transition: padding var(--transition-timing),
				font-size var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects .elementor-menu-cart__toggle .elementor-button {
	padding: var(--toggle-icon-padding, 8px 16px);
	font-size: 12px; /* Set your own font size on scroll */
}
header.sticky-header .elementor-menu-cart__main {
	min-height: 100vh;
}
header.sticky-header .elementor-menu-cart__container {
	overflow: visible;
}/* End custom CSS */