.heading_section_with_image_content_slider {
    background-color: var(--color_dark_blue);
    margin: 120px 0;
    overflow: hidden;
    padding: 120px 0
}

.heading_section_with_image_content_slider.remove_tos {
    margin-top: 0
}

.heading_section_with_image_content_slider.remove_bos {
    margin-bottom: 0
}

.heading_section_with_image_content_slider_inner .heading_section {
    color: var(--color_white);
    margin: 0 auto 48px;
    max-width: 704px;
    text-align: center
}

.heading_section_with_image_content_slider_inner .heading_section .heading_text {
    color: var(--color_white);
    line-height: 1.375;
    margin-bottom: 24px
}

.heading_section_with_image_content_slider_inner .heading_section .heading_text span {
    color: var(--color_neon_teal)
}

.heading_section_with_image_content_slider_inner .heading_section .short_description {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 646px;
    color: #E6E7E8;
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper .logo_item {
    border-radius: 80px;
    box-shadow: 0 2px 12px 0 rgba(35, 38, 45, .349);
    padding: 10px 12px
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper .logo_item:not(:first-child) {
    margin-left: -12px
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper .logo_item.color_neon_teal {
    background-color: var(--color_neon_teal)
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper .logo_item.color_blue {
    background-color: var(--color_blue_3)
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper .logo_item.color_neon_yellow {
    background-color: var(--color_neon_yellow)
}

.heading_section_with_image_content_slider_inner .heading_section .logo_item_wrapper .logo_item img {
    height: 24px;
    width: 24px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider {
    overflow-x: visible
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .slick-list {
    overflow: visible
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .slick-track {
    display: flex
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item {
    background-color: var(--color_white_1);
    border-radius: 40px;
    height: inherit;
    margin-right: 24px;
    width: 976px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner {
    align-items: center;
    display: flex;
    padding: 48px;
    row-gap: 24px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section {
    padding-right: 24px;
    width: calc(100% - 480px)
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .sub_heading {
    color: var(--color_black);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .sub_content {
    color: var(--color_gray_3);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .sub_content:last-child {
    margin-bottom: 0
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .slider_logo_image {
    background: linear-gradient(0deg, #23262d, #23262d), linear-gradient(0deg, rgba(130, 197, 251, .1), rgba(130, 197, 251, .1));
    border-radius: 58.18px;
    box-shadow: 0 1.45px 8.73px 0 rgba(13, 246, 198, .349);
    display: inline-flex;
    padding: 9px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .slider_logo_image img {
    height: 15px;
    width: 15px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .slider_image_section {
    align-self: flex-start;
    border-radius: 16px;
    padding-top: 36.37%;
    position: relative;
    width: 480px
}

.heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .slider_image_section img {
    border-radius: 16px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.heading_section_with_image_content_slider_inner .slider__content_continue_btn {
    display: none;
    line-height: 0;
    margin-top: 50px;
    text-align: center;
    transition: all .6s ease
}

.heading_section_with_image_content_slider_inner .slider__content_continue_btn_inner {
    align-items: center;
    color: var(--color_white);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.25
}

.heading_section_with_image_content_slider_inner .slider__content_continue_btn_inner svg {
    color: var(--color_blue_1);
    margin-left: 8px;
    transition: all .5s ease
}

.heading_section_with_image_content_slider_inner .slider__content_continue_btn_inner:hover svg {
    color: var(--color_white)
}

.heading_section_with_image_content_slider_inner .slider__content_continue_btn.slick-btn-disable {
    opacity: 50%
}

.heading_section_with_image_content_slider_inner .slider__content_continue_btn.slick-btn-disable .slider__content_continue_btn_inner {
    cursor: auto;
    pointer-events: none
}

@media (max-width:1359px) {
    .heading_section_with_image_content_slider {
        margin: 100px 0;
        padding: 110px 0 100px
    }
}

@media (max-width:1199px) {
    .heading_section_with_image_content_slider {
        margin: 80px 0;
        padding: 100px 0 80px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item {
        width: 860px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner {
        padding: 38px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section {
        width: calc(100% - 390px)
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .sub_heading {
        font-size: 22px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .slider_image_section {
        width: 390px
    }
}

@media (max-width:991px) {
    .heading_section_with_image_content_slider {
        margin: 60px 0;
        padding-bottom: 60px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item {
        border-radius: 24px;
        width: 740px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner {
        padding: 30px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section {
        padding-right: 16px;
        width: calc(100% - 330px)
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .slider_image_section {
        width: 330px
    }
}

@media (max-width:767px) {
    .heading_section_with_image_content_slider {
        margin: 40px 0;
        padding: 80px 0 40px
    }

    .heading_section_with_image_content_slider_inner .heading_section .short_description {
        margin: 0;
        max-width: none;
        padding: 0 2px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item {
        margin-bottom: 24px;
        margin-right: 0;
        width: auto
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item:last-child {
        margin-bottom: 0
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner {
        flex-direction: column-reverse;
        padding: 16px 16px 24px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section {
        padding-right: 24px;
        width: 100%
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .sub_heading {
        font-size: 20px
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .content_section .sub_heading br {
        display: none
    }

    .heading_section_with_image_content_slider_inner .image_with_content_slider_section .image_with_content_slider .image_content_slider_item_inner .slider_image_section {
        padding-top: 66.56%;
        width: 100%
    }
}

/*# sourceMappingURL=heading_section_with_image_content_slider.css.map */