.elementor-kit-386{--e-global-color-primary:#F4F4F5;--e-global-color-secondary:#222222;--e-global-color-text:#2596BE;--e-global-color-accent:#38B0DB;--e-global-color-6843425c:#46237A;--e-global-color-47f91604:#4054B2;--e-global-color-115e6b57:#23A455;--e-global-color-3d936270:#000;--e-global-color-7fd48d3d:#FFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"Inter Tight";--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;color:var( --e-global-color-secondary );}.elementor-kit-386 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.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);}@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 *//* Base: make sure header is visible and above everything */
header.elementor-location-header {
  transform: translateY(0) !important; /* override any inline translate */
  transition: transform 200ms ease;
  z-index: 9999;
  overflow: visible;
  will-change: transform;
}

/* Hidden state we toggle via JS */
header.elementor-location-header.header--hidden {
  transform: translateY(-110%) !important;
}/* End custom CSS */