@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;800&display=swap');
@import "sections/benefits-section.css";
@import "sections/trustpilot-section.css";
@import "sections/support-section.css";
@import "sections/trial-section.css";

/* global styles */
@media only screen and (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

.body-content {
    margin-top: 0;
}

/* H2 */
.body-content h2 {
    font-weight: 800;
    font-size: 40px;
    color: #5E6975;
    line-height: 49px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .body-content h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .body-content h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .body-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* H3 */
.body-content h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    color: #5E6975;
}

@media only screen and (max-width: 1199px) {
    .body-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .body-content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .body-content h3 {
        font-size: 16px;
    }
}

/* H4 */
.body-content h4 {
    color: #5E6975;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .body-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* p */
.body-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7F7F7F;
}

@media only screen and (max-width: 768px) {
    .body-content p {
        font-size: 14px;
    }
}

.body-content a {
    color: #1ABAD7;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: .2s;
}

.body-content a:hover {
    transition: .2s;
    color: #1592a9;
}

.section-spaced {
    padding: 80px 0;
}

@media only screen and (max-width: 991px) {
    .section-spaced {
        padding: 40px 0;
    }
}

.mini-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .mini-container {
        width: 100%;
    }
}

.body-content .btn-regular {
    font-family: 'Roboto Slab', serif;
    background: #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .body-content .btn-regular {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .body-content .btn-regular {
        padding: 14px 44px;
    }
}

.body-content .btn-regular:hover {
    transition: .2s;
    background: #EB8D3C;
    color: #fff;
}

.bg-grayer {
    background: #EFF2F5;
}

@media only screen and (max-width: 480px) {
    .sub-footer .cards-icons img {
        width: 100%;
    }
}
/* END */

/* page hero section */
.page-hero {
    padding-top: 228px;
    padding-bottom: 164px;
    background-image: url(../images/connections/hero.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .page-hero {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .page-hero {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

.page-hero h1 {
    margin-bottom: 26px;
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    color: #ffffff;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .page-hero h1 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .page-hero h1 {
        font-size: 34px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 480px) {
    .page-hero h1 {
        width: 100%;
        font-size: 24px;
    }
}

.page-hero p {
    margin-bottom: 26px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
    .page-hero p {
        font-size: 12px;
    }
}
/* END */

/* benefits section */
.connections-page .cascade-block__text p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.connections-page .cascade-block__image img {
    border-radius: 15px;
    filter: drop-shadow(0px 12px 16px rgba(94, 105, 117, 0.25098));
}
/* END */

/* trustpilot section */
.trust-pilot {
    border-top: 2px solid #DBDFE4;
}
/* END */