@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-map-fullwidth {
  position: relative;
}
.l-map-fullwidth__map {
  height: 600px;
}
.l-map-fullwidth .gm-style-iw-chr {
  display: none;
}
.l-map-fullwidth__infowindow {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #000 !important;
  width: 250px;
  padding: 10px;
}
.l-map-fullwidth__infowindow img {
  display: block;
  width: 78px;
  height: auto;
  margin: 20px auto 30px auto;
}
.l-map-fullwidth__wrapper {
  border: 3px solid transparent;
  border-image: linear-gradient(to right, #c94eca, #50D5EC) 1;
  display: flex;
}
@media (max-width: 991.98px) {
  .l-map-fullwidth__wrapper {
    flex-direction: column;
    height: auto !important;
  }
}
.l-map-fullwidth__info {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-map-fullwidth__title, .l-map-fullwidth__address, .l-map-fullwidth__phone, .l-map-fullwidth__link {
  font-size: 1.125em;
  line-height: normal;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-map-fullwidth__title, .l-map-fullwidth__address, .l-map-fullwidth__phone, .l-map-fullwidth__link {
    font-size: 1em;
  }
}
.l-map-fullwidth__title {
  font-weight: 900;
}
.l-map-fullwidth__address, .l-map-fullwidth__phone {
  font-weight: normal;
}
.l-map-fullwidth__link {
  text-decoration: underline;
  color: #50D5EC;
}