.ccx-slider-wrapper {
    background: #081F28;
    opacity: 1;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    max-height: 215px;
    margin-bottom: 1rem;
    min-height: 187px;
    position: relative;
    }
.ccx-slider-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    }
.ccx-arrow-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    }
.ccx-arrow-btn {
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.ccx-main {
    will-change: opacity;
    display: flex;
    flex: 1 1 auto;
    opacity: 1;
    transition: opacity 250ms ease;
    padding: 0;
    gap: 0;
    margin: 0;
    }
.ccx-main.is-fading-out {
    opacity: 0;
    }
.ccx-main.is-fading-in {
    opacity: 1;
    }
.ccx-media {
    display: flex;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    align-self: flex-start;
    }
.ccx-media img {
    margin-top: 0;
    display: block;
    width: auto;
    object-fit: contain;
    height: 60px;
    }
.ccx-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    margin-left: 1rem;
    }
.ccx-maintext {
    margin: 0;
    color: #FFF;
    text-align: left;
    font-family: Gellix;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-shadow: none;
    }
.ccx-desc {
    text-shadow: none;
    margin: 0;
    color: #FFF;
    text-align: left;
    font-family: Gellix;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    line-height: inherit;
    }
.ccx-desc strong {
    font-family: Gellix;
    font-weight: 700;
    font-size: 13px;
    }
.ccx-slider-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    }
.ccx-bottom-image {
    display: flex;
    align-items: center;
    justify-content: center;
    }
.ccx-trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    }
@media (min-width: 540px) {
    .ccx-slider-wrapper {
        min-height: 155px;
        }
    }
@media (min-width: 992px) {
    .ccx-slider-wrapper {
        margin-bottom: 0;
        width: 483px;
        margin: 0 auto;
                background: #081F28A6;
        border: 2px solid #FD0;
        height: 141px;
        min-height: auto;
        }
    .ccx-slider-bottom {
        padding-right: 1rem;
        }
    .ccx-slider-top {
        min-height: 6rem;
        }
    }
@media (min-width: 768px) and (max-width: 991px) {
    .ccx-slider-wrapper {
        display: none !important;
        }
    }