body {
  font-family: "CalibriRegular", arial, sans-serif;
  margin: 0 auto;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#infographic-bioenergy {
  position: relative;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  min-height: 768px;
}

#infographic-bioenergy h3 {
  color: #336699;
  font-family: "CalibriLight", arial, sans-serif;
  font-weight: normal;
  font-size: 1.375rem;
  padding-bottom: 0.1em;
  line-height: 1.3em;
}

#infographic-bioenergy .intro {
  font-size: 13px;
  line-height: 16px;
}

#infographic-bioenergy .cta {
  font-size: 13px;
  line-height: 16px;
  color: #BBBDBE;
  font-weight: 600;
}

#infographic-bioenergy .clear:after {
  content: "";
  display: table;
  clear: both;
}

#infographic-bioenergy .graphic {
  position: relative;
  height: 100%;
  margin-top: 80px;
}

#infographic-bioenergy .graphic .options-text,
#infographic-bioenergy .graphic .options,
#infographic-bioenergy .graphic .vertical-line,
#infographic-bioenergy .graphic .mainapps,
#infographic-bioenergy .graphic .mainapps-text {
  position: absolute;
  top: 0;
}

#infographic-bioenergy .graphic h5 {
  margin: 0;
  text-transform: none;
  color: #336699;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -50px;
  font-size: 14px;
  line-height: 20px;
}

#infographic-bioenergy .graphic h5:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 5px;
  width: 1px;
  background: #336699;
}

#infographic-bioenergy .graphic span.hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #336699;
  position: absolute;
  top: -25px;
}

#infographic-bioenergy .graphic span.hr:before, #infographic-bioenergy .graphic span.hr:after {
  content: '';
  position: absolute;
  top: 0;
  height: 10px;
  width: 1px;
  background: #336699;
}

#infographic-bioenergy .graphic span.hr:after {
  right: 0;
}

#infographic-bioenergy .graphic .options-text,
#infographic-bioenergy .graphic .mainapps-text {
  width: 240px;
  bottom: 0;
  overflow: hidden;
}

#infographic-bioenergy .graphic .options-text .close,
#infographic-bioenergy .graphic .mainapps-text .close {
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  padding: 0;
  background-color: #BBBDBE;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#infographic-bioenergy .graphic .options-text .close:after,
#infographic-bioenergy .graphic .mainapps-text .close:after {
  content: '\00d7';
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  top: 1px;
  left: 1px;
}

#infographic-bioenergy .graphic .options-text .text,
#infographic-bioenergy .graphic .mainapps-text .text {
  border: 1px solid #336699;
  background-color: #E0E2E9;
  padding: 15px 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#infographic-bioenergy .graphic .options-text .text.hovered,
#infographic-bioenergy .graphic .mainapps-text .text.hovered {
  opacity: 1 !important;
  z-index: 10;
  -webkit-box-shadow: 0px 20px 0px 800px white;
  -ms-box-shadow: 0px 20px 0px 800px white;
  -moz-box-shadow: 0px 20px 0px 800px white;
  -o-box-shadow: 0px 20px 0px 800px white;
  box-shadow: 0px 20px 0px 800px white;
}

#infographic-bioenergy .graphic .options-text .text.active,
#infographic-bioenergy .graphic .mainapps-text .text.active {
  opacity: 1;
  z-index: 5;
  -webkit-box-shadow: 0px 20px 0px 800px white;
  -ms-box-shadow: 0px 20px 0px 800px white;
  -moz-box-shadow: 0px 20px 0px 800px white;
  -o-box-shadow: 0px 20px 0px 800px white;
  box-shadow: 0px 20px 0px 800px white;
}

#infographic-bioenergy .graphic .options-text .text p,
#infographic-bioenergy .graphic .mainapps-text .text p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 17px;
  hyphens: auto;
}

#infographic-bioenergy .graphic .options-text .text p:last-child,
#infographic-bioenergy .graphic .mainapps-text .text p:last-child {
  margin-bottom: 0;
}

#infographic-bioenergy .graphic .options-text .text p span,
#infographic-bioenergy .graphic .options-text .text p strong,
#infographic-bioenergy .graphic .mainapps-text .text p span,
#infographic-bioenergy .graphic .mainapps-text .text p strong {
  display: block;
}

#infographic-bioenergy .graphic .options-text .text p span,
#infographic-bioenergy .graphic .mainapps-text .text p span {
  color: #336699;
  font-weight: 600;
  margin-bottom: 5px;
}

#infographic-bioenergy .graphic .options-text .text p strong,
#infographic-bioenergy .graphic .mainapps-text .text p strong {
  margin-bottom: 10px;
}

#infographic-bioenergy .graphic .options-text {
  top: 70px;
  left: 0;
  display: none;
}

#infographic-bioenergy .graphic .mainapps-text {
  top: 0;
  right: 0;
}

#infographic-bioenergy .graphic .interface {
  position: relative;
  width: 480px;
  min-height: 668px;
  margin: 0 auto;
}

#infographic-bioenergy .graphic .options {
  left: 0px;
  top: 70px;
  width: 230px;
}

#infographic-bioenergy .graphic .options div {
  position: relative;
  width: 140px;
  height: 75px;
  background-color: #336699;
  cursor: pointer;
}

#infographic-bioenergy .graphic .options div.kwk {
  top: 0;
}

#infographic-bioenergy .graphic .options div.ligno {
  top: 90px;
}

#infographic-bioenergy .graphic .options div.ccs {
  top: 180px;
}

#infographic-bioenergy .graphic .options div p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 6px;
}

#infographic-bioenergy .graphic .options div fieldset {
  border: 0;
  width: 82px;
  height: 75px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 150px;
}

#infographic-bioenergy .graphic .options div fieldset label {
  position: absolute;
  width: 100%;
  cursor: pointer;
}

#infographic-bioenergy .graphic .options div fieldset label:after {
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  right: -54px;
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

#infographic-bioenergy .graphic .options div fieldset label.active:after {
  opacity: 1;
}

#infographic-bioenergy .graphic .options div fieldset label.yes {
  top: 0;
}

#infographic-bioenergy .graphic .options div fieldset label.yes:after {
  background-color: #7AB51D;
}

#infographic-bioenergy .graphic .options div fieldset label.no {
  bottom: 0;
}

#infographic-bioenergy .graphic .options div fieldset label.no:after {
  background-color: #E83A8C;
}

#infographic-bioenergy .graphic .options div fieldset label span.yes,
#infographic-bioenergy .graphic .options div fieldset label span.no {
  display: inline-block;
  width: 54px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFF;
}

#infographic-bioenergy .graphic .options div fieldset label span.yes {
  background-color: #7AB51D;
}

#infographic-bioenergy .graphic .options div fieldset label span.no {
  background-color: #E83A8C;
}

#infographic-bioenergy .graphic .options div fieldset label input {
  margin: 0;
  display: inline-block;
  display: none;
}

#infographic-bioenergy .graphic .options div fieldset label span.checkmark {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #336699;
  position: absolute;
  right: 0;
  top: 5px;
}

#infographic-bioenergy .graphic .options div fieldset label input:checked ~ span.checkmark:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #336699;
}

#infographic-bioenergy .graphic .vertical-line {
  left: 286px;
  top: 0;
}

#infographic-bioenergy .graphic .vertical-line .line {
  width: 1px;
  position: absolute;
  background-color: #E83A8C;
}

#infographic-bioenergy .graphic .mainapps {
  width: 135px;
  left: 345px;
}

#infographic-bioenergy .graphic .mainapps div {
  width: 135px;
  height: 60px;
  border: 1px solid #336699;
  background-color: #E0E2E9;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

#infographic-bioenergy .graphic .mainapps div:before {
  content: '';
  opacity: 0;
  width: 50px;
  height: 1px;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

#infographic-bioenergy .graphic .mainapps div .arrow {
  position: absolute;
  top: 50%;
  display: none;
}

#infographic-bioenergy .graphic .mainapps div .arrow:after {
  left: -10px;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #E83A8C;
  border-width: 5px;
  margin-top: -5px;
}

#infographic-bioenergy .graphic .mainapps div p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #336699;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps .state-01 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps .state-01:before {
  opacity: 1;
  background: #E83A8C;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps .state-01 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps .state-01 .arrow:after {
  border-left-color: #E83A8C;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .mainapps-text .state-01 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-no .graphic .vertical-line .line.top {
  top: 30px;
  height: 432px;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps .state-02 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps .state-02:before {
  opacity: 1;
  background: repeating-linear-gradient(to right, #7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps .state-02 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps .state-02 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .mainapps-text .state-02 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .vertical-line .line.top {
  top: 84px;
  background: #7AB51D;
  height: 220px;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-no .graphic .vertical-line .line.middle {
  top: 100px;
  height: 362px;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps .state-03 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps .state-03:before {
  opacity: 1;
  background: repeating-linear-gradient(to right, #7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps .state-03 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps .state-03 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .mainapps-text .state-03 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .vertical-line .line.top {
  top: 84px;
  background: #7AB51D;
  height: 220px;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .vertical-line .line.middle {
  top: 165px;
  height: 100px;
  background: repeating-linear-gradient(#7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-no .graphic .vertical-line .line.bottom {
  top: 250px;
  height: 212px;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps .state-04 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps .state-04:before {
  opacity: 1;
  background: repeating-linear-gradient(to right, #7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps .state-04 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps .state-04 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .mainapps-text .state-04 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .vertical-line .line.top {
  top: 131px;
  height: 220px;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .vertical-line .line.middle {
  top: 240px;
  height: 100px;
  background: repeating-linear-gradient(#7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-no .graphic .vertical-line .line.bottom {
  top: 250px;
  height: 212px;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps .state-05 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps .state-05:before {
  opacity: 1;
  background: repeating-linear-gradient(to right, #7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps .state-05 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps .state-05 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .mainapps-text .state-05 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .vertical-line .line.top {
  top: 131px;
  height: 270px;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .vertical-line .line.middle {
  top: 295px;
  height: 30px;
}

#infographic-bioenergy.kwk-no.ligno-no.ccs-yes .graphic .vertical-line .line.bottom {
  top: 310px;
  height: 105px;
  background: #7AB51D;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps .state-06 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps .state-06:before {
  opacity: 1;
  background: repeating-linear-gradient(to right, #7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps .state-06 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps .state-06 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .mainapps-text .state-06 {
  opacity: 1;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .vertical-line .line.top {
  top: 131px;
  height: 270px;
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .vertical-line .line.middle {
  top: 250px;
  height: 130px;
  background: repeating-linear-gradient(#7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-no.ligno-yes.ccs-yes .graphic .vertical-line .line.bottom {
  top: 380px;
  height: 35px;
  background: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps .state-07 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps .state-07:before {
  opacity: 1;
  background: repeating-linear-gradient(to right, #7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps .state-07 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps .state-07 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .mainapps-text .state-07 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .vertical-line .line.top {
  top: 84px;
  height: 330px;
  background: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .vertical-line .line.middle {
  top: 286px;
  height: 130px;
  background: repeating-linear-gradient(#7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-yes.ligno-no.ccs-yes .graphic .vertical-line .line.bottom {
  top: 406px;
  height: 45px;
  background: repeating-linear-gradient(#7AB51D, #7AB51D 10px, #E83A8C 10px, #E83A8C 20px);
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps div {
  opacity: 0.5;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps div:before {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps div .arrow {
  display: none;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps-text .text {
  opacity: 0;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps .state-08 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps .state-08:before {
  opacity: 1;
  background: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps .state-08 .arrow {
  display: block;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps .state-08 .arrow:after {
  border-left-color: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .mainapps-text .state-08 {
  opacity: 1;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .vertical-line .line.top {
  top: 84px;
  height: 220px;
  background: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .vertical-line .line.middle {
  top: 286px;
  height: 130px;
  background: #7AB51D;
}

#infographic-bioenergy.kwk-yes.ligno-yes.ccs-yes .graphic .vertical-line .line.bottom {
  top: 406px;
  height: 115px;
  background: #7AB51D;
}

#infographic-bioenergy #footer {
  text-align: right;
  font-size: 8px;
}

#infographic-bioenergy .strong-link {
  display: inline-block;
  letter-spacing: 0.03em;
  text-decoration: none;
  background-color: #e6007e;
  padding: 2px 0;
  width: auto;
  margin: 20px auto;
  bottom: -40px;
}

#infographic-bioenergy .strong-link span {
  color: white !important;
  border: 0 !important;
  display: inline;
  padding: 0.45rem;
  box-decoration-break: clone;
}

#infographic-bioenergy .no-graphic .cta {
  display: none;
  text-align: center;
  max-width: 320px;
  margin: 40px auto;
}

@media (max-width: 1020px) {
  #infographic-bioenergy {
    min-height: auto;
  }
  #infographic-bioenergy .graphic,
  #infographic-bioenergy .cta,
  #infographic-bioenergy #footer {
    display: none;
  }
  #infographic-bioenergy .no-graphic .cta {
    display: block;
  }
  #infographic-bioenergy .strong-link {
    position: static;
  }
}

/*# sourceMappingURL=style.css.map */