@font-face {
  font-family: Albertsans Variablefont Wght;
  src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans Variablefont Wght;
  src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans Variablefont Wght;
  src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #eac473;
  --green: #006937;
  --grey: #f0f0f0;
  --text-color: #333;
}

.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;
  }
}

.hero-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 75vh;
}

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

.section {
  background-image: linear-gradient(75deg, #0000009e 36%, #5b5b5b5c 80%, #ffffff0d), url('../images/AdobeStock_397844624.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 70px;
  padding: 250px 20px 150px;
}

.main-nav-bar {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00381dd9;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 5px #66666680;
}

.main-nav-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.nav-link-1 {
  color: #fff;
  border: 3px solid #eac47300;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  transition: border-color .25s ease-in-out, color .2s ease-in-out;
}

.nav-link-1:hover {
  color: #eac473;
  border: 3px solid #eac47300;
  border-radius: 20px 0;
}

.nav-link-1.w--current {
  border: 3px solid var(--yellow);
  color: #fff;
  border-radius: 20px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 5rem;
}

.div-block {
  width: 50%;
}

.paragraph {
  color: #fff;
  letter-spacing: normal;
  padding-top: 10px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.button {
  border: 3px solid var(--yellow);
  color: #fff;
  background-color: #3898ec00;
  border-radius: 20px 0;
  margin-top: 10px;
  padding: 15px 60px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--yellow);
  color: #000;
}

.plan-section {
  background-image: linear-gradient(#fffffff7, #fffffff7);
  padding: 4rem 20px;
}

.container-3 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1560px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.image {
  width: 100%;
}

.grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 10px;
  height: 100px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.div-block-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3 {
  color: var(--green);
  font-family: Varela, sans-serif;
  font-size: 4rem;
}

.paragraph-2 {
  padding-top: 20px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-7 {
  background-color: var(--yellow);
  text-align: left;
  width: 160px;
  height: 5px;
  margin-top: 20px;
}

.div-block-7.asset {
  background-color: var(--yellow);
  height: 4px;
}

.image-2 {
  width: 100%;
}

.section-2 {
  background-color: var(--grey);
  margin-left: 140px;
  margin-right: 140px;
  padding: 4rem 20px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  color: #006937;
  text-align: left;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 2.5rem;
}

.paragraph-3 {
  color: var(--text-color);
  text-align: left;
  padding-top: 20px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.container-4 {
  max-width: 1500px;
  padding-left: 40px;
  padding-right: 40px;
}

.benefits-section {
  padding: 4rem 20px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
}

.container-5 {
  max-width: 1560px;
}

.benefits-div {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.benefits-heading {
  color: var(--green);
  margin-top: 5px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.benefits-paragraph {
  color: var(--text-color);
  padding-right: 15px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.headers {
  color: var(--green);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.benefits {
  padding-top: 40px;
}

.div-block-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-section {
  margin-bottom: 100px;
  padding: 4rem 20px;
  position: relative;
}

.container-6 {
  max-width: 1560px;
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
}

.heading-5 {
  color: #fefefe;
  font-family: Varela, sans-serif;
  font-size: 3rem;
}

.paragraph-4 {
  color: var(--text-color);
  padding-top: 20px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.icon-benefits {
  width: 55px;
  height: 50px;
}

.icon-benefits.raindrip {
  width: 40px;
  text-decoration: underline;
}

.icon-benefits.coin-icon {
  width: 55px;
}

.icon-benefits.resources {
  width: 50px;
}

.icon-benefits.electric {
  width: 50px;
  height: 70px;
}

.nav-link {
  order: 1;
  padding-top: 0;
}

.logo {
  max-width: 70%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-2 {
  border: 3px solid var(--yellow);
  color: var(--green);
  background-color: #3898ec00;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 20px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.button-2:hover {
  background-color: var(--yellow);
  color: #000;
}

.button-2.page-2 {
  font-size: 1rem;
}

.logo-bar, .logo-bar.w--current {
  order: -1;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.section-3 {
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-4 {
  grid-template-rows: auto;
}

.container-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.heading-6 {
  color: var(--green);
  text-align: left;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 3rem;
}

.faq-block {
  border-bottom: 1px solid #cbcbcb;
  overflow: hidden;
}

.faq-header {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 1.5;
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--text-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.list.sub {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-left: 100px;
  list-style-type: disc;
}

.svg {
  color: var(--green);
  order: 1;
  width: 50px;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.div-block-11 {
  width: 50%;
}

.image-3 {
  border-top-left-radius: 20px;
  max-width: 100%;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.container-8 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-13 {
  min-width: 100px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 20px;
}

.image-4 {
  max-width: 50%;
}

.footer {
  max-width: 2560px;
  margin-top: 28%;
  position: relative;
}

.form-block {
  border-radius: 0;
  width: 100%;
}

.div-block-14 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.div-block-15 {
  background-color: var(--green);
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 40%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-7 {
  color: var(--grey);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-16 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 250px;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.paragraph-5 {
  color: var(--grey);
  text-align: center;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.heading-8 {
  color: var(--green);
  text-align: left;
}

.text-field {
  color: var(--text-color);
  border-radius: 3px;
}

.div-block-17 {
  width: 50%;
  display: block;
}

.div-block-18 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  width: 100%;
  display: flex;
}

.div-block-19 {
  width: 50%;
}

.submit-button {
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-weight: 500;
}

.paragraph-6 {
  padding-right: 0;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.list-item {
  list-style-type: square;
}

.footer-image.medium {
  z-index: -10;
  position: absolute;
  bottom: 10px;
}

.footer-image.light {
  z-index: -15;
  position: absolute;
  bottom: 0;
}

.footer-image.dark {
  z-index: -5;
  position: absolute;
  bottom: 0;
}

.footer-content {
  color: #fff;
  background-color: #026937;
  width: 100%;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: -75px;
}

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

.footer-left-wrap {
  flex-flow: column;
  order: -1;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-right-wrap {
  order: 1;
}

.footer-homepage-text {
  font-size: 20px;
  line-height: 1.5;
}

.body-2 {
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
}

.copyright {
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-text-link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.footer-text-link:hover {
  font-weight: 600;
}

.image-5 {
  width: 100px;
}

.heading-9 {
  line-height: 1.5;
}

.textarea {
  color: var(--text-color);
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.paragraph-3-copy {
  color: var(--text-color);
  text-align: left;
  padding-top: 20px;
  font-family: Albertsans Variablefont Wght, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.anchor-link {
  position: absolute;
  inset: -100px 0% auto;
}

.bold-text {
  text-align: left;
}

.heading-10 {
  margin-bottom: auto;
}

.container-9 {
  max-width: 1500px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 0 0, 50%;
  }

  .main-nav-bar {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .nav-link-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 4rem;
  }

  .div-block {
    width: 80%;
  }

  .grid {
    flex-flow: column;
    grid-template: ". Area"
                   ". ."
                   / 1fr;
    display: flex;
  }

  .section-2 {
    margin-left: 60px;
    margin-right: 100px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .team-section {
    margin-left: 60px;
    margin-right: 60px;
  }

  .nav-link {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #00381d;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-bar {
    order: -1;
  }

  .container-7 {
    padding-top: 20px;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .footer-image.light {
    bottom: 10px;
  }

  .footer-content {
    top: -50px;
  }

  .menu-button {
    color: #fff;
    order: 1;
    align-self: center;
    font-size: 2rem;
  }

  .menu-button.w--open {
    background-color: var(--yellow);
  }

  .textarea {
    max-width: 700px;
  }

  .dropdown-menu-blur {
    z-index: -1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .heading {
    margin-top: 0;
    font-size: 3rem;
    line-height: 1.2;
  }

  .div-block {
    width: 100%;
  }

  .paragraph {
    text-shadow: 0 0 5px #00000080;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .section-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .benefits-heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .benefits-paragraph {
    font-size: 16px;
  }

  .headers {
    font-size: 2rem;
    line-height: 1.2;
  }

  .team-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-7 {
    padding-top: 0;
  }

  .faq-header {
    width: 92.5%;
    font-size: 24px;
  }

  .list {
    padding-left: 24px;
  }

  .list.sub {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 60px;
  }

  .svg {
    width: 7.5%;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-content {
    top: -25px;
  }

  .footer-content-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-left-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-right-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .copyright {
    text-align: center;
  }

  .textarea {
    max-width: 500px;
  }

  .paragraph-3-copy {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .heading {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .div-block {
    width: 100%;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .section-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .benefits-heading {
    line-height: 1.2;
  }

  .headers {
    font-size: 2rem;
    line-height: 1.2;
  }

  .team-section {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2rem 20px;
  }

  .logo-bar.w--current {
    width: 75%;
  }

  .container-7 {
    padding-top: 0;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .faq-header {
    width: 90%;
    font-size: 20px;
    line-height: 1.2;
  }

  .list {
    margin-top: 10px;
    font-size: 16px;
  }

  .list.sub {
    padding-left: 60px;
  }

  .svg {
    width: 10%;
  }

  .faq-trigger {
    font-size: 1.5rem;
  }

  .section-4 {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-18 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-6 {
    text-align: left;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-content {
    top: -10px;
  }

  .footer-homepage-text {
    text-align: center;
    font-size: 16px;
  }

  .copyright, .footer-text-link {
    font-size: 14px;
  }

  .textarea {
    max-width: 300px;
    min-height: 75px;
  }

  .form {
    width: 100%;
    padding-bottom: 40px;
  }

  .paragraph-3-copy {
    font-size: 16px;
  }
}

#w-node-c53d1f54-aead-8f30-b4d3-00d4cc86a032-59764b1e {
  align-self: auto;
}

#w-node-b8c0e68b-1975-a212-9493-7be52aedee19-59764b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Albertsans Variablefont Wght';
  src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans Variablefont Wght';
  src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans Variablefont Wght';
  src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}