.elementor-kit-6{--e-global-color-primary:#12477B;--e-global-color-secondary:#DCBB87;--e-global-color-text:#676766;--e-global-color-accent:#12477B;--e-global-color-98ddbb4:#2C3131;--e-global-color-47f1189:#0B154B;--e-global-color-52d5251:#DCCFB8;--e-global-color-3a22de5:#EDE7DB;--e-global-color-1a5c4c9:#000000;--e-global-color-fe96a2f:#FFFFFF;--e-global-color-ab50329:#D5D6D6;--e-global-color-c9771d3:#F9F8F7;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:28px;--e-global-typography-secondary-font-family:"PT Serif";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2em;--e-global-typography-6da0034-font-family:"Source Sans Pro";--e-global-typography-6da0034-font-size:20px;--e-global-typography-6da0034-font-weight:600;color:var( --e-global-color-text );font-family:"Source Sans Pro", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:var( --e-global-color-fe96a2f );box-shadow:0px 4px 20px 0px rgba(18.000000000000004, 70.99999999999999, 123, 0.14901960784313725);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:8px 8px 8px 8px;padding:18px 40px 18px 40px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-fe96a2f );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:40px;line-height:1.35em;}.elementor-kit-6 h2{font-size:32px;font-weight:400;}.elementor-kit-6 h3{font-size:26px;font-weight:400;}.elementor-kit-6 h4{font-size:20px;font-weight:700;}.elementor-kit-6 h5{font-size:16px;font-weight:700;}.elementor-kit-6 h6{font-size:14px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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:1366px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Safety net for sticky header */
header.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: inherit;
}
.admin-bar header.elementor-location-header { top: 32px; } /* adjust if needed */
@media (max-width: 782px){ .admin-bar header.elementor-location-header { top: 46px; } }

/* Avoid transforms/overflow that break sticky */
@media (max-width: 1200px){
  .elementor-sticky--effects,
  header.elementor-location-header,
  .elementor-location-header .elementor-container {
    transform: none !important;
    will-change: auto !important;
    overflow: visible !important;
  }
}
/* 1) Remove any theme/WP top spacing */
html, body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 2) Make the header touch the very top and stay above content */
.elementor-location-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* 3) Avoid parents clipping the header */
header, .elementor-location-header {
  overflow: visible !important;
}
/* Keep the header stuck and not clipped */
.elementor-location-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  overflow: visible !important;
}

/* If the add-on still injects transforms while sticky, null them */
.elementor-sticky--effects,
.elementor-sticky--active {
  transform: none !important;
}

/* Logged-in admin bar offset (avoid push-up/crop when editing) */
.admin-bar .elementor-location-header { top: 32px; }
@media (max-width: 782px){
  .admin-bar .elementor-location-header { top: 46px; }
}

/* iOS-only: prevent top crop (no color tricks, just padding for safe area) */
@supports(padding: max(0px)) {
  .elementor-location-header { padding-top: env(safe-area-inset-top); }
}/* End custom CSS */