.de_block_map .map_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 37.5rem;
}
@media screen and (max-width: 1024px) {
  .de_block_map .map_wrapper {
    height: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_map .map_wrapper {
    height: auto;
    flex-direction: column;
  }
}
.de_block_map #map_canvas {
  width: 50%;
  height: 100%;
  background-color: #edf4f9;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .de_block_map #map_canvas {
    width: 100%;
    height: 15.5rem;
    order: 2;
  }
}
.de_block_map #contact_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 1.5rem;
  background-color: #edf4f9;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .de_block_map #contact_box {
    order: 1;
    padding: 1.5rem;
  }
}
.de_block_map .hotel_logo {
  width: 17.3125rem;
}
@media screen and (max-width: 767px) {
  .de_block_map .hotel_logo {
    width: 15rem;
  }
}
.de_block_map .map_address,
.de_block_map .map_phone,
.de_block_map .map_email {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--color-eerie-black);
  width: 50%;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .de_block_map .map_address,
  .de_block_map .map_phone,
  .de_block_map .map_email {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_map .map_address,
  .de_block_map .map_phone,
  .de_block_map .map_email {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.de_block_map .map_address::before,
.de_block_map .map_phone::before,
.de_block_map .map_email::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.de_block_map .map_address {
  align-items: flex-start;
}
.de_block_map .map_address::before {
  mask-image: url("../../../../assets/img/MapPin.svg");
}
.de_block_map .map_phone::before {
  mask-image: url("../../../../assets/img/PhoneCall.svg");
}
.de_block_map .map_email::before {
  mask-image: url("../../../../assets/img/EnvelopeOpen.svg");
}
/*# sourceMappingURL=map.min.css.map */
