.elementor-34 .elementor-element.elementor-element-c2cdcd4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-34 .elementor-element.elementor-element-9576292{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */@media screen and (max-width: 768px) {
.nav ul .submenu {
    background-color: #fff;
    box-shadow: 0 20px 45px #00000020;
    display: none; /* Hide by default and only show on hover on desktop */
    position: absolute;
    width: 200px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 100%;
}
    .nav {
        flex-direction: column;
        align-items: flex-start;
        background-color: white;
    position: fixed;
    z-index: 100;
}
    .nav ul {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 52%;
        background-color: white;
        flex-direction: column;
        transition: left 0.3s ease;
        padding: 20px 0;
        z-index: 4;
    }
    .nav ul.show {
        right: 0;
        top: 103px;
    }
    .nav ul li {
        display: block;
        margin: 10px 20px;
    }
    .burger {
        display: block;
    }
    .nav ul .submenu {
    background-color: #fff;
    box-shadow: none;
    display: block;
    color: black;
    position: unset;
    width: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: visible;
    opacity: 1;
}
.burger {
    display: none;
    cursor: pointer;
    background: transparent;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
}

.burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: 0.3s;
    outline: none;
}
[type=button], [type=submit], button {
    color: transparent!important;
}
button:hover {
    border: none!important;
    color: #fff;
    background-color: transparent!important;
    text-decoration: none;
    outline: none;
}
}/* End custom CSS */