.section--newsletter {
    width: 100%
}

.newsletter--section-wrapper .newsletter-wrapper--outer {
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer {
        flex-direction: row;
        align-items: center;
        gap: 20px
    }
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper {
        width: 50%
    }
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper .rte,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h1,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h2,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h3,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h4,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h5,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h6,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper p {
    margin: 0
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
    display: flex;
    height: fit-content
}

@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
        width: 50%
    }
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper form .errors {
    width: fit-content
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form {
    display: flex;
    flex-direction: column;
    width: 100%
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_text {
    flex: 2
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_submit {
    margin-left: 0;
    border: 0 none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    position: relative;
    background-color: rgba(197, 223, 150, 1);
    border-radius: 12px;
    padding: 24px 65px;
    max-height: 47px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Averin', sans-serif;
    line-height: 130%;

}

.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center {
    text-align: center
}

.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right {
    text-align: right
}

.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center #newsletter-wrapper,
.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right #newsletter-wrapper {
    position: relative;
    left: 12px
}

@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center #newsletter-wrapper,
    .newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right #newsletter-wrapper {
        left: 0
    }
}

.newsletter--section-wrapper.color-scheme--white #newsletter_text {
    border-color: var(--border-color)
}

.newsletter--section-wrapper.color-scheme--white #newsletter_submit,
.newsletter--section-wrapper.color-scheme--white #newsletter_text,
.newsletter--section-wrapper.color-scheme--white #newsletter_text::placeholder {
    color: var(--text-color)
}

.newsletter--section-wrapper.color-scheme--accent #newsletter_text {
    border-color: var(--color-scheme-feature-text-transparent25)
}

.newsletter--section-wrapper.color-scheme--accent #newsletter_submit,
.newsletter--section-wrapper.color-scheme--accent #newsletter_text,
.newsletter--section-wrapper.color-scheme--accent #newsletter_text::placeholder {
    color: var(--color-scheme-feature-text)
}

.newsletter--section-wrapper.color-scheme--dark #newsletter_text {
    border-color: var(--color-scheme-dark-text-transparent25)
}

.newsletter--section-wrapper.color-scheme--dark #newsletter_submit,
.newsletter--section-wrapper.color-scheme--dark #newsletter_text,
.newsletter--section-wrapper.color-scheme--dark #newsletter_text::placeholder {
    color: var(--color-scheme-dark-text)
}

.newsletter--section-wrapper.color-scheme--light #newsletter_text {
    border-color: var(--color-scheme-light-text-transparent25)
}

.newsletter--section-wrapper.color-scheme--light #newsletter_submit,
.newsletter--section-wrapper.color-scheme--light #newsletter_text,
.newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder {
    color: var(--color-scheme-light-text)
}

.newsletter-section--title {
    font-size: clamp(28px, 4vw, 56px);
    font-family: 'Roc Grotesk', sans-serif;
    font-weight: 800;
    line-height: 110%;
    margin: 0
}

@media screen and (min-width: 767px) {
    .newsletter-section--title {
        word-spacing: -5px;
    }
}

.newsletter-form--wrapper {
    max-width: 735px;
}

.newsletter-section--subtitle {
    font-size: 20px;
    line-height: 135%;
    font-family: 'Averin', sans-serif;
    margin-bottom: 30px;
}

.newsletter-section--subtitle-custom p{
    font-size: 20px;
    line-height: 135%;
    font-family: 'Averin', sans-serif;
    margin-bottom: 30px;
    margin-left: 5px;
}
.input-group-field {
    max-width: 540px;
}