
.multi-channel {
    padding-bottom: 120px;
}

.multi-arrow-left {
    position: absolute;
    left: -100px;
    bottom: 0;
    width: 586px;
}

.multi-channel-slider-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.multi-channel-slider {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 95px;
}

.channel-box {
    background: #ffffff;
    border: 1px solid #d4d9f1;
    border-radius: 40px;
    width: 276px;
    padding: 25px;
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
    min-height: 375px;
    padding-top: 120px;
    padding-right: 40px;
    position: relative;
    padding-bottom: 45px;
}

    .channel-box h3 {
        font-size: 20px;
        color: #2b2d6c;
        font-family: "FS Elliot Pro";
        font-weight: bold;
    }

    .channel-box p {
        font-size: 18px;
        color: #58596b;
        font-family: "FS Elliot Pro";
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 0;
    }

.multi-channel-slider .swiper-slide:nth-child(1n) .channel-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: url(../images/multi-arrow-1.png) no-repeat;
    width: 212px;
    height: 111px;
}

.multi-channel-slider .swiper-slide:nth-child(2n) .channel-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: url(../images/multi-arrow-2.png) no-repeat;
    width: 212px;
    height: 111px;
}

.multi-channel-slider .swiper-slide:nth-child(3n) .channel-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: url(../images/multi-arrow-3.png) no-repeat;
    width: 212px;
    height: 111px;
}

.arrow .arrow-icon {
    position: relative;
    top: 0px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 10px;
}

.arrow .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.channel-box:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.channel-box:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.channel-box .arrow {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.multi-channel-slider .swiper-wrapper {
    margin-left: -147px;
}

.multi-channel-slider-wrapper .swiper-button-prev {
    background: #2b2d6c;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    left: -30px;
}

.multi-channel-slider-wrapper .swiper-button-next {
    background: #ecedf7;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    right: -20px;
}

    .multi-channel-slider-wrapper .swiper-button-prev:after,
    .multi-channel-slider-wrapper .swiper-button-next:after {
        font-size: 22px;
        font-weight: bold;
        color: #2b2d6c;
    }

    .multi-channel-slider-wrapper .swiper-button-next:before {
        content: "";
        position: absolute;
        left: 22px;
        top: 50%;
        width: 28px;
        height: 2px;
        background: #2b2d6c;
        transform: translateY(-50%);
    }

.multi-channel-slider-wrapper .swiper-button-prev:before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 28px;
    height: 2px;
    background: #ffffff;
    transform: translateY(-50%);
}

.multi-channel-slider-wrapper .swiper-button-prev:after {
    color: #ffffff;
    position: relative;
    left: -10px;
}

.multi-channel-slider-wrapper .swiper-button-next:after {
    position: relative;
    right: -10px;
}

.multi-channel-skwe {
    background: #ffeee7;
    width: 740px;
    height: 350px;
    position: absolute;
    border-radius: 40px;
    z-index: 0;
    right: 40px;
    top: 105px;
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.channel-icon {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

    .channel-icon object {
        width: 100%;
    }

.channel-icon-bg {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: -1;
}

.channel-box img {
    width: 100% !important;
}

.use-cases {
    position: relative;
    overflow: hidden;
}

.use-case-slider-wrapper,
.use-case-box,
.use-case-box-left,
.use-left-top,
.use-left-bottom {
    width: 100%;
    float: left;
    position: relative;
}

.use-case-skew {
    background: linear-gradient(to right, #ffffff, #ffeee7);
    width: 100%;
    height: 615px;
    position: absolute;
    border-radius: 0;
    z-index: -1;
    right: -50px;
    top: 190px;
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.use-left-top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

    .use-left-top img {
        width: auto;
    }

    .use-left-top span {
        color: #2b2d6c;
        font-size: 26px;
        font-family: "FS Elliot Pro";
        font-weight: bold;
        max-width: 255px;
        line-height: 30px;
        margin-top: 30px;
    }

.ondemand-notification .use-left-top span {
    margin-left: 30px;
}

.use-left-bottom p {
    color: #58596b;
    font-family: "FS Elliot Pro";
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
}
