.testimonials{background:var(--Primary-Palette-Navy-500, #243F64);padding:80px 0;color:var(--color-shade-01)}.testimonials .container{display:flex;flex-direction:column;align-items:center;gap:24px}.testimonials__heading{font-family:"Adobe Caslon Pro",var(--font-heading);font-weight:600;font-size:48px;line-height:1.2;color:var(--color-shade-01);text-align:center;margin:0}.testimonials__slider{display:flex;align-items:center;justify-content:center;gap:24px;width:100%}.testimonials__arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;background:var(--color-shade-01);color:var(--Primary-Palette-Navy-500, #243F64);cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.testimonials__arrow svg{width:13px;height:21px;display:block}.testimonials__arrow:hover{box-shadow:0 6px 16px rgba(0,0,0,.3)}.testimonials__arrow:focus-visible{outline:2px solid var(--color-shade-01);outline-offset:3px}.testimonials__arrow:active{transform:scale(0.95)}.testimonials__viewport{flex:0 1 924px;max-width:924px;min-width:0}.testimonials__track{position:relative}.testimonials__slide{display:none;flex-direction:column;align-items:center;gap:16px;text-align:center;margin:0}.testimonials__slide.is-active{display:flex;animation:testimonialsFadeIn .45s ease both}.testimonials__quote{font-family:var(--font-primary);font-weight:325;font-size:18px;line-height:32px;color:var(--color-shade-01);margin:0}.testimonials__quote p{margin:0 0 12px}.testimonials__quote p:last-child{margin-bottom:0}.testimonials__name{font-family:var(--font-primary);font-weight:500;font-size:20px;line-height:28px;color:var(--color-shade-01)}.testimonials__dots{display:flex;align-items:center;justify-content:center;gap:8px}.testimonials__dot{width:8px;height:8px;padding:0;border:1px solid var(--color-shade-01);border-radius:50%;background:rgba(0,0,0,0);cursor:pointer;transition:background .2s ease,transform .15s ease}.testimonials__dot.is-active{background:var(--color-shade-01)}.testimonials__dot:focus-visible{outline:2px solid var(--color-shade-01);outline-offset:2px}@media(max-width: 1024px){.testimonials{padding:60px 0}.testimonials__heading{font-size:40px}}@media(max-width: 768px){.testimonials{padding:32px 0}.testimonials .container{gap:32px}.testimonials__heading{font-size:30px}.testimonials__slider{flex-wrap:wrap;justify-content:center;row-gap:24px;column-gap:16px}.testimonials__viewport{flex:0 0 100%;order:0}.testimonials__arrow{width:45px;height:45px;order:1}.testimonials__arrow svg{width:14px;height:22px}.testimonials__slide{gap:24px}.testimonials__quote{font-size:16px;line-height:26px}.testimonials__name{font-size:18px;line-height:28px}.testimonials__dots{display:none}}@media(prefers-reduced-motion: reduce){.testimonials__arrow,.testimonials__dot{transition:none}.testimonials__arrow:active,.testimonials__dot:active{transform:none}.testimonials__slide.is-active{animation:none}}@keyframes testimonialsFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
