.elementor-71 .elementor-element.elementor-element-a83b8fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-35de681 *//* FORCE HERO SECTION FULL SCREEN IN ELEMENTOR FULL WIDTH */

.hero-image {
    width: 100vw !important;
    min-height: 100vh;
    position: relative;

    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
}/* End custom CSS */