.elementor-200 .elementor-element.elementor-element-15b5107f{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:-88px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:99;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-200 .elementor-element.elementor-element-15b5107f{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-200 .elementor-element.elementor-element-15b5107f{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:-180px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7bca69cb */.vf-header {
  --ivory: #f5f2eb;
  --amber: #ffb000;
  --amber-deep: #d96800;
  --line: rgba(255, 176, 0, .25);
  --forest-bright: #22b36d;

  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2vw, 32px);
  width: 100%;
  padding: 14px clamp(16px, 2.2vw, 40px);
  background: rgba(3, 5, 5, .74);
  border-bottom: 1px solid rgba(245, 242, 235, .08);
  backdrop-filter: blur(16px);
}

.vf-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.vf-header-logo img {
  width: clamp(150px, 15vw, 205px);
  max-height: 58px;
  height: auto;
  object-fit: contain;
}

.vf-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  flex: 1 1 auto;
  gap: clamp(14px, 1.7vw, 28px);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .32px;
  text-transform: uppercase;
}

.vf-nav-links,
.vf-nav-actions {
  display: flex;
  align-items: center;
}

.vf-nav-links {
  justify-self: center;
  gap: clamp(11px, 1.2vw, 42px);
}

.vf-nav-actions {
  justify-self: end;
  gap: 10px;
}

.vf-nav a {
  text-decoration: none;
}

.vf-nav-links a,
.vf-nav-button {
  color: rgba(245, 242, 235, .78);
  transition: color .2s ease, transform .2s ease, background .2s ease;
}

.vf-nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.vf-nav-links a::after,
.vf-nav-button::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
}

.vf-nav-links a::after {
  transform: translateY(-2px) rotate(45deg);
}

.vf-nav-button::after {
  transform: rotate(-45deg);
}

.vf-nav-links a:hover,
.vf-nav-button:hover {
  color: var(--amber);
}

.vf-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 16px;
  white-space: nowrap;
}

.vf-nav-button-secondary {
  border-color: rgba(34, 179, 109, .45);
  background: rgba(4, 18, 14, .72);
  color: var(--ivory);
}

.vf-nav-button-primary {
  background: linear-gradient(135deg, #fff0ad 0%, var(--amber) 42%, var(--amber-deep) 100%);
  color: #171004;
  font-weight: 700;
}

.vf-menu-toggle {
  display: none;
}

@media (max-width: 1060px) {
  .vf-menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: rgba(0, 0, 0, .36);
  }

  .vf-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--amber);
  }

  .vf-nav {
    position: absolute;
    top: 68px;
    right: 18px;
    left: 18px;
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    background: rgba(5, 8, 8, .96);
  }

  .vf-nav.is-open {
    display: grid;
  }

  .vf-nav-links,
  .vf-nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .vf-nav-links a {
    justify-content: space-between;
    padding: 13px 14px;
  }

  .vf-nav-actions {
    gap: 10px;
    padding-top: 8px;
  }

  .vf-nav-button {
    width: 100%;
  }
}

.vf-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(3, 5, 5, 0.42);
  border-bottom: 1px solid rgba(245, 242, 235, 0.10);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}/* End custom CSS */