.topbar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.site-header {
  min-height: 72px !important;
  height: 72px !important;
  overflow: visible !important;
}

.site-header .nav.container {
  min-height: 72px !important;
  height: 72px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

.site-header .logo {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: 50px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  text-decoration: none !important;
}

.site-header .logo img {
  display: block !important;
  width: auto !important;
  height: 50px !important;
  max-width: none !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

.site-header .logo span {
  display: none !important;
}

.site-header .nav-links {
  align-items: center !important;
  gap: 22px !important;
}

.site-header .button {
  min-height: 46px !important;
  padding: 10px 18px !important;
}

@media (max-width: 980px) {
  .site-header {
    height: auto !important;
  }

  .site-header .nav.container {
    height: auto !important;
    min-height: 64px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .site-header .logo {
    width: auto !important;
    min-width: 0 !important;
    height: 46px !important;
  }

  .site-header .logo img {
    width: auto !important;
    height: 46px !important;
    max-height: 46px !important;
  }
}

.site-header .nav.container {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  column-gap: 24px !important;
}

.site-header .nav-links {
  grid-column: 2 !important;
  justify-self: center !important;
}

.site-header .nav-actions {
  grid-column: 3 !important;
  justify-self: end !important;
}

.site-header .menu-toggle {
  grid-column: 3 !important;
  justify-self: end !important;
}

@media (max-width: 980px) {
  .site-header .nav.container {
    display: flex !important;
  }
}

.site-header {
  background: var(--brand) !important;
  border-bottom-color: var(--brand-dark) !important;
  backdrop-filter: none !important;
}

.site-header .nav-links a {
  color: #ffffff !important;
}

.site-header .nav-links a:hover,
.site-header .nav-links a.active {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
}

.site-header .button {
  background: #ffffff !important;
  color: var(--brand-dark) !important;
  border-color: #ffffff !important;
}

.site-header .button:hover {
  background: #eef8f5 !important;
  border-color: #eef8f5 !important;
}

.menu-toggle {
  border-color: rgba(255,255,255,.45) !important;
  background: transparent !important;
  color: #ffffff !important;
}

.site-header .nav.container {
  display: grid !important;
  grid-template-columns: minmax(64px, 1fr) auto minmax(140px, 1fr) !important;
  column-gap: 24px !important;
}

.site-header .nav-logo {
  grid-column: 1 !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
  height: 50px !important;
  text-decoration: none !important;
}

.site-header .nav-logo img {
  display: block !important;
  width: auto !important;
  height: 50px !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

.site-header .nav-links {
  grid-column: 2 !important;
  justify-self: center !important;
}

.site-header .nav-actions {
  grid-column: 3 !important;
  justify-self: end !important;
}

@media (max-width: 980px) {
  .site-header .nav.container {
    display: flex !important;
  }

  .site-header .nav-logo,
  .site-header .nav-logo img {
    height: 46px !important;
    max-height: 46px !important;
  }
}

.site-header {
  height: 72px !important;
  min-height: 72px !important;
}

.site-header .nav.container {
  height: 72px !important;
  min-height: 72px !important;
}

.site-header .nav-logo {
  height: 68px !important;
  max-height: 68px !important;
  overflow: visible !important;
}

.site-header .nav-logo img {
  display: block !important;
  width: auto !important;
  height: 68px !important;
  max-width: 120px !important;
  max-height: 68px !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  .site-header .nav-logo,
  .site-header .nav-logo img {
    height: 54px !important;
    max-height: 54px !important;
  }
}
