.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section {
  width: 100%;
  min-height: calc(100vh - var(--header-height, 0px));
  padding: var(--space-md) 0 var(--space-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg);
  font-family: var(--font-body);
  color: var(--section-text-color, var(--color-text-primary));
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact {
  min-height: 0;
  padding: var(--space-lg) 0;
  align-items: center;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__inner {
  max-width: var(--max-width, 87.5rem);
  padding: 0 var(--page-padding-x);
  gap: var(--space-md);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__intro {
  text-align: center;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__heading {
  font-size: var(--text-h3);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  text-align: center;
}

@media (min-width: 768px) {
  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    align-items: center;
    gap: var(--space-lg);
  }

  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__intro {
    text-align: left;
  }

  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--space-sm);
    margin-top: 0;
    align-items: center;
  }

  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__submit {
    min-height: 2.875rem;
    padding-inline: 1.25rem;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact {
    padding: var(--space-xl) 0;
  }
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact.newsletter-section--success .newsletter-section__inner {
  display: flex;
  flex-direction: column;
  max-width: 880px;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__error, .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__disclaimer {
  grid-column: 1 / -1;
  margin: 0;
}

@media (min-width: 1024px) {
  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section:not(.newsletter-section--compact) {
    padding: var(--space-lg) 0 var(--space-3xl);
  }
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 5vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--success .newsletter-section__inner {
  max-width: 880px;
  padding: 0 var(--page-padding-x);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__eyebrow {
  margin: 0 0 var(--space-xs);
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  color: var(--color-accent-dark);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-h2);
  font-weight: 400;
  line-height: 1.15;
  color: var(--section-text-color, var(--color-text-primary));
  text-align: inherit;
  text-wrap: balance;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__heading {
  font-size: var(--text-h3);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__description {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--section-text-color, var(--color-text-secondary));
  text-align: inherit;
  text-wrap: pretty;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-top: var(--space-xs);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__field {
  display: flex;
  flex-direction: column;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__label {
  display: block;
  margin-bottom: 0.375rem;
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  color: var(--section-text-color, var(--color-text-secondary));
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  background: var(--color-surface);
  font-family: var(--font-body);
  font-size: var(--text-body);
  color: var(--section-text-color, var(--color-text-primary));
  transition:
    border-color 200ms cubic-bezier(0.2, 0, 0, 1),
    box-shadow 200ms cubic-bezier(0.2, 0, 0, 1);
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__input::placeholder {
  color: var(--section-text-color, var(--color-text-muted));
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 18%, transparent);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__input[aria-invalid="true"] {
  border-color: var(--color-error);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 2.75rem;
  margin-top: var(--space-xs);
  padding: 0.625rem 1.5rem;
  border: none;
  border-radius: 2px;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-label);
  font-size: var(--text-small);
  font-weight: 500;
  cursor: pointer;
  will-change: transform;
  transition:
    background-color 200ms cubic-bezier(0.2, 0, 0, 1),
    transform 120ms cubic-bezier(0.2, 0, 0, 1);
}

@media (min-width: 1024px) {
  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__submit {
    padding: 0.75rem 1.75rem;
  }
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__submit:active:not(:disabled) {
  transform: scale(0.96);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__submit:hover:not(:disabled) {
  background: var(--color-accent-dark);
}

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

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__error {
  margin: 0;
  padding: var(--space-xs) var(--space-sm);
  border-left: 3px solid var(--color-error);
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--color-error);
  background: color-mix(in srgb, var(--color-error) 4%, transparent);
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__disclaimer {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--section-text-color, var(--color-text-muted));
  text-wrap: pretty;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__success {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  text-align: center;
  animation: cc_RnuTMBO4VY_R6eGl6WLuY_newsletter-success-enter 360ms cubic-bezier(0.2, 0, 0, 1) both;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section--compact .newsletter-section__success {
  text-align: left;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__success .newsletter-section__heading {
  text-align: inherit;
}

.cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__success .newsletter-section__description {
  text-align: inherit;
  margin: 0;
}

@keyframes cc_RnuTMBO4VY_R6eGl6WLuY_newsletter-success-enter {
  from {
    opacity: 0;
    transform: translateY(0.375rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__success {
    animation: none;
  }

  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__submit {
    transition: background-color 200ms cubic-bezier(0.2, 0, 0, 1);
  }

  .cc_RnuTMBO4VY_R6eGl6WLuY .newsletter-section__submit:active:not(:disabled) {
    transform: none;
  }
}
