/*= Reset CSS 
============= */

.banner-head {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 120px;
}
.banner-head h1 {
    margin-bottom: 15px;
}
.banner-head p {
    font-size: 18px;
    line-height: 1.25;
}
.main-section-newsletter {
    border-bottom: 2px solid #f2f1f1;
}
.main-section-newsletter-publication {
    padding: 45px 0 !important;
}
.newsletter-publication-meta {
    margin-bottom: 60px;
}
.newsletter-publication-meta .check-box {
    margin-bottom: 30px;
}
.form-check-label, .check-hell label {
    font-size: 16px !important;
    margin-left: 15px;
    font-family: 'DM Mono';
    font-weight: 400 !important;
}
.check-hell label {
    margin-left: 0;
}
.check-hell input {
    margin-right: 15px;
}
@media (min-width: 1000px) {
    .row.newsletter-publication {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: start;
        justify-content: center;
        margin-bottom: 0;
    }
    .newsletter-publication-meta {
        padding-right: 30px;
    }
}
.form-check-input:checked{
    background-color: black !important;
    border-color: black !important;
    background-image: none !important;
}
.form-check-input:after{
    opacity: 0 !important;
}
.form-check-input:focus{
    outline-offset: 0px !important;
    outline:none !important;
    border: 3px solid black !important;
    box-shadow: none !important;
}
.newsletter-publication-meta a, .newsletter-article-meta a {
    color: #000;
}
a.link-activity {
    border-bottom: 1px solid;
}
.check-hell {
    padding: 45px 0;
    border-bottom: 2px solid #f2f1f1;
}
.check-hell h3 {
    margin-bottom: 30px;
}
.brazen-subscribe-all-container .email-wrapper-inner {
    padding: 45px 0;
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.brazen-subscribe-all-container input[type="email"] {
    margin-bottom: 15px;
}
.main-section-newsletter input[type="checkbox"],
.brazen-subscribe-all-container input[type="checkbox"] {
    accent-color: #b75fe0;
}
.newsletter-article-img img {
    object-fit: cover;
    aspect-ratio: 2 / 1;
}