.testimonials{--testimonials-card-bg: #FDFBF7;--testimonials-card-radius: 8px;--testimonials-star-color: #8c4063;--testimonials-tab-color: #2A373B;--testimonials-tab-active-bg: #2A373B;--testimonials-tab-active-color: #fff;--testimonials-tab-hover-bg: rgba(0, 0, 0, 0.06);--testimonials-tab-hover-color: var(--testimonials-tab-color);--testimonials-arrow-bg: #2A373B;--testimonials-arrow-color: #fff;--testimonials-arrow-hover-bg: var(--testimonials-arrow-bg);--testimonials-arrow-hover-color: var(--testimonials-arrow-color);--testimonials-arrow-disabled-bg: #EEEFEF;--testimonials-arrow-disabled-color: #AAAFB1;--testimonials-gap-m: 16px;--testimonials-gap-d: 32px}.testimonials__inner{display:block;width:100%;box-sizing:border-box}.testimonials__header{display:flex;flex-direction:column;align-items:flex-start}.testimonials__heading{display:flex;flex-direction:column;align-items:inherit;width:100%}.testimonials__eyebrow{margin:0 0 16px;color:inherit}.testimonials__headline{margin:0}.testimonials__subtitle{margin:8px 0 0}.testimonials__subtitle>p{margin:0}.testimonials__tabs{display:flex;gap:8px;margin-top:20px}.testimonials__tab{flex-shrink:0;margin:0;padding:8px 16px;border:1px solid var(--testimonials-tab-color, currentColor);border-radius:9999px;background:rgba(0,0,0,0);color:var(--testimonials-tab-color, currentColor);font-family:var(--body-font);font-size:14px;line-height:18px;white-space:nowrap;cursor:pointer;transition:background .4s ease,color .4s ease}.testimonials__tab:hover:not(.is-active){background:var(--testimonials-tab-hover-bg);border-color:var(--testimonials-tab-hover-bg);color:var(--testimonials-tab-hover-color)}.testimonials__tab.is-active{background:var(--testimonials-tab-active-bg);border-color:var(--testimonials-tab-active-bg);color:var(--testimonials-tab-active-color)}.testimonials__panel[hidden]{display:none}.testimonials__slider{width:100%}.testimonials .swiper-wrapper .swiper-button-prev,.testimonials .swiper-wrapper .swiper-button-next{background-color:var(--testimonials-arrow-bg);color:var(--testimonials-arrow-color);transition:background-color .4s ease,color .4s ease}.testimonials .swiper-wrapper .swiper-button-prev:hover,.testimonials .swiper-wrapper .swiper-button-next:hover{background-color:var(--testimonials-arrow-hover-bg);color:var(--testimonials-arrow-hover-color)}.testimonials .swiper-wrapper .swiper-button-prev.swiper-button-disabled,.testimonials .swiper-wrapper .swiper-button-next.swiper-button-disabled{background-color:var(--testimonials-arrow-disabled-bg);color:var(--testimonials-arrow-disabled-color)}.testimonials-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;height:100%;min-height:400px;padding:24px;border-radius:var(--testimonials-card-radius);background:var(--testimonials-card-bg);color:var(--testimonials-card-color, inherit);box-sizing:border-box}.testimonials-card__body{display:flex;flex-direction:column;gap:16px}.testimonials-card__text{display:flex;flex-direction:column;gap:12px}.testimonials-card__title{margin:0}.testimonials-card__quote{margin:0}.testimonials-card__quote>p{margin:0}.testimonials-card__quote>p+p{margin-top:12px}.testimonials-card__author{display:flex;align-items:flex-start;gap:8px}.testimonials-card__avatar{flex-shrink:0;width:42px;height:42px;border-radius:50%;object-fit:cover}.testimonials-card__author-text{display:flex;flex-direction:column;gap:8px;min-width:0}.testimonials-card__author-name{margin:0}.testimonials-card__verified{display:flex;align-items:center;gap:8px;margin:0;color:var(--testimonials-card-muted, #6A7376)}.testimonials-card__verified-icon{display:block;flex-shrink:0;width:16px;height:16px;color:var(--testimonials-verified-icon-color, inherit)}.testimonials-card__verified-icon .icon,.testimonials-card__verified-icon img{display:block;width:100%;height:100%}.testimonials-card__product{display:flex;align-items:center;gap:16px}.testimonials-card__product-image{flex-shrink:0;width:40px;height:40px;border-radius:2px;background:#eeefef;object-fit:cover}.testimonials-card__product-text{display:flex;flex-direction:column;gap:2px;align-items:flex-start;min-width:0}.testimonials-card__product-title{margin:0;color:var(--testimonials-card-muted, #6A7376)}.testimonials-card__cta.button.button-link{--btn-line: var(--testimonials-card-button-color, var(--testimonials-card-color, #2A373B));--btn-link-hover: var(--testimonials-card-button-color, var(--testimonials-card-color, #2A373B))}.testimonials-card__cta .icon{width:16px;height:16px}@media only screen and (max-width: 1024px){.testimonials__header{margin-bottom:24px}.testimonials{--testimonials-tabs-bleed-l: var(--custom-padding-l-m, 0px);--testimonials-tabs-bleed-r: var(--custom-padding-r-m, 0px)}.testimonials.content-width,.testimonials.full-width-background{--testimonials-tabs-bleed-l: calc(var(--indent) + var(--custom-padding-l-m, 0px));--testimonials-tabs-bleed-r: calc(var(--indent) + var(--custom-padding-r-m, 0px))}.testimonials__tabs{width:calc(100% + var(--testimonials-tabs-bleed-l) + var(--testimonials-tabs-bleed-r));max-width:none;margin-left:calc(var(--testimonials-tabs-bleed-l)*-1);margin-right:calc(var(--testimonials-tabs-bleed-r)*-1);padding-left:var(--testimonials-tabs-bleed-l);padding-right:var(--testimonials-tabs-bleed-r);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.testimonials__tabs::-webkit-scrollbar{display:none}}@media only screen and (min-width: 1025px){.testimonials--split .testimonials__inner{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));column-gap:var(--testimonials-gap-d);align-items:stretch}.testimonials--split .testimonials__header{grid-column:1;justify-content:space-between;margin-bottom:0}.testimonials--split .testimonials__header:has(+.testimonials__panels .testimonials__panel.is-active .swiper-button-next){padding-bottom:68px}.testimonials--split .testimonials__panels{grid-column:2/-1;min-width:0}.testimonials--split .testimonials__tabs{flex-direction:column;align-items:flex-start;margin-top:40px}.testimonials--stacked .testimonials__header{margin-bottom:24px}.testimonials--align-center .testimonials__header{align-items:center;text-align:center}.testimonials--align-center .testimonials__tabs{justify-content:center}.testimonials--align-center .testimonials__slider--fits .testimonials__swiper::part(wrapper){justify-content:center}.testimonials--align-center .testimonials__slider--fits .testimonials__swiper>swiper-slide:last-child{margin-right:0 !important}.testimonials--align-center .swiper-wrapper.swiper-nav-pos-bottom-right .swiper-button-prev,.testimonials--align-center .swiper-wrapper.swiper-nav-pos-bottom-right .swiper-button-next{left:50%;right:auto}.testimonials--align-center .swiper-wrapper.swiper-nav-pos-bottom-right .swiper-button-prev{transform:translateX(calc(-100% - var(--swiper-navigation-offset) / 2))}.testimonials--align-center .swiper-wrapper.swiper-nav-pos-bottom-right .swiper-button-next{transform:translateX(calc(var(--swiper-navigation-offset) / 2))}}