.elementor-kit-133{--e-global-color-primary:#0025AA;--e-global-color-secondary:#FFCC00;--e-global-color-text:#FAFAFA;--e-global-color-accent:#6EB7E4;--e-global-color-32632841:#DDAA00;--e-global-color-53eecf53:#FFF;--e-global-color-4cad0105:#12EDD6;--e-global-color-4f5b425b:#EFF3F3;--e-global-color-a203eac:#FFFFFF;--e-global-color-2131be8:#000000B5;--e-global-color-cc7af80:#BBBFC4;--e-global-color-4d17e8b:#00000000;--e-global-color-703da6da:#54595F;--e-global-color-2f5f0bab:#4054B2;--e-global-color-2104ad13:#000;--e-global-color-336eb877:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:45px;--e-global-typography-primary-letter-spacing:-1.13px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:23px;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-text-decoration:none;color:#FFFFFF;background-color:var( --e-global-color-primary );}.elementor-kit-133 p{margin-block-end:6px;}.elementor-kit-133 a{color:var( --e-global-color-secondary );}.elementor-kit-133 a:hover{color:#FE7777;}.elementor-kit-133 button,.elementor-kit-133 input[type="button"],.elementor-kit-133 input[type="submit"],.elementor-kit-133 .elementor-button{color:#FFF;}.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);}.elementor-kit-133 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;background-color:var( --e-global-color-primary );}.site-header .site-navigation .menu li{font-family:"Roboto Condensed", Sans-serif;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-133{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:35px;--e-global-typography-text-font-size:14px;}.elementor-kit-133 button,.elementor-kit-133 input[type="button"],.elementor-kit-133 input[type="submit"],.elementor-kit-133 .elementor-button{padding:18px 46px 18px 46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 170px;
    --opacity: 1.00;
    --shrink-me: 0.70;
    --sticky-background-color: #0025aa;
    --transition: 800ms 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 */