.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content {
    display: flex;
    /* gap: 80px; */
    padding-top: 80px;
    align-items: center;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content > .left-content {
    /* width: 764px; */
    flex: 1;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content h2 {
    color: #222;

    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.152px;

}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .description p {
    color: #222;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 166.667% */
    letter-spacing: -0.116px;
}
.left-content-with-stats-slider-on-the-right-section.template-2 .left-content-with-stats-slider-on-the-right-section-content .description p {
    color: #374046;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .read-more-link {
    color: var(--vivid-vivid-02, #207DE9);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.432px;
    text-decoration: none;
    display: flex;
    margin-bottom: 48px;
    margin-top: 37px;
    gap: 8px;
    align-items: center;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .read-more-link::after {
    content: "\e928";
    font-family: 'icomoon-header'!important;

}
.left-content-with-stats-slider-on-the-right-section .stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.left-content-with-stats-slider-on-the-right-section .right-content .stats {
    display: none;
}
.left-content-with-stats-slider-on-the-right-section .stats .stat {
    width: 233px;
    display: flex;
    flex-direction: column;
}
.left-content-with-stats-slider-on-the-right-section  .stats .stat .stat-description  {
    display: flex;
    flex-direction: column;
}
.left-content-with-stats-slider-on-the-right-section  .stats .stat h3 {
    color: var(--accent-teal-03, #6ADFD7);
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.152px;
}

.left-content-with-stats-slider-on-the-right-section  .stats .stat strong {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.left-content-with-stats-slider-on-the-right-section  .stats .stat span {
    color: #222;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    letter-spacing: -0.039px;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .right-content {
    position: relative;
    flex-basis: 555px;
    /* flex: 1; */
    width: 595px;
}
.left-content-with-stats-slider-on-the-right-section.template-2 .left-content-with-stats-slider-on-the-right-section-content .right-content {
    flex: 1;
}
.left-content-with-stats-slider-on-the-right-section.template-2 .left-content-with-stats-slider-on-the-right-section-content .slider-container {
    padding-left: 100px;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container {
    overflow: hidden;
    position: absolute;
    /* right: 0; */
    width: 235%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    top: 0px;
    padding-left: 180px;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item {
    width: 522px!important;

}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content {
    display: flex;
    padding: 0px 20px 40px 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--vivid-vivid-07, #00448F);
    height: auto !important;
}

.left-content-with-stats-slider-on-the-right-section.template-2 .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content {
    background: #083A74;
    padding: var(--s5, 40px) var(--s6, 48px);
    background-image: url(/wp-content/themes/fx/assets/img/blocks/general/left-content-with-stats-slider-on-the-right/bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
/* Scrollbar styling */

/* Works on Firefox */
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content .description {
	scrollbar-width: thin;
	scrollbar-color: #4686cd auto;
    padding-right: 20px;
}

.left-content-with-stats-slider-on-the-right-section.template-1 .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content .description {
    max-height: 350px;
    overflow-y: auto;
}

/* Works on Chrome, Edge, and Safari */
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content .description::-webkit-scrollbar {
	width: 3px;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content .description::-webkit-scrollbar-track {
	background: #0d3057;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content .description::-webkit-scrollbar-thumb {
	background-color:#4686cd;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-item__img {
    padding-left: 48px;
    padding-right: 48px;
    position: relative;
    margin-bottom: -100px;
    display: flex;
}
.left-content-with-stats-slider-on-the-right-section.template-1 .left-content-with-stats-slider-on-the-right-section-content .slider-item__img {
    height: 250px;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-item__img > .image-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-height-placeholder {
    width: 100%;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .img-height {
    height: 107px;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide h3.with-heading-padding {
    padding-top: 40px;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ul,
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ol {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ul li,
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ol li{  
    position: relative;
    padding-left: 20px;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ul li::before,
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ol li::before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top: 20px    
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide h3 {
    color: #FFF;

    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.432px;

} 
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description p, 
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ul li,
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ol li{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.081px;
    margin-top: 0px;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description p:last-child, 
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ul li,
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ol li{
    margin-bottom: 0px;
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description a {
    color: white;
}

/* .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-current.slick-active .description ul li,
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-current.slick-active .description ol li {
    display: flex;
} */
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-slider {
    position: initial;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-next {
    left: 5%;
    background: #207DE9;
    width: 64px;
    height: 64px
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-next::before {
    font-size: 43px;
    content: "\e927";
    color: white;
}
.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-prev {
    display: none!important;
}
.left-content-with-stats-slider-on-the-right-section * {
    min-height: 1px;
    min-width: 1px;
}
.slider-item__img-template-2 {
    align-self: flex-start;
}
.left-content-with-stats-slider-on-the-right-section .slider-item__img img {
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(55, 64, 70, 0.15);
}
/*Gallery*/
.left-content-with-stats-slider-on-the-right-slider .mfp-counter {
    display: none;
}
.left-content-with-stats-slider-on-the-right-slider .mfp-arrow.mfp-arrow-left
 {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    left: 50px;
}
.left-content-with-stats-slider-on-the-right-slider .mfp-arrow.mfp-arrow-right {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    right: 50px;

}
.left-content-with-stats-slider-on-the-right-slider .mfp-arrow.mfp-arrow-left::before {
    font-family: 'icomoon-header'!important;
    font-size: 43px;
    content: "\e927";
    color: #fff;
    border: initial!important;
    margin-top: 0;
    position: initial;
    z-index: 2;
    position: relative;
    color: #207DE9;
    opacity: 1;
    top: -22px;
    left: -16px;
}
.left-content-with-stats-slider-on-the-right-slider .mfp-arrow.mfp-arrow-right::before {
    font-family: 'icomoon-header'!important;
    font-size: 43px;
    content: "\e928";    
    color: #fff;
    border: initial!important;
    margin-top: 0;
    position: initial;
    z-index: 2;
    position: relative;
    color: #207DE9;
    opacity: 1;
    top: -22px;
    left: -26px;
}
.left-content-with-stats-slider-on-the-right-slider .mfp-arrow.mfp-arrow-left::after,
.left-content-with-stats-slider-on-the-right-slider .mfp-arrow.mfp-arrow-right::after {
    display: none;
}
.left-content-with-stats-slider-on-the-right-slider  .mfp-image-holder .mfp-close {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 0;
    opacity: 2;
    padding: 0px!important;
    margin: 0px!important;
    color: transparent;
    background-image: url(/wp-content/themes/fx/assets/img/blocks/general/left-content-with-stats-slider-on-the-right/close-button-popup.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    justify-content: flex-end;
}
.left-content-with-stats-slider-on-the-right-slider img.mfp-img {
    border-radius: 8px!important;
    box-shadow: 0px 0px 12px 0px rgba(55, 64, 70, 0.15);
    padding: 0;  
    max-width: 848px;
}
.left-content-with-stats-slider-on-the-right-slider figure {
    padding: 40px 0 40px;
    border-radius: 8px!important;

}
.left-content-with-stats-slider-on-the-right-section.template-2 .stats .stat .stat-description,
.left-content-with-stats-slider-on-the-right-section.template-2 .stats .stat strong {
    color:#869298;

}
.left-content-with-stats-slider-on-the-right-section.below-stats .stats {
    margin-bottom: 32px;
}
@media screen and (min-width: 1201px) {
    .left-content-with-stats-slider-on-the-right-section .slick-initialized .slick-slide.slick-current {
        padding-right: 20px;
        width: auto!important;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item {
        margin-left: 20px;
    }   
}
@media screen and (max-width: 1650px) {
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .right-content {
        flex-basis: 751px;
    }

}
@media screen and (max-width: 1200px) {
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content {
        flex-direction: column;
        padding-bottom: 80px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .right-content {
        flex-basis: 100%;
        width: 100%;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container {
        padding-left: 98px;
        width: 100%;
        position: relative;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-next {
        left: 0%;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item {
        padding-right: 40px;
        width: 100%!important;
    }
    .slider-height-placeholder {
        display: none;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content>.left-content {
        padding-bottom: 40px;
    }
}

/* @media screen and (max-width: 800px) {
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container {
        width: 130%;
    }
} */
@media screen and (max-width: 991px) {
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container {
        width: 100%;
        padding-left: 0px!important;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item {
        padding-right: 1px;
        padding-left: 1px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content {
        padding: 0 16px 16px 16px;
    }
     
    .left-content-with-stats-slider-on-the-right-section.template-2 .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper .slider-item .slider-item__content {
        padding: 40px 16px 40px 16px;

    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-list {
        flex-basis: 100%;
        flex-wrap: wrap;
        order: -1;
        margin-bottom: 50px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-next {
        order: 2;
        position: initial;
        margin-left: 32px;
    }
    
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-prev {
        display: block!important;
        order: 1;
        position: initial;
        background: #207DE9;
        width: 64px;
        height: 64px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-next::before {
        content: "\e928";
    }

    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slick-prev::before {
        font-size: 43px;    
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .description p {
        font-size: 18px;
        line-height: 31px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .read-more-link {
        font-size: 21px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .stats .stat h3 {
        font-size: 32px;
        line-height: 32px;
    }

    .left-content-with-stats-slider-on-the-right-section .slick-initialized .slick-slide {
        padding-right: 19px;
    }
    .left-content-with-stats-slider-on-the-right-slider img.mfp-img {
        width: 100%;
    }
    .left-content-with-stats-slider-on-the-right-slider .mfp-container {
        display: flex;
        justify-content: center;
        align-items: center;        
        flex-wrap: wrap;
        gap: 10px;
        align-content: center;
    }
    .left-content-with-stats-slider-on-the-right-slider .mfp-container:before {
        display: none;
    }
    .left-content-with-stats-slider-on-the-right-slider .mfp-container .mfp-arrow {
        position: initial;
        margin-top: 0;
    }   
    .left-content-with-stats-slider-on-the-right-slider .mfp-image-holder .mfp-close {
        margin-right: 8px!important;
    }
}
@media screen and (max-width: 699px) {
    .left-content-with-stats-slider-on-the-right-section .slick-initialized .slick-slide {
        padding-right: 0px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description p, 
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ul li,
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide .description ol li{
        color: #FFF;
    
        font-size: 14.4px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px; /* 155.556% */
        letter-spacing: -0.065px;
    
    }

    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slick-slide h3 {
        color: #FFF;
        text-align: center;
        font-size: 19.2px;
        font-style: normal;
        font-weight: 600;
        line-height: 25.6px;
        letter-spacing: -.346px;
    }   
}

@media screen and (max-width: 500px) {

    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .left-content .stats {
        display: flex;
    } 
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content>.left-content {
        padding-bottom: 40px;
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-item__img {
        margin-bottom: -52px; 
    }
    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .img-height {
        height: 31px;
    }
    .left-content-with-stats-slider-on-the-right-section .stats .stat {
        align-items: center;
        width: 100%;
    }
    .left-content-with-stats-slider-on-the-right-section .stats .stat .stat-description {
        align-items: center;
    }
    .left-content-with-stats-slider-on-the-right-section.template-1 .left-content-with-stats-slider-on-the-right-section-content .slider-item__img {
        height: auto;
    }

 
}

@media screen and (min-width: 501px) {

    .left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .right-content .stats {
        display: none;
    } 
}

.left-content-with-stats-slider-on-the-right-section .left-content-with-stats-slider-on-the-right-section-content .slider-container .slider-wrapper:not(.slick-slider) {
    visibility: hidden;
}