.carousel-colored {
    position: relative;
    padding: 80px 0 0;
}

.carousel-colored__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 72.5%;
    background: var(--apricot);
}

.carousel-colored__wrapper {
    text-align: center;
}

.carousel-colored__title--wrapper {
    margin-bottom: 10px;
}

.carousel-colored__title {
    color: var(--gold);
    margin-bottom: 0;
}

.carousel-colored__subtitle {
    text-transform: uppercase;
    margin-bottom: 0;
}

.carousel-colored__carousel--wrapper {
    position: relative;
    margin: 0 -22.5px;
}

.carousel-colored__carousel {
    height: 100%;
    overflow: hidden;
    margin-top: 60px;
    cursor: none;
}

.carousel-colored .card__card {
    margin: 0;
    padding: 0 22.5px;
    height: auto;
    text-align: left;
}

.carousel-colored .card__card.margin-on-top {
    margin-top: 50px;
    transition: margin-top linear 1000ms, margin-bottom linear 1000ms;
}

.carousel-colored .change-margin .card__card.margin-on-top {
    margin-top: 0px;
    margin-bottom: 50px;
}

.carousel-colored .card__card.margin-on-bottom {
    margin-bottom: 50px;
    transition: margin-top linear 1000ms, margin-bottom linear 1000ms;
}

.carousel-colored .change-margin .card__card.margin-on-bottom {
    margin-bottom: 0;
    margin-top: 50px;
}

.carousel-colored .card__background--wrapper {
    padding: 0 22.5px;
}

.carousel-colored .card__content {
    padding: 0 52.5px;
}

.carousel-colored .swiper-button-prev.hidden, .carousel-colored .swiper-button-next.hidden {
    visibility: hidden;
    opacity: 0;
}

.carousel-colored .swiper-button-prev {
    top: -60px;
    left: unset;
    right: 92.5px;
}

.carousel-colored .swiper-button-next {
    top: -60px;
    right: 22.5px;
}

.carousel-colored .swiper-button-prev:after, .carousel-colored .swiper-button-next:after {
    content: '';
}

.touchevents .carousel-colored .swiper-button-prev, .touchevents .carousel-colored .swiper-button-next {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 1199px) {
    .carousel-colored__carousel {
        overflow: visible;
    }

    .carousel-colored .card__card, .carousel-colored .card__background--wrapper {
        max-height: 500px;
    }

    .carousel-colored .card__card.margin-on-top, .carousel-colored .card__card.margin-on-bottom, .carousel-colored .change-margin .card__card.margin-on-bottom, .carousel-colored .change-margin .card__card.margin-on-top {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .carousel-colored {
        padding: 60px 0 0;
    }

    .carousel-colored__carousel {
        margin-top: 40px;
    }

    .carousel-colored .card__card, .carousel-colored .card__background--wrapper {
        height: 360px;
        padding: 0 7px;
    }

    .carousel-colored .card__content {
        padding: 0 27px;
    }

    .carousel-colored .swiper-button-prev, .carousel-colored .swiper-button-next {
        visibility: hidden;
        opacity: 0;
    }
}