.c-carousel .c-carousel__item img,
.c-carousel .c-carousel__item:hover img {
    transition: transform .4s, opacity .4s !important;
}

.c-carousel .c-carousel__item:hover img {
    opacity: .85;
}

.c-carousel .c-carousel__item .c-carousel__caption {
    color: #014877 !important;
}

.c-carousel .c-carousel__item:hover .c-carousel__caption {
    color: var(--e-global-color-primary) !important;
}

.c-carousel .c-carousel__pause {
    background-color: transparent !important;
    border: none;
}

.c-carousel .c-carousel__pause--active:before {
    margin-top: -4px;
}

.c-carousel .c-carousel__showAll {
    margin-block-end: 0 !important;
}

.c-carousel .c-carousel__showAll a {
    color: #014877 !important
}

.c-carousel .c-carousel__showAll a:hover {
    color: #f50f10 !important
}