html {
  scroll-behavior: smooth;
}

#high-voltage img {
  max-width: none;
  vertical-align: bottom;
}
#high-voltage .ancker-images {
  position: relative;
  margin-top: 25px;
}
#high-voltage .ancker-images::after {
  content: "";
  width: 440px;
  height: 100px;
  background-image: url("/high-voltage/img/deco_high-voltage.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 33px;
  left: 203px;
  pointer-events: none;
  z-index: 3;
}
#high-voltage .ancker-images > img {
  width: 100%;
  height: auto;
}
#high-voltage .ancker-images .ancker-link {
  position: absolute;
  top: 0;
  left: auto;
  z-index: 2;
  display: block;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#high-voltage .ancker-images .ancker-link.link01 {
  width: 124px;
  top: auto;
  left: 70px;
  bottom: 66px;
}
#high-voltage .ancker-images .ancker-link.link02 {
  width: 206px;
  top: auto;
  left: 242px;
  bottom: 62px;
}
#high-voltage .ancker-images .ancker-link.link03 {
  width: 126px;
  top: auto;
  left: 449px;
  bottom: 79px;
}
#high-voltage .ancker-images .ancker-link.link04 {
  width: 247px;
  top: auto;
  left: auto;
  right: 136px;
  bottom: 68px;
  z-index: 3;
}
#high-voltage .ancker-images .ancker-link.link05 {
  width: 190px;
  top: 40px;
  left: 40px;
}
#high-voltage .ancker-images .ancker-link.link06 {
  width: 154px;
  top: 14px;
  left: auto;
  right: 75px;
}
#high-voltage .ancker-images .ancker-link.link07 {
  width: 143px;
  top: auto;
  left: auto;
  right: 90px;
  bottom: 67px;
}
@media (hover: hover) {
  #high-voltage .ancker-images .ancker-link:hover {
    opacity: 0.6;
  }
}
#high-voltage .ancker-block {
  padding-top: 80px;
}
#high-voltage .high-voltage-img01 {
  width: 400px;
}
#high-voltage .high-voltage-img02 {
  width: 260px;
}
#high-voltage .high-voltage-img03 {
  width: 616px;
}
#high-voltage .high-voltage-img04 {
  width: 736px;
}
#high-voltage .high-voltage-link01 {
  text-decoration: underline;
  color: #6AAFE1;
}
#high-voltage .high-voltage-grid01 {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
}