.brand-logo-img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #000;
}

.nav nav a,
.nav-guide,
.menu {
  font-weight: 700;
}

footer .brand-logo-img {
  width: 88px;
  height: 88px;
}

.legal-head .brand-logo-img {
  width: 64px;
  height: 64px;
}

.topbar .brand-logo-img {
  width: 52px;
  height: 52px;
}

.topbar .book-link {
  font-weight: 700;
}

.nav nav a[aria-current="page"] {
  color: #145fcd;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.process-grid .step-label {
  display: block;
  margin-bottom: 25px;
  color: #9fc6ff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.social-share {
  font-size: .9rem;
}

@media (max-width: 550px) {
  .brand-logo-img {
    width: 60px;
    height: 60px;
  }
}
