.elementor-kit-8{--e-global-color-primary:#20448D;--e-global-color-secondary:#000000;--e-global-color-text:#1C1C1C;--e-global-color-accent:#E33A25;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:19px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.5em;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-secondary-letter-spacing:0.01em;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.02em;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0.02em;background-color:#FAFAFA;font-family:"Arial", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#20448D;}.elementor-kit-8 a:hover{color:#7C8FBB;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Desktop: Images on the right */
@media only screen and (min-width: 1025px) {
    .elementor-posts .elementor-post {
        display: flex;
        flex-direction: row;
    }
    .elementor-posts .elementor-post .elementor-post__thumbnail {
        order: 2;
    }
    .elementor-posts .elementor-post .elementor-post__text {
        order: 1;
    }
}

/* Tablet and Mobile: Images on top */
@media only screen and (max-width: 1024px) {
    .elementor-posts .elementor-post {
        display: flex;
        flex-direction: column;
    }
    .elementor-posts .elementor-post .elementor-post__thumbnail {
        order: 1;
    }
    .elementor-posts .elementor-post .elementor-post__text {
        order: 2;
    }
}/* End custom CSS */