.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section {
  width: 100%;
  padding: 1.25rem 0;
  background-color: #f3f4f6;
  color: #425363;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--font-nav, var(--font-label));
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #425363;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__heading {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.25;
  color: #425363;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__description {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(66, 83, 99, 0.85);
  max-width: 420px;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 440px;
  flex: 0 0 auto;
}

@media (min-width: 600px) {
  .cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__form {
    flex-direction: row;
    align-items: stretch;
  }
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: #425363;
  background-color: #fff;
  border: 1px solid rgba(66, 83, 99, 0.2);
  border-radius: 0;
  outline: none;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__input:focus {
  border-color: #425363;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__input--error {
  border-color: #b91c1c;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__submit {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 1.35rem;
  border: 1px solid #425363;
  background: #425363;
  color: #fff;
  font-family: var(--font-nav, var(--font-body));
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__submit:hover:not(:disabled) {
  background: #354552;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__error {
  margin: 0;
  width: 100%;
  font-size: 13px;
  color: #b91c1c;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__disclaimer {
  margin: 0;
  font-size: 12px;
  opacity: 0.7;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__success {
  width: 100%;
  text-align: center;
}

.cc_I1vIPjnu8K_R6eGl6WLuY .newsletter-section__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
