.customer-reviews{background-color:var(--light-gray)}.customer-reviews .content-wrapper{align-items:center;display:flex;gap:4rem}.customer-reviews__left-column,.customer-reviews__right-column{flex:1;padding:20px}.customer-reviews__left-column{align-items:center;display:flex;justify-content:center;position:relative}.customer-reviews__slideshow{height:100%;position:relative;width:100%;z-index:0}.customer-reviews__slide{align-items:center;background-color:#fff;border-radius:32px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;font-size:24px;justify-content:center;opacity:0;padding:4rem;position:absolute;top:0;transition:opacity 1s}.customer-reviews__slide:first-of-type{position:relative}.customer-reviews__slide.active{opacity:1}.customer-reviews__slide-inner{border:4px solid var(--primary-color-hover);border-radius:32px;padding:4rem;position:relative}.customer-reviews__slide-inner:before{background:url(https://463933.fs1.hubspotusercontent-na1.net/hubfs/463933/Logos%20and%20Global%20elements/upper-left-quote.webp);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:60px;left:0;position:absolute;top:0;transform:translate(40%,-40%);width:60px}.customer-reviews__slide-inner:after{background:url(https://463933.fs1.hubspotusercontent-na1.net/hubfs/463933/Logos%20and%20Global%20elements/lower-right-quote.webp);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:block;height:80px;position:absolute;right:0;transform:translate(-40%,60%);width:60px}.customer-reviews__slide-star{background:url(https://463933.fs1.hubspotusercontent-na1.net/hubfs/463933/Logos%20and%20Global%20elements/star.png);background-repeat:no-repeat;background-size:contain;display:block;height:8rem;position:absolute;right:-6rem;top:-3.5rem;transform:translate(38%,-69%);width:8rem}.customer-reviews__slide__copy{display:block;padding:4rem 0;text-align:center}.customer-reviews__slide__source-wrapper{display:flex;font-weight:700;gap:2rem;justify-content:center;position:relative}.customer-reviews__slide__source-wrapper:before{background:#000;content:"";display:block;height:4px;margin:0 auto;position:absolute;top:-2rem;width:10rem}.customer-reviews__slide__source__image{display:block;height:75px;object-fit:contain;width:75px}.customer-reviews__next,.customer-reviews__prev{background-color:var(--primary-color);border:none;border-radius:100%;color:var(--white);cursor:pointer;height:40px;padding:10px;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:1}.customer-reviews__next:active,.customer-reviews__next:focus,.customer-reviews__next:hover,.customer-reviews__prev:active,.customer-reviews__prev:focus,.customer-reviews__prev:hover{background-color:var(--primary-color-hover)}.customer-reviews__prev{left:-20px}.customer-reviews__next{right:-20px}.customer-reviews__dots-wrapper{bottom:10px;position:absolute;text-align:center;width:100%}.customer-reviews__dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 5px;transition:background-color .6s ease;width:10px}.customer-reviews__dot.active{background-color:#717171}@media (max-width:1024px){.customer-reviews .content-wrapper{flex-flow:column-reverse}}