.elementor-kit-6{--e-global-color-primary:#243484;--e-global-color-secondary:#bb1414;--e-global-color-text:#02061D;--e-global-color-accent:#bb1414;--e-global-color-6087f70:#0C2D94;--e-global-color-34713f5:#BC1C03;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:17px;--e-global-typography-secondary-font-family:"Roboto";--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;--e-global-typography-28bcad8-font-family:"Roboto";--e-global-typography-28bcad8-font-weight:500;color:#0C2D94;font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;line-height:24px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:4400ms;--e-preloader-delay:100ms;--e-preloader-width:21%;--e-preloader-max-width:15%;}.elementor-kit-6 p{margin-block-end:16px;}.elementor-kit-6 a{color:#0C2D94;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 a:hover{color:#BC1C03;}.elementor-kit-6 h1{color:#0C2D94;font-family:"Roboto", Sans-serif;font-size:35px;font-weight:800;line-height:37px;}.elementor-kit-6 h2{color:#0C2D94;font-family:"Roboto", Sans-serif;font-size:45px;font-weight:600;line-height:41px;}.elementor-kit-6 h3{color:#0C2D94;font-family:"Roboto", Sans-serif;font-size:35px;line-height:51px;}.elementor-kit-6 h4{color:#0C2D94;font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;line-height:27px;}.elementor-kit-6 h5{color:var( --e-global-color-primary );}.elementor-kit-6 img:hover{border-style:none;}.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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size: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-6{--e-global-typography-28bcad8-font-size:13px;--e-global-typography-28bcad8-line-height:1.2em;--e-preloader-width:100%;--e-preloader-max-width:72%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.4;
    --sticky-background-color: #ffffff;
    --transition: 0.1s linear;
    

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
                
}

header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    
}
header.sticky-header > .elementor-container .sticky-logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .sticky-logo img {
    max-width: calc(100% * var(--shrink-me));
}


/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

}/* End custom CSS */