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

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5b5b5b;
}

.about {
  margin-top: -120px;
  padding-top: 120px;
  background-color: #5b5b5b;
}

.products {
  margin-top: -120px;
  padding-top: 120px;
  background-color: hsla(0, 0%, 98%, 0);
}

.future-plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Future-Plans-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #76bb30;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  display: inline-block;
  margin-right: 0px;
  padding: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #131313;
  text-decoration: none;
}

.nav-link:hover {
  color: #72c61b;
}

.nav-link.w--current {
  display: inline-block;
  color: #131313;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: #72c61b;
}

.button {
  display: inline-block;
  margin-left: 0px;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #4679bf;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #4679bf;
}

.button.w--current {
  margin-left: 20px;
}

.button.w--current:hover {
  background-color: #72c61b;
}

.button.send-inquiry {
  margin-left: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.send-inquiry:hover {
  background-color: #72c61b;
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Montserrat, sans-serif;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.image-2 {
  margin-top: 10px;
  margin-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.container {
  max-width: 1200px;
}

.div-block-4 {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-top: 197px;
  margin-right: 20px;
  margin-left: 20px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #4679bf;
  font-size: 70px;
}

.heading.green {
  margin-bottom: 30px;
  color: #72c61b;
}

.text-block {
  max-width: 40%;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  color: #fff;
  font-size: 50px;
}

.text-block-2 {
  color: #fff;
}

.heading-3 {
  margin-bottom: 0px;
  color: #72c61b;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.column {
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 0px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 70px;
  color: #4679bf;
  font-size: 50px;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 25px;
  text-align: center;
}

.grid {
  padding-right: 0px;
  padding-left: 0px;
}

.image-3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
}

.heading-5 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4679bf;
}

.div-block-5 {
  position: static;
  display: inline-block;
  max-width: 50%;
  margin-left: 30px;
  float: none;
  clear: none;
}

.text-block-4 {
  display: block;
  color: #5b5b5b;
}

.container-3 {
  max-width: 1200px;
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.image-4 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.columns {
  display: block;
  overflow: visible;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-5 {
  width: 100%;
}

.div-block-6 {
  max-width: 1200px;
  margin-bottom: 53px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-6 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 43px;
}

.text-block-5 {
  display: inline;
  color: #fff;
}

.image-6 {
  display: inline;
  margin-right: 9px;
}

.div-block-7 {
  max-width: 50%;
}

.contact {
  background-color: #72c61b;
}

.container-4 {
  max-width: 1200px;
}

.grid-2 {
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-7 {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.form {
  display: block;
  margin-top: 18px;
  color: #fff;
}

.form-block {
  display: block;
}

.div-block-8 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.field-label {
  display: none;
}

.field-label-2 {
  display: none;
}

.text-field {
  padding-top: 22px;
  padding-bottom: 80px;
}

.text-field-2 {
  border: 1px none #000;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #000;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-2.message {
  padding-top: 20px;
  padding-bottom: 100px;
}

.heading-8 {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.div-block-9 {
  margin-top: 50px;
  margin-bottom: 116px;
  margin-left: 150px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  display: inline-block;
  color: #fff;
}

.text-block-6 {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.text-block-7 {
  color: #fff;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-11 {
  display: inline-block;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.grid-3 {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-8 {
  display: inline;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .hero {
    background-color: #f7f7f7;
  }

  .future-plans {
    background-position: 100% 50%;
  }

  .image {
    left: 0%;
    top: 15px;
    right: 0%;
    bottom: 0%;
    margin-top: 280px;
  }

  .div-block-4 {
    text-align: center;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 44px;
  }

  .text-block {
    display: inline-block;
    max-width: 70%;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .product-box {
    margin-right: 50px;
    margin-left: 50px;
  }

  .image-4 {
    display: none;
  }

  .div-block-6 {
    margin-left: 50px;
  }

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

  .div-block-8 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .div-block-9 {
    margin-top: -35px;
    margin-bottom: 62px;
    margin-left: 55px;
  }

  .div-block-10 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .div-block-11 {
    margin-top: 81px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    color: #4679bf;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: -180px;
  }

  .image {
    top: 88px;
  }

  .text-block-5 {
    display: inline;
  }

  .image-6 {
    display: inline;
  }

  .div-block-7 {
    max-width: 70%;
  }

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

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

  .div-block-4 {
    margin-top: 116px;
    text-align: left;
  }

  .heading {
    margin-bottom: -10px;
    font-size: 30px;
    text-align: left;
  }

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

  .heading-2 {
    font-size: 30px;
  }

  .heading-4 {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 30px;
    text-align: left;
  }

  .text-block-3 {
    margin-right: 30px;
    margin-left: 30px;
    text-align: left;
  }

  .image-3 {
    max-width: 30%;
  }

  .product-box {
    margin-right: 13px;
    margin-left: 13px;
  }

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

  .div-block-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .container-3 {
    padding-bottom: 29px;
  }

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

  .heading-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-7 {
    max-width: 90%;
  }

  .heading-7 {
    font-size: 30px;
  }

  .div-block-8 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-9 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-7 {
    text-align: center;
  }

  .navbar-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-7 {
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-11 {
    margin-top: 0px;
  }

  .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

#w-node-_2c5814cb-0231-f5a8-a410-83828b711938-bc642c13 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_948757c6-90da-071f-b410-b72bbf0b8de3-bc642c13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_961f5208-4df0-0aa6-cb74-ebf77a90745e-bc642c13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1b7dc20f-763b-8b87-62db-8a87d1c8bf16-bc642c13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_074f355c-1e0c-c81c-5e78-12d46b4057cf-bc642c13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ca9e286e-ce47-18fb-fc68-b03f094ac99b-bc642c13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c686644c-a040-b43e-1ae3-9b7d19c2e439-bc642c13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_2c5814cb-0231-f5a8-a410-83828b711938-bc642c13 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}