.elementor-kit-216{--e-global-color-primary:#044146;--e-global-color-secondary:#373253;--e-global-color-text:#313131;--e-global-color-accent:#005972;--e-global-color-c6128c2:#F5F5F5;--e-global-color-7687285:#233040;--e-global-color-9e70a47:#FFFFFF;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-c6128c2 );font-family:"Raleway", Sans-serif;}.elementor-kit-216 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-kit-216 h1{font-family:"Raleway", Sans-serif;font-weight:300;}.elementor-kit-216 h2{font-family:"Raleway", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
}

/***
* Sticky header activated
*/
header.sticky-header {
	transition: var(--transition);
}
header.sticky-header.elementor-sticky--effects {
	transform: translate(0px, -10px);
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(0.9) translate(-10px);
}

/***
* class: .main-menu
*/
header.sticky-header .main-menu {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .main-menu {
	transform: scale(0.9) translate(50px);
}/* End custom CSS */