.testimonials{width:100%;padding:var(--fd-section-padding-y) var(--fd-section-padding-x) var(--fd-section-padding-bottom);background-color:#f6f7fd;position:relative;isolation:isolate;overflow:hidden}.testimonials::before{content:"";position:absolute;inset:0;background-image:url('../../images/testimonials-bg.png');background-repeat:no-repeat;background-position:center;background-size:100% 100%;pointer-events:none;z-index:0}.testimonials__inner{display:flex;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:var(--fd-container);margin-inline:auto;position:relative;z-index:2}.testimonials__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;max-width:487px;text-align:center}.testimonials__badge{min-width:173px}.testimonials__badge-star{flex-shrink:0;line-height:1}.testimonials__badge-label{text-align:center;letter-spacing:1.2px;text-transform:uppercase}.testimonials__cards{display:flex;flex-direction:column;align-items:center;width:100%;filter:drop-shadow(0 4px 4px rgba(231, 234, 243, .2))}.testimonials__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;width:100%}.testimonial-card{margin:0;padding:32px;background:#fff;border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;min-height:292px}.testimonial-card__stars{display:flex;align-items:center;gap:8px;color:#ffb401}.testimonial-card__stars .fd-icon{width:16px;height:15px}.testimonial-card__quote{margin:0;font-size:18px;font-weight:400;line-height:1.4;color:#0d0e1c;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:14px}.testimonial-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#2a4bf2;color:#fff;font-size:14px;font-weight:700;line-height:16px;flex-shrink:0}.testimonial-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.testimonial-card__name{display:block;font-style:normal;font-weight:700;font-size:16px;line-height:20px;color:#0d0e1c}.testimonial-card__role{display:block;font-size:14px;line-height:16px;font-weight:400;color:#565c69}@media (max-width:1024px){.testimonials{padding:4rem var(--fd-section-padding-x) 4.5rem}.testimonials__inner{gap:40px}}@media (max-width:1024px) and (min-width:641px){.testimonials__list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:19px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.testimonial-card{flex:0 0 min(calc(100% - 40px),360px);scroll-snap-align:start}}@media (max-width:640px){.testimonials{padding:3.5rem var(--fd-section-padding-x) 4rem}.testimonials__inner{gap:2rem}.testimonials__header{max-width:100%}.testimonials__badge{min-width:0;max-width:100%}.testimonials__title{font-size:clamp(1.5rem, 7vw, 2rem)}.testimonials__list{display:grid;grid-template-columns:1fr;gap:16px;overflow-x:visible;scroll-snap-type:none}.testimonial-card{flex:initial;min-height:0;padding:24px 20px;gap:16px;border-radius:16px}.testimonial-card__quote{font-size:16px}}