@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/accordion-image.css";
@import "sections/benefits.css";
@import "sections/prefooter.css";
@import "sections/customer-reviews.css";
@import "sections/mbg.css";
@import "sections/faqs.css";

.h1, h1 {
    font-size: 3.5rem;
}
@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
    h2, .h2 {
        font-size: 2.25rem;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem 2.5rem 0 0;
    background-image: url("/images/v1/best-usenet-provider/hero-bg.jpg");
    margin-bottom: 0;
}

.hero h1, .hero h5 {
    padding-right: 0;
}
@media screen and (max-width: 1399px) {
    .hero__cta-group img {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 3rem;
    }
    .hero .hero-foreground {
        display: none;
    }
    .hero__cta-group img {
        width: auto;
    }
    .hero-devices {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
}

/* Hero Section*/

/* Retention Benefits Section */
.ret-benefits {
    border-radius: 2.5rem;
    background: #E9E9E9;
    padding: 4rem 0;
}
.ret-benefits .img-accordion {
    padding: 0;
}
.ret-benefits .img-accordion h2 {
    font-size: 3.25rem;
}
.ret-benefits .accordion-imgs {
    padding: 0 0 0 5rem;
}
.ret-benefits .accordion-imgs img {
    height: 20rem;
}

.ret-benefits h3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1rem;
}
.ret-benefits .accordion-wrapper {
    margin-bottom: 4rem;
}

.ret-benefits .benefits {
    padding: 0;
}
.ret-benefits .benefits--list {
    margin: 1rem 0;
}
.ret-benefits .benefits--item {
    border-radius: 2.5rem;
    background: #FFF;
}

.ret-benefits .img-accordion--cta {
    margin-top: 3rem;
}
@media screen and (max-width: 1399px) {
    .ret-benefits .img-accordion h2 {
        font-size: 2.75rem;
    }
}
@media screen and (max-width: 1199px) {
    .ret-benefits .img-accordion h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 991px){
    .ret-benefits .img-accordion h2 {
        font-size: 2.25rem;
    }
    .ret-benefits .accordion-imgs {
        padding: 2rem 0 0 0;
        width: 100%;
    }
    .ret-benefits .accordion-imgs img {
        height: auto;
        width: 100%;
    }
}

/* Retention Benefits Section */
/* Simple Block Section */
.simple-block {
    padding: 4rem 0;
    background: #fff;
}
.simple-block.rtl {
    border-radius: 2.5rem;
    background: #FAFAFA;
}
.simple-block h2 {
    margin-bottom: 1rem;
}
.simple-block h5 {
    font-weight: 400;
}
.simple-block--wrapper {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.simple-block--img {
    padding-right: 5rem;
}
.simple-block--img img {
    border-radius: 2.5rem;
    height: 25rem;
    object-fit: cover;
}
.simple-block.rtl .simple-block--img {
    padding: 0 0 0 5rem;
}
.simple-block--text h3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1rem;
}
.simple-block--text p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.5rem;
}
.simple-block--text .learn-more {
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
}
.simple-block--text .cta-btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    margin-top: 3rem;
    border-radius: 0.75rem;
    padding: 1rem;
    width: 40%;
    display: flex;
    justify-content: center;
    align-content: center;
}
@media screen and (max-width: 991px){
    .simple-block {
        padding: 2rem 0;
    }
    .simple-block--wrapper {
        margin-top: 0;
    }
    .simple-block--img, .simple-block.rtl .simple-block--img {
        padding: 0 0 2rem 0;
        width: 100%;
        order: -1;
    }
    .simple-block--img img {
        height: auto;
    }
    .simple-block--text {
        width: 100%;
    }
    .simple-block--text h3 {
        font-size: 1.75rem;
    }
    .simple-block--text .cta-btn {
        width: 60%;
        margin: 2rem auto 0;
    }
}
@media screen and (max-width: 575px){
    .simple-block--text .cta-btn {
        width: 100%;
    }
}
/* Simple Block Section */

/* Customer Reviews Section*/
.customer-reviews {
    background: #fff;
}
/* Customer Reviews Section*/

/* Prefooter Section*/
.prefooter {
    border-radius: 0 2.5rem 0 0;
    background: #EBEBEB;
    padding: 3.75rem 0;
}
.prefooter h2 {
    margin-bottom: 1.5rem;
}
.prefooter p {
    margin-top: 0;
}
.prefooter .cta-btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    margin-top: 1rem;
    border-radius: 0.75rem;
    padding: 1rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
}
@media screen and (max-width: 1399px){
    .prefooter img {
        object-position: 35%;
    }
}
@media screen and (max-width: 575px){
    .prefooter .cta-btn {
        width: 100%;
    }
}
/* Prefooter Section*/
