@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800;900&display=swap');
.brand, .gate-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.shared-brand-icon {
  display: block;
  width: 55px;
  height: 46px;
  flex: 0 0 55px;
  transform: translateY(-5px);
}
.brand .shared-brand-word, .gate-brand .shared-brand-word {
  color: #fff;
  font: 900 25px/1 Nunito, system-ui, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}
.shared-brand-dot { color: #ec4899; }
