.elementor-kit-5{--e-global-color-primary:#A6E0DE;--e-global-color-secondary:#391F48;--e-global-color-text:#391F48;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-0.8px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Poppins", poppins;--e-preloader-animation-duration:500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:82px;--e-preloader-rotate:0deg;}.elementor-kit-5 e-page-transition{background-color:#FFFFFF00;}.elementor-kit-5 a{font-family:"Poppins", poppins;}.elementor-kit-5 h1{font-family:"Poppins", poppins;}.elementor-kit-5 h2{font-family:"Poppins", poppins;}.elementor-kit-5 h3{font-family:"Poppins", poppins;}.elementor-kit-5 h4{font-family:"Poppins", poppins;}.elementor-kit-5 h5{font-family:"Poppins", poppins;}.elementor-kit-5 h6{font-family:"Poppins", poppins;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", poppins;}.elementor-kit-5 label{font-family:"Poppins", poppins;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Poppins", poppins;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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;}}/* Start custom CSS *//* Prevent horizontal scroll on mobile */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Make all Elementor containers fit screen */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget {
    max-width: 100%;
}

/* Images auto scale */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Prevent oversized elements */
* {
    box-sizing: border-box;
}

/* Mobile adjustments */
@media (max-width: 767px) {

    /* Remove accidental side spacing */
    .elementor-container,
    .elementor-column {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Force widgets not to overflow */
    .elementor-widget-wrap {
        flex-wrap: wrap;
    }

    /* Fix sections wider than screen */
    section,
    div {
        max-width: 100vw;
    }
}/* End custom CSS */