.testimonials-grid{column-gap:0;display:grid;grid-template-columns:repeat(1,1fr);justify-items:center;margin:24px 0;position:relative;row-gap:24px;z-index:1}.testimonials-grid__item{border-radius:16px;height:fit-content;margin:35px 0;overflow:hidden}.t-item-size{max-width:335px}.testimonials-grid .hs-video-container,.testimonials-grid .hs-video-container iframe{border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.hs-video-wrapper{aspect-ratio:var(--_aspect-ratio);height:auto!important;padding-bottom:unset;width:100%!important}.testimonials-grid__image{height:100%;object-fit:cover;width:100%}.testimonials-grid__content{color:var(--color-white);padding:26px 30px 36px;position:relative}.testimonials-grid__author{color:var(--color-white)}.testimonials-grid__icon{bottom:36px;position:absolute;right:26px}.testimonials-grid__item--video .testimonials-grid__rating{display:none}.testimonials-grid__item--video .testimonials-grid__quote{font-size:20px;font-weight:700;line-height:24px}@media screen and (min-width:768px){.testimonials-grid{--direction:1;grid-template-columns:repeat(var(--_desktop-grid-size),1fr)}.even-test .testimonials-grid__item:first-child{transform:translateY(0)!important}.testimonials-grid__item:nth-child(2n){display:grid;height:100%;margin:0;transform:translateY(0)}.testimonials-grid__item{align-self:flex-start}.testimonials-grid--reverse{--direction:-1}}@media screen and (max-width:768px){.testimonials-grid__item{margin-bottom:0}}@media screen and (max-width:425px){.testimonials-grid{row-gap:0}}