.slider-team {
    --team-card-bg: var(--white);
    --team-card-border: var(--neutre-100);
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .slider-team {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.th-light .slider-team {
    background: var(--ocre-20);
    --team-card-bg: var(--ocre-20);
    --team-card-border: var(--neutre-100);
}

.th-dark .slider-team {
    --team-card-bg: var(--white);
    --team-card-border: var(--neutre-100);
}

.slider-team .slider-team--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.slider-team .slider-team--title {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .slider-team .slider-team--title {
        max-width: 75%;
    }
}

@media screen and (min-width: 1248px) {
    .slider-team .slider-team--title {
        padding: 0;
    }
}

.slider-team .slider-team--item {
    display: flex;
    flex-direction: column;
}

.slider-team .slider-team--item .img {
    display: flex;
    margin-bottom: -10px;
    margin-left: 18px;
    padding: 8px;
    background: var(--team-card-bg);
    border-radius: 999px;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--item .img {
        margin-left: 32px;
        margin-bottom: -32px;
    }
}

.slider-team .slider-team--item img {
    width: 54px !important;
    height: 54px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--item img {
        width: 96px !important;
        height: 96px;
    }
}

.slider-team .slider-team--item .content {
    padding: 16px 10px;
    background: var(--team-card-bg);
    border: 1px solid var(--team-card-border);
    min-height: 120px;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--item .content {
        padding: 48px 32px;
        min-height: 240px;
    }
}

.th-light .slider-team .slider-team--item .content {
    border-color: var(--neutre-100);
}

.th-dark .slider-team .slider-team--item .content {
    background: var(--team-card-bg);
    border-color: var(--neutre-100);
}

.slider-team .slider-team--item p {
    color: var(--neutre-60);
    font-size: 0.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--item p {
        font-size: 1rem;
        line-height: 24px;
    }
}

.slider-team .slider-team--item .title {
    color: var(--neutre-100);
    font-family: var(--robotoSlab);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--item .title {
        font-size: 1.375rem;
        line-height: 28px;
    }
}

.slider-team .slider-team--item span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.5625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--item span {
        margin-bottom: 8px;
        font-size: 1rem;
        line-height: 24px;
    }
}

.slider-team .slider-team--slider {
    width: 100%;
}

.slider-team .slider-team--navigation {
    display: flex;
    gap: 16px;
    width: 100%;
    order: 9;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .slider-team .slider-team--navigation {
        padding-right: 20px;
        width: auto;
        justify-content: flex-start;
        order: unset;
    }
}

.slider-team .slider-team--dots {
    display: flex;
    width: 100%;
    padding: 0 20px;
}

@media screen and (min-width: 1248px) {
    .slider-team .slider-team--dots {
        padding: 0;
    }
}

.slider-team .slider-team--dots button {
    flex: 1;
    height: 2px;
    background: var(--ocre-60);
    transition: all 0.4s ease;
}

.th-dark .slider-team .slider-team--dots button,
.th-light .slider-team .slider-team--dots button {
    background: var(--neutre-40);
}

.slider-team .slider-team--dots button.active {
    background: var(--ocre-100);
}

.th-dark .slider-team .slider-team--dots button.active,
.th-light .slider-team .slider-team--dots button.active {
    background: var(--neutre-100);
}

.slider-team .owl-stage-outer {
    margin-left: -52px;
}

@media screen and (min-width: 1280px) {
    .slider-team .owl-stage-outer {
        margin-left: -72px;
        overflow: visible;
    }
}

.slider-team--btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.acf-block-preview .slider-team {
    padding: 24px 16px;
}

.acf-block-preview .slider-team.th-dore {
    background: var(--white, #FFFFFF);
    --team-card-bg: var(--ocre-20, #FFFBF3);
    --team-card-border: var(--ocre-40, #E9D8B4);
}

.acf-block-preview .slider-team.th-light {
    background: var(--ocre-20, #FFFBF3);
    --team-card-bg: var(--ocre-20, #FFFBF3);
    --team-card-border: var(--neutre-100, #1B1B1B);
}

.acf-block-preview .slider-team.th-dark {
    background: var(--white, #FFFFFF);
    --team-card-bg: var(--white, #FFFFFF);
    --team-card-border: var(--neutre-100, #1B1B1B);
}

.acf-block-preview .slider-team .slider-team--container {
    gap: 32px;
}

.acf-block-preview .slider-team .slider-team--slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.acf-block-preview .slider-team .slider-team--slider::before,
.acf-block-preview .slider-team .slider-team--slider::after,
.acf-block-preview .slider-team .owl-dots,
.acf-block-preview .slider-team .owl-nav,
.acf-block-preview .slider-team .slider-team--navigation,
.acf-block-preview .slider-team .slider-team--dots {
    display: none;
}

.acf-block-preview .slider-team .owl-stage-outer,
.acf-block-preview .slider-team .owl-stage,
.acf-block-preview .slider-team .owl-item {
    display: contents;
    margin-left: 0;
    overflow: visible;
}

.acf-block-preview .slider-team .slider-team--item .img {
    width: max-content;
}

.acf-block-preview .slider-team .slider-team--item .content {
    padding: 24px 16px 16px;
}

.acf-block-preview .slider-team .slider-team--preview-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.acf-block-preview .slider-team .slider-team--preview-thumb {
    flex: 1 1 150px;
    width: 100%;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.acf-block-preview .slider-team .slider-team--preview-thumb img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.acf-block-preview .slider-team .slider-team--preview-thumb-title {
    margin: 0;
    color: var(--neutre-100, #1B1B1B);
    font-family: var(--roboto);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.acf-block-preview .slider-team .slider-team--title {
    padding: 0;
    width: 100%;
}

.acf-block-preview .slider-team .slider-team--title h2 {
    margin: 0;
}

.acf-block-preview .slider-team.th-dore .slider-team--dots button {
    background: var(--ocre-40, #E9D8B4);
}

.acf-block-preview .slider-team.th-dore .slider-team--dots button.active {
    background: var(--ocre-100, #D8B465);
}

.acf-block-preview .slider-team.th-light .slider-team--dots button,
.acf-block-preview .slider-team.th-dark .slider-team--dots button {
    background: var(--neutre-40, #B7B7B7);
}

.acf-block-preview .slider-team.th-light .slider-team--dots button.active,
.acf-block-preview .slider-team.th-dark .slider-team--dots button.active {
    background: var(--neutre-100, #1B1B1B);
}

@media screen and (max-width: 1199px) {
    .acf-block-preview .slider-team .slider-team--slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .acf-block-preview .slider-team .slider-team--slider {
        grid-template-columns: minmax(0, 1fr);
    }
}
