.small-wrap {
  max-width: 680px;
  margin: 0 auto !important;
}

.wrap-756 {
  max-width: 756px;
  margin: 0 auto;
}

.desktop-wrap {
  max-width: 1022px;
  margin: 0 auto;
}

.tz-wrap {
  max-width: 1325px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
}

h2, h3 {
  margin-bottom: 30px;
}

h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #e1faff;
}
h2 span {
  display: block;
}

h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: 600;
}
h3 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h3 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1rem;
  }
}

p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1em 0;
}
@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}
p.txt-white {
  color: #ffffff;
}
p.txt-black {
  color: #0C0C0C;
}

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

.tz-mt0 {
  margin-top: 0;
  margin-bottom: 1.875rem !important;
  padding-bottom: 0 !important;
}

.tz-mb100 {
  margin-bottom: 100px !important;
}

.tz-mb50 {
  margin-bottom: 50px !important;
}

.tz-mb30 {
  margin-bottom: 30px !important;
}

.tz-mb75 {
  margin-bottom: 75px !important;
}

.tz-mb32 {
  margin-bottom: 32px !important;
}

.tz-mb12 {
  margin-bottom: 12px !important;
}

.tz-h3 {
  color: #333333;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 1.875rem !important;
  text-align: center;
}

#blog a.tz-link {
  text-decoration: underline !important;
}

.tz-link {
  color: #2E4787 !important;
  display: inline;
  text-decoration: underline !important;
  font-weight: 700 !important;
}
.tz-link:hover {
  text-decoration: none;
}
.tz-link.tz-white {
  color: #ffffff !important;
}
.tz-link.tz-white:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.tz-link.tz-light-blue {
  color: #e1faff !important;
}
.tz-link.tz-light-blue:hover {
  color: #e1faff !important;
  text-decoration: none;
}
.tz-link.tz-black {
  color: #0C0C0C !important;
}
.tz-link.tz-black:hover {
  color: #0C0C0C !important;
  text-decoration: none;
}

.tz-white {
  color: #ffffff !important;
}

.tz-lightblue {
  color: #e1faff !important;
}
.tz-lightblue:hover {
  color: #e1faff !important;
}

.tz-btn-link {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem;
  width: 100%;
  text-align: center;
}
.tz-btn-link:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .tz-btn-link {
    text-align: center;
  }
}

.tz-title-wrap {
  max-width: 600px;
  margin-inline: auto;
}

.tz-section-title {
  color: #7AC95C;
  font-size: clamp(2.5rem, 4vw, 3.4375rem);
  text-align: center;
  font-weight: 700;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.tz-section-title-left {
  text-align: left;
  padding: 0;
}

.tz-section-title-300 {
  font-weight: 700;
  color: #0C0C0C;
  text-align: center;
  font-size: clamp(2.1875rem, 4vw, 2.1875rem);
}

.tz-section-title-300-sub {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0C0C0C;
}

.tz-sub-title {
  font-size: 2.8125rem;
  color: #fc7e00;
  font-weight: 600;
}

.tz-sub-title-medium {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 400;
}

.tz-title-h3 {
  font-size: clamp(1.5625rem, 4vw, 1.875rem);
  font-weight: 700;
  text-align: center;
}

.tz-content-wrap {
  margin: 0 auto;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  .tz-content-wrap {
    padding: 20px 16px;
    margin: 0;
  }
}

.tz-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
  .tz-btn {
    font-size: 1.0625rem;
  }
}

.center-grid {
  display: grid;
  place-content: center;
  height: 100vh;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tz-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(196, 196, 196, 0.8);
  position: relative;
}
.tz-divider:before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 100px;
  height: 8px;
  top: -4px;
  left: calc(100% / 2 - 50px);
}

.tz-bg-green {
  background-color: #7AC95C;
}

.tz-bg-yellow {
  background-color: #FDFF03;
}

.tz-bg-red {
  background-color: #F22B1E !important;
}

.lSSlideOuter * {
  box-sizing: initial;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li.active:hover a {
  background-color: #282832 !important;
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #282832 !important;
}

.lSSlideOuter .lSPager.lSpg {
  text-align: center !important;
  margin: 2rem 0 0 2rem !important;
}
@media only screen and (max-width: 1000px) {
  .lSSlideOuter .lSPager.lSpg {
    margin: 2rem 0 !important;
    text-align: center !important;
  }
}

.lSSlideOuter .lSPager.lSpg > li {
  padding: 0 0.1875rem !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  border: 2px solid #282832 !important;
  background-color: #ffffff !important;
}
@media only screen and (max-width: 992px) {
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 10px !important;
    height: 10px !important;
  }
}

.cpb-recommended-article-carousel .lSSlideOuter .lSPager.lSpg {
  text-align: center !important;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.5;
  background: #ffffff;
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
}
body .custom-logo {
  width: 215px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  body .custom-logo {
    width: 175px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
@keyframes tz_arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  8% {
    transform: translate3d(0, 5px, 0);
  }
  14% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
body .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  user-select: none;
}
body .backtotop:hover .backtotop-txt {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform: translateY(0);
}
body .backtotop:hover .tz-arrow-upward {
  color: #fff;
  background: #62686d;
}
body .backtotop .tz-arrow-upward {
  color: #0C0C0C;
  font-size: 2rem;
  padding: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(60, 64, 67, 0.3), 0 0 0 0 rgba(60, 64, 67, 0.15);
  background: #3c4043;
  color: #9aa0a6;
}
body .backtotop .backtotop-txt {
  color: #0C0C0C;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform: translateY(15px);
  transition: all 0.1s ease-out;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body #tz-toggle-hamburger-icon {
  position: relative;
  background-color: none;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 0.4rem;
  font-size: 0px;
  cursor: pointer;
  top: 20px;
  right: 25px;
  position: fixed;
  z-index: 9999;
}
@media (max-width: 992px) {
  body #tz-toggle-hamburger-icon {
    padding: 0;
  }
}
body #tz-toggle-hamburger-icon:before {
  content: "";
  position: absolute;
  background-color: #0C0C0C;
  top: -15px;
  left: -11px;
  right: -11px;
  bottom: -15px;
  border-radius: 50%;
  z-index: -1;
}
body #tz-toggle-hamburger-icon > div {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}
body #tz-toggle-hamburger-icon img {
  width: 28px;
}
body .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
body .tz-nav {
  position: fixed;
  align-items: center;
  text-align: center;
  padding: 2rem;
  margin: 0;
  background-color: #0C0C0C;
  display: grid;
  place-content: center;
  height: 100vh;
  transform: translateX(101%);
  right: -1px;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.65s cubic-bezier(0.76, 0, 0.24, 1);
}
body .tz-nav.toggle-nav-anim {
  transform: translateX(0);
}
body .tz-nav .tz-main-nav {
  margin: 5px auto 0 auto !important;
  padding: 0;
  display: block;
  padding: 0;
}
body .tz-nav .tz-main-nav li {
  margin: 0 !important;
  padding: 0 8px 0;
  display: inherit;
  list-style: none !important;
}
body .tz-nav .tz-main-nav li.tz-active a {
  transition: all 0.3s ease;
}
body .tz-nav .tz-main-nav li.tz-active a:before {
  background-color: #7AC95C;
  transform: translateX(0);
}
body .tz-nav .tz-main-nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  font-size: 2.5rem;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}
@media only screen and (max-width: 992px) {
  body .tz-nav .tz-main-nav li a {
    font-size: 1.25rem;
  }
}
body .tz-nav .tz-main-nav li a:before {
  content: "";
  transition: 0.4s;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateX(-101%);
}
@media only screen and (max-width: 992px) {
  body .tz-nav .tz-main-nav li a:before {
    top: 29px;
  }
}
body .tz-nav .tz-main-nav li a:hover {
  opacity: 1;
}
body .tz-nav .tz-main-nav li a:hover:before {
  background-color: #7AC95C;
  transform: translateX(0);
}
body .tz-nav .nav-menu-social {
  margin: 0.125rem 0 0 1rem;
}
@media only screen and (max-width: 1024px) {
  body .tz-nav .nav-menu-social {
    margin: 0;
    position: static;
    text-align: center;
  }
}
body .tz-nav .nav-menu-social .nav-social-list {
  margin: 0;
  padding: 0;
}
body .tz-nav .nav-menu-social .nav-social-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  list-style: none;
}
body .tz-nav .nav-menu-social .nav-social-list li a {
  display: inline-block;
  padding-top: 7px;
}
body .tz-nav .nav-menu-social .nav-social-list li a svg {
  height: 40px;
}
body .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) {
  margin-right: 0 !important;
}
body .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) a svg {
  margin-right: 0.5rem;
}
body .tz-nav .nav-menu-social .nav-social-list li:nth-child(2) a {
  margin-left: -5px;
}
body #tz-nav-transparent-bg {
  position: fixed;
  background: rgba(12, 12, 12, 0.5);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
}
body .ccm-heading h2 > span {
  display: block;
  text-align: center;
  color: #0C0C0C;
}
body .ccm-heading h2 > span:nth-child(1) {
  font-weight: 700;
  font-size: 60px;
}
@media only screen and (max-width: 992px) {
  body .ccm-heading h2 > span:nth-child(1) {
    font-size: 2.1875rem;
  }
}
body .ccm-heading h2 > span:nth-child(2) {
  font-weight: 500;
  font-size: 3.125rem;
}
@media only screen and (max-width: 992px) {
  body .ccm-heading h2 > span:nth-child(2) {
    font-size: 1.75rem;
  }
}
body .tz-main-wrap {
  overflow: hidden;
  position: relative;
}
body .tz-main-wrap #tz-hero {
  width: 100%;
  height: 100vh;
  background-color: #FAFAFA;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
body .tz-main-wrap #tz-hero .nav-logo {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 5;
}
body .tz-main-wrap #tz-hero .nav-logo a {
  width: 200px;
  display: inline-block;
}
body .tz-main-wrap #tz-hero #windmill-charging-station {
  /* svg {
  	width: 100%;
  	height: 100%;
  }

  #windmill {
  	@media (max-width: 640px){
  		width: 50%;
  	}
  } */
}
body .tz-main-wrap #tz-hero #windmill-charging-station svg {
  position: absolute;
  left: 0;
  bottom: 45px;
}
body .tz-main-wrap #tz-hero #windmill-charging-station .charge-bar {
  opacity: 0;
  visibility: hidden;
}
body .tz-main-wrap #tz-hero #hero-road {
  width: 100%;
  height: 45px;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
}
body .tz-main-wrap #tz-hero #tz-hero-bg {
  position: fixed;
  width: 100%;
  height: 110%;
  object-fit: cover;
  top: -10%;
  z-index: -1;
}
body .tz-main-wrap #tz-hero #tz-heading-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap {
    top: 35%;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
  padding-left: clamp(1em, 4vw, 5em);
  text-align: left;
  z-index: 9;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
    padding: 0 1em;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
  line-height: 1.5;
  font-style: 500;
  font-weight: 600;
  font-size: 3.75rem;
  width: 495px;
  color: #0C0C0C;
  line-height: 1;
  text-align: center;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
    text-align: center;
    font-size: 2.6875rem;
    width: 350px;
  }
}
@media (max-width: 22.5em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
    font-size: 2.1875rem;
    width: 309px;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 span {
  display: inline;
  line-height: 1;
  padding: 2px 0 1px;
  background-color: #63d241;
  box-shadow: 10px 0 0 #63d241, -10px 0 0 #63d241;
  color: #ffffff;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 span {
    box-shadow: 5px 0 0 #63d241, -5px 0 0 #63d241;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 i {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 i {
    font-size: 2.0625rem;
  }
}
@media (max-width: 22.5em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 i {
    font-size: 1.8125rem;
  }
}
body .tz-main-wrap #tz-hero .tz-scroll-down-wrap {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  overflow: visible;
  z-index: 1;
}
body .tz-main-wrap #tz-hero .tz-scroll-down-wrap .tz-arrow-down {
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  display: block;
  text-align: center;
}
body .tz-main-wrap #tz-intro {
  background-color: #ffffff;
  color: #0C0C0C;
  position: relative;
  z-index: 10;
  width: 100%;
}
body .tz-main-wrap #tz-intro .tz-intro-flex {
  display: flex;
  padding: 5em 0 5em;
  /* @media only screen and(max-width: $mobile) {
  	display: block;		
  	padding: 0 0 15rem 0;			
  } */
}
@media only screen and (max-width: 40em) {
  body .tz-main-wrap #tz-intro .tz-intro-flex {
    flex-direction: column;
    padding: 0 0 2em;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
  width: 60%;
  padding: 3.5rem 3rem;
  z-index: 2;
  /* @media only screen and(max-width: $mobile) {
  	width: 100%;
  	margin-top: 0;
  } */
}
@media only screen and (max-width: 40em) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
    margin-top: 0;
    width: 100%;
    padding: 3.5rem 1rem 2rem;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) .latest__posted--entrymeta {
  margin-bottom: 2em !important;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) p {
  color: #0C0C0C;
  font-size: 20px;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
  width: 40%;
  display: flex;
}
@media only screen and (max-width: 40em) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
    width: 100%;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) img {
  display: block;
  object-fit: cover;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}
body .tz-main-wrap #tz-current-perc-ev {
  background-color: #262525;
  height: 100vh;
  padding: 0 1rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-current-perc-ev {
    padding: 0 1rem;
  }
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content h3 {
  margin-bottom: 3em;
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split {
  display: flex;
  justify-content: center;
  max-width: 61.125rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split {
    max-width: auto;
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > * {
  /* @media (max-width: 40em){
  	width: 50%;
  } */
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(1) {
    margin-bottom: 1rem;
  }
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(1) img {
  width: 100%;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(1) img {
    width: 50%;
    display: table;
    margin: 0 auto;
  }
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(2) {
  font-size: 1.875rem;
  font-weight: 700;
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(2) span {
  display: block;
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(2) span#tz-cpe-title {
  font-size: 19.0625rem;
  font-weight: 800;
  color: #63d241;
  line-height: 0.9;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(2) span#tz-cpe-title {
    text-align: center;
    font-size: 9.0625rem;
  }
}
body .tz-main-wrap #tz-current-perc-ev #cpe-content #cpe-split > *:nth-child(2) span#tz-cpe-sub {
  font-size: clamp(1.2rem, 4vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  max-width: 30.625rem;
  margin: 0 auto;
  line-height: 1.2;
}
body .tz-main-wrap #tz-total-charging-station {
  background-color: #0E1936;
  height: 100vh;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-total-charging-station {
    padding: 0 1rem;
  }
}
body .tz-main-wrap #tz-total-charging-station #tcs-content h3 {
  margin-bottom: 4em;
}
body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split {
  display: flex;
  justify-content: center;
  max-width: 61.125rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split {
    max-width: auto;
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(1) img {
  width: 100%;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(1) img {
    width: 50%;
    display: table;
    margin: 0 auto 1rem;
  }
}
body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(2) {
  font-size: 1.875rem;
  font-weight: 700;
}
body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(2) span {
  display: block;
}
body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(2) span#tz-tcs-title {
  font-size: 12.1875rem;
  font-weight: 800;
  color: #63d241;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(2) span#tz-tcs-title {
    text-align: center;
    font-size: 5.0625rem;
  }
}
body .tz-main-wrap #tz-total-charging-station #tcs-content #tcs-split > *:nth-child(2) span#tz-tcs-sub {
  font-size: clamp(1.2rem, 4vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  max-width: 30.625rem;
  margin: 0 auto;
  line-height: 1.2;
}
body .tz-main-wrap #tz-projected-ev-goal {
  background-color: #061C00;
  height: 100vh;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-projected-ev-goal #peg-content {
    padding: 0 1rem;
  }
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content h3 {
  margin-bottom: 3em;
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split {
  display: flex;
  justify-content: center;
  max-width: 74.125rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split {
    max-width: auto;
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(1) {
  padding: 0 2rem 0;
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(1) img {
  width: 340px;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(1) img {
    width: 50%;
    display: table;
    margin: 0 auto 1rem;
  }
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(2) {
  font-size: 1.875rem;
  font-weight: 700;
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(2) span {
  display: block;
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(2) span#tz-peg-title {
  font-size: 6.1875rem;
  font-weight: 800;
  color: #63d241;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(2) span#tz-peg-title {
    text-align: center;
    font-size: 3.1875rem;
  }
}
body .tz-main-wrap #tz-projected-ev-goal #peg-content #peg-split > *:nth-child(2) span#tz-peg-sub {
  font-size: clamp(1.2rem, 4vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  max-width: 30.625rem;
  margin: 0 auto;
  line-height: 1.2;
}
body .tz-main-wrap #tz-ev-details {
  background-color: #082400;
}
body .tz-main-wrap #tz-ev-details > div {
  padding: 5em 1em;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-ev-details > div {
    padding: 3em 1em;
  }
}
body .tz-main-wrap #tz-ev-details > div p#has-box-letter:after {
  content: "";
  display: table;
  clear: both;
}
body .tz-main-wrap #tz-ev-details > div p#has-box-letter::first-letter {
  display: block;
  float: left;
  margin: 0.5rem 1rem 0.5rem 0;
  padding: 0.5rem 0.5rem;
  color: #ffffff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 4px solid #63d241;
  /* @media only screen and (max-width: $mobile){
  	margin: 0.5rem 1rem 0.6rem 0;
  } */
}
body .tz-main-wrap #tz-electrified-states-america {
  background-color: #ffffff;
  padding: 5rem 1rem;
}
body .tz-main-wrap #tz-electrified-states-america > div h3 {
  color: #0C0C0C;
  margin-bottom: 2rem;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option {
  display: flex;
  flex-wrap: wrap;
  max-width: 761px;
  margin: 0 auto 3rem;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the tz-checkmark/indicator (hidden when not checked) */
  /* Show the tz-checkmark when checked */
  /* Style the tz-checkmark/indicator */
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option {
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
@media (max-width: 28.75em) {
  body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option {
    margin-bottom: 2rem;
  }
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option > div {
  width: 50%;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option > div {
    width: 100%;
  }
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-one .tz-checkmark {
  border: 1px solid #2e4685;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-one .tz-label:hover input ~ .tz-checkmark {
  background-color: #2e4685;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-one .tz-label input:checked ~ .tz-checkmark {
  background-color: #2e4685;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-two .tz-checkmark {
  border: 1px solid #FF8214;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-two .tz-label:hover input ~ .tz-checkmark {
  background-color: #FF8214;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-two .tz-label input:checked ~ .tz-checkmark {
  background-color: #FF8214;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-three .tz-checkmark {
  border: 1px solid #46862d;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-three .tz-label:hover input ~ .tz-checkmark {
  background-color: #46862d;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-three .tz-label input:checked ~ .tz-checkmark {
  background-color: #46862d;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-four .tz-checkmark {
  border: 1px solid #F22B1E;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-four .tz-label:hover input ~ .tz-checkmark {
  background-color: #F22B1E;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-esa-map-four .tz-label input:checked ~ .tz-checkmark {
  background-color: #F22B1E;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label {
  color: #0C0C0C;
  font-weight: 500;
  font-size: clamp(1.1rem, 4vw, 1.125rem);
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 12px 42px 12px 3.75rem;
  margin: 0 auto;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label {
    line-height: 1;
    padding: 1rem 0 0.8rem 2.5rem;
  }
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label .tz-map-option-title {
  position: relative;
  top: 0;
  left: 17px;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label .tz-map-option-title {
    top: 0;
    left: 0;
    padding-left: 35px;
    display: block;
  }
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-checkmark {
  position: absolute;
  top: 10px;
  left: 22px;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  transition: all ease-in 0.2s;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-checkmark {
    top: 10px;
    left: 0;
  }
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label input:checked ~ .tz-checkmark:after {
  display: block;
}
body .tz-main-wrap #tz-electrified-states-america > div .tz-esa-map-option .tz-label .tz-checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .tz-main-wrap #tz-electrified-states-america > div #tz-esa-map-illustration {
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-electrified-states-america > div #tz-esa-map-illustration {
    height: 280px;
    margin-bottom: 6rem;
  }
}
@media (max-width: 28.75em) {
  body .tz-main-wrap #tz-electrified-states-america > div #tz-esa-map-illustration {
    margin-bottom: 2rem;
  }
}
body .tz-main-wrap #tz-electrified-states-america > div #tz-esa-map-illustration > div {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
body .tz-main-wrap #tz-electrified-states-america > div #tz-esa-map-illustration > div:first-child {
  visibility: visible;
  opacity: 1;
}
body .tz-main-wrap #tz-electrified-states-america > div p {
  text-align: center;
  color: #0C0C0C;
}
body .tz-main-wrap #tz-key-takeaways {
  background-color: #333333;
  padding: 5rem 1rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-key-takeaways {
    padding: 5rem 1rem 2rem;
  }
}
body .tz-main-wrap #tz-key-takeaways > div:nth-child(1) {
  margin-bottom: 4rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-key-takeaways > div:nth-child(1) {
    margin-bottom: 3rem;
  }
}
body .tz-main-wrap #tz-key-takeaways > div:nth-child(2) {
  margin-bottom: 2rem !important;
}
body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split {
  display: flex;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split > * {
  width: 33.3333333333%;
  margin: 2rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split > * {
    width: 100%;
    margin: 2rem 0 2rem;
  }
}
body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split > * img {
  height: 135px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  object-fit: contain;
}
body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split > * span {
  font-size: clamp(1.20rem, 4vw, 1.25rem);
  font-weight: 600;
  color: #ffffff;
  display: block;
  line-height: 1.3;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split > * span {
    text-align: center;
  }
}
body .tz-main-wrap #tz-key-takeaways > div#tz-kt-split > * p {
  color: #ffffff;
}
body .tz-main-wrap #tz-ev-graph {
  background-color: #ffffff;
  padding: 5rem 1rem;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph {
    padding: 4rem 1rem 0;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list {
  padding-bottom: 3rem;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-title-wrap {
  margin-bottom: 4em;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-title-wrap {
    margin: 0 0 4em;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-title-wrap h3 {
  color: #0C0C0C;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-title-wrap h3 {
    margin-bottom: 2rem;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-title-wrap p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-content-wrap {
  max-width: 1220px;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table {
  display: block;
  position: relative;
  margin: 0 1.5rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table {
    margin: 0;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > * {
  border-right: 1px dashed #CCCCCC;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1) {
  flex: 0 0 200px;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1) {
    flex: none;
    border-left: 1px dashed #CCCCCC;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1):after {
  content: "0";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -6px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1):after {
    display: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1):before {
    content: "0";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -5px;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2) {
  width: 20%;
  position: relative;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2):after {
  content: "25";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -12px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2):before {
    content: "25";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -12px;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3) {
  width: 20%;
  position: relative;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3):after {
  content: "50";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -12px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3):before {
    content: "50";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -12px;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4) {
  width: 20%;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4):before {
    content: "75";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -12px;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4):after {
  content: "75";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -12px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4):after {
    content: "100";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    right: -14px;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5) {
  width: 20%;
  position: relative;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5):after {
  content: "100";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -16px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5):after {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(6) {
  width: 20%;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1), body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2), body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3), body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4), body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5), body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(6) {
    width: 25%;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5), body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(6) {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex {
    flex-flow: row wrap;
    justify-content: center;
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row {
  width: 100%;
  padding: 5px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row {
    padding: 5px 0;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row:nth-child(1) {
  flex: 0 0 200px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row:nth-child(1) {
    flex: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row:nth-child(2) {
    width: 100%;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-add-info {
  font-size: 16px;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-info {
  display: inline-block;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar {
  display: flex;
  position: relative;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div {
  height: 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #7AC95C;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div {
    font-size: 0.8rem;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div > span {
  padding-right: 0.5em;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row {
  align-items: center;
  border-color: #343434;
  transition: all ease-in 0.2s;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row:nth-child(even) {
    background: #d9d9d957;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row {
    padding: 10px 0;
    border-bottom: none;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-header .tz-graph-flex-row {
  color: #0C0C0C;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-header .tz-graph-flex-row .tz-graph-info {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row {
  color: #0C0C0C;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row:first-child {
  text-align: right;
  line-height: 1;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row:first-child {
    text-align: center;
  }
}
body .tz-main-wrap #tz-ev-graph .tz-ev-graph-list .tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row:nth-child(4) {
  color: #4a90e2;
}
body .tz-main-wrap #tz-ev-friendly-table {
  background-color: #FAFAFA;
  padding: 5rem 0 3rem 0;
  /* #tz-efg-legend-split {
  	display: flex;
  	justify-content: center;
  	margin-bottom: 3rem;

  	> * {
  		display: inline-block;
  		border-radius: 50px;
  		padding: 5px 20px;
  		margin: 0 5px;
  		font-size: 1rem;
  		font-weight: 500;
  		cursor: pointer;

  		&:nth-child(1){
  			background-color: $green-300;
  			color: $black;
  		}

  		&:nth-child(2){
  			background-color: $yellow-100;
  			color: $black;
  		}

  		&:nth-child(3){
  			background-color: $red-100;
  		}

  	}
  } */
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-ev-friendly-table {
    padding: 4rem 0 3rem 0;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap {
  margin: 0 1rem;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option {
  display: flex;
  max-width: 380px;
  margin: 0 auto 3rem;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the tz-checkmark/indicator (hidden when not checked) */
  /* Show the tz-checkmark when checked */
  /* Style the tz-checkmark/indicator */
}
@media (max-width: 24.0625em) {
  body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 128px;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option > div {
  width: 33.3333333333%;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option > div {
    width: 100%;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-one .tz-checkmark {
  border: 1px solid #7AC95C;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-one .tz-label:hover input ~ .tz-checkmark {
  background-color: #7AC95C;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-one .tz-label input:checked ~ .tz-checkmark {
  background-color: #7AC95C;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-two .tz-checkmark {
  border: 1px solid #FDFF03;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-two .tz-label:hover input ~ .tz-checkmark {
  background-color: #FDFF03;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-two .tz-label input:checked ~ .tz-checkmark {
  background-color: #FDFF03;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-two .tz-label .tz-checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #0C0C0C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-three .tz-checkmark {
  border: 1px solid #F22B1E;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-three .tz-label:hover input ~ .tz-checkmark {
  background-color: #F22B1E;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-efg-table-three .tz-label input:checked ~ .tz-checkmark {
  background-color: #F22B1E;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label {
  color: #0C0C0C;
  font-weight: 500;
  font-size: clamp(1.1rem, 4vw, 1.125rem);
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 12px 42px 12px 3.75rem;
  margin: 0 auto;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label {
    line-height: 1;
    padding: 1rem 0 0.8rem 2.5rem;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label .tz-table-option-title {
  position: relative;
  top: 0;
  left: 17px;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label .tz-table-option-title {
    top: 0;
    left: 0;
    padding-left: 35px;
    display: block;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-checkmark {
  position: absolute;
  top: 10px;
  left: 22px;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  transition: all ease-in 0.2s;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-checkmark {
    top: 10px;
    left: 0;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label input:checked ~ .tz-checkmark:after {
  display: block;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-option-wrap .tz-efg-table-option .tz-label .tz-checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .tz-main-wrap #tz-ev-friendly-table #tz-swipe-left-right {
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 2em;
}
@media (max-width: 1325px) {
  body .tz-main-wrap #tz-ev-friendly-table #tz-swipe-left-right {
    display: block;
  }
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap {
  overflow: auto;
  white-space: nowrap;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table {
  width: 1325px;
  margin-bottom: 3rem;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-heading-row {
  display: flex;
  margin-bottom: 0.625rem;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-heading-row > * {
  width: 12.5%;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-heading-row > * span {
  color: #0C0C0C;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1.3;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-heading-row > *:nth-child(1) {
  flex: 0 0 200px;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-row {
  display: flex;
  margin-bottom: 2px;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-row > * {
  width: 12.5%;
  padding: 0.3125rem 0;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-row > * span {
  color: #0C0C0C;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 1.3;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-row > *:nth-child(1) {
  flex: 0 0 200px;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-efg-table-row > *:nth-child(1) span {
  text-align: left;
  padding-left: 1.25rem;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tz-bg-red span {
  color: #ffffff;
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-table-wrap #tz-efg-table .tbl-rows-clr {
  /* opacity: 1;
  visibility: visible;
  display: block; */
  /* overflow: hidden;
  height: 100%;
  transition: all 0.4s ease-out; */
}
body .tz-main-wrap #tz-ev-friendly-table #tz-efg-p p {
  color: #0C0C0C;
  padding: 0 1rem;
}
body .tz-main-wrap #tz-whats-next {
  background-color: #061C00;
  padding: 4rem 4rem 4rem 0;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-whats-next {
    padding: 4rem 0;
  }
}
body .tz-main-wrap #tz-whats-next #tz-wn-split {
  display: flex;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-whats-next #tz-wn-split {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(1) {
  width: 70%;
  height: 100vh;
  margin-right: 3rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(1) {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(1) img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(1) img {
    height: auto;
  }
}
body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(2) {
  width: 30%;
  padding: 0 1rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(2) {
    width: 100%;
  }
}
body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(2) h2 {
  text-align: left;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-whats-next #tz-wn-split > *:nth-child(2) h2 {
    text-align: center;
  }
}
body .tz-main-wrap #tz-conclusion {
  background-color: #262525;
  padding: 5rem 1rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-conclusion {
    padding: 4rem 1rem;
  }
}
body .tz-main-wrap #tz-about {
  padding: 50px;
  background: #2E4787;
}
body .tz-main-wrap #tz-about h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
body .tz-main-wrap #tz-about p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-about {
    padding: 2.75rem 16px;
  }
}

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