.bw-custom-header-active .et-l--header {
  display: none !important;
}

.bw-site-header {
  --bw-header-ink: #1b2d21;
  --bw-header-muted: #5d6e62;
  --bw-header-green-deep: #0f301e;
  --bw-header-green: #235035;
  --bw-header-green-bright: #2f744a;
  --bw-header-sage: #7b9468;
  --bw-header-leaf: #b0c18e;
  --bw-header-cream: #f4f0e0;
  --bw-header-paper: #fffdf5;
  --bw-header-line: #cdd4c3;
  --bw-header-gold: #c39e4e;
  --bw-header-rust: #a45034;
  --bw-header-sky: #d9e9ed;
  --bw-header-sky-deep: #557b83;
  --bw-header-shadow: 0 18px 42px rgba(21, 44, 31, .16);
  position: relative;
  z-index: 9999;
  color: var(--bw-header-ink);
  background: linear-gradient(180deg, #f9f7ed 0%, var(--bw-header-cream) 100%);
  font-family: Inter, Arial, sans-serif;
}

.bw-site-header *,
.bw-site-header *::before,
.bw-site-header *::after {
  box-sizing: border-box;
}

.bw-site-header a {
  color: inherit;
  text-decoration: none;
}

.bw-site-header .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bw-site-header-shell {
  width: min(1480px, calc(100% - 28px));
  margin: 0 auto;
}

.bw-site-utility {
  background:
    radial-gradient(circle at 12% 0%, rgba(176, 193, 142, .26), transparent 34%),
    linear-gradient(90deg, #0b2518 0%, var(--bw-header-green-deep) 58%, #193745 100%);
  color: #fff;
}

.bw-site-utility .bw-site-header-shell {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bw-site-utility p {
  margin: 0;
  color: #dfe9cb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.bw-site-utility-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
}

.bw-site-utility-links a {
  opacity: .86;
  transition: color .18s ease, opacity .18s ease;
}

.bw-site-utility-links a:hover,
.bw-site-utility-links a:focus-visible {
  color: #fff;
  opacity: 1;
}

.bw-site-primary {
  position: relative;
  background: rgba(255, 253, 245, .94);
  border-bottom: 1px solid rgba(205, 212, 195, .82);
  box-shadow: 0 10px 32px rgba(26, 48, 34, .08);
  backdrop-filter: blur(14px);
}

.bw-site-primary .bw-site-header-shell {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bw-site-header--nesting {
  background:
    radial-gradient(circle at 82% 0%, rgba(217, 233, 237, .72), transparent 32%),
    linear-gradient(180deg, #fffdf5 0%, #f4f0e0 100%);
  border-bottom: 1px solid rgba(205, 212, 195, .82);
  box-shadow: 0 10px 32px rgba(26, 48, 34, .08);
}

.bw-site-header--nesting .bw-site-header-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bw-site-brand--nesting .bw-site-brand-copy em {
  color: var(--bw-header-rust);
}

.bw-site-nav--nesting {
  background: rgba(255, 255, 255, .72);
}

.bw-site-cta--nesting {
  background: linear-gradient(135deg, var(--bw-header-green-deep) 0%, var(--bw-header-green-bright) 100%);
  box-shadow: 0 12px 24px rgba(15, 48, 30, .2);
}

.bw-site-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 150px;
}

.bw-site-header-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #123522 0%, #1f5938 70%, #557b83 100%);
  box-shadow: 0 10px 22px rgba(15, 48, 30, .22);
}

.bw-site-header-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bw-site-header-mark circle {
  fill: transparent;
}

.bw-site-header-mark path {
  fill: none;
  stroke: #dfe9cb;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-site-header-mark path + path {
  stroke: var(--bw-header-gold);
}

.bw-site-brand-logo {
  width: 46px;
  height: 46px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bw-site-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.bw-site-brand-logo--full {
  width: var(--bw-brand-logo-width, 260px);
  height: var(--bw-brand-logo-height, 68px);
  flex-basis: var(--bw-brand-logo-width, 260px);
  aspect-ratio: 260 / 68;
  justify-content: flex-start;
}

.bw-site-brand-logo--full img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.bw-site-brand-copy {
  display: grid;
  gap: 0;
  line-height: 1;
}

.bw-site-brand-copy strong {
  color: var(--bw-header-ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.bw-site-brand-copy em {
  margin-top: 5px;
  color: var(--bw-header-sky-deep);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}

.bw-site-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(205, 212, 195, .72);
  border-radius: 999px;
  background: #f8f6ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.bw-site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--bw-header-ink);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bw-site-nav a:hover,
.bw-site-nav a:focus-visible {
  background: #fff;
  color: var(--bw-header-green);
  box-shadow: 0 8px 18px rgba(35, 80, 53, .12);
  transform: translateY(-1px);
  outline: none;
}

.bw-site-nav a.is-active {
  background: var(--bw-header-green-deep);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 48, 30, .22);
}

.bw-site-nav a.is-active::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bw-header-gold);
  box-shadow: 0 0 0 3px rgba(195, 158, 78, .2);
}

.bw-site-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.bw-site-search {
  position: relative;
  width: 168px;
}

.bw-site-search::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid var(--bw-header-sage);
  border-radius: 50%;
  transform: translateY(-56%);
  pointer-events: none;
}

.bw-site-search::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--bw-header-sage);
  transform: rotate(45deg);
  pointer-events: none;
}

.bw-site-search input,
.bw-site-mobile-search input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(205, 212, 195, .94);
  border-radius: 999px;
  background: #fff;
  color: var(--bw-header-ink);
  font: 700 13px/1 Inter, Arial, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.bw-site-search input {
  padding-left: 38px;
}

.bw-site-search input:focus,
.bw-site-mobile-search input:focus {
  border-color: var(--bw-header-green-bright);
  box-shadow: 0 0 0 3px rgba(47, 116, 74, .16);
  outline: none;
}

.bw-site-search input::placeholder,
.bw-site-mobile-search input::placeholder {
  color: var(--bw-header-sage);
  opacity: 1;
}

.bw-site-cta,
.bw-site-mobile-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 19px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bw-header-rust) 0%, #bd7447 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(164, 80, 52, .22);
  transition: box-shadow .18s ease, transform .18s ease;
}

.bw-site-cta::after,
.bw-site-mobile-cta::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.bw-site-cta:hover,
.bw-site-cta:focus-visible,
.bw-site-mobile-cta:hover,
.bw-site-mobile-cta:focus-visible {
  box-shadow: 0 16px 28px rgba(164, 80, 52, .28);
  transform: translateY(-1px);
  outline: none;
}

.bw-site-menu-toggle {
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--bw-header-line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(26, 48, 34, .1);
}

.bw-site-menu-toggle span:not(.screen-reader-text) {
  width: 18px;
  height: 2px;
  background: var(--bw-header-green-deep);
}

.bw-site-shortcuts {
  background: linear-gradient(180deg, #fff 0%, #f7f5ea 100%);
  border-bottom: 1px solid var(--bw-header-line);
}

.bw-site-shortcuts .bw-site-header-shell {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.bw-site-shortcuts a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(205, 212, 195, .78);
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 8px 18px rgba(26, 48, 34, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bw-site-shortcuts a:hover,
.bw-site-shortcuts a:focus-visible {
  border-color: var(--bw-header-green);
  box-shadow: 0 12px 22px rgba(35, 80, 53, .13);
  transform: translateY(-1px);
  outline: none;
}

.bw-site-shortcuts .bw-site-header-mark {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  box-shadow: none;
}

.bw-site-shortcuts .bw-site-header-mark circle {
  fill: transparent;
}

.bw-site-shortcuts .bw-site-header-mark path {
  stroke: #eef5df;
  stroke-width: 2.2;
}

.bw-site-shortcuts span:not(.bw-site-header-mark) {
  display: grid;
  gap: 3px;
}

.bw-site-shortcuts strong {
  color: var(--bw-header-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.bw-site-shortcuts em {
  color: var(--bw-header-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.bw-site-mega {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
}

.bw-site-header.is-mega-open .bw-site-mega,
.bw-site-header:has(.bw-site-mega-trigger:hover) .bw-site-mega,
.bw-site-header:has(.bw-site-mega-trigger:focus) .bw-site-mega,
.bw-site-header:has(.bw-site-mega:hover) .bw-site-mega,
.bw-site-header:has(.bw-site-mega:focus-within) .bw-site-mega {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.bw-site-mega-panel {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 224px;
  padding: 28px 34px;
  border: 1px solid rgba(205, 212, 195, .9);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(217, 233, 237, .62) 0%, rgba(255, 253, 245, .98) 36%, rgba(255, 255, 255, .98) 100%);
  box-shadow: var(--bw-header-shadow);
}

.bw-site-mega-intro {
  min-height: 168px;
  display: grid;
  align-content: center;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 48, 30, .96) 0%, rgba(35, 80, 53, .92) 64%, rgba(85, 123, 131, .9) 100%);
  color: #fff;
}

.bw-site-mega-intro span {
  display: block;
  color: #e7cb7e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bw-site-mega-intro strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.05;
}

.bw-site-mega-intro p {
  max-width: 250px;
  margin: 9px 0 0;
  color: #dfe9cb;
  font-size: 13px;
  line-height: 1.45;
}

.bw-site-mega-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 26px;
}

.bw-site-mega-cols div {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 2px 0;
}

.bw-site-mega-cols strong {
  color: var(--bw-header-rust);
  font-size: 12px;
  font-weight: 900;
}

.bw-site-mega-cols a {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--bw-header-ink);
  font-size: 13px;
  font-weight: 700;
  transition: background .18s ease, color .18s ease;
}

.bw-site-mega-cols a:hover,
.bw-site-mega-cols a:focus-visible {
  background: #f0f4e8;
  color: var(--bw-header-green-deep);
  outline: none;
}

.bw-site-mobile-drawer {
  position: fixed;
  z-index: 10000;
  inset: 0;
  padding: 90px 18px 20px;
  background: rgba(15, 48, 30, .58);
  backdrop-filter: blur(8px);
}

.bw-site-mobile-panel {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 22px 20px;
  border: 1px solid rgba(205, 212, 195, .92);
  border-radius: 8px;
  background: var(--bw-header-paper);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.bw-site-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.bw-site-mobile-head strong {
  font-size: 20px;
  font-weight: 900;
}

.bw-site-menu-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--bw-header-line);
  border-radius: 999px;
  background: #fff;
  color: var(--bw-header-green-deep);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bw-site-mobile-search {
  margin-bottom: 14px;
}

.bw-site-mobile-panel nav {
  display: grid;
  gap: 8px;
}

.bw-site-mobile-panel nav a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--bw-header-ink);
  font-size: 15px;
  font-weight: 900;
  transition: background .18s ease, color .18s ease;
}

.bw-site-mobile-panel nav a:first-child {
  background: #e4ead9;
}

.bw-site-mobile-panel nav a:hover,
.bw-site-mobile-panel nav a:focus-visible {
  background: #eef3e5;
  color: var(--bw-header-green-deep);
  outline: none;
}

.bw-site-mobile-panel nav span {
  color: var(--bw-header-green);
}

.bw-site-mobile-cta {
  width: 100%;
  margin-top: 16px;
}

body.bw-site-menu-open {
  overflow: hidden;
}

.bw-site-footer-nav {
  background: #0f301e;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.bw-site-footer-nav__shell {
  width: min(1240px, calc(100% - 48px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.bw-site-footer-nav__brand {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.bw-site-footer-nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.bw-site-footer-nav nav a {
  color: #dfe9cb;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bw-site-footer-nav nav a:hover,
.bw-site-footer-nav nav a:focus-visible {
  color: #fff;
  outline: none;
}

@media (max-width: 1180px) {
  .bw-site-header-shell {
    width: min(100% - 32px, 1296px);
  }

  .bw-site-nav {
    gap: 4px;
  }

  .bw-site-search {
    display: none;
  }
}

@media (max-width: 1060px) {
  .bw-site-nav a {
    padding: 0 7px;
    font-size: 11px;
  }
}

@media (max-width: 920px) {
  .bw-site-utility,
  .bw-site-nav,
  .bw-site-shortcuts,
  .bw-site-mega {
    display: none;
  }

  .bw-site-primary .bw-site-header-shell {
    min-height: 74px;
  }

  .bw-site-brand-copy strong {
    font-size: 18px;
  }

  .bw-site-cta {
    display: none;
  }

  .bw-site-header--nesting .bw-site-cta {
    display: inline-flex;
  }

  .bw-site-menu-toggle {
    display: inline-flex;
  }

  .bw-site-footer-nav__shell {
    width: min(100% - 32px, 1296px);
    min-height: 0;
    padding: 22px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .bw-site-footer-nav nav {
    justify-content: flex-start;
  }

  .bw-site-header--nesting .bw-site-menu-toggle {
    display: none;
  }
}

@media (max-width: 420px) {
  .bw-site-header-shell {
    width: min(100% - 24px, 1296px);
  }

  .bw-site-header-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .bw-site-header--nesting .bw-site-brand {
    min-width: 0;
  }

  .bw-site-header--nesting .bw-site-brand-copy em {
    display: none;
  }

  .bw-site-header--nesting .bw-site-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }
}
