.carousel-home .item h2,
.carousel-home .item .field--name-field-slide-item-subtitle {
    opacity: 0;
    transition: all 1.2s;
}

.carousel-home .item.active h2,
.carousel-home .item.active .field--name-field-slide-item-subtitle {
    opacity: 1;
    transition: all 1.2s;
}

.carousel-home .paragraph--type--slide-item {
    height: 18rem;
    margin: 0 0 0.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--c-black);
}
@media (min-width: 48rem) {
    .carousel-home .paragraph--type--slide-item {
        height: 24rem;
        margin: 0 0.5rem 0.5rem;
    }
}
@media (min-width: 62rem) {
    .carousel-home .paragraph--type--slide-item {
        height: 32rem;
    }
}

.carousel-home .paragraph--type--slide-item .slide-item-content {
    display: block;
    margin: 0 auto;
    padding: 3rem 0 0;
    width: 75%;
}
@media (min-width: 48rem) {
    .carousel-home .paragraph--type--slide-item .slide-item-content {
        padding: 6rem 0 0;
    }
}
@media (min-width: 62rem) {
    .carousel-home .paragraph--type--slide-item .slide-item-content {
        padding: 10rem 0 0;
    }
}

.carousel-home .paragraph--type--slide-item .slide-item-content h2, .carousel-home .paragraph--type--slide-item .slide-item-content .field--name-field-slide-item-subtitle {
    width: 100%;
    color: var(--c-white);
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 500;
    padding-bottom: 0;
    margin: 0;
    text-shadow: 0 0 5px var(--c-black);
}
@media (min-width: 48rem) {
    .carousel-home .paragraph--type--slide-item .slide-item-content h2, .carousel-home .paragraph--type--slide-item .slide-item-content .field--name-field-slide-item-subtitle {
        width: 80%;
        font-size: 2rem;
    }
}
@media (min-width: 62rem) {
    .carousel-home .paragraph--type--slide-item .slide-item-content h2, .carousel-home .paragraph--type--slide-item .slide-item-content .field--name-field-slide-item-subtitle {
        width: 66.6%;
        font-size: 2.625rem;
    }
}

.carousel-home .paragraph--type--slide-item .slide-item-content a {
    color: var(--c-white);
}

.carousel-home .paragraph--type--slide-item .slide-item-content a:hover {
    color: var(--c-white);
}

.carousel-home .paragraph--type--slide-item .slide-item-content a h2::after {
    content: '';
    background: url("../../images/icons/readmore.svg");
    display: inline-block;
    width: 18px;
    height: 11px;
    background-size: 18px 11px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    padding-bottom: 0.5rem;
    opacity: 1;
    text-shadow: 0 0 5px var(--c-black);
}
@media (min-width: 48rem) {
    .carousel-home .paragraph--type--slide-item .slide-item-content a h2::after {
        width: 24px;
        height: 15px;
        background-size: 24px 15px;
        padding-bottom: 1rem;
    }
}
@media (min-width: 62rem) {
    .carousel-home .paragraph--type--slide-item .slide-item-content a h2::after {
        padding-bottom: 1.3rem;
        margin-left: 1rem;
    }
}

.carousel-home .paragraph--type--slide-item .slide-item-content h2 {
    font-weight: 700;
}

.carousel-home .carousel-indicators {
    bottom: 52px;
}
@media (min-width: 48rem) {
    .carousel-home .carousel-indicators {
        bottom: 64px;
    }
}
@media (min-width: 62rem) {
    .carousel-home .carousel-indicators {
        bottom: 80px;
    }
}

button.paragraph--type--item-slider {
    border: 0;
    background-color: inherit;
    font-weight: 700;
}

.paragraph--type--image-slider .carousel-control {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    z-index: 6;
    top: 0;
    bottom: 0;
    width: 72px;
    left: inherit;
    opacity: 1;
}

.paragraph--type--image-slider .carousel-control.carousel-control-prev {
    left: 0;
    justify-content: flex-start;
    transition: all 0.4s;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.15));
}

.paragraph--type--image-slider .carousel-control.carousel-control-prev:hover {
    background: rgba(161, 54, 54, 0.75);
}

.paragraph--type--image-slider .carousel-control.carousel-control-next {
    right: 0;
    justify-content: flex-end;
    transition: all 0.4s;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15));
}

.paragraph--type--image-slider .carousel-control.carousel-control-next:hover {
    background: rgba(161, 54, 54, 0.75);
}
  