.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4786 .elementor-element.elementor-element-b175ef4{--spacer-size:50px;}.elementor-4786 .elementor-element.elementor-element-5851990{--spacer-size:50px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7d010ee3 */.speech-bubble-left {
    border-radius: 32px 32px 32px 0 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4b849183 */.has-information {
    fill: var(--light-grey);
    stroke:#fff;
}
.has-information:hover {
    fill: var(--grey) !important;
}
.has-no-information {
    fill:var(--light-grey);
    stroke:#fff;
}
#map-info-wrapper {
    display:flex;
    max-width:100%;
}

.flex {
    gap:calc(var(--space)*2);
    justify-content:space-between;
}

.flexlist {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flexlist>* {
    flex: 0 1 160px;
    padding:var(--space);
    height:60px;
}

#map-wrapper {
    background-color: var(--white);
    width:200px !important;
    height:250px !important;
    overflow:hidden !important;
}

@media only screen and (max-width: 650px) {
 .mobile-responsive-table tbody tr td {
     display: block;
     width: 100%;
     text-align: left !important
 }
 
  .comparison-table-module .responsive-mover, .floating-image, .hide-on-mobile, .menu-sub > div h3, .menu-sub > div > a, nav {
     display: none
 }
}

 @media only screen and (max-width: 1000px) {
     #map-info-wrapper {
         display:block;
     }
     #map-wrapper {
         height:600px !important;
         width:100% !important;
         overflow:hidden !important;
     }
 }/* End custom CSS */