:root {
  --legacy-ink: #063b38;
  --legacy-ink-2: #0a5751;
  --legacy-gold: #d6ad58;
  --legacy-paper: #f4f8f7;
  --legacy-line: #d8e3e0;
  --legacy-text: #15312f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--legacy-text);
  background: var(--legacy-paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

:is(.b98-header, .b104-header, .b105-header, .b106-header, .b107-header, .b108-header, .b109-header, .b110-header, .b111-header, .b112-header, .l113-header) {
  position: relative;
  z-index: 20;
  color: #fff;
  background: var(--legacy-ink);
  border-bottom: 3px solid var(--legacy-gold);
}

:is(.b98-header__inner, .b104-header__inner, .b105-header__inner, .b106-header__inner, .b107-header__inner, .b108-header__inner, .b109-header__inner, .b110-header__inner, .b111-header__inner, .b112-header__inner, .l113-header__inner) {
  width: min(1160px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

:is(.b98-brand, .b104-brand, .b105-brand, .b106-brand, .b107-brand, .b108-brand, .b109-brand, .b110-brand, .b111-brand, .b112-brand, .l113-brand) {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

:is(.b98-brand, .b104-brand, .b105-brand, .b106-brand, .b107-brand, .b108-brand, .b109-brand, .b110-brand, .b111-brand, .b112-brand, .l113-brand) img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 180px;
  object-fit: contain;
}

:is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 20px;
  flex-wrap: wrap;
}

:is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) a,
:is(.b98-home, .b104-home, .b105-home, .b106-home, .b107-home, .b108-home, .b109-home, .b110-home, .b111-home, .b112-home, .l113-home) {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

:is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) a:hover,
:is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) a:focus,
:is(.b98-home, .b104-home, .b105-home, .b106-home, .b107-home, .b108-home, .b109-home, .b110-home, .b111-home, .b112-home, .l113-home):hover,
:is(.b98-home, .b104-home, .b105-home, .b106-home, .b107-home, .b108-home, .b109-home, .b110-home, .b111-home, .b112-home, .l113-home):focus {
  color: #f7d993;
}

:is(.b98-home, .b104-home, .b105-home, .b106-home, .b107-home, .b108-home, .b109-home, .b110-home, .b111-home, .b112-home, .l113-home) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  color: var(--legacy-ink);
  background: var(--legacy-gold);
  border-radius: 8px;
  white-space: nowrap;
}

:is(.b98-content, .b104-content, .b105-content, .b106-content, .b107-content, .b108-content, .b109-content, .b110-content, .b111-content, .b112-content, .l113-content) {
  min-height: 100vh;
  background: var(--legacy-paper);
}

:is(.b98-hero, .b104-hero, .b105-hero, .b106-hero, .b107-hero, .b108-hero, .b109-hero, .b110-hero, .b111-hero, .b112-hero, .l113-hero) {
  width: min(1160px, calc(100% - 40px));
  margin: 30px auto;
  padding: clamp(28px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 32%);
  align-items: center;
  gap: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--legacy-ink), var(--legacy-ink-2));
  border: 1px solid rgba(214, 173, 88, 0.55);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(6, 59, 56, 0.16);
}

:is(.b98-hero__eyebrow, .b104-hero__eyebrow, .b105-hero__eyebrow, .b106-hero__eyebrow, .b107-hero__eyebrow, .b108-hero__eyebrow, .b109-hero__eyebrow, .b110-hero__eyebrow, .b111-hero__eyebrow, .b112-hero__eyebrow, .l113-hero__eyebrow) {
  margin: 0 0 10px;
  color: #f2cd7f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

:is(.b98-hero__title, .b104-hero__title, .b105-hero__title, .b106-hero__title, .b107-hero__title, .b108-hero__title, .b109-hero__title, .b110-hero__title, .b111-hero__title, .b112-hero__title, .l113-hero__title) {
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.08;
}

:is(.b98-hero__text, .b104-hero__text, .b105-hero__text, .b106-hero__text, .b107-hero__text, .b108-hero__text, .b109-hero__text, .b110-hero__text, .b111-hero__text, .b112-hero__text, .l113-hero__text) {
  max-width: 720px;
  margin: 14px 0 0;
  color: #e2efec;
  font-size: clamp(16px, 2vw, 20px);
}

:is(.b98-hero__shield, .b104-hero__shield, .b105-hero__shield, .b106-hero__shield, .b107-hero__shield, .b108-hero__shield, .b109-hero__shield, .b110-hero__shield, .b111-hero__shield, .b112-hero__shield, .l113-hero__shield) {
  display: block;
  width: min(100%, 240px);
  max-height: 220px;
  margin: 0 auto;
  object-fit: contain;
}

:is(.b98-footer, .b104-footer, .b105-footer, .b106-footer, .b107-footer, .b108-footer, .b109-footer, .b110-footer, .b111-footer, .b112-footer, .l113-footer) {
  margin-top: 48px;
  padding: 28px 0;
  color: #dbe9e6;
  background: var(--legacy-ink);
  border-top: 3px solid var(--legacy-gold);
}

:is(.b98-footer__inner, .b104-footer__inner, .b105-footer__inner, .b106-footer__inner, .b107-footer__inner, .b108-footer__inner, .b109-footer__inner, .b110-footer__inner, .b111-footer__inner, .b112-footer__inner, .l113-footer__inner) {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

:is(.b98-footer, .b104-footer, .b105-footer, .b106-footer, .b107-footer, .b108-footer, .b109-footer, .b110-footer, .b111-footer, .b112-footer, .l113-footer) a {
  color: #f3d387;
}

.l113-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}

.l113-document {
  padding: clamp(22px, 4vw, 54px);
  background: #fff;
  border: 1px solid var(--legacy-line);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(6, 59, 56, 0.09);
}

@media (max-width: 820px) {
  :is(.b98-header__inner, .b104-header__inner, .b105-header__inner, .b106-header__inner, .b107-header__inner, .b108-header__inner, .b109-header__inner, .b110-header__inner, .b111-header__inner, .b112-header__inner, .l113-header__inner) {
    padding: 14px 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  :is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) {
    width: 100%;
    margin-left: 0;
    order: 3;
    justify-content: flex-start;
  }

  :is(.b98-home, .b104-home, .b105-home, .b106-home, .b107-home, .b108-home, .b109-home, .b110-home, .b111-home, .b112-home, .l113-home) {
    margin-left: auto;
  }

  :is(.b98-hero, .b104-hero, .b105-hero, .b106-hero, .b107-hero, .b108-hero, .b109-hero, .b110-hero, .b111-hero, .b112-hero, .l113-hero) {
    grid-template-columns: 1fr;
  }

  :is(.b98-hero__shield, .b104-hero__shield, .b105-hero__shield, .b106-hero__shield, .b107-hero__shield, .b108-hero__shield, .b109-hero__shield, .b110-hero__shield, .b111-hero__shield, .b112-hero__shield, .l113-hero__shield) {
    width: min(52vw, 190px);
  }
}

@media (max-width: 520px) {
  :is(.b98-header__inner, .b104-header__inner, .b105-header__inner, .b106-header__inner, .b107-header__inner, .b108-header__inner, .b109-header__inner, .b110-header__inner, .b111-header__inner, .b112-header__inner, .l113-header__inner),
  :is(.b98-hero, .b104-hero, .b105-hero, .b106-hero, .b107-hero, .b108-hero, .b109-hero, .b110-hero, .b111-hero, .b112-hero, .l113-hero),
  :is(.b98-footer__inner, .b104-footer__inner, .b105-footer__inner, .b106-footer__inner, .b107-footer__inner, .b108-footer__inner, .b109-footer__inner, .b110-footer__inner, .b111-footer__inner, .b112-footer__inner, .l113-footer__inner) {
    width: min(100% - 28px, 1160px);
  }

  :is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) {
    gap: 8px 14px;
  }

  :is(.b98-nav, .b104-nav, .b105-nav, .b106-nav, .b107-nav, .b108-nav, .b109-nav, .b110-nav, .b111-nav, .b112-nav, .l113-nav) a {
    font-size: 13px;
  }

  :is(.b98-hero, .b104-hero, .b105-hero, .b106-hero, .b107-hero, .b108-hero, .b109-hero, .b110-hero, .b111-hero, .b112-hero, .l113-hero) {
    margin-top: 18px;
    padding: 25px 20px;
    border-radius: 12px;
  }

  :is(.b98-footer__inner, .b104-footer__inner, .b105-footer__inner, .b106-footer__inner, .b107-footer__inner, .b108-footer__inner, .b109-footer__inner, .b110-footer__inner, .b111-footer__inner, .b112-footer__inner, .l113-footer__inner) {
    justify-content: center;
    text-align: center;
  }
}
