.content-22 {
    overflow: unset;
}

.content-22 .image_right .flex_order_setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-22 .image_left .flex_order_setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content-22 .content_box {
    position: relative;
    min-height: 100vh;
    padding-top: 70%;
}
.content-22 .content_box:last-of-type {
    border-left: none;
}

.content-22 .content_box .text_and_button_container {
    opacity: 1;
    transition: ease all 0.5s;
    padding-left: 20.28px;
}
.content-22 .content_box .generic_image {
    display: none;
    width: 100%;
}
.content-22 .content_box .list_item_button {
    margin-top: 20px;
}
.content-22 .content_box .list_item_button a.button {
    margin: 0px;
}

.content-22 .sticky_image_container .svg_container {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}




/*** Inactive State ***/

.content-22 .sticky_image_outer {
    position: sticky;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}
.content-22 .sticky_image_container div.generic_image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
    transition: 0.8s ease all;
}
.content-22 .sticky_image_container.active div.generic_image {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease all;
    position: relative;
    transition-delay: 0s;
}


/*** Active State ***/
.content-22 .content_box.active .text_and_button_container {
    opacity: 1;
}

.content-22 .image-4by3 {
    padding-bottom: 0;
    height: 100vh;
}
.content-22 .image-4by3 > img {
    object-fit: contain;
    max-width: 80% !important;
    max-height: 80% !important;
    min-width: 80% !important;
    min-height: 80% !important;
}


/* width */
.content-22 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.content-22 ::-webkit-scrollbar-track {
    background-color: white;
}
/* Handle */
.content-22 ::-webkit-scrollbar-thumb {
    background: #E6F0FF;
    border-radius: 20px;
}
.content-22 ::-webkit-scrollbar {
    display: none;
}
.content-22 .content_box h3 {
    margin-bottom: 20px;
}

@media(max-width: 1199.98px){
    .content-22 .content_box .text_and_button_container {
        padding-left: 0;
    }
}
/*** Responsive Manual Slider ***/
@media(max-width: 991.98px) {

    .content-22 .image_right .flex_order_setting {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-22 .sticky_image_outer {
        display: none;
    }
    .content-22 .content_box .text_and_button_container {
        opacity: 1;
    }

    .content-22 .content_overflow_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content-22 .content_box {
        width: 100%;
        min-height: unset;
        padding-top: unset;
        margin-top: 30px;
    }
    .content-22 .content_box .generic_image {
        display: block;
    }

    .content-22 .content_box .words {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content-22 .content_overflow_holder {
        padding-top: 0px;
    }

    .content-22 .image-4by3 {
        height: unset;
        padding-bottom: 56.25%;
    }


    .content-22 .image-4by3 .svg_container {
        position: absolute;
        z-index: 20;
        width: 50%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}



/**** Custom Block Styles after Vanilla ***/
.content-22 h6 {
    margin-bottom: 45px;
}
@media(max-width: 991.98px) {
    .content-22 h6 {
        margin-bottom: 30px;
    }
}



/*
Dynamic Padding Bottom, added if it is the last block on page.
To allow animation to happen.
 */
.content-22 .add_dynamic_padding_bottom {
    padding-bottom: 300px;
}
@media(max-width: 1920px) {
    .content-22 .add_dynamic_padding_bottom {
        padding-bottom: 150px;
    }
}
@media(max-width: 1399.98px) {
    .content-22 .add_dynamic_padding_bottom {
        padding-bottom: 100px;
    }
}
@media(max-width: 991.98px) {
    .content-22 .add_dynamic_padding_bottom {
        padding-bottom: 0;
    }
}