#section-1 {
    height: calc(100vh - 100px);
    justify-content: center;
}


#section-1 > div > .left {
    width: 70%;
}

#section-1 > div > .right {
    width: 30%;
    justify-content: flex-end;
}

#section-1 > div > .left > h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.1875em;
    font-weight: 500;
    /* letter-spacing: 0.01875em; */
    line-height: 1.43em;
    margin-bottom: 1.3em;
}

#section-1 > div > .left > p {
    font-family: 'Inter', 'SF Pro Display';
    font-size: 1.25em;
    letter-spacing: 0.00625em;
    line-height: 1.65em;
    margin-top: 0;
    margin-bottom: 2.5em;
}

#section-1 > div > .right > img {
    width: 30vw;
    height: 52vh;

    background: #FAFAFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 60px #2B6DC11C;
    border-radius: 0.875em;
}

#section-1 a.btn {
    width: fit-content;
    text-decoration: none;
    border-radius: 6px;
    background: #4F78E8;
    color: #FFF;
    padding: 1em 1.5em;
    font-size: 1em;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.375em;
    text-align: center;
}

#try-u31-container {
    margin-top: 20vh;
}

#try-u31 {
    text-decoration: none;
}

#try-u31 > .txt {
    font-size: 1em;
    letter-spacing: 0.005em;
    font-weight: 500;
    color: #6D91F4;

    margin-bottom: 0.7em;
}

#try-u31 > img {
    fill: #6D91F4;
    width: 2.25em;
    height: 1em;
}

#u31-iframe {
    width: 100%;
    height: 80vh;
}

#u31-illustration {
    display: none;
}

#u31-iframe,
#u31-illustration {
    border: none;
    box-shadow: 0px 3px 30px #4F78E81C;
    border-radius: 10px;
}

#section-2 {
    height: calc(100vh - 100px);
    justify-content: center;
}



#section-3 {
    height: calc(100vh - 100px);
    justify-content: center;
}

#section-3 > h1 {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.75em;
    letter-spacing: 0.01875em;
    line-height: 1.08333em;
}

#section-3 > h4 {
    width: 45%;
    margin-top: 3.75em;
    padding-right: 1em;
    font-family: 'Inter', 'SF Pro Display';
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.00625em;
    line-height: 1.75em;
}


#section-4 {
    background: #F0F2FE;
}

#features-container {
    margin-top: 4.25em;
}

#features-container > .feature {
    width: 33%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 1.25em;
}

#features-container > .feature:last-child {
    padding-right: 0;
}

#features-container > .feature > .feature-text,
#features-container > .feature > .feature-img,
#features-container > .feature > .feature-img > img {
    width: 100%;
}

#features-container .feature-text {
    padding: 0 1em;
    width: calc(100% - 2em) !important;
}


#features-container > .feature > .feature-img {
    margin-top: 3.125em;
}

#features-container > .feature > .feature-img > img {
    background: #FCFCFD 0% 0% no-repeat padding-box;
    box-shadow: 0.3125em 0.3125em 1.25em #4261B222;
    border-radius: 0.5em;
}

#features-container .feature-title {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-bottom: 0.8em;
    margin-top: 0;
    color: #5F83E5;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375em;
    letter-spacing: 0.01375em;
    line-height: 1.8em;
}

#features-container .feature-title::before {
    content: '• ';
    font-size: 1.4em;
    margin-right: 0.4em;
}

#features-container .feature-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.125em;
    letter-spacing: 0.005625em;
    line-height: 1.666em;
    margin-left: 1.4em;
    margin-right: 1em;
    margin-top: 0;
    margin-bottom: 0;
}



#section-4 {
    z-index: 10;
}

#section-4 > h2.title {
    margin-top: 8.3125vh;
    margin-bottom: 0;
}

#section-5 {
    min-height: 50vh;
    margin-top: -10vh;
    padding-top: 30vh;
    background: white;
    z-index: 999;
}

#section-5 > h2.title {
    margin-bottom: 9.5625vh;
}

#section-5 > h3.title {
    margin-bottom: 0;
}

#offers-container {
    margin-top: 2.4375em;
    margin-bottom: 4.9375em;
}

#offers-container > .offer-card {
    width: calc(100% - 8.75vw);
    padding: 4.375vh 4.375vw;
    margin-right: 4.9%;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 40px #4261B222;
}

#offers-container > .offer-card:last-child {
    margin-right: 0;
}

#offers-container > .offer-card:hover {
    border: 1px solid #4F78E8D1;
    box-shadow: 0px 3px 40px transparent;
}

#offers-container > .offer-card:hover > p {
    color: #4F78E8;
}

#offers-container > .offer-card > h5.offer-title {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #4F78E8;
    font-size: 1.25em;
    letter-spacing: 0em;
}

#offers-container > .offer-card > p {
    margin-top: 0.5625em;
    margin-bottom: 0;
}


#offers-container > .offer-card > .offer-btn-container {
    margin-top: 2.9375em;
    margin-bottom: 1.4375em;
}

.offer-btn {
    width: 100%;
    text-align: center;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 0em;
    padding: 1em;
    margin: 0 2em;
    color: #FFF;
    border: 1px solid #4F78E8D1;
    background: #4F78E8 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-decoration: none;
}

.offer-btn:hover {
    color: #4F78E8;
    background: #FFF;
}


#features-list-container {
    margin-top: 2em;
}

#features-list-container > ul.features-list {
    width: 100%;
    margin: 0;
    font-size: 1.125em;
    letter-spacing: 0.005625em;
    color: #293B50;
    /* list-style: none; */
}

#features-list-container > ul.features-list > li.feature {
    font-size: 1em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: 2px solid rgba(79, 120, 232, 0.25);
}

#features-list-container > ul.features-list > li.feature:last-child {
    border-bottom: 2px solid transparent;
}

#features-list-container > ul.features-list > li.feature::marker {
    color: #4F78E8;
}


.free-trial {
    margin-top: 2em;
}

.free-trial-btn {
    width: 100%;
    background: #4F78E8;
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 1.125em;
    padding-top: 1.375em;
    padding-bottom: 1.375em;
}


#section-6 {
    margin-top: 15vh;
}


#services-container {
    margin-top: 10vh;
}


#services-container > .service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 3.75em);
    margin-right: 1.3125em;
    padding: 1.6875em 1.875em;
    background: #FFF;
    box-shadow: 0px 0px 30px #4261B222;
    border: 2px solid transparent;
    border-radius: 10px;
}

#services-container > .service-card:hover {
    box-shadow: none;
    border: 2px solid #4F78E8D1;
}

#services-container > .service-card:hover .separator {
    border-bottom: 2px solid #4F78E8;
    border-top: none;
}

#services-container > .service-card:last-child {
    margin-right: 0;
}


#services-container > .service-card h5.service-title {
    margin-top: 0;
    margin-bottom: 0.625em;
    font-size: 1.25em;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0;
    color: #5F83E5;
}

#services-container > .service-card .service-description {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375em;
    color: #636B74;
}

#services-container > .service-card:hover .service-description {
    color: #4F78E8D1;
}

#services-container > .service-card .separator {
    margin: 1.8125em 0;
    border-bottom: 1px solid #4F78E8;
    border-top: 1px solid transparent;
}

#services-container > .service-card p.service-details {
    margin: 0;
    margin-bottom: 2.5em;
    padding-left: 0;
    padding-right: 1.375em;
    font-family: 'Inter', 'SF Pro Display';
    font-size: 0.9375em;
    letter-spacing: 0.004375em;
    line-height: 1.8em;
}

#services-container > .service-card .service-btn {
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 0em;
    padding: 1em;
    text-align: center;
    color: #FFF;
    border: 1px solid #4F78E8D1;
    background: #4F78E8 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-decoration: none;
}

#services-container > .service-card .service-btn:hover {
    color: #4F78E8;
    background: #FFF;
}

#section-7 {
    margin-top: 29vh;
}

#section-7 > h2.title {
    margin-bottom: 10vh;
}


#faq {
    margin-top: 0;
    margin-bottom: 31.25vh;
    padding-left: 0;
    list-style: none;
}

#faq > li.faq-item h4::before {
    content: '•';
    font-size: 1em;
    margin-right: 0.625em;
    color: #4F78E8;
}

#faq > li.faq-item > .head {
    justify-content: space-between;
    align-items: center;
    padding-right: 2em;
    padding-bottom: 0;
    margin-top: 1.5625em;
}

#faq > li.faq-item > .head > h4 {
    margin: 0;
    font-size: 1.5625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

#faq > li.faq-item > .head > img {
    height: 0.8333em;
    width: 2.333em;
}

#faq > li.faq-item {
    padding-bottom: 1.9375em;
    border-bottom: 1px solid  rgba(50, 71, 100, 0.36);
}

#faq > li.faq-item > .content {
    padding-left: 1.75em;
    padding-right: 10vw;
}

#faq  > li.faq-item > .content > h5.question {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.00625em;
    color: #4070F4;
}

#faq  > li.faq-item > .content > h5.question:first-child {
    margin-top: 3em;
}

#faq  > li.faq-item > .content > ul,
#faq  > li.faq-item > .content > p {
    margin: 0;
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Inter', 'SF Pro Display';
    font-size: 1.125em;
    letter-spacing: 0.005625em;
    line-height: 2em;
}

#faq  > li.faq-item > .content > ul {
    margin-top: 0;
    list-style: disc;
}

#faq  > li.faq-item > .content > p.li,
#faq  > li.faq-item > .content > ul > li {
    margin-bottom: 2em;
}


@media screen and (max-width:900px) {
    #section-1 > div {
        padding: 0 5.5vw;
    }

    #section-1 > div > .left {
        width: 100%;
    }
    #section-1 > div > .right {
        width: 0%;
    }

    #section-1 > div > .left > h2 {
        font-size: 1.75em;
        line-height: 1.5em;
        margin-bottom: 2.3em;
        padding-right: 5.8vw;
    }

    #section-1 > div > .left > p > br,
    #section-1 > div > .left > h2 > br {
        display: none;
    }

    #section-1 > div > .left > p {
        font-size: 1em;
        line-height: 1.8125em;
        letter-spacing: 0.005em;
        padding-right: 14vw;
    }

    #section-1 a.btn {
        margin-top: 8.5vh;
        align-self: center;
    }

    #try-u31-container {
        display: none !important;
    }


    #u31-iframe {
        display: none;
    }

    #u31-illustration {
        display: flex;
        max-width: 500px;
        align-self: center;
    }


    #section-3 > h1 {
        font-size: 1.875em;
        letter-spacing: 0;
        line-height: 1.333em;
    }

    #section-3 > h4 {
        width: calc(100% - 8.5vw);
        font-size: 1em;
        line-height: 1.875em;
    }

    #section-3 > h4 br {
        display: none;
    }


    #section-4 {
        background: none;
    }

    #features-container {
        flex-direction: column;
    }

    #features-container > .feature {
        width: 100%;
    }

    #features-container .feature-text {
        padding: 0;
        width: calc(100% - 9vw) !important;
    }

    #features-container .feature-title {
        font-size: 1.0625em;
        line-height: 2em;
    }

    #features-container .feature-title::before {
        font-size: 2em;
        margin-bottom: 0.1em;
    }

    #features-container .feature-description {
        font-size: 1em;
        margin-left: 1.6333em;
    }

    #features-container > .feature > .feature-img {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }

    #features-container > .feature > .feature-img > img {
        max-width: 500px;
    }

    #section-5 > h2.title {
        margin-bottom: 6.5vh;
    }

    #offers-container {
        flex-direction: column;
    }

    #offers-container > .offer-card {
        width: calc(100% - 22vw);
        padding: 3.125vh 11vw;
        margin-bottom: 1.8125em;
    }

    #offers-container > .offer-card > h5.offer-title {
        font-size: 0.9375em;
    }

    #offers-container > .offer-card > p {
        font-size: 0.6875em;
    }

    .offer-btn {
        margin: 0;
        padding: 0.875em;
        font-size: 0.875em;
    }

    #offers-container > .offer-card > .offer-btn-container {
        margin-top: 2.3125em;
        margin-bottom: 1em;
    }

    #features-list-container {
        margin-top: 1.8em;
    }

    #features-list-container > ul.features-list {
        list-style: none;
        padding-left: 0;
    }

    #features-list-container > ul.features-list > li.feature {
        padding: 1em;
        font-size: 0.875em;
        letter-spacing: 0.004375em;
    }

    .free-trial {
        margin-top: 1.8em;
    }

    .free-trial-btn {
        padding: 0.8125em;
        font-size: 0.875em;
    }


    #services-container {
        flex-direction: column;
        margin-top: 5.5vh;
    }

    #services-container > .service-card {
        margin-bottom: 2.125em;
        padding: 2.3125em 2.625em;
        width: calc(100% - 5.25em);
    }

    #services-container > .service-card h5.service-title {
        font-size: 1em;
    }

    #services-container > .service-card .service-description {
        font-size: 0.75em
    }

    #services-container > .service-card .service-btn {
        padding: 0.8125em;
        font-size: 0.875em;
    }


    #section-7 {
        margin-top: 11vh;
    }

    #faq > li.faq-item {
        padding-bottom: 1.5em;
    }

    #faq > li.faq-item > .head > h4 {
        font-size: 1.125em;
        line-height: 1.7em;
        text-indent: -1em;
        margin-left: 1em;
        padding-right: 1em;
    }

    #faq > li.faq-item > .content {
        padding-left: 1.0875em;
        padding-right: 5vw;
    }

    #faq > li.faq-item > .content > h5.question {
        font-size: 1em;
        line-height: 1.875em;
        padding-top: 1.875em;
        padding-bottom: 1.275em;
    }

    #faq > li.faq-item > .content > h5.question:first-child {
        margin-top: 4.25em;
    }

    #faq > li.faq-item > .content > ul,
    #faq > li.faq-item > .content > p {
        font-size: 0.875em;
        line-height: 2.1em;
        margin: 1.875em 0;
    }

    #faq > li.faq-item > .content > ul {
        padding-left: 1.25em;
    }

    #faq > li.faq-item > .content > ul > li {
        font-size: 1.05em;
    }

    #faq > li.faq-item > .content > p.li,
    #faq > li.faq-item > .content > ul > li {
        margin-bottom: 1.875em;
    }
}
