.topbar {
  padding-top: 7px;
  padding-bottom: 7px;
}

.topbar .brand-mark {
  width: 63px;
  height: 63px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.topbar .brand-mark img {
  display: block;
  width: 63px;
  height: 63px;
  object-fit: contain;
  background: transparent;
}

.topbar .brand:not(.home-brand) > span:last-child {
  color: #000;
}

.topbar .brand:not(.home-brand) > span:last-child > span {
  color: var(--blue);
}

.topbar .brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.topbar .brand-copy > .brand-name {
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

.topbar .brand-copy > .brand-name > span {
  color: var(--blue);
}

.topbar .brand-copy > small {
  color: #667b84;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.topbar .home-brand .brand-copy > .brand-name {
  color: #000;
}

.topbar .home-brand .brand-copy > .brand-name > span {
  color: var(--blue);
}

.topbar .home-brand {
  position: sticky;
  top: 7px;
  z-index: 1002;
  padding: 3px 8px 3px 3px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 5px 14px rgba(9, 40, 58, .05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.topbar .home-brand:hover,
.topbar .home-brand:focus-visible {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 18px rgba(9, 40, 58, .1);
}

@media (max-width: 520px) {
  .topbar .brand-mark,
  .topbar .brand-mark img {
    width: 57px;
    height: 57px;
  }
}
