.tpl-carousel-image-testimonial-main {
    --color-text: #262626;
    --color-white: #FFF;
    --color-five-start: #219653;
    --color-four-start: #72CF13;
    --color-three-start: #FFCE00;
    --color-two-start: #FF8622;
    --color-one-start: #FF3722;
    --color-gray-start: #DCDCE3;

    --desktop-max-width: 1248px;
    --viewport-max-layout: 1600px;

    --layout-gutter: calc(
            (min(100vw, var(--viewport-max-layout)) - var(--desktop-max-width)) / 2);
}

.tpl-carousel-image-testimonial-main .vs-wrapper--fluid {
    margin: 64px 0 0;
}

.tpl-carousel-image-testimonial-main .vs-wrapper--fluid.vs-no-space {
    margin: 0;
}

.tpl-carousel-image-testimonial-main .vs-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}

.tpl-carousel-image-testimonial-main__trustpilot {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.tpl-carousel-image-testimonial-main__swiper .swiper {
    width: 100%;
    padding-right: 20px;
}

.tpl-carousel-image-testimonial-main__swiper .swiper-wrapper {
    box-sizing: border-box;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.tpl-carousel-image-testimonial-main__swiper-slide.swiper-slide {
    position: relative;
    width: 26%;
    min-width: 256px;
}

.tpl-carousel-image-testimonial-main__link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.tpl-carousel-image-testimonial-main__img {
    width: 100%;
    height: 128px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.tpl-carousel-image-testimonial-main__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-carousel-image-testimonial-main__card {
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    height: 335px;
    padding: 32px 20px;
    gap: 16px;
    border-radius: 0 0 16px 16px;
    background-color: var(--color-white);
}

.tpl-carousel-image-testimonial-main__card-quote {
    width: 48px;
    height: 48px;
}

.tpl-carousel-image-testimonial-main__card-quote img {
    width: 100%;
    height: 100%;
}

.tpl-carousel-image-testimonial-main__card-rating {
    display: flex;
    justify-content: space-between;
}

.tpl-carousel-image-testimonial-main__card-stars {
    display: flex;
    column-gap: 4.5px;
}

.tpl-carousel-image-testimonial-main__card-star {
    box-sizing: content-box;
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    padding: 4px;
}

.tpl-carousel-image-testimonial-main__card-star.five-stars {
    background-color: var(--color-five-start);
}

.tpl-carousel-image-testimonial-main__card-star.four-stars {
    background-color: var(--color-four-start);

}

.tpl-carousel-image-testimonial-main__card-star.three-stars {
    background-color: var(--color-three-start);

}

.tpl-carousel-image-testimonial-main__card-star.two-stars {
    background-color: var(--color-two-start);

}

.tpl-carousel-image-testimonial-main__card-star.one-star {
    background-color: var(--color-one-start);

}

.tpl-carousel-image-testimonial-main__card-star.gray-star {
    background-color: var(--color-gray-start);
}

.tpl-carousel-image-testimonial-main__card-star img {
    width: 16px;
    height: 16px;
}

.tpl-carousel-image-testimonial-main__card-date {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-text);
}

.tpl-carousel-image-testimonial-main__card-opinion {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.tpl-carousel-image-testimonial-main__card-title {
    height: 56px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    color: var(--color-text);

    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.tpl-carousel-image-testimonial-main__card-description {
    height: 77px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    color: var(--color-text);

    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.our-customer-opinons__card-customer {
    display: flex;
    column-gap: 4px;
}

.tpl-carousel-image-testimonial-main__card-name {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-text);
}

.tpl-carousel-image-testimonial-main__card-number {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-text);
}

.tpl-carousel-image-testimonial-main__card-logo {
    width: 106px;
    height: 26px;
}

.tpl-carousel-image-testimonial-main__card-logo img {
    width: 100%;
    height: 100%;
}

.tpl-carousel-image-testimonial-main__swiper .swiper-pagination {
    display: flex;
    padding: 8px 16px;
    border-radius: 64px;
    background-color: var(--color-white);
}

.tpl-carousel-image-testimonial-main__swiper .swiper-horizontal > .swiper-pagination-bullets,
.tpl-carousel-image-testimonial-main__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: 0;
    width: fit-content;
    margin: 24px auto 0;
}

.tpl-carousel-image-testimonial-main__swiper .swiper-pagination-bullet {
    opacity: 1;
    background-color: #DCD5CC;
}

.tpl-carousel-image-testimonial-main__swiper .swiper-pagination-bullet-active {
    position: relative;
    background-color: #219653;
}

@media (min-width: 768px) {
    .tpl-carousel-image-testimonial-main .vs-wrapper--fluid {
        margin: 160px 0 0;
    }

    .tpl-carousel-image-testimonial-main__swiper .swiper {
        padding-right: 40px;
    }
}

@media (min-width: 1024px) {
    .tpl-carousel-image-testimonial-main .vs-heading {
        flex-direction: row;
        justify-content: space-between;
    }

    .tpl-carousel-image-testimonial-main__swiper-slide.swiper-slide {
        display: flex;
        flex-direction: row;
        width: 560px;
    }

    .tpl-carousel-image-testimonial-main__trustpilot {
        justify-content: flex-end;
        width: auto;
    }

    .tpl-carousel-image-testimonial-main__img {
        width: 236px;
        height: 430px;
        border-radius: 16px 0 0 16px;
    }

    .tpl-carousel-image-testimonial-main__img img {
        object-position: left center;
    }

    .tpl-carousel-image-testimonial-main__card {
        width: 324px;
        height: 302px;
        padding: 64px 32px;
        border-radius: 0 16px 16px 0;
    }
}

@media (min-width: 1360px) {
    .vs-wrapper--fluid.vs-has-full-bleed {
        max-width: none;
    }

    .vs-wrapper--fluid .vs-component.right {
        width: auto;
        padding-left: 96px;
    }

    .tpl-carousel-image-testimonial-main__swiper .swiper {
        padding-right: 96px;
    }
}

@media (min-width: 1440px) {
    .tpl-carousel-image-testimonial-main .vs-heading {
        width: var(--desktop-max-width);
        margin-inline: auto;
    }

    .tpl-carousel-image-testimonial-main .vs-container {
        width: auto;
        padding-inline: var(--layout-gutter);
    }

    .vs-wrapper--fluid.vs-has-full-bleed {
        max-width: none;
    }

    .vs-wrapper--fluid.vs-has-full-bleed .vs-component {
        width: auto;

        padding-inline: var(--layout-gutter);
    }

    .vs-wrapper--fluid.vs-has-full-bleed .vs-component .vs-full-bleed-media--right {
        margin-right: calc(var(--layout-gutter) * -1);
        width: calc(100% + var(--layout-gutter));
    }

    .tpl-carousel-image-testimonial-main__swiper .swiper {
        padding-right: var(--layout-gutter);
    }
}