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


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

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

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

.usenet-network-page--content a:not(.cta-btn):hover {
    text-decoration: none;
}

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

@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 4rem;
    border-radius: 1.25rem;
}

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

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

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

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

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

/* backbones Section */
.backbones {
    background: #fff;
    margin-top: -2.75rem;
    padding-top: 6.5rem;
    border-radius: 0 0 2.5rem 2.5rem;
}
.backbones .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.backbones p {
    margin-bottom: 1.5rem;
}
.backbones hr {
    border-color: #EBEBEB;
    opacity: 1;
}
.backbones .zigzag {
    padding: 0;
}
.backbones .zigzag--items {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.backbones .zigzag--item h3 {
    font-size: 3.5rem;
}
.backbones .zigzag--item:nth-child(odd) .zigzag--item_text {
    order: 2;
    padding-right: 0;
    padding-left: 2.5rem;
}
.backbones .zigzag--item:nth-child(odd) .zigzag--item_img {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}
@media screen and (max-width: 1199px) {
    .backbones .zigzag--item h3 {
        font-size: 1.5rem;
    }
    .backbones p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 991px) {
    .backbones {
        padding-top: 3.5rem;
    }
    .backbones .zigzag {
        padding-left: 0;
        padding-right: 0;
    }
    .backbones .zigzag--item:nth-child(n) .zigzag--item_img,
    .backbones .zigzag--item:nth-child(n) .zigzag--item_text {
        padding: 0;
    }
    .backbones .zigzag--item:nth-child(n) .zigzag--item_img {
        margin-top: 1.5rem;
        order: 2;
    }
}
/* backbones Section */
.steps-section {
    background: #fff;
    padding: 0;
}
.steps-section--items {
    flex-direction: column;
}
.steps-section--item {
    width: 100%;
    background: #FAFAFA;
    border-radius: 1.5rem;
    display: grid;
}
.steps-section--item_icon {
    grid-row-start: 1;
    grid-row-end: 3;
    margin-right: 1.5rem;
    font-size: 1.125rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
}
.steps-section--item h5 {
    grid-column-start: 2;
    margin-top: 0;
    margin-bottom: .5rem;
}
.steps-section--item p {
    grid-column-start: 2;
}
@media screen and (max-width: 991px) {
    .steps-section--items {
        margin-bottom: 0;
    }
    .steps-section--item {
        margin: 1rem 0;
        display: flex;
        flex-wrap: wrap;
    }
    .steps-section--item h5 {
        width: calc(100% - 5rem);
    }
}
/* steps Section */

/* steps Section */

/* network-infrastructure Section */
.network-infrastructure .zigzag {
    padding-top: 1rem;
}
.network-infrastructure .zigzag h2 {
    width: 100%;
    margin-bottom: 1.5rem;
}
.network-infrastructure .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    margin-bottom: 0;
}

.network-infrastructure p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}
.network-infrastructure .zigzag--items {
    margin-top: 0;
}

@media screen and (max-width: 1399px) {
    .network-infrastructure .zigzag h2 {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .network-infrastructure .zigzag {
        padding-left: 0;
        padding-right: 0;
        padding: 2.5rem 0;
    }
    .network-infrastructure .zigzag--items {
        margin: 0;
    }
    .network-infrastructure .zigzag--item:nth-child(n) .zigzag--item_img,
    .network-infrastructure .zigzag--item:nth-child(n) .zigzag--item_text {
        padding: 0;
    }
    .network-infrastructure .zigzag--item:nth-child(n) .zigzag--item_img {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    .network-infrastructure .zigzag--item:last-child .zigzag--item_img {
        margin-top: 0;
        order: -2;
    }
    .network-infrastructure .zigzag--item:first-child p:last-child {
        margin-bottom: 0;
    }
}
/* network-infrastructure Section */

/* Features Section */
.features-section {
    padding: 3.75rem 0;
    background: #E9E9E9;
}

.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;
}
.numeric-features .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--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 */


/* Benefits Section */

.performance-benefits {
    background: #fff;
    padding: 3.75rem 0 1.5rem;
}
.dynamic-load-balancing, .dynamic-load-balancing .benefits, .dynamic-load-balancing .zigzag {
    background: #E9E9E9;
}
.dynamic-load-balancing {
    padding-bottom: 1rem;
}
.dynamic-load-balancing .zigzag--item p {
    font-size: 1.25rem;
}

.performance-benefits .heading-text {
    width: 60%;
    margin: 0 auto;
}
.performance-benefits .heading-text h2 {
    margin-bottom: 1.5rem;
}
.performance-benefits .benefits {
    padding-top: 2rem;
    padding-bottom: 0;
}
.dynamic-load-balancing .zigzag, .dynamic-load-balancing .benefits {
    padding-top: 0;
    padding-bottom: 0;
}

.performance-benefits .benefits h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
}
.dynamic-load-balancing .benefits h2 {
    font-size: 2rem;
}
.performance-benefits .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
}

.dynamic-load-balancing .benefits--item {
    width: calc(33.3333% - 2rem);
    border-radius: 2.5rem;
    background: #FFF;
    flex-direction: column;
}
.dynamic-load-balancing .benefits--item_icon svg {
    width: 1.75rem;
    height: 1.75rem;
}
.dynamic-load-balancing .benefits--item_icon {
    padding: 1.25rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.dynamic-load-balancing .benefits--item_text h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .performance-benefits .heading-text {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .performance-benefits {
        padding-bottom: 0;
    }
    .performance-benefits .benefits {
        padding: 2.5rem 0;
    }
    .performance-benefits .benefits h2 {
        font-size: 2rem;
    }
    .dynamic-load-balancing .benefits--item {
        width: 100%;
    }
    .dynamic-load-balancing .zigzag, .dynamic-load-balancing .benefits {
        padding-left: 0;
        padding-right: 0;
    }
    .benefits--list {
        margin-bottom: 0;
    }
    .benefits--item {
        width: 100%;
        margin: .75rem 0;
        padding: 2rem;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .benefits--item_icon {
        display: initial;
        padding: 1.125rem;
        border-radius: 1rem;
        margin-bottom: 1.5rem;
    }
    .benefits--item_desc-mb {
        display: none;
    }
    .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }
    .benefits--item:after {
        content: none;
    }
    .benefits--item_text h5 {
        width: 100%;
    }
    .benefits--item_icon svg {
        width: 2rem;
        height: 2rem;
    }
}

/* FAQs Section */
.faqs-section {
    background-color: #F7F6F5;
    padding-bottom: 1rem;
}
.faqs-section .accordion-item {
    background: #fff;
    border: none;
}
@media screen and (max-width: 991px) {
    .faqs-section {
        padding: 2.5rem 0;
    }
    .faqs-section .accordion-button {
        font-weight: 500;
    }
    .faqs-section .accordion-button:after {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: initial;
    }
    #faqs-accordion {
        margin-bottom: 0;
    }
}
/* FAQs Section */

/* Prefooter Section*/
.prefooter {
    background: #fff;
    padding: 7.25rem 0;
}
.prefooter .col-lg-6 {
    width: calc(50% + 1rem);
    padding-right: 0;
}
.prefooter img {
    object-position: center;
}

.prefooter p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    display: block;
}
.prefooter .cta-btn {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    border-radius: 1.25rem;
}
@media screen and (max-width: 1399px) {
    .prefooter h2 {
        font-size: 2.75rem;
    }
}
@media screen and (max-width: 1199px) {
    .prefooter .col-lg-6 {
        padding-right: 1rem;
    }
    .prefooter h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 991px) {
    .prefooter {
        padding: 1rem 0 3rem;
    }
    .prefooter h2 {
        font-size: 1.5rem;
    }
    .prefooter img {
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        border-radius: 0;
        margin-bottom: 2rem;
    }
    .prefooter .col-lg-6 {
        width: 100%;
        padding: 0 1rem;
    }
    .prefooter p {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 140%;
    }
}
/* Prefooter Section*/