.elementor-kit-4310{--e-global-color-primary:#0A2540;--e-global-color-secondary:#B4001C;--e-global-color-text:#0A2540;--e-global-color-accent:#B4001C;--e-global-color-4f785c7f:#F2F2F2;--e-global-color-65996098:#FFFFFF;--e-global-color-24760dd:#F6F6F6;--e-global-color-64fe864:#F5F5F7;--e-global-color-814cb60:#FFE600;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-7e0578f-font-family:"Raleway";--e-global-typography-7e0578f-font-size:16px;--e-global-typography-7e0578f-line-height:1.8em;--e-global-typography-7e0578f-letter-spacing:0px;--e-global-typography-89b0068-font-family:"Raleway";--e-global-typography-89b0068-font-size:25px;--e-global-typography-89b0068-font-weight:500;--e-global-typography-8a025ad-font-family:"Raleway";--e-global-typography-8a025ad-font-size:18px;--e-global-typography-8a025ad-font-weight:500;--e-global-typography-6285efc-font-family:"Raleway";--e-global-typography-6285efc-font-weight:500;font-family:"Georgia", Sans-serif;font-size:16px;font-weight:400;font-style:normal;}.elementor-kit-4310 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4310 h1{color:var( --e-global-color-65996098 );font-family:"Arial", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-4310 h2{font-family:"Arial", Sans-serif;font-size:25px;font-weight:600;}.elementor-kit-4310 h3{font-family:"Arial", Sans-serif;font-size:25px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:60px;--container-default-padding-right:0px;--container-default-padding-bottom:60px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:899px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:45px;--container-default-padding-right:45px;--container-default-padding-bottom:45px;--container-default-padding-left:45px;}}@media(max-width:499px){.elementor-kit-4310{--e-global-typography-7e0578f-font-size:13px;--e-global-typography-89b0068-font-size:25px;--e-global-typography-8a025ad-font-size:23px;--e-global-typography-6285efc-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 120px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #FFFFFF;
    --transition: .3s ease-in-out;

    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--main .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));/* End custom CSS */