.nhec-bill-rev-2-wrapper {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 20px;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1160px) {
  .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend {
    display: none;
  }
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper {
  position: sticky;
  top: 100px;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-letter {
  width: 100%;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ff5c39;
  box-shadow: 0 0 5px #ff5c39;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-family: "Urbanist Variable Weight", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content {
  flex: 1;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-title {
  font-family: "Urbanist Variable Weight", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-top: 4px;
  margin-bottom: 8px;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-description {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  display: none;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-description p, .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-description ul, .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-description li, .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-description ol {
  font-size: inherit;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item.active {
  background-color: rgba(255, 92, 57, 0.1);
  padding: 16px 16px 0 16px;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-legend > .wrapper > .nhec-bill-rev-2-legend-item.active > .nhec-bill-rev-2-legend-item-content > .nhec-bill-rev-2-legend-item-description {
  display: block;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container {
  width: 60%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1160px) {
  .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container {
    width: 100%;
  }
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container > .nhec-bill-rev-2 {
  aspect-ratio: 1164/1538;
  width: 100%;
  height: auto;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container > .nhec-bill-rev-2 > .nhec-bill-rev-2-hotspot {
  width: 8%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: var(--top, 50%);
  left: var(--left, 50%);
  opacity: 1;
  background-color: rgba(255, 93, 57, 0.644);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: "Urbanist Variable Weight", Arial, Helvetica, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 5px #ff5c39;
  color: #ff5c39;
  background-color: rgba(255, 255, 255, 0.582);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
  z-index: 2;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container > .nhec-bill-rev-2 > .nhec-bill-rev-2-hotspot {
    font-size: 24px;
  }
}
.nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container > .nhec-bill-rev-2 > .nhec-bill-rev-2-hotspot:hover, .nhec-bill-rev-2-wrapper > .nhec-bill-rev-2-container > .nhec-bill-rev-2 > .nhec-bill-rev-2-hotspot.active {
  background-color: #ff5c39;
  color: #fff;
}

.nhec-popup-section p {
  font-size: unset !important;
}/*# sourceMappingURL=style.css.map */