.elementor-kit-7{--e-global-color-primary:#00B4E6;--e-global-color-secondary:#203C3D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00B4E6;--e-global-color-41374b4:#FFFFFF;--e-global-color-a6154b2:#000000;--e-global-typography-primary-font-family:"Hanken Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-41374b4 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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: 24px; /* make it bigger */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #00A7E1; /* match brand blue */
    border-radius: 10px;
    border: 3px solid #f1f1f1; /* increases grab area */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #007FA8;
}

/* Firefox */
* {
    scrollbar-width: thick; /* options: auto | thin | thick */
    scrollbar-color: #00A7E1 #f1f1f1;
}/* End custom CSS */