.elementor-6206 .elementor-element.elementor-element-40db62d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6206 .elementor-element.elementor-element-963f099{width:100%;max-width:100%;}.elementor-6206 .elementor-element.elementor-element-963f099 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-963f099 */<style>
/* Hide mobile layout by default */
.mobile-view { 
    display: none !important;
}

/* Show desktop version on screens wider than 768px */
@media screen and (min-width: 769px) {
    .desktop-view { 
        display: block !important; 
    }
    .mobile-view { 
        display: none !important; 
    }
}

/* Show mobile version on screens smaller than 768px */
@media screen and (max-width: 768px) {
    .desktop-view { 
        display: none !important; 
    }
    .mobile-view { 
        display: block !important; 
    }
}
</style>/* End custom CSS */