.elementor-kit-11{--e-global-color-primary:#38305F;--e-global-color-secondary:#D9C0CF;--e-global-color-text:#1B5996;--e-global-color-accent:#F2F0F1;--e-global-color-f9f106a:#4A4560;--e-global-color-b8dc04e:#4371C4;--e-global-color-fc9c203:#7E7E7E;--e-global-color-8b2cda5:#38305F80;--e-global-color-6b7b25d:#D9C0CF80;--e-global-color-93f746e:#1B599680;--e-global-color-8b7446c:#FF6400;--e-global-color-e2da8c3:#333333;--e-global-color-5566295:#38305FCC;--e-global-color-2105a12:#38305F33;--e-global-color-61229c2:#D9C0CFCC;--e-global-color-74fb7c6:#D9C0CF33;--e-global-color-5c65b6d:#1B5996CC;--e-global-color-5cac984:#1B599633;--e-global-color-db77c5b:#FF6400CC;--e-global-color-9810c03:#FF640080;--e-global-color-45cace0:#FF640033;--e-global-color-56584c2:#FFFFFF;--e-global-color-069ca34:#FFCC00;--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:"Raleway";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 a{color:var( --e-global-color-8b7446c );}.elementor-kit-11 a:hover{text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-11 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 */header.sticky-header {
    --header-height: 96px;
    --opacity: 0.90;
    --shrink-me: 0.50;
    --shrink-me-font: 1.0;
    --sticky-background-color: #fff;
    --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 .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 .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}
header.sticky-header.elementor-sticky--effects .title h1 {
    font-size: calc(100% * var(--shrink-me-font)) !important;
    left: calc(-0.5 * var(--header-height));
    position: relative;
}/* End custom CSS */