.slider-cards {
    padding: 56px 0;
}

@media screen and (min-width: 992px) {
    .slider-cards {
        padding: 104px 0;
    }
}

.slider-cards.bg {
    background-color: var(--framb);
}

.slider-cards.bg .uptitle,
.slider-cards.bg h2,
.slider-cards.bg .color,
.slider-cards.bg .uptitle::before {
    color: #FFF;
}

.slider-cards.bg .uptitle::before {
    background-color: #FFF;
}

.slider-cards .slider-list {
    overflow: hidden;
    width: 100%;
}

.slider-cards .swiper-wrapper {
    align-items: flex-start;
    transition-timing-function: ease-out;
}

@media screen and (min-width: 992px) {
    .slider-cards .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
}

.slider-cards .uptitle {
    padding-inline: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .slider-cards .uptitle {
        margin-bottom: 24px;
    }
}

.slider-cards h2 {
    padding-inline: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 592px;
}

@media screen and (min-width: 992px) {
    .slider-cards h2 {
        font-size: 30px;
    }
}

.slider-cards h2 .color {
    color: var(--framb-mid);
}

.slider-cards h2+* {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .slider-cards h2+* {
        margin-top: 32px;
    }
}

.slider-cards .slider-item {
    height: auto;
}

.slider-cards .slider-item .image-container {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.slider-cards .slider-item .photo,
.slider-cards .slider-item .image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-cards .slider-item p {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.2px;
    z-index: 2;
}

.slider-cards .slider-item:has(.photo)::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 45%;
    width: 100%;
    background: linear-gradient(180deg, rgba(110, 41, 25, 0) 0%, #6E2919 86.75%);
    border-radius: 16px;
}

.slider-cards--nav {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.slider-cards--nav.is-hidden {
    display: none;
}

.slider-cards--nav button {
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--beige);
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.slider-cards--nav button.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.slider-cards--nav button::before {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--framb);
}

.slider-cards--nav button.prev::before {
    -webkit-mask: url("../images/chevron-left.svg") no-repeat center;
    mask: url("../images/chevron-left.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.slider-cards--nav button.next::before {
    -webkit-mask: url("../images/chevron-right.svg") no-repeat center;
    mask: url("../images/chevron-right.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.slider-cards--buttons {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .slider-cards--buttons {
        margin-top: 32px;
    }
}

/*# sourceMappingURL=style.css.map */

.acf-block-preview .slider-cards {
    padding: 56px 0;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .slider-cards {
        padding: 104px 0;
    }
}

.acf-block-preview .slider-cards.bg {
    background-color: var(--framb);
}

.acf-block-preview .slider-cards.bg .uptitle,
.acf-block-preview .slider-cards.bg h2,
.acf-block-preview .slider-cards.bg .color,
.acf-block-preview .slider-cards.bg .uptitle::before {
    color: #FFF;
}

.acf-block-preview .slider-cards.bg .uptitle::before {
    background-color: #FFF;
}

.acf-block-preview .slider-cards .slider-list {
    overflow: hidden;
    width: 100%;
}

.acf-block-preview .slider-cards .swiper-wrapper {
    align-items: flex-start;
    transition-timing-function: ease-out;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .slider-cards .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
}

.acf-block-preview .slider-cards .uptitle {
    padding-inline: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .slider-cards .uptitle {
        margin-bottom: 24px;
    }
}

.acf-block-preview .slider-cards h2 {
    padding-inline: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 592px;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .slider-cards h2 {
        font-size: 30px;
    }
}

.acf-block-preview .slider-cards h2 .color {
    color: var(--framb-mid);
}

.acf-block-preview .slider-cards h2+* {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .slider-cards h2+* {
        margin-top: 32px;
    }
}

.acf-block-preview .slider-cards .slider-item {
    height: auto;
}

.acf-block-preview .slider-cards .slider-item .image-container {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.acf-block-preview .slider-cards .slider-item .photo,
.acf-block-preview .slider-cards .slider-item .image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.acf-block-preview .slider-cards .slider-item p {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.2px;
    z-index: 2;
}

.acf-block-preview .slider-cards .slider-item:has(.photo)::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 45%;
    width: 100%;
    background: linear-gradient(180deg, rgba(110, 41, 25, 0) 0%, #6E2919 86.75%);
    border-radius: 16px;
}

.acf-block-preview .slider-cards--nav {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.acf-block-preview .slider-cards--nav.is-hidden {
    display: none;
}

.acf-block-preview .slider-cards--nav button {
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--beige);
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.acf-block-preview .slider-cards--nav button.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.acf-block-preview .slider-cards--nav button::before {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--framb);
}

.acf-block-preview .slider-cards--nav button.prev::before {
    -webkit-mask: url("../images/chevron-left.svg") no-repeat center;
    mask: url("../images/chevron-left.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.acf-block-preview .slider-cards--nav button.next::before {
    -webkit-mask: url("../images/chevron-right.svg") no-repeat center;
    mask: url("../images/chevron-right.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.acf-block-preview .slider-cards--buttons {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .slider-cards--buttons {
        margin-top: 32px;
    }
}

/*# sourceMappingURL=style.css.map */