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

/* Hero Section*/
.hero {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-bottom: 0;
}

.hero h1 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 110%;
    font-weight: 500;
}

.hero h5 {
    font-size: 1.25rem;
}
.hero h1, .hero h5 {
    padding-right: 2rem;
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 3rem;
        margin-bottom: 0;
    }
    .hero .hero-foreground {
        display: none;
    }
    .hero-devices {
        justify-content: center;
        margin-bottom: 1rem;
        display: flex;
    }
    .hero h1, .hero h5 {
        padding-right: 0;
    }
}
/* Hero Section*/

/* Main ontent */
.original-social-section {
    padding: 4rem 0;
}
@media (max-width: 575px) {
    .original-social-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.original-social-section .headline-1 {
    margin-bottom: 4rem;
}
@media (max-width: 575px) {
    .original-social-section .headline-1 {
        margin-bottom: 2rem;
    }
}
.original-social-section--row {
    margin-bottom: 4rem;
}
@media (max-width: 575px) {
    .original-social-section--row {
        margin-bottom: 2rem;
    }
}
.original-social-section--pic {
    border-radius: 2.5rem;
    height: auto;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .original-social-section--pic {
        margin-bottom: 1.5rem;
        aspect-ratio: 2 / 1;
    }
}
.original-social-section .headline-5 {
    font-weight: 400;
}
.original-social-section .headline-3 {
    margin-bottom: 1.5rem;
}
.original-social-section--group-text {
    margin-bottom: 4rem;
}
@media (max-width: 575px) {
    .original-social-section--group-text {
        margin-bottom: 2rem;
    }
}
.original-social-section--group-text p {
    font-size: 1.125rem;
}
.original-social-section--row-for-cols {
    margin-bottom: 4rem;
}
@media (min-width: 576px) {
    .original-social-section--row {
        --bs-gutter-x: 1.875rem;
    }
    .original-social-section--row-for-cols {
        --bs-gutter-x: 2rem;
    }
}
@media (max-width: 991px) {
    .original-social-section--row-for-cols > div {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 575px) {
    .original-social-section--row-for-cols {
        margin-bottom: 0;
    }
}
.original-social-section--item {
    height: 100%;
    border-radius: 2.5rem;
    background-color: #FAFAFA;
}
.original-social-section--alt-img {
    display: block;
    border-radius: 2.5rem 2.5rem 0 0;
}
.original-social-section--item-content {
    padding: 2.5rem;
    text-align: center;
}
@media (max-width: 575px) {
    .original-social-section--item-content {
        padding: 1.5rem;
    }
}
.original-social-section--item-content .headline-4 {
    margin-bottom: 1rem;
}
.original-social-section--cta {
    display: flex;
    justify-content: center;
}
/* Main Content */

/* Section */
.how-does-work-section {
    padding: 7.5rem 0;
    border-radius: 2.5rem;
    background: url(/images/v1/home/wiu-bg.jpg) no-repeat;
    background-size: cover;
}
.how-does-work-section--wrapper {
    border-radius: 2.5rem;
    background: #FFF;
    padding: 5rem;
    align-items: flex-end;
}
@media (max-width: 991px) {
    .how-does-work-section {
        padding: 3rem .5rem;
    }
    .how-does-work-section--wrapper {
        padding: 3rem 1rem 1rem;
    }
}
.how-does-work-section .headline-1 {
    margin-bottom: 3.75rem;
}
@media (max-width: 575px) {
    .how-does-work-section .headline-1 {
        margin-bottom: 1.875rem;
    }
}
.how-does-work-section--row {
    --bs-gutter-x: 2.5rem;
    margin-bottom: 3.75rem;
}
.how-does-work-section--pic {
    border-radius: 2.5rem;
}
@media (max-width: 991px) {
    .how-does-work-section--row {
        --bs-gutter-x: 0;
    }
    .how-does-work-section--pic {
        margin-bottom: 1.5rem;
        aspect-ratio: 2 / 1;
        object-fit: cover;
    }
}
@media (max-width: 575px) {
    .how-does-work-section--row {
        margin-bottom: 1.875rem;
    }
}
.how-does-work-section--content .headline-4 {
    margin-bottom: 1rem;
}
.how-does-work-section--content p {
    font-size: 1.125rem;
    line-height: 160%;
}
.how-does-work-section--content p:not(:last-child) {
    margin-bottom: 1.8rem;
}
/* Section */

/* Section */
.understanding-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: rgb(233, 233, 233);
    background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0) 100%);
    border-radius: 2.5rem 2.5rem 0 0;
}
@media (max-width: 575px) {
    .understanding-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.understanding-section .headline-1 {
    margin-bottom: 4rem;
}
@media (max-width: 575px) {
    .understanding-section .headline-1 {
        margin-bottom: 2rem;
    }
}
.understanding-section .headline-3 {
    margin-bottom: 0.5rem;
}
.understanding-section .benefits--list {
    margin-top: 2rem;
}
.understanding-section--row {
    margin-bottom: 4rem;
}
@media (min-width: 576px) {
    .understanding-section--row {
        --bs-gutter-x: 1.875rem;
    }
}
@media (max-width: 575px) {
    .understanding-section--row {
        margin-bottom: 2rem;
    }
}
.understanding-section .benefits--item {
    width: 100%;
    padding: 2rem;
    margin: 0;
    background-color: #ffffff;
}
.understanding-section .benefits--item_icon {
    max-width: 6rem;
}
.understanding-section .benefits--item:not(:last-child) {
    margin-bottom: 1rem;
}
.understanding-section--pic {
    border-radius: 2.5rem;
}
@media (max-width: 991px) {
    .understanding-section--pic {
        margin-bottom: 1.5rem;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}
.understanding-section--cta {
    display: flex;
    justify-content: center;
}
/* Section */

/* Section */
.popular-ng-section {
    background-color: #FAFAFA;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 2.5rem 2.5rem 0 0;
}
@media (max-width: 575px) {
    .popular-ng-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 576px) {
    .popular-ng-section--row {
        --bs-gutter-x: 2.5rem;
    }
}

.popular-ng-section--pic {
    display: block;
    width: 100%;
    border-radius: 2.5rem;
}
.popular-ng-section .headline-1 {
    margin-bottom: 1.5rem;
}
.popular-ng-section .headline-6 {
    margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
    .popular-ng-section--content {
        margin-bottom: 1.5rem;
    }
}
.popular-ng-section--list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.popular-ng-section--list li {
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 160%;
}
.popular-ng-section--list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #0A223B;
    transform: translateY(-50%);
}
.popular-ng-section--list li:not(:last-child) {
    margin-bottom: 0.5rem;
}
/* Section */

/* Benefits */
.benefits {
    background-color: #EBEBEB;
}
.benefits .benefits--item {
    flex-direction: column;
    background-color: #ffffff;
}
.benefits .benefits--item a {
    text-decoration: underline;
}
.benefits .benefits--item_icon {
    margin-bottom: 1.5rem;
}
.benefits .benefits--item h5 {
    margin-bottom: 1rem;
    font-weight: 700;
}
.benefits .benefits--item_text p:not(:last-child) {
    margin-bottom: 1rem;
}
.benefits .benefits--bottom-text {
    text-align: center;
}
@media screen and (max-width: 991px) {
    .benefits--item.opened .benefits--item_desc {
        max-height: max-content;
    }
}
/* Benefits */

/* Glossary */
.glossary-section {
    padding: 3.75rem 0;
    background: rgb(233,233,233);
    background: linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(233,233,233,0) 100%);
}
@media (max-width: 575px) {
    .glossary-section {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}
.glossary-section--heading {
    text-align: center;
    margin-bottom: 2.5rem;
}
.glossary-section--heading .headline-1 {
    margin-bottom: 1.5rem;
}
.glossary-section--items {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #EBEBEB;
    border-radius: 2rem;
    list-style: none;
    overflow: hidden;
}
.glossary-section--item {
    width: 50%;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
    font-size: 1rem;
    line-height: 150%;
    color: #0A223B;
    background-color: #ffffff;
}
.glossary-section--item a {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .glossary-section--item {
        width: 100%;
    }
}
.glossary-section--item:nth-child(2n + 1) {
    border-right: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
    .glossary-section--item:nth-child(2n + 1) {
        border-right-width: 0;
    }
}
.glossary-section--item:not(:last-child),
.glossary-section--item:not(:nth-last-child(2)) {
    border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
    .glossary-section--item:not(:last-child),
    .glossary-section--item:not(:nth-last-child(2)) {
        border-bottom-width: 0;
    }
    .glossary-section--item:not(:last-child) {
        border-bottom: 1px solid #EBEBEB;
    }
}
.glossary-section--label {
    position: relative;
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
    line-height: 140%;
    font-weight: 700;
}
.glossary-section--label::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0A223B;
    border-radius: 2px;
    transform: translateY(-50%);
}
.glossary-section--cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}
/* Glossary */

/* FAQ */
.faqs-section {
    border-radius: 2.5rem;
}
@media (max-width: 991px) {
    .faqs-section {
        margin-bottom: 1.5rem;
    }
}
.faqs-accordion__items a {
    text-decoration: underline;
}
/* FAQ */

/* Prefooter */
.prefooter {
    background: #ffffff;
}
/* Prefooter */

.customer-reviews {
    border-radius: 0;
}
