.logo-marquee {
overflow: visible !important;
}
.logo-marquee .swiper,
.logo-marquee .swiper-wrapper,
.logo-marquee .logo-marquee__wrapper {
overflow: visible !important;
}
.logo-marquee .swiper:not(.swiper-initialized) .swiper-wrapper {
display: flex;
align-items: center;
gap: var(--marquee-gap, 48px);
overflow-x: auto;
padding: 0.5rem 0;
scrollbar-width: none;
-ms-overflow-style: none;
}
.logo-marquee .swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.logo-marquee .swiper:not(.swiper-initialized) .swiper-slide {
flex: 0 0 auto;
padding: 0;
}
.block-editor-block-list__layout .logo-marquee .logo-marquee__link,
.editor-styles-wrapper .logo-marquee .logo-marquee__link {
pointer-events: none;
}.logo-marquee {
position: relative;
width: 100%;
overflow: hidden;
}
.logo-marquee__track {
display: flex;
width: max-content;
animation: marquee-left var(--marquee-duration, 30s) linear infinite;
}
.logo-marquee--reverse .logo-marquee__track {
animation-name: marquee-right;
}
.logo-marquee--pause-hover:hover .logo-marquee__track {
animation-play-state: paused;
}
.logo-marquee__set {
display: flex;
align-items: center;
gap: var(--marquee-gap, 48px);
padding-right: var(--marquee-gap, 48px);
flex-shrink: 0;
}
.logo-marquee__item {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
height: var(--marquee-height, 50px);
}
.logo-marquee__link {
display: flex;
align-items: center;
height: 100%;
text-decoration: none;
transition: opacity 0.2s ease;
}
.logo-marquee__link:hover {
opacity: 0.7;
}
.logo-marquee__image {
display: block;
width: auto;
height: var(--marquee-height, 50px);
max-height: var(--marquee-height, 50px);
max-width: none;
object-fit: contain;
}
.logo-marquee--empty {
min-height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.03);
border: 2px dashed rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.logo-marquee--empty p {
margin: 0;
padding: 1rem;
text-align: center;
opacity: 0.6;
}
@keyframes marquee-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@keyframes marquee-right {
from {
transform: translateX(-50%);
}
to {
transform: translateX(0);
}
}
@media (prefers-reduced-motion: reduce) {
.logo-marquee__track {
animation: none;
}
}.testimonials {
overflow: visible !important;
}
.testimonials .swiper,
.testimonials .swiper-wrapper,
.testimonials .testimonials__wrapper {
overflow: visible !important;
}
.testimonials .swiper:not(.swiper-initialized) .swiper-wrapper {
display: flex;
gap: 24px;
}
.testimonials .swiper:not(.swiper-initialized) .swiper-slide {
flex: 0 0 calc((100% - 48px) / 3);
min-width: 0;
box-sizing: border-box;
}.testimonials {
position: relative;
width: 100%;
}
.testimonials__navigation {
display: flex;
gap: 0.55rem;
margin-bottom: 1.75rem;
}
.testimonials__navigation--left {
justify-content: flex-start;
}
.testimonials__navigation--center {
justify-content: center;
}
.testimonials__navigation--right {
justify-content: flex-end;
}
.testimonials__wrapper + .testimonials__navigation {
margin-bottom: 0;
margin-top: 0.75rem;
}
.testimonials__button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border: 1px solid var(--theme-palette-color-7);
border-radius: 6px;
background: transparent;
cursor: pointer;
color: var(--theme-palette-color-5);
transition: opacity 0.2s ease;
}
.testimonials__button:hover {
border-color: var(--theme-palette-color-5);
}
.testimonials__button:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.testimonials__arrow-icon {
width: 24px;
height: 24px;
}
.testimonials__wrapper {
overflow: hidden;
}
.testimonials__wrapper:not(.swiper-initialized) .swiper-wrapper {
display: flex;
gap: var(--slider-gap, 24px);
}
.testimonials__wrapper:not(.swiper-initialized) .swiper-slide {
flex-shrink: 0;
box-sizing: border-box;
width: calc((100% - (var(--slider-cols, 3) - 1) * var(--slider-gap, 24px)) / var(--slider-cols, 3));
}
@media (max-width: 1024px) {
.testimonials__wrapper:not(.swiper-initialized) .swiper-slide {
width: calc((100% - (var(--slider-cols-tablet, 2) - 1) * var(--slider-gap, 24px)) / var(--slider-cols-tablet, 2));
}
}
@media (max-width: 640px) {
.testimonials__wrapper:not(.swiper-initialized) .swiper-slide {
width: calc((100% - (var(--slider-cols-mobile, 1) - 1) * var(--slider-gap, 24px)) / var(--slider-cols-mobile, 1));
}
}
.testimonials__wrapper.swiper-initialized .swiper-slide {
height: auto;
}
.testimonials__slide {
height: auto;
}
.testimonials__card {
display: flex;
flex-direction: column;
height: 100%;
padding: 24px;
background: #fff;
border: 1px solid var(--theme-palette-color-12);
border-radius: 16px;
}
.testimonials__stars {
display: flex;
gap: 3px;
margin-bottom: 2rem;
color: #f49f00;
}
.testimonials__star {
width: 15px;
height: 15px;
}
.testimonials__opinion {
flex: 1;
margin: 0 0 24px 0;
padding: 0;
font-size: 1rem;
line-height: 1.6;
font-style: normal;
}
.testimonials__opinion p {
margin: 0;
}
.testimonials__opinion p + p {
margin-top: 1em;
}
.testimonials__author {
display: flex;
align-items: center;
gap: 13px;
margin-top: auto;
}
.testimonials__avatar {
flex-shrink: 0;
margin: 0;
width: 48px;
height: 48px;
border-radius: 50%;
overflow: hidden;
}
.testimonials__avatar-img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.testimonials__info {
display: flex;
flex-direction: column;
gap: 4px;
}
.testimonials__name {
font-style: normal;
font-weight: 700;
font-size: 1rem;
}
.testimonials__pagination {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 1.5rem;
}
.testimonials__pagination .swiper-pagination-bullet {
width: 6px;
height: 6px;
border-radius: 10px;
background: #d9d9d9;
border: none;
padding: 0;
cursor: pointer;
transition: all 0.2s ease;
}
.testimonials__pagination .swiper-pagination-bullet:hover {
background: var(--theme-palette-color-1);
}
.testimonials__pagination .swiper-pagination-bullet-active {
background: var(--theme-palette-color-1);
width: 24px;
}
.testimonials__pagination .swiper-pagination-bullet:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.testimonials--empty {
min-height: 200px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.03);
border: 2px dashed rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.testimonials--empty p {
margin: 0;
padding: 1rem;
text-align: center;
opacity: 0.6;
}