:root{--testimonials-gap:1.5rem;--testimonials-image-maxwidth:24rem;--testimonials-image-maxheight:30rem;--testimonials-button-width:1rem}@media (min-width:768px){:root{--testimonials-gap:3rem;--testimonials-button-width:1.75rem}}.testimonials .wrapper{--wrapper-width:60rem}.testimonials-navigation{transition:var(--transition-fast);position:absolute;top:15rem;top:calc(var(--testimonials-image-maxheight)/2);left:-1.5rem;right:-1.5rem;display:flex;justify-content:space-between;align-items:center}@media (min-width:768px){.testimonials-navigation{left:-3rem;right:-3rem}}@media (min-width:1280px){.testimonials-navigation{left:-5rem;right:-5rem}}.testimonials-navigation button{width:1rem;width:var(--testimonials-button-width)}.testimonials-navigation button svg{width:100%;height:auto}.testimonials-navigation button.blaze-next,.testimonials-navigation button.blaze-prev{opacity:.2}.testimonials-navigation button.blaze-next:hover,.testimonials-navigation button.blaze-prev:hover{opacity:1}.testimonials-navigation button.blaze-prev{transform:rotate(180deg)}.end .testimonials-navigation button.blaze-next,.start .testimonials-navigation button.blaze-prev{opacity:0;pointer-events:none}.testimonial-item{display:flex;grid-gap:1.5rem;gap:1.5rem;grid-gap:var(--testimonials-gap);gap:var(--testimonials-gap);flex-direction:column;padding-bottom:var(--button-transition-offset-y)}@media (min-width:768px){.testimonial-item{flex-direction:row;align-items:flex-start}}.testimonial-quote{margin-bottom:2rem}.testimonial-image{flex:1 1 0;max-width:30rem;max-width:var(--testimonials-image-maxheight);max-height:30rem;max-height:var(--testimonials-image-maxheight);aspect-ratio:var(--cutoff-vertical-aspect-ratio);-webkit-clip-path:var(--cutoff-vertical-path);clip-path:var(--cutoff-vertical-path)}@media (min-width:768px){.testimonial-image{max-width:none;flex:1 1 40%}}.testimonial-content{flex:1 1 0}@media (min-width:768px){.testimonial-content{flex:1 1 60%}}