.testimonial-carousel .testimonial{align-items:center;background-color:var(--color-background-section-alternate);display:flex;flex-flow:column nowrap;margin-right:40px;margin-top:64px;padding:90px 100px 40px;position:relative;text-align:center;width:100%}.testimonial-carousel .testimonial .logo-wrapper{background-color:var(--color-background-section);border-radius:50%;display:flex;height:128px;overflow:hidden;position:absolute;top:-64px;width:128px}.testimonial-carousel .testimonial .logo{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.testimonial-carousel .testimonial .author{font-size:1.125;font-weight:700;line-height:1}.testimonial-carousel .testimonial .company{line-height:1.125}.testimonial-carousel .testimonial .stars{display:flex;flex-flow:row nowrap;margin-top:20px}.testimonial-carousel .testimonial .star{height:32px;margin:8px;padding:2px;width:32px}.testimonial-carousel .testimonial .star svg{fill:var(--color-star)}.testimonial-carousel .testimonial .quote{height:50px;position:absolute;width:50px}.testimonial-carousel .testimonial .open-quote{left:32px;top:195px}.testimonial-carousel .testimonial .close-quote{bottom:32px;right:32px}.testimonial-carousel .testimonial .quote{fill:var(--color-quote);opacity:.1}.testimonial-carousel .testimonial .rich-text{margin-top:28px}.testimonial-carousel .navigation{align-items:center;display:flex;flex-flow:row nowrap;margin:42px auto 0;width:100%}.testimonial-carousel .navigation .arrow{border:1px solid transparent;border-radius:50%;cursor:pointer;display:flex;padding:10px;transition:border .3s ease}.testimonial-carousel .navigation .arrow:hover{border:1px solid var(--color-icon-accent)}.testimonial-carousel .navigation .arrow-right{margin-left:20px}.testimonial-carousel .navigation .arrow svg{fill:var(--color-icon-accent)}.testimonial-carousel:has(.testimonial:only-child) .navigation{display:none}.testimonial-carousel .star path{fill:#f8b90d}@media (max-width:500px){.testimonial-carousel .testimonial{padding:90px 32px 40px}.testimonial-carousel .testimonial .quote{display:none}}