.contact-map-wrapper {
  position: relative;
}
.contact-map-wrapper .map-image-element {
  width: 100%;
  aspect-ratio: 1494/599;
  margin: 0 auto;
}
.contact-map-wrapper .location-pin {
  position: absolute;
  transform: translate(-100%, -100%);
}
.contact-map-wrapper .location-pin .location-pin-content {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
}
.contact-map-wrapper .location-pin .location-pin-content > div {
  transform: translateY(-53px);
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .contact-map-wrapper .location-pin .location-pin-content > div {
    display: none;
  }
}
.contact-map-wrapper .location-pin .location-pin-content > div .pin-default,
.contact-map-wrapper .location-pin .location-pin-content > div .pin-active {
  width: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .contact-map-wrapper .location-pin .location-pin-content > div .pin-default,
.contact-map-wrapper .location-pin .location-pin-content > div .pin-active {
    width: 1rem;
  }
}
.contact-map-wrapper .location-pin .location-pin-content.row-reverse {
  flex-direction: row-reverse;
}

.pin-data-container {
  position: absolute;
  width: 100%;
  top: 20%;
}
@media screen and (max-width: 1280px) {
  .pin-data-container {
    position: relative;
    margin-top: 45px;
    min-height: 240px;
  }
}
.pin-data-container .pin-data-wrapper {
  display: none;
  position: absolute;
  width: 16.25rem;
  top: 10%;
  left: 10%;
  background: #FFF;
  padding: 2.1875rem;
  border: 1px solid #1f1f1f;
}
@media screen and (max-width: 1280px) {
  .pin-data-container .pin-data-wrapper {
    width: 100%;
    left: 0;
    top: 0;
  }
}
.pin-data-container .pin-data-wrapper img.cp-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  max-width: 9.125rem;
}
@media screen and (max-width: 1280px) {
  .pin-data-container .pin-data-wrapper img.cp-image {
    position: absolute;
    top: unset;
    transform: translate(50%, -50%);
    right: 20%;
    max-width: 9.125rem;
    bottom: 50%;
  }
}