.join-prototype .hero-section {
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.join-prototype .hero-content {
  display: block;
  align-items: initial;
  justify-content: initial;
  color: var(--text);
}

.join-prototype .hero-title {
  display: block;
  flex-direction: initial;
  align-items: initial;
  justify-content: initial;
  color: #0f172a;
}

.join-prototype .hero-title .highlight {
  display: block;
}
.join-prototype .home-navbar {
  display: none;
}
.join-prototype .footer {
  display: none;
}
.join-prototype .minimal-footer {
  display: none;
}
.join-prototype main {
  padding-top: 0;
  position: relative;
}
.join-prototype {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
}
