.carousel{width:100%}.carousel__wrapper{padding:32px 0 32px 16px;margin:auto;max-width:1280px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px;overflow:hidden}.carousel__header{display:flex;flex-direction:row;align-items:start;justify-content:space-between;width:100%}.carousel__header-title{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;font-weight:700;font-size:24px;line-height:32px;color:#121212}.carousel__header-title-subtitle{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:4px;font-weight:400;font-size:16px;line-height:24px;color:#121212;.icon{width: 24px; height: 24px; color: #FFC000;} .icon-tabler-external-link{width: 16px; height: 16px; color: #005FF9;} .google-rating__value{font-weight: 400; font-size: 16px; line-height: 24px; color: #121212;} .google-rating__link{font-weight: 400; font-size: 16px; line-height: 24px; text-decoration: underline; color: #005FF9; cursor: pointer;} .google-rating__count{font-weight: 400; font-size: 14px; line-height: 20px; color: #121212;}}.carousel__header-caurosel-controls{display:none}.carousel__header-caurosel-controls-prev,.carousel__header-caurosel-controls-next{cursor:pointer}.carousel__list{display:flex;flex-direction:row;align-items:stretch;justify-content:start;gap:16px;width:100%;padding-right:32px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;&::-webkit-scrollbar{display:none}}.carousel__list__item{scroll-snap-align:start}.carousel__list__item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 32px;width:100%}.carousel__list__item-content-name{font-weight:700;font-size:20px;line-height:28px;color:#121212}.carousel__list__item-content-position{font-weight:400;font-size:16px;line-height:24px;color:#121212}.carousel__button{display:flex;align-items:center;justify-content:center;padding:8px;width:calc(100% - 16px);border:1px solid #005FF9;color:#005ff9;cursor:pointer;border-radius:24px;text-decoration:none;font-weight:600;font-size:16px;line-height:24px;&:hover{border:2px solid #084BC5;color:#084bc5}}@media (min-width: 768px){.carousel__wrapper{padding:64px 0;gap:32px}.carousel__header{align-items:center}.carousel__header-title{font-weight:700;font-size:40px;line-height:48px}.carousel__header-caurosel-controls{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.carousel__header-caurosel-controls-prev,.carousel__header-caurosel-controls-next{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:100%;border:1px solid #005FF9;color:#005ff9;cursor:pointer;&:hover{border:2px solid #084BC5;color:#084bc5}}.carousel__list{padding-right:0}.carousel__button{margin:auto;padding:8px 16px;width:fit-content}}
