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

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

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

.ssl-encryption-page--content a:not(.cta-btn) {
    text-decoration: underline;
}

.ssl-encryption-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/vpn/hero-bg.jpg");
    margin-bottom: 0;
    padding: 4rem 0;
}

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

.hero .cta-btn {
    padding: 1rem 3rem;
    border-radius: 1.25rem;
}
.hero h1, .hero h5 {
    padding-right: 10rem;
}
.hero .col-6 > p {
    padding-right: 6rem;
}

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

@media screen and (max-width: 1399px) {
    .hero .cta-btn {
        padding: 1rem 5rem;
    }
    .hero h1, .hero h5 {
        padding-right: 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .hero .cta-btn {
        padding: 1rem 4rem;
    }
    .hero h1, .hero h5 {
        padding-right: 2.5rem;
    }
}

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

    .hero .hero-foreground {
        margin-top: 2rem;
    }
    .hero h1, .hero h5 {
        padding-right: 0;
    }

    .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*/

/* what-ssl section */
.what-ssl {
    padding: 6.5rem 0 3.75rem 0;
    margin-top: -2.75rem;
    background: #EBEBEB;
}

.what-ssl h2 {
    margin-bottom: 1.5rem;
}

.what-ssl .subtitle-text {
    margin: 0 auto;
    padding: 0;
}

.what-ssl .zigzag {
    background: none;
    padding: 0;
}
.what-ssl .zigzag--items {
    margin-top: 0;
    padding: 0;
}

.what-ssl p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 1.5rem;
}

.what-ssl .zigzag--item h3 {
    margin-bottom: 1.5rem;
}

.what-ssl .zigzag--item .zigzag--item_text {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}

.what-ssl .zigzag--item .zigzag--item_img {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .what-ssl {
        padding: 5.5rem 0 3rem 0;
        border-radius: 0 0 2.5rem 2.5rem;
    }

    .what-ssl .subtitle-text {
        width: 100%;
        padding: 0 1rem;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 155%;
        text-align: center;
    }

    .what-ssl .zigzag--items {
        margin-bottom: 0;
    }
    .what-ssl .zigzag--item {
        margin: 0;
    }

    .what-ssl p {
        font-size: 1rem;
    }

    .what-ssl .zigzag--item .zigzag--item_img, .what-ssl .zigzag--item .zigzag--item_text {
        margin: 0;
        padding: 0 1rem;
    }
    .what-ssl .zigzag--item .zigzag--item_text {
        order: 2;
    }
    .what-ssl .zigzag--item .zigzag--item_img {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        order: 1;
    }
}

/* what-ssl section */

/* why-ssl BENEFITS Section*/

.why-ssl .benefits-list.bg-gray {
    background: #FAFAFA;
}

.why-ssl .benefits h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin: 1.5rem auto 0;
}

.why-ssl .benefits h4 p {
    margin-bottom: 1.25rem;
}

.why-ssl .benefits--item {
    width: calc(33.333% - 2rem);
    background: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-ssl .benefits--item_text h5 {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 125%;
}

.why-ssl .benefits--item_icon {
    margin: 0;
}
.why-ssl .benefits--item_icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

.why-ssl .benefits--cta .cta-btn {
    border-radius: 1.25rem;
    font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
    .why-ssl .benefits h2 {
        width: 100%;
        margin-bottom: 0;
    }

    .why-ssl .benefits h4 {
        width: 100%;
    }

    .why-ssl .benefits h4 p {
        font-size: 1.125rem;
        line-height: 155%;
    }
    .why-ssl .benefits--list {
        margin-bottom: 0;
    }

    .why-ssl .benefits--item {
        width: 100%;
        margin: .75rem 0;
    }

    .why-ssl .benefits--item_icon {
        display: initial;
        padding: 1.125rem;
        border-radius: 1rem;
    }

    .why-ssl .benefits--item_desc-mb {
        display: none;
    }

    .why-ssl .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }

    .why-ssl .benefits--item:after {
        content: none;
    }

    .why-ssl .benefits--item_text h5 {
        width: 100%;
    }

    .why-ssl .benefits--item_icon svg {
        width: 2rem;
        height: 2rem;
    }

    .why-ssl .benefits--cta {
        margin-top: 0;
    }

    .why-ssl .benefits--cta .cta-btn {
        border-radius: 1.25rem;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 120%;
    }
}

/* BENEFITS Section*/


/* Zigzag Section*/
.zigzag h2 {
    width: 100%;
}

.zigzag--item h3 {
    font-size: 2rem;
    line-height: 125%;
    margin-bottom: 1.5rem;
}

.zigzag--item p, .zigzag--item li {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}

.zigzag--item p:last-child {
    margin-bottom: 0;
}

.zigzag--item ol, .zigzag--item ul {
    counter-reset: section;
    padding: 0;
    margin: 0;
}

.zigzag--item ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 1rem;
    list-style: none;
}

.zigzag--item ul li:last-child {
    margin-bottom: 0;
}

.zigzag--item ul {
    margin-bottom: 1.5rem;
}

.zigzag--item ul li:before {
    content: '';
    width: .75rem;
    height: .75rem;
    background: var(--black-text);
    border-radius: 50%;
    margin-right: .5rem;
}

.zigzag--cta .cta-btn {
    font-size: 1.25rem;
    border-radius: 1.25rem;
    padding: 1rem 3rem;
}

@media screen and (max-width: 1399px) {
    .zigzag--item ul li {
        flex-wrap: nowrap;
    }
}

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

    .zigzag--items {
        margin: 0;
    }

    .zigzag--item li {
        text-align: left;
        align-items: flex-start;
    }

    .zigzag--item ul li {
        display: inline-block;
    }

    .zigzag--item ul li:before {
        display: inline-block;
    }

    .zigzag--cta {
        margin-top: .75rem;
    }

    .zigzag--cta .cta-btn {
        padding: 1rem;
    }
}

/* Zigzag Section*/

/* secure-connections Zigzag Section*/
.secure-connections, .secure-connections .zigzag {
    background: #EBEBEB;
    padding: 3.75rem 0;
}

.secure-connections .zigzag {
    padding: 0;
}

.secure-connections .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: 1.5rem;
    text-align: center;
    margin-bottom: 0;
}

.secure-connections .zigzag--item li {
    align-items: flex-start;
}

.secure-connections .zigzag--item:nth-child(odd) .zigzag--item_text {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}
.secure-connections .zigzag--item:nth-child(odd) .zigzag--item_img {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}

.secure-connections .zigzag--item li:before {
    background: url("/images/redesign/svg/check-rounded.svg") no-repeat;
    background-size: contain;
    width: 1.75rem;
    height: 1.75rem;
    filter: invert(1);
}

.secure-connections .zigzag--item li p {
    display: inline;
    width: calc(100% - 2.5rem);
}

.secure-connections h3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
}
.secure-connections .additional-layer p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin: 1.5rem auto 4rem auto;
}

@media screen and (max-width: 991px) {
    .secure-connections .zigzag--item {
        margin: 0;
    }
    .secure-connections .zigzag--item li {
        display: flex;
    }

    .secure-connections .zigzag--item ul {
        margin-bottom: 0;
    }
    .secure-connections .zigzag--item:nth-child(n) .zigzag--item_img,
    .secure-connections .zigzag--item:nth-child(n) .zigzag--item_text
    {
        padding: 0;
    }
    .secure-connections .zigzag--item:nth-child(n) .zigzag--item_text {
        margin-top: 1rem;
    }
    .secure-connections .additional-layer {
        margin-top: 2rem;
    }
    .secure-connections .additional-layer p {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
}

/* secure-connections Zigzag Section*/

/* ssl-features Benefits Section */
.ssl-features .benefits--item {
    background: #F7F6F5;
    width: calc(50% - 1rem);
}

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

.ssl-features .benefits h4 {
    font-size: 1.25rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.ssl-features .benefits--item:nth-child(odd) {
    margin-left: 0;
}

.ssl-features .benefits--item:nth-child(even) {
    margin-right: 0;
}

.ssl-features .benefits--item_icon {
    padding: 1.125rem;
    border-radius: 1rem;
}

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

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

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

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

    .ssl-features .benefits--item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: .75rem 0;
        align-items: center;
        text-align: center;
    }

    .ssl-features .benefits--item:last-child {
        margin-bottom: 0;
    }

    .ssl-features .benefits--item:after {
        content: none;
    }

    .ssl-features .benefits--item_icon {
        display: flex;
        margin: 0 0 1.5rem 0;
    }

    .benefits--item_text h5 {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
}

/* ssl-features Benefits Section */



/* faqs section */
.setup-section.faqs-section {
    background: #EBEBEB;
    padding: 3.75rem 0;
}
.setup-section .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: 1.5rem;
    text-align: center;
}
.setup-section .accordion-flush {
    margin-top: 4rem;
}
.setup-section.faqs-section .accordion-item {
    border: 1px solid #E9E9E9;
    padding-bottom: 2rem;
    background: #fff;
}

.setup-section .accordion-flush>.accordion-item:first-child,
.setup-section .accordion-flush>.accordion-item:last-child {
    border: 1px solid #E9E9E9;
}
.setup-section .accordion-button {
    padding: 2rem 2rem 0 2rem;
    align-items: center;
}
.setup-section .accordion-button img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    border-radius: .5rem;
}
.setup-section .accordion-body {
    padding: 2rem 2rem 0 2rem;
}
.setup-section .accordion-body hr {
    margin: 1.5rem 0;
}
.setup-section .accordion-body ol {
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.setup-section .accordion-body .setup--list {
    margin-top: 2rem;
}
.setup-section .accordion-body ol > li {
    counter-increment: section;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin: 1rem 0;
}
.setup-section .accordion-body ol > li ul {
    padding-left: 3rem;
    list-style: disc;
    width: 100%;
}
.setup-section .accordion-body ol > li:first-child {
    margin-top: 0;
}
.setup-section .accordion-body ol > li:last-child {
    margin-bottom: 0;
}
.setup-section .accordion-body ol > li:before {
    content: counter(section, decimal);
    display: inline-flex;
    flex-wrap: wrap;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 0.5rem;
    color: #fff;
    background: var(--black-text);
    margin-right: 1rem;
}
.setup-section .accordion-body ol > li .title {
    width: calc(100% - 3rem);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 155%;
}
.setup-section .accordion-body ol > li .image-caption {
    border: 1px solid #EBEBEB;
    margin: 1rem 0 1rem 0;
    max-width: 55%;
    display: flex;
    flex-wrap: wrap;
}
.setup-section .accordion-body ol li img {
    object-fit: contain;
    width: auto;
}

.setup-accordion--content p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 155%;
}

@media screen and (max-width: 991px) {
    .setup-section .accordion-body ol > li .image-caption {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .setup-section .accordion-body ol li img {
        margin: 0;
        width: 100%;
    }
    .setup-section .accordion-button {
        padding: 1.5rem 1.5rem 0 1.5rem;
        font-size: 2rem;
        font-weight: 500;
    }
    .setup-section .accordion-body {
        padding: 1rem 1.5rem 0 1.5rem;
    }
    .setup-section .accordion-item {
        padding-bottom: 1.5rem;
    }
    
    .setup-section .accordion-body ol > li .title {
        font-size: 1rem;
    }
    .setup-section .accordion-button img {
        margin-right: 1rem;
    }
    .setup-section .accordion-body ol > li ul {
        padding-left: 1rem;
    }
}
/* faqs section */

/* faqs section */
.faqs-section {
    background: #fff;
}

.faqs-section .accordion-item {
    background: #F7F6F5;
    border: none;
}

#faqs-accordion {
    margin-bottom: 0;
}

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

    #faqs-accordion {
        margin: 1.5rem 0 0 0;
    }

    .faqs-section .accordion-button {
        font-size: 1.125rem;
        font-weight: 500;
    }
}

/* faqs section */

/* Prefooter Section*/
.prefooter {
    background: #FAFAFA;
}

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

.prefooter a:not(.cta-btn) {
    text-decoration: none;
}

.prefooter a:not(.cta-btn):hover {
    text-decoration: underline;
}

.prefooter img {
    left: auto;
    right: 0;
    object-position: center;
    border-radius: 2.5rem 0 0 2.5rem;
}

.prefooter p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 135%;
}

.prefooter .cta-btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 100%;
}

@media screen and (max-width: 1399px) {
    .prefooter h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .prefooter h2 {
        font-size: 2.5rem;
    }
}

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

    .prefooter img {
        border-radius: 0;
    }

    .prefooter p {
        font-size: 1.25rem;
        margin: 1.5rem 0 2.5rem 0;
    }

    .prefooter .cta-btn {
        padding: 1rem;
        width: 100%;
        font-size: 1.25rem;
        font-weight: 700;
    }
}

/* Prefooter Section*/
