.elementor-kit-12{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#D7CEB2;--e-global-color-text:#393D3F;--e-global-color-accent:#E75E26;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-e086a6f-font-family:"Open Sans";--e-global-typography-e086a6f-font-size:4rem;--e-global-typography-e086a6f-font-weight:400;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.e-con{--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:0rem;}.elementor-element{--widgets-spacing:0rem 0rem;--widgets-spacing-row:0rem;--widgets-spacing-column:0rem;}{}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-header .site-branding .site-logo img{width:1000px;max-width:1000px;}.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 *//* --- kave-like header base --- */
.active_header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: transparent;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

/* keep header content tight */
.active_header{
  padding: 16px 48px;
}

/* logo sizing (prevents huge logo) */
.active_header .elementor-widget-theme-site-logo img,
.active_header .elementor-widget-image img{
  max-height: 28px;
  width: auto;
}

/* nav typography similar to kave */
.active_header .elementor-nav-menu a{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* white header items over hero */
.active_header a,
.active_header .elementor-icon,
.active_header svg{
  color: #fff !important;
  fill: #fff !important;
}

/* --- scrolled state --- */
.active_header.scrolled{
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* dark items on white header */
.active_header.scrolled a,
.active_header.scrolled .elementor-icon,
.active_header.scrolled svg{
  color: #111 !important;
  fill: #111 !important;
}

/* mobile spacing */
@media (max-width: 767px){
  .active_header{
    padding: 14px 18px;
  }
  .active_header .elementor-widget-theme-site-logo img,
  .active_header .elementor-widget-image img{
    max-height: 22px;
  }
}/* End custom CSS */