.elementor-kit-6{--e-global-color-primary:#72BF44;--e-global-color-secondary:#F59A02;--e-global-color-text:#7A7A7A;--e-global-color-accent:#10B04A;--e-global-color-42ed351:#FFFFFF;--e-global-color-1072ca9:#FEDD03;--e-global-color-96f41d8:#01BBE6;--e-global-color-46d4448:#F1F1F1;--e-global-typography-primary-font-family:"Titillium Web";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Titillium Web";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Titillium Web";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Titillium Web";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-96f41d8 );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 80px;
    --opacity: 1;
    --shrink-me: 0.70;
    --sticky-background-color:white;
    --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;
    box-shadow: 0px 5px 13px -8px rgba(0, 0, 0, 0.20) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: grey !important;
}

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 */