:root{--testimonials-gap:4.685rem;--testimonials-item-aspect:5/4;--testimonials-heading-margin:0 0 1.875rem}@media screen and (min-width:640px) and (max-width:1024px){:root{--testimonials-item-aspect:5/4}}@media screen and (min-width:768px){:root{--testimonials-gap:3.125rem}}@media screen and (min-width:1024px){:root{--testimonials-heading-margin:0 auto 3.125rem}}.cmp-testimonials{text-align:center}.cmp-testimonials.blue{background-color:var(--color-blue);color:var(--color-beige)}.cmp-testimonials.beige{background-color:var(--color-beige);color:var(--color-black)}.cmp-testimonials.purple{background-color:var(--color-purple);color:var(--color-white)}.cmp-testimonials.black{background-color:var(--color-black);color:var(--color-beige)}.cmp-testimonials.white{background-color:var(--color-white);color:var(--color-black)}.cmp-testimonials.yellow{background-color:var(--color-yellow);color:var(--color-black)}.cmp-testimonials.rounded-corners{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.cmp-testimonials-extra-bg.blue{background-color:var(--color-blue)}.cmp-testimonials-extra-bg.beige{background-color:var(--color-beige)}.cmp-testimonials-extra-bg.purple{background-color:var(--color-purple)}.cmp-testimonials-extra-bg.black{background-color:var(--color-black)}.cmp-testimonials-extra-bg.white{background-color:var(--color-white)}.cmp-testimonials-extra-bg.yellow{background-color:var(--color-yellow)}.cmp-testimonials h2{margin:var(--testimonials-heading-margin)}@media screen and (min-width:1024px){.cmp-testimonials h2{width:66.66667%}}.cmp-testimonials-items-wrapper{grid-gap:var(--testimonials-gap);display:flex;flex-direction:column;gap:var(--testimonials-gap);@media screen and (min-width:768px){flex-direction:row;flex-wrap:wrap;justify-content:center}}.cmp-testimonials-item{grid-gap:1.25rem;display:flex;flex-direction:column;gap:1.25rem;@media screen and (min-width:768px){width:calc(33.33333% - 3.125rem)}@media screen and (min-width:1024px){grid-gap:2rem;gap:2rem}}.cmp-testimonials-item .media{border-radius:var(--border-radius-small);overflow:hidden;width:100%}.cmp-testimonials-item .media iframe,.cmp-testimonials-item .media img,.cmp-testimonials-item .media video{aspect-ratio:var(--testimonials-item-aspect);height:100%;object-fit:cover;width:100%}.cmp-testimonial-item-info{grid-gap:.75rem;display:flex;flex-direction:column;gap:.75rem}.cmp-testimonial-item-info .icon{margin:var(--margin-center);width:3.125rem}.cmp-testimonial-item-info .icon svg{height:100%;width:3.125rem}.cmp-testimonial-item-info .icon svg path{fill:var(--color-purple)}.cmp-testimonials.purple .cmp-testimonial-item-info .icon svg path,.cmp-testimonials.yellow .cmp-testimonial-item-info .icon svg path{fill:var(--color-beige)}.cmp-testimonial-item-info .pretitle-1{font-size:1rem}.cmp-testimonial-quote{font-family:var(--font-family-alternate);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:var(--body-weight-medium)}