.homepage-section--newsletter-wrapper {
    width: 100%
}

.newsletter--section {
    text-align: center;
    padding: 40px
}

.newsletter--section #newsletter-wrapper {
    width: 100%;
    color: var(--text-color);
    padding: 7px 0
}

.newsletter--section .newsletter_form_section p {
    margin-top: 10px;
    font-size: 12px
}

.newsletter--section .newsletter_title h3 {
    text-align: center;
    text-transform: var(--heading-font-case);
    margin-bottom: 0
}

.newsletter--section .newsletter_title h1,
.newsletter--section .newsletter_title h2,
.newsletter--section .newsletter_title h3,
.newsletter--section .newsletter_title h4,
.newsletter--section .newsletter_title h5,
.newsletter--section .newsletter_title h6,
.newsletter--section .newsletter_title p {
    margin-top: .5rem;
    text-align: center
}

.newsletter--section #newsletter_text {
    width: 72%;
    background: 0 0;
    display: inline-block;
    margin-bottom: 0;
    height: 37px;
    padding: 10px
}

.newsletter--section #newsletter_submit {
    color: var(--text-color)
}

@media only screen and (min-width:768px) {
    .newsletter--section {
        text-align: left
    }

    .newsletter--section .grid {
        display: table;
        width: 100%
    }

    .newsletter--section .grid__item {
        display: table-cell;
        float: none;
        vertical-align: middle;
        margin-top: 0
    }

    .newsletter--section .row--table {
        width: 100%
    }

    .newsletter--section .row--table div[class*=col-] {
        float: left;
        display: block
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .newsletter--section #newsletter_text {
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .newsletter--section .newsletter--section--grid_inner {
        width: 100%
    }

    .newsletter--section .newsletter--section--grid_inner #newsletter-wrapper {
        width: 100%
    }

    .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
        width: 80%;
        margin-bottom: 0
    }

    .newsletter--section .newsletter--section--grid_inner.newsletter_form {
        float: left
    }

    .newsletter--section .newsletter--section--grid_inner.newsletter_form form {
        width: 100%
    }

    .newsletter--section .newsletter--section--grid_inner.newsletter_title {
        float: right
    }
}

.newsletter--section .contact-form #newsletter-wrapper #newsletter_submit {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    position: relative;
    margin-top: 24px;
}

.newsletter--section .contact-form #newsletter-wrapper #newsletter_submit.btn svg {
    display: block
}

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

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

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

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

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

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

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

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

.newsletter-heading,
.newsletter-description p {
    text-align: left !important;
}

#newsletter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#newsletter_text {
    width: 80% !important;
    margin-bottom: 0;
    background-color: #f3f3f3 !important;
}

#newsletter_submit {
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    color: black !important;
    border: 1px solid black !important;
}

#newsletter-wrapper label {
    width: 80%;
    display: flex;
    margin-bottom: 8px;
}

.newsletter-wrapper {
    max-width: 550px;
}

@media (max-width: 768px) {
    #newsletter-wrapper label {
        width: 100%;
        display: flex;
    }

    #newsletter_text {
        width: 100% !important;
    }

    #newsletter_submit {
        width: 100%;
    }

    .newsletter-wrapper {
        max-width: 100%;
    }
}

.newsletter__consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-align: left;
    margin-top: 12px;
    width: 80%;
    align-items: center;
}

.newsletter__consent label {
    width: 100%;
}

.newsletter__consent label p {
    margin: 0;
    color: black;
    opacity: .8;
    text-align: left;
}

.newsletter__consent a {
    color: black;
    opacity: 1;
    text-decoration: underline;
}

.newsletter__consent input {
    flex-shrink: 0;
    margin: 0;
    border-radius: 0;
    width: 16px;
    height: 16px;
}