

:root {
  --dsmartgrids-green: #00A443;
  --dsmartgrids-brown: #615D5A;
  --dsmartgrids-black: #00402A;
  --dsmartgrids-orange-light: #FFF5EC;
  --dsmartgrids-orange: #FF9C1A;
  --dsmartgrids-white: #FFFFFF;
  --dsmartgrids-border: #E7DDD5;
}

#dsmartgrids {
  width: 100%;
  max-width: 980px;
  padding: 35px 20px 20px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: var(--dsmartgrids-orange-light);
}

#dsmartgrids * {
  font-family: 'IberPangea' !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#dsmartgrids .dsmartgrids_title {
  width: 100%;
  color: var(--dsmartgrids-green) !important;
  font-size: 32px;
  line-height: 1.16;
  font-weight: 600;
  text-align: left;
  margin: 0 0 30px;
}

#dsmartgrids .dsmartgrids_title strong {
  display: block;
  font-weight: 600;
}

#dsmartgrids .dsmartgrids_title em {
  font-style: italic;
}

#dsmartgrids .dsmartgrids_graph {
  position: relative;
}

#dsmartgrids .dsmartgrids_media {
  max-width: 400px;
  margin: 0 auto 30px;
}

#dsmartgrids .dsmartgrids_media.dsmartgrids_media-desktop {
  display: none;
}

#dsmartgrids .dsmartgrids_media img {
  display: block;
  width: 100%;
}

#dsmartgrids .dsmartgrids_list {
  counter-reset: numeric;
  list-style: none;
  margin: 0;
  padding: 0;
}

#dsmartgrids .dsmartgrids_list li {
  counter-increment: numeric;
  list-style: none;
  color: var(--dsmartgrids-black);
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

#dsmartgrids .dsmartgrids_list li:before {
  content: none !important;
  display: none !important;
}

#dsmartgrids .dsmartgrids_list li:after {
  content: counter(numeric);
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--dsmartgrids-orange);
  border: 1px solid white;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: var(--dsmartgrids-white);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 700px) {

  #dsmartgrids {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  
  #dsmartgrids .dsmartgrids_graph {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #dsmartgrids .dsmartgrids_media {
    max-width: 630px;
    margin-bottom: 0;
  }

  #dsmartgrids .dsmartgrids_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #dsmartgrids .dsmartgrids_list li:after {
    content: none;
    display: none;
  }

  #dsmartgrids .dsmartgrids_list li {
    position: absolute;  
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--dsmartgrids-white);
    background-color: var(--dsmartgrids-green);
    border-radius: 20px;
    padding: 8px 26px;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(1) {
    left: 15%;
    top: 2%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(2) {
    left: 0%;
    top: 13%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(3) {
    left: 58%;
    top: 2%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(4) {
    left: -4%;
    top: 53.5%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(5) {
    right: -4%;
    top: 13%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(6) {
    left: 17%;
    top: 90%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(7) {
    left: -1%;
    top: 77%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(8) {
    right: -3%;
    top: 79%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(9) {
    left: 53%;
    top: 90%;
  }

}

@media (min-width: 980px) {

  #dsmartgrids .dsmartgrids_title {
    font-size: 40px;
    margin-bottom: 45px;
  }

  #dsmartgrids .dsmartgrids_graph {
    width: 100%;
    max-width: 100%;
  }

  #dsmartgrids .dsmartgrids_media {
    max-width: 830px;
  }

  #dsmartgrids .dsmartgrids_media.dsmartgrids_media-tablet {
    display: none;
  }

  #dsmartgrids .dsmartgrids_media.dsmartgrids_media-desktop {
    display: block;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(1) {
    left: 23%;
    top: 1%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(2) {
    left: 3%;
    top: 11%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(3) {
    left: 76%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(4) {
    left: 3%;
    top: 56.5%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(5) {
    right: 0%;
    top: 18%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(6) {
    left: 21%;
    top: 91%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(7) {
    left: 4%;
    top: 81%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(8) {
    right: 1%;
    top: 71.5%;
  }

  #dsmartgrids .dsmartgrids_list li:nth-of-type(9) {
    left: 65%;
    top: 91%;
  }

  #column-2 #dsmartgrids .dsmartgrids_media.dsmartgrids_media-tablet {
    display: block;
  }

  #column-2 #dsmartgrids .dsmartgrids_media.dsmartgrids_media-desktop {
    display: none;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(1) {
    left: 15%;
    top: 2%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(2) {
    left: 0%;
    top: 13%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(3) {
    left: 58%;
    top: 2%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(4) {
    left: -2%;
    top: 53.5%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(5) {
    right: -2%;
    top: 13%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(6) {
    left: 20%;
    top: 89.2%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(7) {
    left: -1%;
    top: 76.2%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(8) {
    right: -3%;
    top: 78.2%;
  }

  #column-2 #dsmartgrids .dsmartgrids_list li:nth-of-type(9) {
    left: 53%;
    top: 89.2%;
  }

}
