.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container {
        max-width: 576px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1320px) {
    .container {
        max-width: 1320px
    }
}
.relative {
    position: relative
}
.flex {
    display: flex
}
.flex-row {
    flex-direction: row
}
.justify-center {
    justify-content: center
}
.bg-newsletter-bg {
    background-color: var(--Newsletter-bg)
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.text-newsletter-txt {
    color: var(--Newsletter-txt)
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

/* Auto-generated CSS for partials/site/footer/newsletter.htm */

.before\:bg-newsletter-bg::before {
    content: var(--tw-content);
    background-color: var(--Newsletter-bg)
}

@media (min-width: 1024px) {
    .lg\:\!py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }
}
