.size-checker {
  opacity: 0;
  position: absolute;
}
.map__cluster {
  font-size: 16px;
}
.llmap__map {
  height: 100%;
  width: 100%;
}
.llmap__marker--scale > *,
.llmap__marker > * {
  transition: transform 0.25s;
}
.llmap__marker--scale > * {
  transform: scale(1.25);
}
.map {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  height: 500px;
  overflow: hidden;
}
.map__cluster {
  align-items: center;
  display: flex;
  font-family:
    DINPro Technopark,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  margin: auto;
}
