.evergreen-therapist-carousel{--evergreen-green:#5b6655;--evergreen-gap:24px;position:relative;width:100%;padding:0 32px;box-sizing:border-box}.evergreen-therapist-carousel__viewport{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain}.evergreen-therapist-carousel__viewport::-webkit-scrollbar{display:none}.evergreen-therapist-carousel__track{display:flex;gap:var(--evergreen-gap);min-height:350px}.evergreen-therapist-card{position:relative;flex:0 0 calc((100% - (var(--evergreen-gap) * 3)) / 4);min-width:0;height:350px;overflow:hidden;border-radius:12px;background:#dfe4dc;box-shadow:0 8px 24px rgb(45 55 42 / .14)}.evergreen-therapist-card__link{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.evergreen-therapist-card__image{display:block;width:100%;height:100%!important;object-fit:cover!important;object-position:center center;transition:transform .35s ease}.evergreen-therapist-card__link:hover .evergreen-therapist-card__image{transform:scale(1.04)}.evergreen-therapist-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .02) 24%,rgb(0 0 0 / .78) 100%)}.evergreen-therapist-card__content{position:absolute;right:20px;bottom:20px;left:20px;display:flex;flex-direction:column;gap:7px;color:#fff;font-style:normal}.evergreen-therapist-card__name{font-size:18px;font-style:normal;line-height:1.15}.evergreen-therapist-card__title{display:-webkit-box;overflow:hidden;font-size:12px;font-style:normal;line-height:1.35;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.evergreen-therapist-card__status{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-style:normal;font-weight:700}.evergreen-therapist-card__status i{display:inline-block;width:10px;height:10px;border-radius:50%;background:#73c94b;box-shadow:0 0 0 3px rgb(115 201 75 / .2)}.is-not-accepting .evergreen-therapist-card__status i{background:#d7d7d7;box-shadow:0 0 0 3px rgb(215 215 215 / .2)}.evergreen-therapist-carousel__arrow{position:absolute;top:50%;z-index:2;display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;background:var(--evergreen-green);color:#fff;font-size:30px;line-height:1;transform:translateY(-50%);cursor:pointer}.evergreen-therapist-carousel__arrow:hover{background:#46513f}.evergreen-therapist-carousel__arrow--prev{left:0}.evergreen-therapist-carousel__arrow--next{right:0}.evergreen-therapist-carousel__loading,.evergreen-therapist-carousel__empty{width:100%;padding:40px;text-align:center;color:#697267}.evergreen-therapist-carousel__error{margin:12px 0 0;color:#9b2c2c;text-align:center}@media (max-width:1024px){.evergreen-therapist-card{flex-basis:calc((100% - (var(--evergreen-gap) * 2)) / 3)}}@media (max-width:760px){.evergreen-therapist-card{flex-basis:calc((100% - var(--evergreen-gap)) / 2)}}@media (max-width:520px){.evergreen-therapist-carousel{padding:0 22px}.evergreen-therapist-card{flex-basis:100%}.evergreen-therapist-carousel__arrow{width:36px;height:36px;font-size:26px}}