.elementor-kit-6{--e-global-color-primary:#0A1929;--e-global-color-secondary:#C9A961;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C9A961;--e-global-color-5b0f278:#0E2236;--e-global-color-92c78a4:#9BA3AF;--e-global-color-8783f66:#06111C;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:500;font-family:"Heebo", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Heebo", Sans-serif;}.elementor-kit-6 h1{font-family:"Heebo", Sans-serif;}.elementor-kit-6 h3{font-family:"Heebo", Sans-serif;}.elementor-kit-6 h4{font-family:"Heebo", Sans-serif;}.elementor-kit-6 h5{font-family:"Heebo", Sans-serif;}.elementor-kit-6 h6{font-family:"Heebo", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Chrome / Edge / Safari */
::-webkit-scrollbar{
    width: 12px;
}

::-webkit-scrollbar-track{
    background: #f5f1df;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(
        180deg,
        #AE8625 0%,
        #F7EF8A 45%,
        #D2AC47 100%
    );

    border-radius: 20px;
    border: 2px solid #f5f1df;

    box-shadow:
        inset 0 0 6px rgba(255,255,255,0.35),
        0 2px 8px rgba(0,0,0,0.15);

    transition: all .3s ease;
}

::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(
        180deg,
        #c89b2e 0%,
        #fff3a0 45%,
        #e0b84f 100%
    );
}

/* Firefox */
*{
    scrollbar-width: thin;
    scrollbar-color: #D2AC47 #f5f1df;
}/* End custom CSS */