.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  max-width: 2560px;
  margin-top: 80px;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f8fa;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 2rem;
  display: flex;
}

.hero-text-aero {
  z-index: 10;
  background-color: #fff;
  max-width: 600px;
  padding: 40px;
  position: absolute;
  left: 459px;
  box-shadow: -75px -75px 0 -50px #0b769b;
}

.hero-container {
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 1000px;
  height: 100%;
  margin-left: 20px;
  margin-right: 140px;
  display: flex;
  position: relative;
}

.image {
  z-index: 1;
  height: 100%;
  position: absolute;
  left: 54.125px;
}

.body {
  color: #0f0f0f;
  font-family: Poppins, sans-serif;
}

.heading {
  margin-top: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}

.heading.middle {
  text-align: center;
  font-size: 24px;
}

.paragraph {
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
}

.image-2 {
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: -20px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.wide {
  max-width: 1500px;
}

.container.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-text-content {
  width: 70%;
}

.div-text-content.car {
  width: 50%;
}

.div-text-content.station {
  padding-right: 10px;
}

.div-text-content.station.wide {
  padding-right: 40px;
}

.div-text-content.station.policy {
  width: 80%;
}

.div-text-content.grey {
  z-index: 5;
  background-color: #f7f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 550px;
  padding: 20px 2rem 20px 10rem;
  display: flex;
  position: relative;
  left: -75px;
}

.div-image-wrap {
  width: 30%;
}

.div-image-wrap.lot {
  z-index: 10;
  width: 500px;
  position: relative;
}

.div-image-wrap.car {
  width: 50%;
}

.section {
  padding-top: 0;
  padding-bottom: 2rem;
}

.section.white-bg {
  z-index: 20;
  background-color: #fff;
  padding-top: 2rem;
  position: relative;
}

.section.white-bg.lot {
  padding-top: 2rem;
}

.section.grey-bg {
  background-color: #f7f8fa;
  padding-top: 2rem;
}

.section.grey-bg.extra-top-padding {
  padding-top: 4rem;
  display: none;
}

.section.grey-bg.activity {
  background-image: url('../images/Charging-Handle_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-attachment: scroll;
  padding-top: 2rem;
}

.section.top-padding {
  padding-top: 2rem;
}

.section.top-padding._100vh {
  min-height: 100vh;
  padding-top: 4rem;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-2.middle {
  text-align: center;
  margin-top: 10px;
}

.subheading {
  color: #0b769b;
  font-size: 20px;
  font-weight: 900;
  line-height: 35px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr .5fr .5fr 1fr 1fr;
}

.heading-2 {
  padding-left: 20px;
}

.grid-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #00000080;
  border-radius: 0;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.grid-content-wrap.header {
  background-color: #0b769b;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid-content-wrap.color {
  background-color: #0b769b26;
}

.heading-3 {
  margin: 0;
  font-size: 20px;
}

.table-heading {
  color: #fff;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.table-state-name {
  width: 125px;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.table-text {
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.state-icon {
  width: 75px;
  margin-left: 10px;
}

.navbar {
  background-color: #f7f8fa;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  order: -1;
  height: 72px;
}

.image-4 {
  height: 100%;
}

.nav-menu {
  order: 1;
}

.nav-link {
  color: #0b769b;
  border-bottom: 3px solid #0b769b00;
  margin-left: 28px;
  margin-right: 28px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  transition: border-color .2s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: #0b769b;
}

.nav-link.w--current {
  color: #04a356;
  border-bottom-color: #04a356;
}

.section-2 {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.action-container {
  background-color: #f7f8fa;
  border: 4px solid #0b769b;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.link {
  color: #0b769b;
  font-weight: 600;
}

.link:hover {
  color: #04a356;
}

.footer {
  color: #bebdc3;
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 2rem;
  font-size: 12px;
  line-height: 28px;
  display: flex;
}

.link-2 {
  color: #0b769b;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    margin-top: 72px;
  }

  .hero-text-aero {
    width: 60%;
    position: relative;
    left: -100px;
  }

  .hero-container {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: static;
  }

  .image {
    position: static;
  }

  .heading {
    font-size: 24px;
  }

  .heading.middle {
    font-size: 20px;
  }

  .image-2 {
    max-width: 300px;
  }

  .container {
    flex-flow: column;
  }

  .container.wide.table {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-text-content.car, .div-text-content.station {
    width: 100%;
  }

  .div-text-content.station.wide {
    padding-right: 0;
  }

  .div-text-content.station.policy {
    width: 100%;
  }

  .div-text-content.grey {
    width: 100%;
    min-height: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    top: -20px;
    left: 0;
  }

  .div-image-wrap.lot {
    width: 300px;
  }

  .div-image-wrap.station {
    width: 300px;
    display: none;
  }

  .div-image-wrap.car {
    width: 300px;
  }

  .section.white-bg, .section.grey-bg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.grey-bg.activity {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 1rem;
  }

  .section.top-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.top-padding._100vh {
    height: auto;
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    margin-top: 0;
    line-height: 1.6;
  }

  .paragraph-2.middle {
    font-size: 16px;
  }

  .subheading {
    margin-top: 0;
    line-height: 1.5;
  }

  .table-heading, .table-state-name, .table-text {
    font-size: 14px;
  }

  .state-icon {
    width: 65px;
  }

  .navbar {
    height: 72px;
  }

  .brand, .brand.w--current {
    height: 60px;
  }

  .nav-menu {
    background-color: #f7f8fa;
    padding-top: 20px;
  }

  .nav-link {
    text-align: center;
    border-bottom-style: none;
    width: auto;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: #0b769b40;
  }

  .action-container {
    padding: 1rem;
  }

  .menu-button {
    order: 1;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: #0b769b;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    flex-flow: column;
    height: auto;
  }

  .hero-text-aero {
    order: -1;
    width: 80%;
    padding: 20px;
    position: static;
  }

  .hero-container {
    flex-flow: column;
  }

  .image {
    height: 300px;
  }

  .heading {
    font-size: 20px;
  }

  .heading.middle {
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-2 {
    max-width: 250px;
    margin-bottom: 10px;
    margin-left: -10px;
  }

  .container.wide.table {
    justify-content: space-between;
    align-items: flex-start;
    overflow: scroll;
  }

  .div-image-wrap.lot, .div-image-wrap.station, .div-image-wrap.car {
    width: 225px;
  }

  .section.top-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-2 {
    line-height: 1.5;
  }

  .paragraph-2.middle {
    font-size: 14px;
  }

  .subheading {
    font-size: 16px;
  }

  .grid {
    grid-template-columns: .75fr .75fr .75fr 1fr 1fr;
    width: 150%;
  }

  .brand, .brand.w--current {
    height: 50px;
  }

  .nav-menu {
    padding-top: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link:hover {
    background-color: #0b769b26;
  }

  .icon {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 200px;
  }

  .heading {
    font-size: 16px;
    line-height: 1.5;
  }

  .heading.middle {
    font-size: 18px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.5;
  }

  .image-2 {
    max-width: 200px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-image-wrap.station {
    width: 150px;
  }

  .div-image-wrap.car {
    width: 175px;
  }

  .paragraph-2, .subheading {
    font-size: 14px;
  }

  .grid {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr;
    width: 300%;
  }

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand, .brand.w--current {
    height: 40px;
  }
}


