.elementor-693 .elementor-element.elementor-element-77eb866{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c0c7319 */.uf-header {
  background: #f8f4ea;
  padding: 14px 24px;
  font-family: sans-serif;
  border-bottom: 1px solid #e6dfd0;
}
.uf-header__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.uf-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.uf-header__logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.uf-header__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: #3f3226;
  line-height: 1.3;
}
.uf-header__title small {
  display: block;
  font-family: sans-serif;
  font-size: 11px;
  color: #8a7d68;
  font-weight: normal;
}
.uf-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.uf-header__nav a {
  font-size: 14px;
  color: #3f3226;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.uf-header__nav a.is-active {
  color: #8a3f2f;
  border-bottom-color: #8a3f2f;
}
.uf-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #8a3f2f;
  color: #f4e9e2 !important;
  padding: 8px 16px;
  border-radius: 999px;
  border-bottom: none !important;
}
.uf-header__toggle,
.uf-header__toggle-input {
  display: none;
}

@media (max-width: 760px) {
  .uf-header__toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 24px;
  }
  .uf-header__toggle span {
    height: 2px;
    background: #3f3226;
    display: block;
  }
  .uf-header__nav {
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    width: 100%;
  }
  .uf-header__toggle-input:checked ~ .uf-header__nav {
    max-height: 260px;
    margin-top: 8px;
  }
  .uf-header__cta {
    order: 5;
  }
}/* End custom CSS */