.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}


.w_footer .w_logo img   {
    max-height: 137px !important;
}
"
@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 600px;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 300px;
    }
}


/* Button block */
.block-button-outer a svg[data-v-d8209b0a] {
    height: .6em!important;
}

/* Slideshow style */
#featured .featured-textbox-inner h2 {
    line-height: 1.3em !important;
    font-size: 200% !important;
}

/* END Slideshow style */

/* Buttons */
.Slideshow-Default .w_carousel_button {
    padding: 15px 35px!important;
    border-radius: 50px!important;
}

/* Font override */
.page_id_2015408468
    .tf-block h2, h3, h4, h5, h6 {
        font-family: "Inter", Sans-Serif!important;
    }

/* Textfield padding */
.page_id_2015408468
    .tf-block .block-TextAreaAdvanced-inner>* {
        padding: 0!important;
    }
    
/* Image adjust */
@media (min-width: 1200px) {
    body.read-more.article_id_24 div.single-article-half.single-article-left {
        column-count: 2 !important;
    }

    
    .page_id_2015408468
        .editorContent .image-left-40 {
        width: calc(49% - 10px)!important;
        margin: 10px 20px 25px 0px!important;
    }
    .page_id_2015408468
        .editorContent .image-right-40 {
        width: calc(49% - 10px)!important;
        margin: 10px 0px 25px 20px!important;
    }
}