.empirical-wordmark {
  color: currentColor;
  display: inline-block;
  font-family: "Sharp Grotesk", "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 33px;
  white-space: nowrap;
}

.empirical-wordmark.fill-white,
header.bg-black .empirical-wordmark {
  color: #fff;
}

.empirical-wordmark.fill-black {
  color: #000;
}

header.bg-black .empirical-wordmark.fill-black {
  color: #fff;
}

.empirical-investor-logo {
  aspect-ratio: 1;
  border-radius: 2px;
  justify-self: center;
  max-width: 100%;
  object-fit: contain;
  width: 150px;
}

@media (min-width: 768px) {
  .empirical-partners-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

.empirical-form-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 48px 20px 24px;
  text-align: center;
}

.empirical-form-success__icon {
  align-items: center;
  background: #7748e5;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 64px;
  justify-content: center;
  margin-bottom: 24px;
  width: 64px;
}

.empirical-form-success p {
  margin-top: 14px;
  max-width: 330px;
  opacity: 0.7;
}
