/* v1.0.8: founding enrollment pricing, revised tier names and expanded offer lists. */
.cgtj .cgtj-pricing__eyebrow {
  margin: 0 0 8px !important;
  color: var(--cgtj-orange);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 1.6px;
  text-align: center;
}

.cgtj .cgtj-pricing__intro {
  max-width: 720px;
  margin: 10px auto 0 !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.cgtj .cgtj-pricing__grid {
  margin-top: 38px;
}

.cgtj .cgtj-tier {
  min-height: 620px;
}

.cgtj .cgtj-tier__header {
  min-height: 64px;
}

.cgtj .cgtj-tier__price-label {
  margin: 18px 0 0 !important;
  color: var(--cgtj-orange);
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.8px;
}

.cgtj .cgtj-tier__price {
  min-height: 52px;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.cgtj .cgtj-tier__future-price {
  margin: 2px 0 22px !important;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 18px;
}

.cgtj .cgtj-tier li strong {
  font-weight: 800;
}

@media (max-width: 1120px) {
  .cgtj .cgtj-tier {
    min-height: 650px;
  }
}

@media (max-width: 820px) {
  .cgtj .cgtj-tier {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .cgtj .cgtj-pricing__intro {
    font-size: 14px;
    line-height: 22px;
  }
}
