.left_content_right_image_video {
    position: relative;
    padding: 100px 0;
    background-color: #FFFFFF;
}

.left_content_right_image_video.bg_light_gray {
    background-color: #EEF3F4;
}

.left_content_right_image_video .left_content_right_image_video_inner {
    display: flex;
    align-items: center;
    gap: 16px;
}

.left_content_right_image_video .left_content_right_image_video_inner.media_left {
    flex-direction: row-reverse;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_content {
    width: calc(41% - 8px);
    padding-right: 55px;
}

.left_content_right_image_video .left_content_right_image_video_inner.media_left .left_content_right_image_video_content {
    padding-left: 55px;
    padding-right: 0;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid {
    width: calc(59% - 8px);
    min-height: 424px;
    position: relative;
}

.left_content_right_image_video .left_content_right_image_video_inner .video_container .embed-responsive,
.left_content_right_image_video .left_content_right_image_video_inner .video_container {
    min-height: 424px;
}

.left_content_right_image_video .left_content_right_image_video_inner iframe,
.left_content_right_image_video .left_content_right_image_video_inner video {
    min-height: 424px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    background-color: #000000;
}

.left_content_right_image_video .left_content_right_image_video_inner .video_container.have_poster_image {
    position: relative;
}

.left_content_right_image_video .left_content_right_image_video_inner .video_container.have_poster_image:not(.active) .video_poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.left_content_right_image_video .left_content_right_image_video_inner .video_container.have_poster_image.active .video_poster {
    display: none;
}

.left_content_right_image_video .left_content_right_image_video_inner .video_container.have_poster_image .video_poster picture {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.left_content_right_image_video .left_content_right_image_video_inner .video_container.have_poster_image .video_poster img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .left_content_right_image_video_image_vid_img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .left_content_right_image_video_image_vid_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.left_content_right_image_video .left_content_right_image_video_content .left_content_right_image_video_content_heading {
    font-weight: 600 !important;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 16px;
}

.left_content_right_image_video .left_content_right_image_video_content .left_content_right_image_video_content_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    max-width: 430px;
    margin-bottom: 16px;
}

.left_content_right_image_video .left_content_right_image_video_content .left_content_right_image_video_content_text ul {
    list-style: disc;
    padding-left: 10px;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .play_inline_video svg {
    pointer-events: none;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .play_inline_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: medium none;
    width: 56px;
    height: 56px;z-index: 2;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .play_inline_video.pause-video .play_icon {
    display: none;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .play_inline_video.pause-video .pause_icon {
    display: block !important;
}

.left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .play_inline_video.pause-video {
    opacity: 0.5;
    left: calc(100% - 40px);
    top: calc(100% - 40px);
}

@media (max-width: 1199px) {
    .left_content_right_image_video {
        padding: 88px 0;
    }
}

@media (max-width: 991px) {
    .left_content_right_image_video {
        padding: 75px 0;
    }

    .left_content_right_image_video .left_content_right_image_video_inner.media_left,
    .left_content_right_image_video .left_content_right_image_video_inner {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 24px;
    }

    .left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_content {
        width: 100%;
        order: 2;
        padding-right: 0;
    }
    
    .left_content_right_image_video .left_content_right_image_video_inner.media_left .left_content_right_image_video_content {
        padding-left: 0;
    }

    .left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid {
        width: 100%;
        order: 1;
    }

    .left_content_right_image_video .left_content_right_image_video_content .left_content_right_image_video_content_text {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .left_content_right_image_video {
        padding: 60px 0;
    }

    .left_content_right_image_video .left_content_right_image_video_inner .video_container .embed-responsive,
    .left_content_right_image_video .left_content_right_image_video_inner .video_container,
    .left_content_right_image_video .left_content_right_image_video_inner iframe,
    .left_content_right_image_video .left_content_right_image_video_inner video,
    .left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid {
        min-height: 264px;
        height: calc(264 / 375 * 100vw);
        max-height: 424px;
        max-height: 424px;
    }

    .left_content_right_image_video .left_content_right_image_video_inner .left_content_right_image_video_image_vid .play_inline_video {
        width: 48px;
        height: 48px;
    }
}