.elementor-kit-4150{--e-global-color-primary:#EE7622;--e-global-color-secondary:#0642A1;--e-global-color-text:#59564E;--e-global-color-accent:#0642A1;--e-global-color-b312e5f:#FFFFFF;--e-global-color-6e70ef0:#F2F2F2;--e-global-typography-primary-font-family:"dunbar-low";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"dunbar-low";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Varela";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Varela";--e-global-typography-accent-font-weight:500;--e-global-typography-e940671-font-family:"Varela";--e-global-typography-e940671-font-size:12px;--e-global-typography-e940671-font-weight:400;color:var( --e-global-color-text );font-size:16px;line-height:1.8em;}.elementor-kit-4150 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-4150 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-4150 h1{color:var( --e-global-color-primary );font-size:42px;line-height:1.4em;letter-spacing:0.4px;}.elementor-kit-4150 h2{color:var( --e-global-color-accent );font-size:32px;line-height:1.4em;letter-spacing:0.2px;}.elementor-kit-4150 h3{color:var( --e-global-color-secondary );font-size:28px;line-height:1.4em;letter-spacing:0.2px;}.elementor-kit-4150 h4{font-size:26px;line-height:1.4em;}.elementor-kit-4150 h5{font-size:24px;line-height:1.4em;letter-spacing:0.2px;}.elementor-kit-4150 h6{font-size:21px;line-height:1.4em;letter-spacing:0.2px;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4150 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: 90px;
    --opacity: 0.95;
    --shrink-me: 0.50;
    --sticky-background-color: #FFFFFF87;
    --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 .s-logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .s-logo img {
    max-width: calc(100% * var(--shrink-me));
}


/* Link Styling */
a, a:active, a:visited {
color: #85012A;
} 
a:hover {
   color: #DC4E2A
}/* End custom CSS */