
/* Global Fix for Elementor Raw HTML imports */
.e-con {
    display: flex;
    position: relative;
    width: 100%;
}
.e-con-boxed, .e-con-inner {
    max-width: var(--e-con-inner-width, 1140px);
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.e-flex {
    display: flex;
}
.e-parent {
    flex-direction: column;
}
.elementor-widget-html {
    width: 100%;
}
