.carousel{margin:0 auto;max-width:1400px;padding:4rem 2rem;position:relative;width:100%}.carousel__header{margin-bottom:3rem;text-align:center}.carousel__header .content__title{color:var(--c_dgreen)}.carousel__viewport{border-radius:1rem;overflow:hidden;padding:.5rem;position:relative}.carousel__track{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonial{background:var(--join-color);border:1px solid rgba(49,54,58,.06);border-radius:.75rem;box-shadow:0 1px 3px rgba(49,54,58,.04),0 8px 24px rgba(49,54,58,.08);display:flex;flex:0 0 calc(50% - 1.5rem);flex-direction:column;padding:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.testimonial:hover{box-shadow:0 4px 12px rgba(49,54,58,.08),0 16px 32px rgba(49,54,58,.12);transform:translateY(-4px)}.testimonial__quote-mark{color:var(--c_dblue);display:block;font-size:4rem;line-height:1;margin-bottom:-1rem;opacity:.25}.testimonial__content{color:var(--tc);flex-grow:1;font-size:1.0625rem;font-style:italic;font-weight:400;line-height:1.7;margin:0 0 1.5rem}.testimonial__author{align-items:center;border-top:1px solid var(--c_mgrey);display:flex;gap:1rem;padding-top:1.5rem}.testimonial__avatar{align-items:center;background:linear-gradient(135deg,var(--c_dgreen),var(--c_dblue));border-radius:50%;color:var(--join-color);display:flex;flex-shrink:0;font-size:1rem;font-weight:600;height:48px;justify-content:center;width:48px}.testimonial__avatar--image{background:none;object-fit:cover}.testimonial__info{display:flex;flex-direction:column;gap:.125rem}.testimonial__name{color:var(--tc);font-size:.9375rem;font-weight:600;letter-spacing:.01em}.testimonial__role{color:var(--c_dblue);font-size:.8125rem;font-weight:400}.controls{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:2.5rem}.controls__arrows{display:flex;gap:.75rem}.controls__button{align-items:center;background:var(--join-color);border:1px solid var(--c_mgrey);border-radius:50%;box-shadow:0 2px 8px rgba(49,54,58,.06);color:var(--tc);cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.controls__button:hover{background:var(--c_bg-lblue);border-color:var(--c_dblue);color:var(--c_dgreen);transform:scale(1.05)}.controls__button:active{transform:scale(.98)}.controls__button--disabled{cursor:not-allowed;opacity:.3;pointer-events:none}.controls__icon{height:20px;stroke-width:2;width:20px}.controls__dots{display:flex;gap:.5rem}.controls__dot{background:var(--c_mgrey);border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:10px}.controls__dot:hover{background:var(--c_lblue);transform:scale(1.2)}.controls__dot--active{background:var(--c_dgreen);transform:scale(1.2)}.progress{background:var(--c_mgrey);border-radius:2px;height:3px;margin-top:2rem;overflow:hidden;position:relative}.progress__bar{background:linear-gradient(90deg,var(--c_dgreen),var(--c_green));height:100%;transition:width 5s linear;width:0}.progress__bar--animating{width:100%}.progress__bar--reset{transition:none;width:0}@media (max-width:1024px){.carousel__viewport{padding:.25rem}.testimonial{flex:0 0 100%}.controls{flex-wrap:wrap;gap:1rem}}