.elementor-kit-4{--e-global-color-primary:#228736;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#000000;--e-global-color-accent:#D34203;--e-global-color-3524d70:#D4E5F7;--e-global-color-e6359f2:#FFEACA;--e-global-color-19d0fee:#FFFFFF00;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:clamp(1.00rem, 1.00rem + 0.00vw, 1.00rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:17;font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFFFFF;}.elementor-kit-4 h1{color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;font-size:45px;font-weight:800;text-transform:capitalize;}.elementor-kit-4 h2{color:var( --e-global-color-primary );}.elementor-kit-4 h3{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.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 *//* Anchor Links */

:root {
    --anchor-offset-desktop: 110px;
    --anchor-offset-tablet: 80px;
}

html {
    scroll-behavior: smooth;
}

/* Apply to any ID which is a  target */
[id]:target {
    scroll-margin-top: var(--anchor-offset-desktop);
}

@media only screen and (max-width: 1024px){
    [id]:target {
        scroll-margin-top: var(--anchor-offset-tablet);
    }
}

/* END - Anchor Links *//* End custom CSS */