@charset "UTF-8";
/**
 * Isolated Astro site header. Compile with Prepros to header.min.css.
 * Do not import into styles/custom.scss.
 *
 * Breakpoints match Tailwind in website-astro: sm 640px, xl 1280px.
 */
/* Pages like pricing set html { font-size: 10px }; header sizes are px / 16px on .fbh.
   Homepage body { overflow-x: hidden } breaks sticky, so the bar is position:fixed.
   Do not set width:100% together with left+right — iOS visual viewport pans the page. */
.fbh-spacer {
  height: 64px;
  pointer-events: none;
  max-width: 100%;
}

.fbh {
  --fbh-ink: #001216;
  --fbh-ink-80: rgb(0 18 22 / 0.8);
  --fbh-petrol: #002730;
  --fbh-petrol-hover: #003d4a;
  --fbh-mint: #96e1dc;
  --fbh-aqua: #c1f1f0;
  --fbh-teal: #176b87;
  --fbh-surface: #f9fafd;
  --fbh-panel: #ebf3f5;
  --fbh-neutral-100: #f5f5f5;
  --fbh-neutral-200: #e5e5e5;
  --fbh-white: #fff;
  --fbh-height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid var(--fbh-neutral-200);
  background: rgba(255, 255, 255, 0.95);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--fbh-ink);
  -webkit-font-smoothing: antialiased;
}
.fbh *,
.fbh *::before,
.fbh *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fbh ul,
.fbh ol,
.fbh li,
.fbh p,
.fbh h3 {
  margin: 0;
  padding: 0;
}
.fbh ul,
.fbh ol {
  list-style: none;
}
.fbh a {
  color: inherit;
  text-decoration: none;
}
.fbh img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.fbh button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
}
.fbh summary {
  list-style: none;
}
.fbh summary::-webkit-details-marker {
  display: none;
}
.fbh .fbh-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
  max-width: min(1340px, 100%);
  height: var(--fbh-height);
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .fbh .fbh-nav {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .fbh .fbh-nav {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.fbh .fbh-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fbh .fbh-logo img {
  display: block;
  width: auto;
  max-width: none;
  height: 28px;
}
@media (min-width: 640px) {
  .fbh .fbh-logo img {
    height: 17px;
  }
}
.fbh .fbh-desktop {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 1280px) {
  .fbh .fbh-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbh .fbh-top-link,
.fbh .fbh-trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  color: var(--fbh-ink-80);
  -webkit-transition: color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, background-color 150ms ease;
  cursor: pointer;
}
.fbh .fbh-top-link {
  display: block;
}
.fbh .fbh-top-link:hover, .fbh .fbh-top-link.is-active {
  color: var(--fbh-ink);
}
.fbh .fbh-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.fbh .fbh-trigger:hover,
.fbh .fbh-desktop-menu:hover > .fbh-trigger,
.fbh .fbh-desktop-menu:focus-within > .fbh-trigger,
.fbh .fbh-desktop-menu[data-open=true] > .fbh-trigger {
  background: var(--fbh-neutral-100);
  color: var(--fbh-ink);
}
.fbh .fbh-chevron {
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.fbh .fbh-desktop-menu:hover .fbh-chevron,
.fbh .fbh-desktop-menu:focus-within .fbh-chevron,
.fbh .fbh-desktop-menu[data-open=true] .fbh-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fbh .fbh-desktop-menu {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--fbh-height);
}
.fbh .fbh-panel {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--fbh-height);
  width: auto;
  max-width: 100%;
  z-index: 40;
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
  border-bottom: 1px solid var(--fbh-neutral-200);
  background: var(--fbh-white);
}
.fbh .fbh-desktop-menu[data-open=true] > .fbh-panel {
  display: block;
}
.fbh .fbh-panel-inner {
  padding: 32px 16px;
}
@media (min-width: 640px) {
  .fbh .fbh-panel-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .fbh .fbh-panel-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.fbh .fbh-showcase-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.fbh .fbh-flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  max-width: 976px;
  margin: 0 auto;
}
.fbh .fbh-flat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  outline-color: var(--fbh-petrol);
  color: var(--fbh-ink);
}
.fbh .fbh-flat-card:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-flat-card:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: -2px;
}
.fbh .fbh-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.fbh .fbh-flat-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: var(--fbh-ink);
}
.fbh .fbh-flat-desc {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--fbh-ink-80);
}
.fbh .fbh-flat-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 232px;
  padding: 16px;
}
.fbh .fbh-flat-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--fbh-petrol);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  color: var(--fbh-petrol);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
.fbh .fbh-flat-btn:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-flat-btn:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 64px;
  padding: 0 16px;
  background: var(--fbh-petrol);
}
.fbh .fbh-bar-text {
  font-size: 14px;
  line-height: 20px;
  color: var(--fbh-white);
}
.fbh .fbh-btn-mint {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 14px;
  border-radius: 4px;
  background: var(--fbh-mint);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  color: var(--fbh-ink);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
.fbh .fbh-btn-mint:hover {
  background: var(--fbh-aqua);
}
.fbh .fbh-btn-mint:focus-visible {
  outline: 2px solid var(--fbh-white);
  outline-offset: 2px;
}
.fbh .fbh-showcase {
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
@media (min-width: 1280px) {
  .fbh .fbh-showcase {
    -ms-grid-columns: 248px minmax(0, 1fr);
    grid-template-columns: 248px minmax(0, 1fr);
  }
}
.fbh .fbh-rail {
  display: none;
  padding-right: 24px;
  border-right: 1px solid var(--fbh-neutral-200);
}
@media (min-width: 1280px) {
  .fbh .fbh-rail {
    display: block;
  }
}
.fbh .fbh-rail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  margin: 0 0 4px;
  padding: 10px 12px;
  border-radius: 6px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--fbh-ink);
}
.fbh .fbh-rail-btn:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-rail-btn[aria-pressed=true] {
  background: var(--fbh-panel);
  font-weight: 600;
}
.fbh .fbh-rail-btn:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-rail-chevron {
  color: var(--fbh-teal);
}
.fbh .fbh-panes {
  display: none;
  min-height: 340px;
}
@media (min-width: 1280px) {
  .fbh .fbh-panes {
    display: block;
  }
}
.fbh .fbh-pane-title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--fbh-ink);
}
.fbh .fbh-pane-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--fbh-ink-80);
}
.fbh .fbh-pane-links {
  display: -ms-grid;
  display: grid;
  gap: 0 24px;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .fbh .fbh-pane-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.fbh .fbh-pane-link {
  display: block;
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--fbh-neutral-200);
  color: var(--fbh-ink);
}
.fbh .fbh-pane-link:hover {
  border-bottom-color: var(--fbh-mint);
  color: var(--fbh-teal);
}
.fbh .fbh-pane-link:hover .fbh-pane-link-desc {
  color: var(--fbh-ink-80);
}
.fbh .fbh-pane-link:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-pane-link-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.fbh .fbh-pane-link-desc {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  color: var(--fbh-ink-80);
}
.fbh .fbh-pane-overview {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--fbh-petrol);
}
.fbh .fbh-pane-overview:hover {
  color: var(--fbh-teal);
}
.fbh .fbh-pane-overview:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-families {
  display: block;
}
@media (min-width: 1280px) {
  .fbh .fbh-families {
    display: none;
  }
}
.fbh .fbh-family {
  border-bottom: 1px solid var(--fbh-neutral-200);
}
.fbh .fbh-family-summary {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--fbh-ink);
  cursor: pointer;
}
.fbh .fbh-family-body {
  padding-bottom: 20px;
}
.fbh .fbh-mobile {
  margin-left: auto;
}
@media (min-width: 1280px) {
  .fbh .fbh-mobile {
    display: none;
  }
}
.fbh .fbh-mobile:not([open]) > .fbh-mobile-panel {
  display: none;
}
.fbh .fbh-mobile[open] > .fbh-mobile-panel {
  display: block;
}
.fbh .fbh-mobile[open] .fbh-burger > span:first-child {
  -webkit-transform: translateY(4.5px) rotate(45deg);
          transform: translateY(4.5px) rotate(45deg);
}
.fbh .fbh-mobile[open] .fbh-burger > span:nth-child(2) {
  opacity: 0;
}
.fbh .fbh-mobile[open] .fbh-burger > span:last-child {
  -webkit-transform: translateY(-4.5px) rotate(-45deg);
          transform: translateY(-4.5px) rotate(-45deg);
}
.fbh .fbh-mobile-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--fbh-petrol);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fbh .fbh-mobile-summary:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-burger {
  display: -ms-grid;
  display: grid;
  gap: 3px;
  width: 18px;
}
.fbh .fbh-burger > span {
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, opacity 150ms ease;
  transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}
.fbh .fbh-mobile-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--fbh-height);
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  border-bottom: 1px solid var(--fbh-neutral-200);
  background: var(--fbh-white);
}
.fbh .fbh-mobile-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 16px 20px;
}
@media (min-width: 640px) {
  .fbh .fbh-mobile-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.fbh .fbh-mobile-list > li {
  border-top: 1px solid var(--fbh-neutral-200);
}
.fbh .fbh-mobile-list > li:first-child {
  border-top: 0;
}
.fbh .fbh-mobile-link,
.fbh .fbh-mobile-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--fbh-ink-80);
  cursor: pointer;
}
.fbh .fbh-mobile-link:hover {
  color: var(--fbh-teal);
}
.fbh .fbh-mobile-link.is-active,
.fbh .fbh-mobile-toggle {
  color: var(--fbh-ink);
}
.fbh .fbh-mobile-link:focus-visible,
.fbh .fbh-mobile-toggle:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-sub-chevron {
  font-size: 20px;
  line-height: 1;
  color: var(--fbh-teal);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.fbh .fbh-mobile-sub[open] > .fbh-mobile-toggle .fbh-sub-chevron {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fbh .fbh-mobile-sub-body {
  padding-bottom: 20px;
}
.fbh .fbh-mobile-flat {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
@media (min-width: 640px) {
  .fbh .fbh-mobile-flat {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.fbh .fbh-mobile-flat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  min-height: 44px;
  padding: 12px 8px;
  border-radius: 8px;
  color: var(--fbh-ink);
}
.fbh .fbh-mobile-flat-link:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-mobile-flat-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.fbh .fbh-mobile-flat-desc {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  color: var(--fbh-ink-80);
}
.fbh .fbh-mobile-auth {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  padding: 20px 0 8px;
  border-top: 1px solid var(--fbh-neutral-200);
}
@media (min-width: 640px) {
  .fbh .fbh-mobile-auth {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fbh .fbh-mobile-auth a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: background-color 150ms ease, -webkit-transform 150ms ease;
  transition: background-color 150ms ease, -webkit-transform 150ms ease;
  transition: background-color 150ms ease, transform 150ms ease;
  transition: background-color 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fbh .fbh-mobile-auth a:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-mobile-auth .fbh-signin {
  min-height: 44px;
  padding: 8px 14px;
  color: var(--fbh-ink);
}
.fbh .fbh-mobile-auth .fbh-signin:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-mobile-auth .fbh-btn-secondary,
.fbh .fbh-mobile-auth .fbh-btn-primary {
  min-height: 44px;
}
.fbh .fbh-mobile-auth .fbh-btn-secondary:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-mobile-auth .fbh-btn-primary {
  color: var(--fbh-white);
}
.fbh .fbh-auth {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .fbh .fbh-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbh .fbh-signin {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  color: var(--fbh-ink-80);
  -webkit-transition: color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, background-color 150ms ease;
}
.fbh .fbh-signin:hover {
  color: var(--fbh-ink);
}
.fbh .fbh-signin:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-btn-secondary,
.fbh .fbh-btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: background-color 150ms ease, -webkit-transform 150ms ease;
  transition: background-color 150ms ease, -webkit-transform 150ms ease;
  transition: background-color 150ms ease, transform 150ms ease;
  transition: background-color 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fbh .fbh-btn-secondary:active,
.fbh .fbh-btn-primary:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.fbh .fbh-btn-secondary:focus-visible,
.fbh .fbh-btn-primary:focus-visible {
  outline: 2px solid var(--fbh-petrol);
  outline-offset: 2px;
}
.fbh .fbh-btn-secondary {
  min-height: 0;
  padding: 6px 14px;
  border: 1px solid var(--fbh-petrol);
  background: transparent;
  color: var(--fbh-petrol);
}
.fbh .fbh-btn-secondary:hover {
  background: var(--fbh-surface);
}
.fbh .fbh-btn-primary {
  min-height: 0;
  padding: 6px 14px;
  background: var(--fbh-petrol);
  color: var(--fbh-white);
}
.fbh .fbh-btn-primary:hover {
  background: var(--fbh-petrol-hover);
  color: var(--fbh-white);
}
@media (prefers-reduced-motion: reduce) {
  .fbh .fbh-burger > span,
  .fbh .fbh-sub-chevron,
  .fbh .fbh-chevron {
    -webkit-transition: none;
    transition: none;
  }
}

@supports (backdrop-filter: blur(0)) {
  .fbh {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
  }
}
/*# sourceMappingURL=header.min.css.map */