.testimonials-wrapper{position:relative}.testimonials{position:relative;--slide-spacing: 1.5rem;--slide-size: 100%}@media(min-width:768px){.testimonials{--slide-size: 50%}}@media(min-width:1024px){.testimonials{--slide-size: 33.3333%}}.testimonials__viewport{overflow:hidden}.testimonials__container{display:flex;margin-left:calc(var(--slide-spacing) * -1)}.testimonials__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);position:relative}.testimonial{height:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding:2.5rem 2rem;border:1px solid #ffead6;border-radius:24px}.author__image{width:72px;height:72px;border-radius:50%;overflow:hidden;flex-shrink:0}.author__image.placeholder{width:72px;height:72px;overflow:hidden;flex-shrink:0;border-radius:50%;background:#ffead6}.author__image img{width:100%;height:100%;object-fit:cover}.testimonial blockquote{margin:0}.testimonial blockquote p{font-size:.875rem;line-height:1.6;margin:0}.testimonial__author{display:flex;flex-direction:column;gap:.125rem}.author__name{font-size:.875rem;font-style:normal;font-weight:600}.author__role{font-size:.75rem;opacity:.6}.testimonials__buttons{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10;padding:0 .5rem}@media(min-width:1024px){.testimonials__buttons{left:-1.5rem;right:-1.5rem}}.testimonials__button{pointer-events:auto;cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;border:1px solid rgba(0,0,0,.1);background:var(--color-primary-background, #fff);transition:background-color .2s ease}.testimonials__button:hover{background:#0000000d}.testimonials__button svg{width:16px;height:16px}
