<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 370px;
}

.map_model img {
  max-width: none !important;
}

@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}

.map_locations {
  display: none;
}

/*# sourceMappingURL=google-map.css.map */
</pre></body></html>