/* .esg-content.reached .esg-bar {
  position: sticky;
  bottom: 0;
  top: auto;
}
 */
.esg-content.reached {
  position: static;
}

.esg_head {
  min-height: calc(100vh - 22.5rem);
}

[esgbar] {
  width: 100%;
}

[esgbar="3"] {
  top: calc(100vh - 7.5rem);
  /* top: 222px; */
}

[esgbar="2"] {
  top: calc(100vh - 15rem);
  /* top: 118px; */
}
[esgbar="1"] {
  top: calc(100vh - 22.5rem);
  /* top: 0px; */
}

.reached [esgbar] {
  position: sticky;
}

.reached [esgbar="3"] {
  /* top: calc(100vh - 126px); */
  top: auto;
  bottom: 0rem;
}

.reached [esgbar="2"] {
  /* top: calc(100vh - 126px); */
  top: auto;
  bottom: 7.5rem;
}

.reached [esgbar="1"] {
  top: auto;
  /* top: calc(100vh - 126px); */
  bottom: 15rem;
}
