.omt-testimonials-three {
    --omt-testimonial__card-user-img: 26.5px;
    --omt-testimonial__arrow: var(--wp--preset--font-size--h-2, 64px);
    --omt-testimonial__space-pagination: var(--wp--preset--spacing--50, 40px);
    padding: var(--wp--preset--spacing--80, 64px) 0;
    overflow: hidden;
}

.omt-testimonials-three__swiper {
    width: 100%;
    height: 100%;
    padding-bottom: var(--omt-testimonial__space-pagination);
}

.omt-testimonials-three__wrapper {
    align-items: center;
}

.omt-testimonials-three__slider {
    display: flex;
    justify-content: center;
}

.omt-testimonials-three__card {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 840px;
    background-color: var(--wp--preset--color--neutral-100, #F2F2F2);
    padding: var(--wp--preset--spacing--40, 32px);
    margin: 0 auto;
}

.omt-testimonials-three__header {
    display: flex;
    flex-direction: row;
    margin-top: var(--wp--preset--spacing--50, 40px);
}

.omt-testimonials-three__user-image {
    margin-right: var(--wp--preset--spacing--30, 24px);
}

.omt-testimonials-three__figure {
    width: 80px;
    height: 80px;
    position: relative;
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.omt-testimonials-three__image {
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    object-fit: contain;
    z-index: 5;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.omt-testimonials-three__figure:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--wp--preset--color--primary-500, #404040);
    z-index: 0;
    border-radius: 50%;
}

.omt-testimonials-three__user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.omt-testimonials-three__subtitle {
    font-size: var(--wp--preset--font-size--small, 16px);
    line-height: var(--wp--preset--font-size--x-large, 24px);
    margin: 0px;
}

.omt-testimonials-three__copy p {
    font-size: var(--wp--preset--font-size--h-5, 24px);
    line-height: var(--wp--preset--font-size--h-4, 32px);
    margin: 0px;
}

.omt-testimonials-three__pagination {
    position: relative;
    z-index: 5;
}

.omt-testimonials-three__arrow {
    position: absolute;
    width: var(--omt-testimonial__arrow);
    height: var(--omt-testimonial__arrow);
    top: calc(var(--omt-testimonial__space-pagination) + 40%);
}

.omt-testimonials-three__arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mask-size: auto;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: currentColor;
    color: var(--wp--preset--color--primary-500, #404040);
}

.omt-testimonials-three__arrow::after {
    content: '' !important;
}

.omt-testimonials-three__arrow.omt-testimonials-three__arrow-next::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.2998 12L3.2998 12" stroke="%234469A7" stroke-width="2"/><path d="M12.2998 21L21.2998 12L12.2998 3" stroke="%234469A7" stroke-width="2"/></svg>');
}

.omt-testimonials-three__arrow.omt-testimonials-three__arrow-prev::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.2998 12L3.2998 12" stroke="%234469A7" stroke-width="2"/><path d="M12.2998 21L3.29981 12L12.2998 3" stroke="%234469A7" stroke-width="2"/></svg>');
}

.omt-testimonials-three__title {
    margin-bottom: var(--wp--preset--spacing--40, 32px);
    text-align: center;
}

.omt-testimonials-three__author {
    margin: 0;
    font-size: var(--wp--preset--font-size--h-5, 24px);
    line-height: var(--wp--preset--font-size--h-4, 32px);
}

.omt-testimonials-three__title-sub {
    text-align: center;
    margin-bottom: var(--wp--preset--spacing--80, 64px);
}

.omt-testimonials-three__copy {
    font-size: var(--wp--preset--font-size--h-5, 24px);
    line-height: var(--wp--preset--font-size--h-4, 32px);
}

@media (min-width: 1100px) {
    .omt-testimonials-three {
        --omt-testimonial__card-user-img: 53px;
        --omt-testimonial__arrow: var(--wp--preset--font-size--h-3, 40px);
    }

    .omt-testimonials-three__card {
        padding: var(--wp--preset--spacing--50, 40px) var(--wp--preset--spacing--70, 56px);
    }
}

@media (max-width:992px) {
    .omt-testimonials-three__card {
        width: 100%;
    }

    .omt-testimonials-three__card {
        padding: var(--wp--preset--spacing--50, 40px) var(--wp--preset--spacing--70, 56px);
    }

    .omt-testimonials-three__copy {
        font-size: var(--wp--preset--font-size--h-4, 32px);
        line-height: var(--wp--preset--font-size--h-3, 40px);
    }

    .omt-testimonials-three {
        --omt-testimonial__space-pagination: var(--wp--preset--spacing--90, 80px);
    }

    .omt-testimonials-three__arrow {
        top: auto;
        bottom: 0px;
    }

    .omt-testimonials-three .omt-testimonials-three__pagination {
        margin-top: -15px;
        width: calc(100% - var(--omt-testimonial__arrow) - var(--omt-testimonial__arrow));
        left: var(--omt-testimonial__arrow);
    }

    .omt-testimonials-three__wrapper {
        margin-bottom: var(--wp--preset--spacing--50, 24px);
    }
}

@media (max-width:767px) {
    .omt-testimonials-three__author {
        font-size: var(--wp--preset--font-size--h-4, 24px);
        line-height: var(--wp--preset--font-size--h-3, 32px);
    }

    .omt-testimonials-three {
        padding: var(--wp--preset--spacing--40, 32px) 0;
    }
}

@media (max-width:575px) {
    .omt-testimonials-three__header {
        gap: var(--wp--preset--spacing--20, 16px);
    }

    .omt-testimonials-three__user-image {
        margin: 0;
    }

    .omt-testimonials-three__copy p {
        text-align: center;
    }

}