.omt-testimonials {
    --swiper-pagination-bullet-inactive-color: var(--wp--preset--color--primary-500, #0099CD);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--wp--preset--color--contrast, #000000);
    --swiper-navigation-size: 40px;
    --swiper-pagination-bullet-size: 10px;
    padding: var(--wp--preset--spacing--80, 64px) var(--wp--preset--spacing--20, 16px);
    --swiper-dot-spacing: var(--wp--preset--spacing--60, 48px);
}

.omt-testimonials__sub-title {
    text-align: center;
    margin-top: var(--wp--preset--spacing--20, 16px);
}

.omt-testimonials__wrapper {
    max-width: 1068px;
    margin: var(--wp--preset--spacing--60, 48px) auto 0 auto;
    padding-bottom: var(--swiper-dot-spacing);
}

.omt-testimonials__title {
    font-size: var(--wp--preset--font-size--newbo-x-large);
    color: var(--wp--preset--color--contrast, #000000);
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    max-width: var(--wp--custom--width--mini);
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--40, 32px);
}

.omt-testimonials__item.swiper-slide {
    height: auto;
}

.omt-testimonials__item-content {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    color: var(--wp--preset--color--neutral-900, #191919);
    text-align: center;
    text-wrap: balance;
    padding: var(--wp--preset--spacing--50, 40px) var(--wp--preset--spacing--70, 56px);
    background-color: var(--wp--preset--color--neutral-100, #F2F2F2);
    font-size: var(--wp--preset--font-size--h-5, 24px);
    line-height: 140%;
    height: 100%;
    align-content: center;
}

.omt-testimonials__item-author {
    text-transform: uppercase;
    margin-top: var(--wp--preset--spacing--30, 24px);
}

.omt-testimonials .swiper-horizontal>.swiper-pagination {
    bottom: 15px;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: var(--wp--preset--color--base, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    top: calc(var(--swiper-navigation-top-offset, 50%) - (var(--swiper-dot-spacing) / 2));
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px;
}

.swiper-pagination-bullet {
    background-color: var(--wp--preset--color--primary-500, #0099CD);
    opacity: 30%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.omt-testimonials__button {
    display: flex;
    justify-content: center;
    margin-top: var(--wp--preset--spacing--40, 32px);
}

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

.omt-testimonials__arrow.omt-testimonials__arrow-next::after {
    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__arrow.omt-testimonials__arrow-prev::after {
    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>');
}

@media (max-width: 992px) {
    .swiper-button-next, .swiper-button-prev {
        top: auto;
        bottom: 0px;
    }

    .omt-testimonials__wrapper {
        padding-bottom: var(--wp--preset--spacing--70, 56px);
    }

    .omt-testimonials__wrapper .swiper-button-prev {
        left: 0;
    }

    .omt-testimonials__wrapper .swiper-button-next {
        right: 0;
    }

    .omt-testimonials .swiper-horizontal>.swiper-pagination {
        width: calc(100% - 80px);
        left: 40px;
    }
}

@media (max-width: 800px) {
    .omt-testimonials {
        background-size: cover;
    }

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

@media (max-width: 600px) {
    .omt-testimonials__item-content {
        padding: var(--wp--preset--spacing--40, 32px) var(--wp--preset--spacing--20, 16px);
    }

    .omt-testimonials__wrapper {
        padding-bottom: var(--wp--preset--spacing--80, 64px);
        margin: var(--wp--preset--spacing--60, 48px) auto;
    }

}