.testimonials{contain:paint;flex-wrap:nowrap;overflow-x:hidden;width:100%;gap:clamp(3rem,calc(3rem + 5vw),10rem);margin:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.testimonial,.testimonials{display:flex;align-items:center}.testimonial{--width:clamp(400px,calc(400px + 20vw),780px);max-width:calc(100vw - 6rem);width:var(--width);text-align:center;padding:2rem;flex-direction:column;margin-block:4rem;background:var(--off_white);box-shadow:6px 14px 49px -4px hsla(0,0%,50.6%,.15);border-radius:4px 4px 0 0;flex-shrink:0;scroll-snap-align:center;position:relative;scroll-padding-top:calc(var(--header-height) + 5rem);scroll-margin-top:calc(var(--header-height) + 5rem);transform:scale(1);cursor:pointer;transition:transform .4s .7s}.testimonial-text{width:500px;max-width:100%}.testimonial:first-child,.testimonial:last-child{margin-left:3rem}@media (min-width:780px){.testimonial:first-child{margin-left:3rem;margin-left:calc(50vw - var(--width)/2)}.testimonial:last-child{margin-left:3rem;margin-right:calc(50vw - var(--width)/2)}}@media (max-width:780px){.testimonial-text{font-size:1rem}}.testimonial.active{transform:scale(1.15);cursor:auto}.testimonial img{z-index:1;max-width:130px;height:auto;aspect-ratio:1/1;object-fit:contain;border-radius:50%}.testimonial-link{width:10px;height:10px;background-color:var(--dark_blue);display:inline-block;border-radius:50%;transition:background-color .4s}:is(:hover,:active,.active,:target,:focus).testimonial-link{background-color:var(--primary)}.slider-nav{flex-shrink:1;display:flex;gap:var(--gap,1.2rem);align-items:stretch;overflow:auto;position:relative;padding-inline:0;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-align:center;scroll-padding-left:80px;scroll-padding-right:80px;justify-content:center}.testimonials-nav{margin-block:3rem 1rem}