.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-26eee20 *//* HEADER */

.site-header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #f3edf3;
    position:sticky;
    top:0;
    z-index:9999;
}

.site-header .container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:14px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* iPhone Safe Area */

@supports (padding:max(0px)){

.site-header .container{

padding-left:max(20px, env(safe-area-inset-left));

padding-right:max(20px, env(safe-area-inset-right));

}

}

/* MOBILE */

@media (max-width:991px){

.site-header .container{

width:100%;
max-width:100%;
padding:14px 18px;

display:flex;
justify-content:space-between;
align-items:center;

}

.logo{
flex:0 0 auto;
}

.logo img{
height:52px;
width:auto;
max-width:180px;
}

.mobile-toggle{
display:flex;
align-items:center;
justify-content:center;
margin-left:auto;
flex-shrink:0;
}

.main-navigation,
.header-contact{
display:none;
}

}/* End custom CSS */