/**handles:block-acf-testimonial**/
.testimonial{padding:var(--spacing-2xl) 0}.testimonial-slider{max-width:var(--container-max-width);margin:0 auto;position:relative;min-height:600px}.testimonial-card{max-width:100%;background:var(--color-secondary);border-radius:var(--radius-card);padding:102px 244px 56px;position:relative;min-height:600px;display:flex;flex-direction:column}.testimonial-slide{display:none}.testimonial-slide.active{display:flex}.testimonial-quote{font-family:var(--font-family-heading);font-size:var(--font-size-h3);line-height:var(--line-height-h3);color:var(--color-primary);margin-bottom:30px;font-variation-settings:var(--font-variation-settings)}.testimonial-text{font-family:var(--font-family-heading);font-size:24px;line-height:36px;color:var(--color-text-light);margin-bottom:30px;font-variation-settings:var(--font-variation-settings)}.testimonial-author{font-family:var(--font-family-heading);font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--color-text-light);margin-top:0;margin-bottom:0;font-variation-settings:var(--font-variation-settings)}.testimonial-nav{position:absolute;bottom:56px;left:50%;transform:translateX(-50%);display:flex;gap:24px;align-items:center;z-index:10}.testimonial-slider:has(.testimonial-slide:first-child:last-child) .testimonial-nav,.testimonial-slider:has(.testimonial-slide:only-child) .testimonial-nav{display:none}.testimonial-arrow{font-family:var(--font-family-heading);font-size:63px;line-height:1.2;color:var(--color-text-muted);background:0 0;border:none;cursor:pointer;padding:0;transition:opacity var(--transition-fast);letter-spacing:-.63px;font-variation-settings:var(--font-variation-settings)}.testimonial-arrow:hover{opacity:.8}.testimonial-arrow.disabled{opacity:.2;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.testimonial{padding:50px 0}.testimonial-slider{min-height:auto;padding:0 0}.testimonial-card{padding:40px 20px 80px;min-height:auto;border-radius:12px}.testimonial-quote{font-size:32px;line-height:38px;margin-bottom:20px}.testimonial-text{font-size:18px;line-height:28px;margin-bottom:24px}.testimonial-author{font-size:16px;line-height:24px}.testimonial-nav{bottom:24px;left:50%;transform:translateX(-50%);gap:16px}.testimonial-arrow{font-size:48px;letter-spacing:-.48px}}