.brand-logo-wide {
  display: block;
  width: 178px;
  height: 58px;
  object-fit: cover;
  object-position: center;
}

.brand-mark {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-lockup strong {
  font: 600 27px/1 Montserrat, Arial, sans-serif;
  letter-spacing: -1.5px;
}

.brand-lockup small {
  margin-top: 5px;
  color: inherit;
  font-size: 6px;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.sidebar .brand {
  padding: 0 8px;
}

.sidebar .brand-mark {
  width: 39px;
  height: 39px;
}

.sidebar .brand-lockup strong {
  font-size: 24px;
}

.loading-logo {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
}
