.white-section {
    background-color: white !important;
}

.gray-section {
    background-color: #f7f8fa !important;
}

.guarantee-footnote {
    color: #82828c;
    font-size: 0.625rem;
}

/* !------------------------------------------------------------! */
/* !----------------------- About section ----------------------! */
/* !------------------------------------------------------------! */
.about-section {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-p-1 {
    font-style: normal;
    font-weight: 800;
    font-size: 5rem;
    line-height: 4.375rem;
    color: white;
}

.about-p-1-years {
    font-size: 3rem;
    line-height: 2.5rem;
}

.about-p-2 {
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}

.about-p-padding {
    padding-left: 1.25rem;
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .about-p-1 {
        margin-bottom: 0.25rem;
        font-size: 3.5rem;
    }

    .about-p-1-years {
        font-size: 2.5rem;
    }

    .about-p-padding {
        padding-left: 0.625rem;
    }
}

/* 4. Phone horizontal; 5. Phone vertical */
@media (min-width: 0px) and (max-width: 767px) {
    .about-section {
        padding: 80px 0px;
    }

    .about-p-1 {
        margin-bottom: 0.25rem;
        font-size: 3.5rem;
        text-align: center;
    }

    .about-p-1-years {
        font-size: 2.5rem;
    }

    .about-p-2 {
        text-align: center;
    }

    .about-p-padding {
        padding-left: 0;
    }

    .about-p {
        font-size: 18px;
        text-align: center;
    }

    .about-h2 {
        font-size: 56px;
        margin-bottom: 0px;
        text-align: center;
    }
}

/* !------------------------------------------------------------! */
/* !-------------------- Advantages section --------------------! */
/* !------------------------------------------------------------! */

.advantages-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
    text-align: left;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .advantages-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .advantages-section {
        padding: 60px 0px;
    }

    .advantages-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Articles section ---------------------! */
/* !------------------------------------------------------------! */

.articles-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
}

.article-resource-name {
    margin-left: 0.75rem;
}

.article-name-p {
    margin: 0;
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    color: #1e1e1e;
}

.article-resource-p {
    margin: 0;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #5a5a64;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .articles-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .articles-section {
        padding: 60px 0px;
    }

    .articles-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Benefits section ---------------------! */
/* !------------------------------------------------------------! */

.benefits-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
    text-align: center;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .benefits-section {
        padding: 80px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .benefits-section {
        padding: 60px 0px;
    }

    .benefits-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Captcha section ----------------------! */
/* !------------------------------------------------------------! */

.captchas-section {
    padding: 100px 0px;
    background-color: white;
    text-align: center;
}

.captcha-block {
    height: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.captcha-block img {
    max-width: 100%;
    height: auto;
}

.captcha-title {
    margin: 0.25rem 0.25rem 1rem 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    color: #1e1e1e;
}

.captcha-description {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    color: #64646e;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .captchas-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .captchas-section {
        padding: 60px 0px;
    }

    .captchas-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Checking section ---------------------! */
/* !------------------------------------------------------------! */

.checking-section {
    padding: 100px 0px;
    background-color: white;
    text-align: left;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .checking-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .checking-section {
        padding: 60px 0px;
    }

    .checking-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Common blocks -----------------------! */
/* !------------------------------------------------------------! */

.card-white {
    position: relative;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.card-white--hint-best-offer {
    border: 2px solid rgba(120, 115, 255, 1);
}

.card-white--hint > .hint,
.card-white--hint-best-offer > .hint {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    border-radius: 8px 8px 0 0;
}

.card-white--hint > .tariff-name > .discount,
.card-white--hint-best-offer > .tariff-name > .discount {
    margin: 0px 0px 0px 8px;
    padding: 2px 10px;
    border-radius: 12px;
    background-color: rgba(240, 240, 255, 1);
    color: rgba(90, 100, 230, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.card-white--hint > .hint {
    background: rgba(229, 229, 255, 1);
    color: rgba(90, 100, 230, 1);
}

.card-white--hint-best-offer > .hint {
    background: rgba(120, 115, 255, 1);
    color: rgba(255, 255, 255, 1);
}

/* !------------------------------------------------------------! */
/* !------------------- Demonstration section ------------------! */
/* !------------------------------------------------------------! */

.demonstration-section {
    padding: 100px 0px;
    background-color: white;
    text-align: center;
}

.demonstration-carousel-item {
    cursor: zoom-in;
}

.demonstration-carousel-tab {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    border: none;
    border-right: 5px solid white;
    border-radius: 10px 0px 0px 10px;
    transition: 0.2s;
}
.demonstration-carousel-tab:hover,
.demonstration-carousel-tab:active,
.demonstration-carousel-tab:focus {
    cursor: pointer;
    background-color: #f9fafb;
    border-right: 5px solid #e1e3e5;
}

.demonstration-carousel-tab-active {
    background-color: #f3f5f7;
    border-right: 5px solid #e155a5;
}
.demonstration-carousel-tab-active:hover,
.demonstration-carousel-tab-active:active,
.demonstration-carousel-tab-active:focus {
    background-color: #f3f5f7;
    border-right: 5px solid #e155a5;
}

.demonstration-carousel-tab-p {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1e1e1e;
}

.demonstration-carousel-tab-p-title {
    font-weight: bold;
}

.demonstration-carousel-tab-p-description {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: #64646e;
}

#demonstration-modal .demonstration-modal-dialog {
    max-width: 1366px;
    justify-content: center;
    margin: 0 auto;
}

#demonstration-carousel-zoomed {
    pointer-events: auto;
}

.demonstration-carousel-zoomed-item {
    cursor: zoom-out;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .demonstration-section {
        padding: 80px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .demonstration-section {
        padding: 60px 0px;
    }

    .demonstration-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .demonstration-section .p-subheading {
        font-size: 1rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------------ FAQ section -----------------------! */
/* !------------------------------------------------------------! */

.faq-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
    text-align: center;
}

.faq-card {
    border: none;
    background-color: transparent;
}

.faq-card-item {
    background-color: transparent;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.faq-card-body {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    padding: 0 1.5rem 2rem 4.5rem;
    background-color: #f7f8fa;
}

.faq-li {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #5a5a64;
}

.faq-a {
    text-decoration: none;
    color: #d23c91;
}
.faq-a:hover {
    color: #d23c91;
}
.faq-a:active,
.faq-a:focus {
    color: #c83287;
}

.faq-button-container {
    gap: 1.25rem;
}

.faq-button-p {
    margin: 0;
    font-size: 1rem;
    color: #1e1e1e;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .faq-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .faq-section {
        padding: 60px 0px;
    }

    .faq-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .faq-card-body {
        padding: 0 1.5rem 2rem 3rem;
    }

    .faq-card-body ul {
        padding-left: 1.5rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Quick start section --------------------! */
/* !------------------------------------------------------------! */

#quick-start-widget {
    margin-top: 84px;
}

#quick-start-widget .quick-start {
    padding: 32px;
    width: 100%;
    background-color: #E8E3FF;
    border-radius: 20px;
    justify-content: space-between;
}

#quick-start-widget .quick-start-widget-info {
    align-items: flex-start;
}

#quick-start-widget .quick-start-title {
    font-size: 34px;
    color: #845BFF;
    margin-bottom: 10px;
    line-height: 36px;
}

#quick-start-widget .quick-start-text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
}

#quick-start-widget .quick-start-container {
    gap: 20px;
}

#quick-start-block .quick-start {
    justify-content: space-between;
    background-color: white;
}

#quick-start-block .quick-start-container {
    padding: 60px 0;
}

#quick-start-block .quick-start-block-img:last-child {
    align-self: end;
}

#quick-start-block .quick-start-title {
    margin-bottom: 16px;
}

#quick-start-block .quick-start-button {
    margin-top: 26px;
}

.quick-start .quick-start-title {
    font-size: 40px;
    font-weight: 700;
}

.quick-start .quick-start-text {
    font-size: 18px;
    font-weight: 400;
}

.quick-start .quick-start-button {
    background-color: #855CFF;
    height: 50px;
    border-radius: 200px;
    padding: 18px 32px;
    gap: 8px;
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

/* 3. Phone vertical and Tablet and Phone horizontal  */
@media (min-width: 0px) and (max-width: 1080px) {
    #quick-start-widget .quick-start {
        padding: 30px 10px;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    #quick-start-widget .quick-start-container {
        flex-direction: column;
        gap: 18px;
    }

    #quick-start-widget .quick-start-widget-info {
        align-items: center;
    }

    #quick-start-widget .quick-start-text {
        text-align: center;
    }

    #quick-start-block .quick-start {
        justify-content: center;
        align-items: center;
    }

    #quick-start-block .quick-start-container {
        padding: 60px 20px;
    }

    #quick-start-block .quick-start-block-img {
        display: none;
    }

    .quick-start .quick-start-title {
        font-size: 26px;
    }

    .quick-start .quick-start-text {
        font-size: 16px;
    }

    .quick-start .quick-start-button {
        padding: 18px 26px;
        font-size: 14px;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Features section --------------------! */
/* !------------------------------------------------------------! */

.features-section {
    background-color: white;
    text-align: center;
    padding: 100px 0px;
}

.features-h3 {
    margin: 1.25rem 0 0.625rem 0;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .features-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .features-section {
        padding: 60px 0px;
    }

    .features-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .features-section .p-subheading {
        font-size: 1rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Filters section ---------------------! */
/* !------------------------------------------------------------! */

.filters-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
}

#all-filters-list
    + #show-all-filters-button-container
    .filters-button-caption-show,
#all-filters-list.show
    + #show-all-filters-button-container
    .filters-button-caption-hide {
    display: inline;
}
#all-filters-list.show
    + #show-all-filters-button-container
    .filters-button-caption-show,
#all-filters-list
    + #show-all-filters-button-container
    .filters-button-caption-hide {
    display: none;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .filters-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .filters-section {
        padding: 60px 0px;
    }

    .filters-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Guarantee section --------------------! */
/* !------------------------------------------------------------! */

.guarantee-section {
    padding: 100px 0px;
    background-color: white;
    text-align: center;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .guarantee-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .guarantee-section {
        padding: 60px 0px;
    }

    .guarantee-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .guarantee-section .p-subheading {
        font-size: 1rem;
    }
}

/* !----------------------- Info section -----------------------! */
/* !------------------------------------------------------------! */

.info-section {
    background-color: white;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

/* !------------------------------------------------------------! */
/* !----------------------- Main section -----------------------! */
/* !------------------------------------------------------------! */

.main-section {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-container {
    min-height: 800px;
    display: flex;
    align-items: center;
}

.main-container-demo {
    padding-top: 170px;
    padding-bottom: 170px;
}

.main-img {
    width: 100%;
    height: auto;
}

@media (min-width: 0px) and (max-width: 1080px) {
    .main-img {
        max-height: 300px;
    }
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .main-container {
        min-height: 900px;
        display: block;
        padding-top: 100px;
    }

    .main-container-demo {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    .main-container {
        display: block;
        padding-top: 100px;
    }

    .main-container-demo {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .main-container {
        min-height: 700px;
        display: block;
        padding-top: 100px;
    }

    .main-container-demo {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

/* !------------------------------------------------------------! */
/* !------------------- More features section ------------------! */
/* !------------------------------------------------------------! */

.more-features-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
}

.more-features-section h2 {
    text-align: center;
}

.more-features-section h3 {
    text-align: left;
}

.more-features-p {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    color: #1e1e1e;
    line-height: 50px;
    margin: 0px 0px 60px 0px;
}

/* 2. Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .more-features-section h3 {
        text-align: center;
    }
}
/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .more-features-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .more-features-section {
        padding: 60px 0px;
    }

    .more-features-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .more-features-section img {
        width: 36px;
        height: auto;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Paragraphs, texts --------------------! */
/* !------------------------------------------------------------! */

.h1-main {
    font-size: 2.5rem;
    margin: 0;
}

.h1-sub {
    padding-bottom: 40px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
    color: #1e1e1e;
}

.h1-demo {
    font-size: 40px;
    color: #1e1e1e;
    text-align: center;
}

.h1-add {
    padding-bottom: 10px;
}

.h2-demo {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #5a5a64;
}

.h3-zp-installed {
    font-size: 26px;
    margin: 10px 0px 15px 0px;
}

.p-subheading {
    margin: 0;
    padding-bottom: 2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0em;
    color: #5a5a64;
}

.p-text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0em;
    color: #5a5a64;
}

.p-zp-installed {
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.p-zp-support {
    font-size: 18px;
    margin: 20px 0px 40px 0px;
}

.text-tooltip {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    color: #82828c;
    cursor: help;
    border-bottom: 1px dashed #82828c;
}

.text-tooltip-empty {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    color: #82828c;
    border-bottom: 1px dashed #82828c;
}

.text-tooltip-star {
    border: none;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .h1-sub {
        font-size: 36px;
    }
}

/* !------------------------------------------------------------! */
/* !----------------------- Price section ----------------------! */
/* !------------------------------------------------------------! */

.price-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
}

.price-empty-message {
    font-size: 2rem;
}

.price-enterprise {
    margin: 0;
    margin-left: 0.75rem;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 0.05em;
    color: #7378d2;
}

.price-professional {
    margin: 0;
    margin-left: 0.75rem;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 0.05em;
    color: #1eb46e;
}

.price-professional-subscription {
    color: #7378d2;
}

.price-standard {
    margin: 0;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 0.05em;
    color: #eb8c14;
}

.price-lite {
    margin: 0;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 0.05em;
    color: #2887f5;
}

.price-cost-p {
    margin: 1.25rem 0;
    font-weight: bold;
    font-size: 2.375rem;
    letter-spacing: 0;
    color: #1e1e1e;
}

.price-cost-p-strikethrough {
    margin: 0;
    margin-top: 1.25rem;
    font-weight: normal;
    font-size: 1.5rem;
    letter-spacing: 0px;
    color: #82828c;
    text-decoration: line-through;
}

.price-cost-per-duration {
    font-size: 1rem;
}
.price-cost-per-duration-enterprise {
    color: #7378d2;
}
.price-cost-per-duration-enterprise.price-cost-per-duration-subscription {
    color: #7378d2;
}
.price-cost-per-duration-professional {
    color: #1eb46e;
}
.price-cost-per-duration-professional.price-cost-per-duration-subscription {
    color: #7378d2;
}
.price-cost-per-duration-standard {
    color: #eb8c14;
}
.price-cost-per-duration-lite {
    color: #2887f5;
}

.price-per-month-with-discount {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-top: -20px;
}

.price--free,
.price--base,
.price--strikethrough {
    color: rgba(95, 100, 110, 1);
}

.price--free,
.price--base,
.price--strikethrough,
.price--discount {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.price--strikethrough {
    text-decoration: line-through;
}

.price-next-cost-tooltip {
    font-size: 1rem;
    margin-left: 0.25rem;
    cursor: help;
}

.price-upd-includes {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    color: #4696f0;
}

.price-starting-from {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #1e1e1e;
}

.price-hr {
    width: 100%;
}

.price-features {
    margin: 0.5rem 1rem 2rem 1rem;
    padding: 0;
    list-style: none;
}

.price-feature {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.price-feature-text {
    margin: 0;
    padding-left: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0em;
    color: #1e1e1e;
    text-align: left;
}

.price-feature-text-bold {
    font-size: 0.9375rem;
    font-weight: 700;
}

.price-button {
    display: inline-block;
    width: 80%;
    margin-top: auto;
    padding: 0;
    background-color: #1eb36d;
    color: white;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 3rem;
    text-align: center;
    box-sizing: border-box;
}
.price-button:hover {
    background-color: #0fac64;
    transition: 0.4s;
    outline: none;
    text-decoration: none;
}
.price-button:active,
.price-button:focus {
    background-color: #0fa55f;
    box-shadow: 0 0 0 0.2rem rgb(180, 225, 205);
    transition: 0.1s;
    outline: none;
    text-decoration: none;
}

.price-button--free {
    background-color: white;
    color: #1eb46e;
    outline: solid 2px #1eb46e;
    outline-offset: -2px;
}
.price-button--free:hover {
    color: #0fac64;
    background-color: white;
    outline: solid 2px #0fac64;
}

.price-try-button {
    margin-top: 0.75rem;
    background-color: white;
    color: #1eb46e;
    border: 2px solid #1eb46e;
}
.price-try-button:hover {
    background-color: #0fac64;
    color: white;
}
.price-try-button:active,
.price-try-button:focus {
    background-color: #0fa55f;
    color: white;
    box-shadow: 0 0 0 0.2rem rgb(180, 225, 205);
}

.price-promo-p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    color: #1e1e1e;
}

.price-promo-timer-p {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
}

.price-promo-timer-section {
    position: relative;
    display: flex;
    justify-content: center;
}

.price-promo-timer-unit {
    position: absolute;
    top: 2rem;
    font-size: 0.75rem;
    color: #5a5a64;
}

.price-promo-timer-finishes {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .price-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .price-section {
        padding: 60px 0px;
    }

    .price-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .price-promo-p {
        font-size: 1.25rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Process section ---------------------! */
/* !------------------------------------------------------------! */

.process-section {
    padding: 100px 0px;
    background-color: white;
    text-align: center;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .process-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .process-section {
        padding: 60px 0px;
    }

    .process-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Products navbar ---------------------! */
/* !------------------------------------------------------------! */

.products-navbar {
    padding: 0;
    justify-content: center;
    border-top: #e6e6e6 1px solid;
    background-color: #fafafa;
}

.products-nav-link {
    display: flex;
    align-items: center;
    padding: 1rem 1.4rem;
    background-color: transparent;
}
.products-nav-link:hover {
    background-color: #eeeeee;
}
.products-nav-link:active,
.products-nav-link:focus {
    background-color: #eeeeee;
}

.products-nav-p {
    margin: 0 0 0 0.5rem;
    padding: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5625rem;
    color: #1e1e1e;
}

/* !------------------------------------------------------------! */
/* !---------------------- Reviews section ---------------------! */
/* !------------------------------------------------------------! */

.reviews-section {
    padding: 100px 0px;
    background-color: white;
    text-align: left;
}

.review-card {
    min-height: 320px;
    width: auto;
    margin: 0.625rem 15%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.review-author-name {
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    color: #1e1e1e;
}

.review-source {
    margin-top: 0.375rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 0.6875rem;
    line-height: 0.875rem;
    color: #aaaab4;
    letter-spacing: 0.0625rem;
}

.review-source-logo {
    margin-right: 0.3125rem;
}

/* 3. Tablet; 4. Phone horizontal; 5. Phone vertical  */
@media (min-width: 0px) and (max-width: 991px) {
    .reviews-section {
        padding: 80px 0px;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .reviews-section {
        padding: 60px 0px;
    }

    .reviews-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .reviews-section .p-subheading {
        font-size: 1rem;
    }

    .review-avatar {
        width: 40px;
        height: auto;
    }

    .review-card {
        margin: 0.625rem 0.5rem;
    }

    .reviews-section #reviews-carousel .carousel-control-prev {
        opacity: 0;
    }

    .reviews-section #reviews-carousel .carousel-control-next {
        opacity: 0;
    }
}

/* !------------------------------------------------------------! */
/* !------------------ Specific product navbar -----------------! */
/* !------------------------------------------------------------! */

.product-navbar-container {
    position: absolute;
    width: 100%;
}

.product-navbar {
    padding: 0.7rem 0;
}

.product-navbar-link {
    padding: 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    color: white;
}
.product-navbar-link:hover {
    transition: 0.2s;
}
.product-navbar-link:active,
.product-navbar-link:focus {
    transition: 0.2s;
}

.product-navbar-link-buy {
    margin-left: 1rem;
    padding: 0.1rem 1rem;
    align-items: center;
    border-radius: 12px;
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 0.8125rem;
    text-decoration: none;
}
.product-navbar-link-try-cloud-solution {
    margin-left: 1rem;
    padding: 0.1rem 1rem;
    align-items: center;
    border-radius: 12px;
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 0.8125rem;
    text-decoration: none;
    color: #7869FF;
}
.product-navbar-link-try-cloud-solution:hover {
    text-decoration: none;
    background-color: white;
    transition: 0.3s;
}
.product-navbar-link-buy:hover {
    background-color: white;
    transition: 0.3s;
    text-decoration: none;
}
.product-navbar-link-buy:active,
.product-navbar-link-buy:focus {
    background-color: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
    transition: 0.1s;
    text-decoration: none;
    outline: none;
}

/* !------------------------------------------------------------! */
/* !----------------------- Start section ----------------------! */
/* !------------------------------------------------------------! */

.start-section {
    padding: 100px 0px;
    background-color: white;
}

.start-h3 {
    text-align: left;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-bottom: 1.25rem;
}

.start-h4 {
    text-align: left;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 500;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .start-section {
        padding: 80px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .start-section {
        padding: 60px 0px;
    }

    .start-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .start-h3,
    .start-section .p-subheading {
        text-align: center;
    }

    .start-section .secondary-button {
        width: 100%;
    }
}

/* !------------------------------------------------------------! */
/* !--------------------- Subscription terms -------------------! */
/* !------------------------------------------------------------! */

.subscription-terms-section {
    background-color: white;
    margin-top: 60px;
    margin-bottom: 100px;
}

.subscription-terms-title {
    margin-bottom: 3rem;
    color: black;
}

.subscription-terms-subtitle {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .subscription-terms-title {
        font-size: 1.75rem;
    }

    .subscription-terms-subtitle {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Support section ---------------------! */
/* !------------------------------------------------------------! */

.support-section {
    padding: 100px 0px;
    background-color: white;
    text-align: center;
}

.support-card {
    height: 100%;
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.support-section .secondary-button {
    margin-top: 1.5rem;
    width: 230px;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .support-section {
        padding: 80px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .support-section {
        padding: 60px 0px;
    }

    .support-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------------ Tech section ----------------------! */
/* !------------------------------------------------------------! */

.technologies-section {
    padding: 100px 0px;
    background-color: #f7f8fa;
}

.technologies-section h3 {
    text-align: left;
}

#all-technologies-list
    + #show-all-technologies-button-container
    .technologies-button-caption-show,
#all-technologies-list.show
    + #show-all-technologies-button-container
    .technologies-button-caption-hide {
    display: inline;
}
#all-technologies-list.show
    + #show-all-technologies-button-container
    .technologies-button-caption-show,
#all-technologies-list
    + #show-all-technologies-button-container
    .technologies-button-caption-hide {
    display: none;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .technologies-section {
        padding: 80px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .technologies-section {
        padding: 60px 0px;
    }

    .technologies-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------------ Trial section -----------------------! */
/* !------------------------------------------------------------! */

.trial-section {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.trial-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.625rem;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

/* 3. Tablet; 4. Phone horizontal  */
@media (min-width: 576px) and (max-width: 991px) {
    .trial-section {
        padding: 80px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .trial-section {
        padding: 60px 0px;
    }

    .trial-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------------ Try section -----------------------! */
/* !------------------------------------------------------------! */

.try-section {
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.try-h2 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    line-height: 3.375rem;
    text-align: center;
    color: white;
}

.try-button {
    width: 280px;
}

/* 4. Phone horizontal; 5. Phone vertical */
@media (min-width: 0px) and (max-width: 767px) {
    .try-section {
        padding: 100px 0px;
    }

    .try-button {
        width: 100%;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .try-section h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------------ Use cases section -----------------! */
/* !------------------------------------------------------------! */

.use-cases-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.use-cases-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 60px;
    color: #1e1e1e;
}

.use-cases-item {
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px #00000033;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.use-cases-icon {
    flex-shrink: 0;
}

.use-cases-description {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 26px;
}

.use-cases-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

@media (max-width: 998px) {
    .use-cases-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
}

@media (max-width: 776px) {
    .use-cases-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }
}
