.testimonial-carousel{box-sizing:border-box;width:100%}.testimonial-carousel *,.testimonial-carousel :after,.testimonial-carousel :before{box-sizing:border-box}.testimonial-carousel__inner{margin:0 auto;max-width:var(--testimonial-max-width);width:100%}.testimonial-carousel__heading{font-weight:700;line-height:1.15;margin-top:0}.testimonial-carousel__carousel{position:relative;width:100%}.testimonial-carousel__viewport{overflow:hidden;width:100%}.testimonial-carousel__track{align-items:stretch;display:flex;gap:var(--testimonial-gap);transform:translateZ(0);transition:transform .4s ease;will-change:transform}.testimonial-carousel__card{border-radius:var(--testimonial-radius);display:flex;flex:0 0 calc(33.33333% - var(--testimonial-gap)*2/3);flex-direction:column;min-height:var(--testimonial-desktop-height);min-width:0}.testimonial-carousel__content{width:100%}.testimonial-carousel__testimonial-heading{font-size:18px;font-weight:700;line-height:1.3;margin:0 0 4px}.testimonial-carousel__quote{font-size:17px;line-height:1.65}.testimonial-carousel__quote p{margin-top:0}.testimonial-carousel__quote p:last-child{margin-bottom:0}.testimonial-carousel__identity{border-left-style:solid;border-left-width:5px;border-radius:2px;margin-top:auto;padding-left:14px}.testimonial-carousel__company{font-size:18px;font-weight:700;line-height:1.3}.testimonial-carousel__location{font-size:16px;line-height:1.35;margin-top:2px}.testimonial-carousel__arrow{align-items:center;background:var(--arrow-background);border:1px solid var(--arrow-border);border-radius:50%;color:var(--arrow-color);cursor:pointer;display:flex;height:var(--arrow-size);justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease,transform .2s ease;width:var(--arrow-size);z-index:2}.testimonial-carousel__arrow:hover{background:var(--arrow-hover-background)}.testimonial-carousel__arrow:focus-visible{outline:2px solid currentColor;outline-offset:3px}.testimonial-carousel__arrow:active{transform:translateY(-50%) scale(.94)}.testimonial-carousel__arrow svg{display:block;fill:none;height:48%;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;width:48%}.testimonial-carousel__arrow--previous{left:calc((var(--arrow-size) + 20px)*-1)}.testimonial-carousel__arrow--next{right:calc((var(--arrow-size) + 20px)*-1)}.testimonial-carousel__arrow[hidden]{display:none}@media (max-width:1050px) and (min-width:768px){.testimonial-carousel__carousel{padding-left:calc(var(--arrow-size) + 12px);padding-right:calc(var(--arrow-size) + 12px)}.testimonial-carousel__arrow--previous{left:0}.testimonial-carousel__arrow--next{right:0}}@media (max-width:767px){.testimonial-carousel__heading{text-align:center}.testimonial-carousel__carousel{padding-left:calc(var(--arrow-size) + 10px);padding-right:calc(var(--arrow-size) + 10px)}.testimonial-carousel__card{flex-basis:100%;min-height:var(--testimonial-mobile-height)}.testimonial-carousel__arrow--previous{left:0}.testimonial-carousel__arrow--next{right:0}}@media (max-width:420px){.testimonial-carousel__carousel{padding-left:calc(var(--arrow-size) + 5px);padding-right:calc(var(--arrow-size) + 5px)}}