/* start banner */
#banner {
    position: relative;
    width: 100%;
    /*     min-height: 49rem; */
    background: var(--Background-Normal-Linear);
    display: flex;
    align-items: center;
}

.box__rating-enterprise {
    width: 22.29856rem;
    height: 3rem;
    border-radius: 0.48594rem;
    box-shadow: 0px 29.544px 34.131px 0px rgba(3, 0, 166, 0.05);
    backdrop-filter: blur(2.332425117492676px);
    position: absolute;
    bottom: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    justify-content: center;
    z-index: 3;
    left: 0;
}

.box__rating-enterprise .img__shopify {
    width: 4.3125rem;
    height: 1.1875rem;
    object-fit: contain;
}

.box__rating-enterprise .stars {
    color: var(--color-bright-yellow-orange);
    font-size: var(--font-size-sub1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0.5rem;
}

.box__rating-enterprise .count__rating {
    color: var(--text-text-oxford-blue-0, #FFF);
    font-size: var(--font-size-sub1);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 0.5rem;
}

.box__rating-enterprise .count__review {
    color: var(--text-text-oxford-blue-0, #FFF);
    opacity: 0.8;
    font-size: var(--font-size-sub1);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00938rem;
    display: block;
    width: fit-content;
    position: relative;
    padding-left: 0.75rem;
    white-space: nowrap;
}

.box__rating-enterprise .image__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 49rem;
    padding: 12.5rem 0;
}

#banner .background__banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner .background__banner--mb {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner .box__img__people--mb {
    display: none;
}

#banner .container__banner {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    /*     width: 46rem; */
    height: 100%;
}

#banner .built__banner {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 2.0625rem;
    padding: 0 0.75rem;
    border-radius: var(--radius-rounded-4px);
    background-color: var(--Background-gray-85);
    margin-bottom: 1rem;
}

#banner .box__diamond {
    width: 1.125rem;
    height: 0.98438rem;
    display: block;
    margin-right: 0.25rem;
}

#banner .box__diamond img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(-1.5px);
}

#banner .built__banner .title__built {
    line-height: normal;
    color: var(--text-text-oxford-blue-100);
    font-weight: 500;
}

#banner .title__banner {
    width: 100%;
    font-weight: 600;
    line-height: 125%;
    /*     text-transform: capitalize; */
}

#banner .title__banner * {
    font-weight: 600;
}

#banner .title__banner span {
    background: var(--Gradient-Gradient-BG);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

#banner .description__banner {
    width: 45.22363rem;
    color: var(--text-text-oxford-blue-high-emphasis-active);
    font-size: var(--font-size-sub1);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: var(--letter-spacing-sub1-400);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#banner .box__free__sign {
    display: flex;
    align-items: center;
}

#banner .box__free__sign .btn__free {
    margin-right: 2.19rem;
    font-size: var(--font-size-sub1);
    height: 3.5rem;
}

#banner .box__free__sign .btn__free>img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    margin-left: 0.5rem;
}

#banner .box__free__sign .btn__free>i {
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

#banner .btn__start_sp_banner {
    height: 3.5rem;
    border: 1px solid var(--stroke-color-ramp-16, rgba(9, 44, 76, 0.16));
    padding: 1rem 2rem;
    font-size: var(--font-size-sub1);
}

#banner .box__free__sign .btn__sign {
    color: var(--text-text-oxford-blue-100-tiitle);
    line-height: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
}

#banner .box__free__sign .btn__sign a {
    color: var(--Text-Links-Indigo);
    display: block;
    padding-left: 0.2rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

#banner .box__rating {
    position: absolute;
    bottom: 3rem;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 0 0.75rem;
    border-radius: 0.48594rem;
    border: 0.777px solid var(--text-white);
    background: linear-gradient(180deg,
            rgba(212, 214, 255, 0.26) 0%,
            rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 0px 29.544px 34.131px 0px rgba(3, 0, 166, 0.05);
    width: fit-content;
    left: 0;
}

#banner .box__rating .img__shopify {
    width: 4.3125rem;
    height: auto;
    flex-shrink: 0;
}

#banner .box__rating .stars {
    color: var(--Primary-color-Tangerine-red, #FF4E41);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0.5rem;
}

#banner .box__rating .img__star {
    width: 4.8125rem;
    height: auto;
    display: block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#banner .box__rating .count__rating {
    color: var(--text-text-oxford-blue-100-tiitle, var(--12-semi, #092c4c));
    font-size: var(--font-size-sub1);
    font-weight: 700;
    line-height: normal;
    display: block;
    width: fit-content;
    margin-right: 0.5rem;
}

#banner .box__rating .count__review {
    color: var(--Text-Text-Oxford-Blue-72-text-2, rgba(9, 44, 76, 0.72));
    font-size: var(--font-size-sub1);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00938rem;
    display: block;
    width: fit-content;
    position: relative;
    padding-left: 1.16rem;
}

#banner .box__rating .count__review::before,
.box__rating-enterprise .count__review::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-charcoal-blue);
    font-size: var(--font-size-sub1);
    font-weight: 300;
    line-height: normal;
    opacity: 0.34;
}

.box__rating-enterprise .count__review::before {
    color: var(--text-white);
}

#banner .box__img__people {
    width: 40.625rem;
    height: 40.625rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}

#banner .box__img__people img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#banner .description__banner li {
    list-style-type: none;
    color: var(--Text-Text-Oxford-Blue-100---Body);
    font-size: var(--font-size-sub2);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00625rem;
    margin-bottom: 0.56rem;
    display: flex;
    align-items: center;
}

#banner .description__banner li:last-child {
    margin-bottom: 0;
}

#banner .description__banner li::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/Frame-1618872905.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 0.56rem;
    display: flex;
    flex-shrink: 0;
    width: 1.07313rem;
    height: 1.07313rem;
}

#banner .box__rating__mobile {
    position: absolute;
    bottom: 3.5rem;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 0 0.75rem;
    border-radius: 0.48594rem;
    border: 0.777px solid #fff;
    background: linear-gradient(180deg, rgba(212, 214, 255, 0.26) 0%, rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 0px 29.544px 34.131px 0px rgba(3, 0, 166, 0.05);
    backdrop-filter: blur(2.332425117492676px);
    width: fit-content;
}

#banner .box__rating__mobile .img__shopify {
    width: 4.3125rem;
    height: 1.1875rem;
    object-fit: contain;
}

#banner .box__rating__mobile .stars {
    color: var(--Primary-color-Tangerine-red);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0.5rem;
}

#banner .box__rating__mobile>img {
    display: none;
}

#banner .box__rating__mobile .count__rating {
    color: var(--text-text-oxford-blue-100-tiitle, var(--12-semi, #092c4c));
    font-size: var(--font-size-sub1);
    font-weight: 700;
    line-height: normal;
    display: block;
    width: fit-content;
    margin-right: 0.5rem;
}

#banner .box__rating__mobile .img__capterra {
    padding-left: 0.75rem;
    border-left: 1px solid #C8CAD5;
    width: 5.76369rem;
    height: 1.32563rem;
    object-fit: contain;
}

#banner .box__rating__mobile .shopify_rating,
#banner .box__rating__mobile .capterra_rating {
    display: flex;
    align-items: center;
}

#banner .description__banner>p {
    margin-bottom: 0.88rem;
}

/* end banner */

@media screen and (max-width: 639.9px) {
    #banner {
        height: fit-content;
        padding: 7.12rem 0 3.12rem 0;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.2) 0%,
                rgba(0, 92, 212, 0.2) 100%),
            var(--text-white);
    }

    #banner .banner__inner {
        display: flex;
        flex-direction: column;
        padding: 0 1.25rem;
        min-height: unset;
    }

    #banner .background__banner {
        display: none;
    }

    #banner .background__banner--mb {
        display: block;
    }

    #banner .container__banner {
        width: 100%;
    }

    #banner .built__banner {
        margin: 0 auto 0.88rem auto;
    }

    #banner .title__banner {
        width: 100%;
        text-align: center;
        line-height: 120%;
    }

    #banner .description__banner {
        width: 100%;
        text-align: center;
        font-size: var(--font-size-sub1);
        line-height: 160%;
        margin-bottom: 1.25rem;
        letter-spacing: 0.03125rem;
    }

    #banner .box__free__sign {
        flex-direction: column;
        align-items: center;
    }

    #banner .box__free__sign .btn__sign {
        padding: 0.25rem 0;
    }

    #banner .box__free__sign .btn__free {
        margin-right: 0;
        width: 100%;
        margin-bottom: 0.75rem;
        line-height: 171.429%;
        letter-spacing: 0.00938rem;
        padding: 0.75rem 1.5rem;
    }

    #banner .box__free__sign .btn__sign a {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .box__img__people {
        width: 100%;
        margin-top: 2.5rem;
        position: unset;
        transform: translatey(0);
    }

    #banner .box__free__sign .btn__free>img {
        display: none;
    }

    #banner .box__img__people--mb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    #banner .box__rating {
        margin-top: 2.5rem;
        padding: 0 1.12rem;
        width: 100%;
        position: unset;
    }

    #banner .box__rating .count__review {
        font-size: var(--font-size-caption);
        font-weight: 600;
        line-height: 160%;
        letter-spacing: 0.01563rem;
        padding-left: 0.75rem;
        white-space: nowrap;
        color: var(--Text-Text-Oxford-Blue-72-text-2, rgba(9, 44, 76, 0.72));
    }

    #banner .box__rating .count__review::before {
        top: -2px;
    }

    #banner .box__free__sign .btn__free {
        height: 3rem;
    }

    #banner .btn__start_sp_banner {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 3rem;
    }

    #banner .box__rating__mobile {
        width: 20.9375rem;
        margin: 0 auto;
        display: flex;
        padding: 0.75rem 1.125rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0.48594rem;
        position: unset;
        height: auto;
        z-index: 1;
    }

    #banner .box__rating__mobile .background_rate {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        box-shadow: 0px 29.544px 44.131px 0px rgba(3, 0, 166, 0.05);
    }

    .box__rating__mobile .shopify_rating,
    .box__rating__mobile .capterra_rating {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #banner .box__rating__mobile>.line {
        width: 18.15406rem;
        height: 0.0625rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 50%, rgba(255, 255, 255, 0.00) 100%);
        margin: 0.625rem 0;
    }

    #banner .box__rating__mobile .img__capterra {
        width: 5.16306rem;
        height: 1.1875rem;
        object-fit: contain;
        border-left: unset;
    }

    .box__rating__mobile .shopify_rating .stars,
    .box__rating__mobile .capterra_rating .stars {
        color: var(--Primary-color-Tangerine-red);
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        margin: 0 0.5rem;
    }

    .box__rating__mobile .shopify_rating strong,
    .box__rating__mobile .capterra_rating strong {
        color: var(--Text-Text-Oxford-Blue-100---Body);
        font-size: var(--font-size-H5);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #banner .description__banner li {
        font-size: var(--font-size-sub1);
        margin-bottom: 0.56rem;
        align-items: start;
    }
}