@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/zigzag.css";
@import "sections/benefits.css";
@import "sections/prefooter.css";
@import "sections/faqs.css";

.h1, h1 {
    font-size: 4rem;
}

.h2, h2 {
    font-size: 3.5rem;
}

.advanced-threat-protection-page--content a:not(.cta-btn) {
    text-decoration: underline;
}

.advanced-threat-protection-page--content a:not(.cta-btn):hover {
    text-decoration: none;
}

.cta-btn {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
}

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

    h2, .h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .cta-btn {
        width: 100%;
        text-align: center;
        border-radius: 1rem;
        padding: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    .row > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cta-btn {
        border-radius: 1.25rem;
        width: 100%;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem;
    background-image: url("/images/redesign/home/hero-bg.jpg");
    margin-bottom: 0;
    padding: 4rem 0;
}

.hero .hero-foreground {
    object-position: 40%;
}

.hero .cta-btn {
    padding: 1rem 3rem;
    border-radius: 1.25rem;
}

.hero .col-6 > p {
    padding-right: 4rem;
}

.hero-devices svg {
    height: 1.5rem;
}


@media screen and (max-width: 1199px) {
    .hero .cta-btn {
        padding: 1rem 3rem;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
        padding-top: 3rem;
    }

    .hero .hero-foreground {
        margin-top: 2rem;
    }

    .hero .cta-btn {
        padding: 1rem;
        font-size: 1.25rem;
    }

    .hero--subtext {
        text-align: center;
        width: 80%;
        margin: 1.5rem auto 0 auto;
    }

    .hero .col-6 > p {
        padding: 0;
        text-align: center;
    }
}

/* Hero Section*/

/* Reviewers Section*/
.reviewers {
    padding: 4.75rem 0 2rem 0;
    margin-top: -2.75rem;
    position: relative;
}
@media screen and (max-width: 991px) {
    .reviewers {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 4rem 0 1.5rem 0;
    }
    .reviewers--list svg {
        max-width: 15rem;
        max-height: 5rem;
        width: auto;
        height: auto;
        margin: .75rem;
    }
    .reviewers h3 {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
    }
}
/* Reviewers Section*/


/* online-security Section*/
.online-security {
    padding: 3.75rem 0;
}
.online-security h2 {
    margin-bottom: 1rem;
}
.online-security p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
    margin: 0 auto;
}
/* online-security Section*/

/* nh-security-features Benefits Section */
.nh-security-features {
    background: #F7F6F5;
}
.nh-security-features .benefits--item {
    background: #fff;
    width: calc(25% - 2rem);
    flex-direction: column;
    align-items: center;
}

.nh-security-features .benefits h2 {
    margin-bottom: 1.5rem;
}

.nh-security-features .benefits h4 {
    font-size: 1.25rem;
    text-align: center;
}

.nh-security-features .benefits h5 {
    font-size: 1.25rem;
    text-align: center;
}
.nh-security-features .benefits .benefits--item_text p {
    text-align: center;
    font-size: 1rem;
}

.nh-security-features .benefits--item_icon {
    padding: 1.125rem;
    border-radius: 1rem;
    margin: 0 0 1.5rem 0;
}

.nh-security-features .benefits--item_icon svg {
    width: 2rem;
    height: 2rem;
}

.nh-security-features .benefits--bottom-text {
    text-align: center;
    font-size: 1.25rem;
}

.nh-security-features .cta-btn {
    border-radius: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .nh-security-features .benefits--item {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 991px) {
    .nh-security-features .benefits h4 {
        margin-bottom: 0;
    }

    .nh-security-features .benefits--list {
        margin-bottom: 0;
    }

    .nh-security-features .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }

    .nh-security-features .benefits--item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: .75rem 0;
    }
    .nh-security-features .benefits--bottom-text {
        margin-top: 1rem;
    }
    .nh-security-features .benefits--item:after {
        content: none;
    }

    .nh-security-features .benefits--item_icon {
        display: flex;
        margin-bottom: 1.5rem;
    }

    .benefits--item_text h5 {
        font-size: 1.5rem;
    }
}

/* nh-security-features Benefits Section */

/* Features Section */
.features-section {
    padding: 3.75rem 0;
    background: #fff;
}
.features-section.features-first {
    padding-bottom: 0;
}
.features-section.features-last {
    padding-top: 0;
}

.features-section h2 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    width: 90%;
    margin: .75rem auto;
}

.features-section--image {
    width: calc(50% - 4rem);
    padding-right: 2rem;
}
.features-last .features-section--image {
    padding-left: 2rem;
    padding-right: 0;
}
.features-section--image img {
    border-radius: 2.5rem;
}
.features-section--items {
    width: calc(50% + 2rem);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
}
.features-section--wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-top: 4rem;
}
.features-section--items--top-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}

.features-section--item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
    margin: .75rem 0;
}

.features-section--item h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: .25rem;
}

.features-section--heading-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: 80%;
    padding: 0;
    margin: 1.5rem auto 4rem auto;
    text-align: center;
}

.features-section--item p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}
.features-section--item_icon {
    border-radius: 1rem;
    background: var(--black-text);
    padding: .75rem;
    margin-right: 1.5rem;
}

.features-section--item_icon svg {
    width: 2rem;
    height: 2rem;
}

.features-section--item_icon svg path {
    fill: white;
}
.features-section--item_desc {
    margin-bottom: 0;
}

.features-section--cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
    width: 100%;
}

.features-section--cta .cta-btn {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 1.25rem;
    padding: 1rem 3rem;
}

@media screen and (max-width: 1199px) {
    .features-section--wrapper {
        align-items: flex-start;
    }
    .features-section--items {
        width: 55%;
        padding: 0;
    }
    .features-section--image {
        width: 45%;
        margin: 0 auto 2rem;
    }
    .features-section h2 {
        font-size: 2.5rem;
    }
    .features-section--item {
        margin: .5rem 0;
    }
}
@media screen and (max-width: 991px) {
    .features-section {
        padding: 3rem 0;
    }
    .features-section--wrapper {
        margin-top: 0;
    }
    .features-section h2 {
        margin-top: 0;
    }
    .features-section--image {
        order: -1;
    }
    .features-section--items--top-text {
        text-align: center;
    }
    .features-section .subtitle-text {
        font-size: 1.125rem;
    }
    .features-section--items {
        width: 100%;
    }
    .features-section--image {
        width: 100%;
        margin-top: 2.5rem;
        padding: 0;
    }
    .features-section--cta {
        margin-top: .5rem;
    }
    .features-section--cta .cta-btn {
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
}

/* Features Section */


/* faqs section */
.faqs-section {
    background: #EBEBEB;
}
.faqs-section .accordion-item {
    background: #fff;
    border: none;
}
#faqs-accordion {
    margin-bottom: 0;
}
.faqs-section a:not(.cta-btn) {
    text-decoration: none;
}
.faqs-section a:not(.cta-btn):hover {
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    .faqs-section {
        padding: 3rem 0;
    }
    .faqs-section .accordion-button {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 140%;
    }
    #faqs-accordion {
        margin-top: 1.5rem;
    }
}
/* faqs section */

/* prefooter section */
.prefooter {
    background: #FAFAFA;
}
.prefooter h2 {
    font-size: 2.5rem;
}
.prefooter p {
    font-size: 1rem;
}
/* prefooter section */


