/* This file is generated by webpack on compile.
In order to add new variables, please add them to theme.json */
.points-of-interest {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.points-of-interest__pois {
  list-style-type: none;
  counter-reset: poi-counter;
  padding-left: 60px;
  margin: 0;
}
.points-of-interest__poi {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  cursor: default;
}
.points-of-interest__poi:has(.poi__label:hover) .poi__label, .points-of-interest__poi:has(.poi__label:hover) .poi__info {
  opacity: 1;
}
.points-of-interest .poi__container {
  display: flex;
  align-items: center;
  gap: 1ch;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.points-of-interest .poi__label {
  position: relative;
  font-size: clamp(50px, 4.1vw + 8px, clamp(45px, 4.629vw, 70px));
  opacity: 0.5;
  transition: opacity 0.3s;
  color: #336649;
  max-width: 1000px;
  text-wrap: balance;
}
.points-of-interest .poi__label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-150%, -50%, 0);
  font-size: 25px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: -0.75px;
  counter-increment: poi-counter;
  content: "0" counter(poi-counter);
}
.points-of-interest .poi__label::before:nth-child(n+10) {
  content: counter(poi-counter);
}
.points-of-interest .poi__image {
  width: 471px;
  height: 573px;
  border-top-left-radius: 127px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  display: none;
  pointer-events: none;
}
.points-of-interest .poi__info {
  text-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  gap: 0.5ch;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  left: calc(100% + 8px);
}
.points-of-interest .poi__info-item {
  display: flex;
  align-items: center;
  gap: 0.5ch;
  color: #336649;
}
.points-of-interest .poi__info-item--distance {
  display: block;
  align-content: center;
}
.points-of-interest .poi__info-item--subway span {
  color: #faf7f3;
  background-color: #336649;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
}
.points-of-interest .poi__info-item--bus span {
  display: inline-flex;
}
.points-of-interest .poi__info-item:where(.poi__info-item--subway + .poi__info-item--bus)::before {
  content: "+";
}
.points-of-interest .poi__info-item:where(.poi__info-item--distance:has(+ .poi__info-item--subway), .poi__info-item--distance:has(+ .poi__info-item--bus))::after {
  content: ", ";
}
@media screen and (max-width: 1199px) {
  .points-of-interest .poi__info {
    flex-direction: column;
  }
  .points-of-interest .poi__info-item:where(.poi__info-item--subway + .poi__info-item--bus)::before {
    content: unset;
  }
  .points-of-interest .poi__info-item:where(.poi__info-item--distance:has(+ .poi__info-item--subway), .poi__info-item--distance:has(+ .poi__info-item--bus))::after {
    content: unset;
  }
}
@media screen and (max-width: 1023px) {
  .points-of-interest__pois {
    display: flex;
    gap: 24px;
    padding-left: 0;
    overflow-x: auto;
    cursor: grab;
    -moz-scrollbar-width: none;
    scrollbar-width: none;
  }
  .points-of-interest__poi {
    cursor: inherit;
  }
  .points-of-interest__poi:hover .poi__info, .points-of-interest__poi:hover .poi__label {
    opacity: 1;
  }
  .points-of-interest .poi__container {
    flex-direction: column;
  }
  .points-of-interest .poi__label {
    order: 2;
    font-size: 30px;
    margin-left: 44px;
  }
  .points-of-interest .poi__label::before {
    transform: translate3d(-135%, -50%, 0);
  }
  .points-of-interest .poi__image {
    order: 1;
    width: 256px;
    height: 330px;
    display: block !important;
    position: static;
  }
  .points-of-interest .poi__info {
    position: static;
    flex-direction: row;
    order: 3;
  }
  .points-of-interest .poi__info-item:where(.poi__info-item--subway + .poi__info-item--bus)::before {
    content: "+";
  }
  .points-of-interest .poi__info-item:where(.poi__info-item--distance:has(+ .poi__info-item--subway), .poi__info-item--distance:has(+ .poi__info-item--bus))::after {
    content: ", ";
  }
}
