/* Design sandbox: header sizing and navigation typography only. */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@500;600;700&family=Barlow:wght@500;600;700&family=DM+Sans:wght@500;600;700&family=IBM+Plex+Sans:wght@500;600;700&family=Inter:wght@500;600;700&family=Libre+Franklin:wght@500;600;700&family=Manrope:wght@500;600;700&family=Montserrat:wght@500;600;700&family=Nunito+Sans:wght@500;600;700&family=Source+Sans+3:wght@500;600;700&family=Work+Sans:wght@500;600;700&display=swap");

:root {
  --design-sans: "Nunito Sans";
}

#header {
  max-height: 100px !important;
}

#header .header-announcement-bar-wrapper {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  height: 100px !important;
  max-height: 100px !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#header .header-inner {
  box-sizing: border-box !important;
  height: 96px !important;
  min-height: 0 !important;
  max-height: 100px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

#header .header-title-logo,
#header .header-title-logo a {
  display: flex !important;
  align-items: center !important;
}

#header .header-title-logo img {
  width: auto !important;
  max-width: 340px !important;
  max-height: 58px !important;
  height: auto !important;
  object-fit: contain !important;
}

#header .header-nav-item a,
#header .header-nav-folder-title,
#header .header-menu-nav-item a {
  display: block !important;
  font-family: var(--design-sans), "Open Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: inherit !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

#header .header-nav-folder-item a {
  font-family: var(--design-sans), "Open Sans", Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

@media (max-width: 799px) {
  #header .header-inner {
    height: 86px !important;
    max-height: 90px !important;
  }

  #header .header-title-logo img {
    max-width: min(260px, 68vw) !important;
    max-height: 52px !important;
  }

  #header .header-menu-nav-item a {
    font-size: clamp(18px, 5.2vw, 24px) !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    line-height: inherit !important;
  }
}

.font-tester {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 100000;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  font-family: Inter, "Open Sans", Arial, sans-serif;
}

.font-tester label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
}

.font-tester select {
  min-width: 176px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  color: #111;
  font: 600 13px/1.2 Inter, "Open Sans", Arial, sans-serif;
  padding: 6px 28px 6px 8px;
}

@media (max-width: 799px) {
  .font-tester {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: space-between;
  }

  .font-tester select {
    min-width: 0;
    flex: 1;
  }
}
