:root {
  --econsumption-white: #FFFFFF;
  --econsumption-forest: #00402A;
  --econsumption-forest-1: #DCEBE1;
  --econsumption-green: #00A443;
  --econsumption-green-1: #007F33;
  --econsumption-green-3: #26BF64;
  --econsumption-sand: #FFF5EC;
  --econsumption-sand-1: #FFFEFF;
  --econsumption-sand-3: #D8CFC7;
  --econsumption-sand-4: #B0A9A3;
  --econsumption-sand-5: #89837E;
  --econsumption-sand-6: #615D5A;
  --econsumption-sand-7: #3A3735;
  --econsumption-sunset: #FF9C1A;
  --econsumption-green-4: #5BD38C;
  --econsumption-sky: #0DA9FF;
  --econsumption-sky-4: #6BDAFF;
}

#econsumption {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 15px;
  border: 1px solid var(--econsumption-sand-3);
  background: var(--econsumption-white);
  padding: 32px 16px;
}

#econsumption * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#econsumption strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#econsumption h2,
#econsumption h3,
#econsumption h4 {
  margin-top: 0 !important;
}

#econsumption ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#econsumption ul li:before {
  content: none !important;
  display: none !important;
}

#econsumption img {
  display: block;
  width: 100%;
}

#econsumption .econsumption_title {
  color: var(--econsumption-green-1) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 24px;
}

#econsumption .econsumption_title strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#econsumption .econsumption_description {
  color: var(--econsumption-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 24px;
}

#econsumption .econsumption_description strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#econsumption .econsumption_graph {
  width: 100%;
  /* max-width: 260px; */
  margin: 0 auto 16px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 46px;
  min-height: 468px;
  overflow: hidden;
}

#econsumption .econsumption_graph_label {
  color: var(--econsumption-sand-6) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  display: block;
  margin-bottom: 16px;
  margin-left: -20px;
}

#econsumption .econsumption_graph_layer {
  position: absolute;
  bottom: 46px;
  right: -150%;
  /* width: 143px; */
  width: 57%;
  height: 395px;
  z-index: 6;
  background: rgba(255, 254, 255, 0.41);
  border-left: 1px dashed var(--econsumption-sand-4);
  transition: all 1s 1.4s ease-in-out;
}

#econsumption.viewport .econsumption_graph_layer {
  right: 0;
}

#econsumption .econsumption_graph_layer span {
  color: var(--econsumption-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: 33px;
  left: -25px;
}

#econsumption .econsumption_graph_y {
  position: absolute;
  bottom: 46px;
  left: 0px;
  height: 385px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#econsumption .econsumption_graph_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--econsumption-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  max-width: 20px;
}

#econsumption .econsumption_graph_item span {
  display: block;
  transform: rotate(-90deg);
}

#econsumption .econsumption_graph_x {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.8px;
  bottom: 0;
  right: 0;
  height: 46px;
  width: calc(100% - 15px);
}

#econsumption .econsumption_graph_images {
  position: absolute;
  bottom: 46px;
  right: 0;
  width: calc(100% - 21px);
  max-width: calc(100% - 21px);
  height: 395px;
  border-left: 1px solid var(--econsumption-sand-3);
  border-bottom: 1px solid var(--econsumption-sand-3);
  overflow: hidden;
}

#econsumption .econsumption_graph_images picture {
  display: block;
  width: 100%;
  height: 100%;
}

#econsumption .econsumption_graph_image {
  position: absolute;
  bottom: -150%;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}

#econsumption.viewport .econsumption_graph_image {
  bottom: 0;
}

#econsumption .econsumption_graph_image-1 {
  z-index: 5;
}

#econsumption .econsumption_graph_image-2 {
  z-index: 4;
  transition-delay: 0.2s;
}

#econsumption .econsumption_graph_image-3 {
  z-index: 3;
  transition-delay: 0.4s;
}

#econsumption .econsumption_graph_image-4 {
  z-index: 2;
  transition-delay: 0.6s;
}

#econsumption .econsumption_graph_image-5 {
  z-index: 1;
  transition-delay: 0.8s;
}

#econsumption .econsumption_legend {
  margin-bottom: 8px;
}

#econsumption .econsumption_legend_item {
  position: relative;
  padding-left: 24px;
  color: var(--econsumption-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  min-height: 18px;
  margin-bottom: 10px !important;
}

#econsumption .econsumption_legend_item:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 0;
}

#econsumption .econsumption_legend_item-1:after {
  background: var(--econsumption-green-4);
}

#econsumption .econsumption_legend_item-2:after {
  background: var(--econsumption-green-3);
  background: var(--Green-3, #26BF64);
}

#econsumption .econsumption_legend_item-3:after {
  background: var(--econsumption-green);
}

#econsumption .econsumption_legend_item-4:after {
  background: var(--econsumption-green-1);
}

#econsumption .econsumption_legend_item-5:after {
  background: var(--econsumption-forest);
}

#econsumption .econsumption_source {
  color: var(--econsumption-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 12px;
  line-height: 1.33;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

@media (min-width: 700px) {
  
  #econsumption {
    padding: 40px 32px;
  }

  #econsumption .econsumption_title {
    font-size: 32px;
    line-height: 1.125;
  }

  #econsumption .econsumption_graph {
    /* max-width: 508px; */
    margin-bottom: 32px;
    position: relative;
    padding-left: 46px;
  }

  #econsumption .econsumption_graph_label {
    margin-left: -46px;
  }

  #econsumption .econsumption_graph_x {
    width: calc(100% - 46px);
    justify-content: space-between;
  }

  #econsumption .econsumption_graph_images {
    width: calc(100% - 46px);
    max-width: calc(100% - 46px);
  }

  #econsumption .econsumption_graph_y .econsumption_graph_item span {
    transform: none;
    text-align: right;
    min-width: 40px;
  }

  #econsumption .econsumption_legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
  }

  #econsumption .econsumption_legend_item {
    width: calc(33.33% - 10px);
    margin-bottom: 0 !important;
  }

  #econsumption .econsumption_source {
    font-size: 14px;
  }

  #econsumption .econsumption_graph_y .econsumption_graph_item {
    max-width: 40px;
  }

}
