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

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

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

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

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #0d2a38;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: static;
}

.body {
  background-color: #fff;
  max-width: none;
}

.footer-link {
  color: #26d290;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  overflow: auto;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand.w--current {
  width: 25%;
}

.navbar {
  background-color: #fff0;
  max-width: 100%;
  padding-top: 40px;
}

.navbar:hover {
  color: #ffc34a;
}

.nav-link {
  color: #fff;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 21px;
}

.nav-link:hover {
  color: #ffc34a;
  text-decoration: none;
}

.nav-link:focus, .nav-link.w--current {
  color: #ffc34a;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  text-decoration: underline;
}

.nav-menu {
  text-align: center;
  flex: 1;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.home-hero-section {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-content: end;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.title-h1 {
  color: #fff;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 58px;
  position: static;
}

.title-h1.green {
  color: #26d290;
  font-weight: 500;
}

.heading {
  font-family: Poppins, sans-serif;
}

.paragraph {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.paragraph.paragraph-hero {
  padding-top: 20px;
  padding-right: 28%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button {
  background-image: linear-gradient(87.42deg, #35d688 2.15%, #0d124f);
  border: 1px solid #1561b8;
  border-radius: 29px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Poppins, sans-serif;
}

.heading-2 {
  font-family: Poppins, sans-serif;
}

.second-section {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: .25fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}

.h2-title {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.h2-title.center {
  text-align: center;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.gradient-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(222.23deg, #679a08, #679a08 98.73%);
  border-radius: 4px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 288px;
  display: block;
}

.gradient-column.custom-column {
  background-image: linear-gradient(221deg, #679a08 23%, #ebbc12);
}

.h4-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  line-height: 24px;
}

.holder-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-uneven {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  display: grid;
  position: static;
}

.div-block {
  background-image: linear-gradient(222.23deg, #306630, #163759 98.73%);
}

.gradient-2 {
  color: #1c1f1d;
  background-image: linear-gradient(222.23deg, #1fe31f, #ebbc12 98.73%);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 34px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.gradient-2.gradient-4 {
  background-color: #acdc30;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
}

.gradient-3 {
  color: #1c1f1d;
  background-color: #86c90a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.image {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 10px;
}

.title-h3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.white-paragraph {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.white-paragraph.inner {
  padding-bottom: 40px;
  padding-left: 17%;
  padding-right: 17%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.white-paragraph.inner.about-hero-txt {
  margin-bottom: 0;
  padding-bottom: 54px;
  padding-left: 31%;
  padding-right: 31%;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.white-paragraph.left {
  color: #fff;
  text-align: left;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.my-h3-title {
  text-transform: capitalize;
  margin-top: 30px;
  padding-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.image-2, .image-3, .image-4 {
  padding-top: 38px;
  padding-bottom: 10px;
}

.grid-2 {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.text-span {
  color: #ffc34a;
  border: 1px #26d290;
}

.text-span-2 {
  color: #ffc34a;
}

.section {
  color: #fff;
  background-image: linear-gradient(213.78deg, #103a04, #b0a313 98.71%);
}

.inner-hero-section-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 575px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.heading-3.company {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 86px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.text-span-3 {
  color: #26d290;
}

.inner-content {
  padding-top: 140px;
}

.div-block-2 {
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  height: 311px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.heading-5.heading-about {
  padding-right: 10%;
}

.text-span-4 {
  color: #ffc34a;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-5 {
  color: #fff;
}

.paragraph-6 {
  font-weight: 400;
  line-height: 24px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
}

.image-5 {
  text-align: right;
}

.heading-6 {
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-5 {
  color: #ffc34a;
}

.paragraph-7 {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
}

.div-block-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 500;
  display: flex;
}

.heading-7 {
  color: #26d290;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.heading-7.padding {
  padding-right: 70px;
}

.paragraph-8 {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
}

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

.link-block {
  background-image: linear-gradient(87.42deg, #35d688 2.15%, #0d124f);
  border: 0 #000;
  border-radius: 29px;
  padding: 9px 48px;
  display: flex;
}

.button-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(87.42deg, #7a72ec 2.15%, #0d124f);
  border: 1px solid #1561b8;
  border-radius: 29px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 40px;
  text-decoration: none;
  display: flex;
}

.button-image:hover {
  background-color: #000;
  background-image: none;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-5 {
  max-width: 250px;
}

.colored-heading {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-right: 58%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.colored-heading.center {
  text-align: center;
  padding-right: 0%;
}

.colored-heading.colored-heading-2 {
  padding-right: 36%;
}

.colored-heading.colored-heading-2.heading-c-3 {
  padding-bottom: 30px;
  padding-right: 61%;
}

.colored-heading.colored-heading-2.heading-c-3.heading-c-4 {
  padding-bottom: 30px;
  padding-right: 48%;
}

.colored-heading.colored-heading-2.heading-c-3.heading-c-6 {
  padding-bottom: 30px;
  padding-right: 24%;
}

.colored-heading.colored-heading-2.heading-c-5 {
  padding-right: 50%;
}

.colored-heading.heading-c-3-1 {
  padding-bottom: 30px;
  padding-right: 20%;
}

.colored-heading.heading-c-4-1 {
  padding-right: 45%;
}

.colored-heading.heading-c-5-1 {
  padding-right: 35%;
}

.colored-heading.heading-c-6-1 {
  padding-right: 31%;
}

.text-span-6 {
  color: #ffc34a;
}

.section-2 {
  background-image: linear-gradient(213.78deg, #103a04, #b0a313 98.71%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.grid-5 {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

.text-span-7 {
  color: #26d290;
}

.text-span-8 {
  color: #ffc34a;
}

.paragraph-10 {
  color: #fff;
}

.paragraph-10._600 {
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.green {
  color: #ffc34a;
  padding-right: 70px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.green.s {
  color: #ffc34a;
  padding-right: 20px;
}

.green.n {
  padding-right: 100px;
}

.green.custom {
  padding-right: 20px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-1 {
  background-image: linear-gradient(199.45deg, #025f00 3.59%, #ffb013 98.67%);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 778px;
  display: flex;
}

.section-3 {
  background-color: #121212;
}

.grid-6 {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 40px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
}

.section-4 {
  border: 0 solid #000;
  border-top: .5px solid #fff;
  border-radius: .5px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 25px;
}

.footer-title {
  color: #ffc34a;
  text-transform: capitalize;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.footer-title.s {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 80px;
  font-size: 14px;
}

.footer-title.s.last {
  padding-right: 0;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  color: #fff;
  text-transform: capitalize;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer-text.w--current, .footer-text.w--current:active {
  text-decoration: none;
}

.footer-text.top {
  margin-bottom: 0;
  padding-top: 3px;
  text-decoration: none;
}

.footer-text.p {
  padding-top: 1px;
}

.text-span-9 {
  color: #ffc34a;
}

.paragraph-section {
  color: #fff;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-section.center {
  text-align: center;
  padding-bottom: 60px;
  padding-left: 30%;
  padding-right: 30%;
}

.paragraph-section.center.grid-paragraph {
  padding-left: 25%;
  padding-right: 25%;
}

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

.div-block-9 {
  height: 50px;
}

.section-5 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-10 {
  color: #ffc34a;
}

.section-6 {
  background-image: linear-gradient(199.45deg, #025f00 3.59%, #ffb013 98.67%);
  flex-flow: column;
  height: 692px;
  padding-bottom: 100px;
  display: block;
}

.inner-main-heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 86px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

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

.text-span-11 {
  color: #26d290;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  background-image: linear-gradient(213.78deg, #103a04, #b0a313 98.71%);
  padding-top: 60px;
  padding-bottom: 220px;
}

.section-8 {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.inner-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-11 {
  height: 60px;
}

.div-block-12 {
  background-image: linear-gradient(97.7deg, #258989, #092323 43%);
  height: 190px;
}

.dark-green {
  background-image: linear-gradient(97.7deg, #258989, #092323 55.59%);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 190px;
  display: flex;
}

.dark-green.color {
  background-color: #258989;
  background-image: none;
  box-shadow: 0 4px 4px #00000040;
}

.grid-7 {
  grid-column-gap: 29px;
  grid-row-gap: 17px;
}

.title-white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.title-white.dark {
  color: #021902;
}

.text-white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.text-white.dark {
  color: #021902;
}

.section-9 {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-8 {
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  margin-left: auto;
  margin-right: auto;
}

.inner-gradient {
  background-image: linear-gradient(222.23deg, #306630, #163759 98.73%);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 190px;
  display: flex;
}

.inner-gradient.variable {
  background-image: linear-gradient(235.1deg, #306630, #163759 63.06%);
}

.section-10 {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.grid-9 {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-13, .div-block-14 {
  display: flex;
}

.div-block-15 {
  height: 100px;
}

.section-11 {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-template: "."
  / .75fr 1fr;
}

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

.title-colored {
  color: #fff;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.text-span-12 {
  color: #26d290;
}

.paragraph-12 {
  color: #fff;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.div-block-17, .div-block-18 {
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-12 {
  background-image: linear-gradient(199.45deg, #025f00 3.59%, #ffb013 98.67%);
  height: 582px;
}

.section-13 {
  background-image: linear-gradient(171deg, #283e22, #b0a313 98.71%);
  max-width: none;
}

.text-span-13 {
  color: #26d290;
}

.div-block-20 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-11 {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #373737;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-22 {
  background-image: url('../images/Mask-group-8.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 100px;
  padding-left: 80px;
}

.forme-text {
  color: #fff;
  text-transform: capitalize;
  padding-right: 15%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.forme-text.green {
  color: #ffc34a;
  margin-bottom: 20px;
}

.form-text {
  color: #fff;
  text-transform: capitalize;
  padding-right: 30%;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.text-span-14 {
  color: #ffc34a;
}

.div-block-23 {
  height: 2px;
}

.text-field {
  color: #373737;
  text-align: left;
  background-color: #fff0;
  border-top: 1px #373737;
  border-bottom: 1px solid #373737;
  border-left: 1px #373737;
  border-right: 1px #000;
  padding: 0;
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.text-field:focus-visible {
  color: #373737;
  -webkit-text-stroke-color: #fff;
}

.text-field[data-wf-focus-visible] {
  color: #373737;
  -webkit-text-stroke-color: #fff;
}

.text-field::placeholder {
  color: #373737;
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.text-field-2 {
  color: #373737;
  background-color: #fff0;
  border-top: 0 #fff;
  border-bottom: 1px solid #373737;
  border-left: 0 #373737;
  border-right: 0 #fff;
  margin-bottom: 0;
  padding: 40px 0 17px;
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.text-field-2::placeholder {
  color: #373737;
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.form {
  color: #373737;
  width: 400px;
  max-width: none;
}

.textarea {
  color: #373737;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 0 solid #fff;
  border-bottom: 1px solid #373737;
  margin-bottom: 78px;
  padding: 20px 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.textarea:active, .textarea:focus {
  color: #373737;
}

.textarea:focus-visible {
  color: #373737;
}

.textarea[data-wf-focus-visible], .textarea::placeholder {
  color: #373737;
}

.field-label {
  color: #373737;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 1px;
}

.field-label-2, .field-label-3 {
  color: #fff0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 1px;
}

.submit-button {
  color: #f5f5f5;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #030303;
  border: 1px solid #092323;
  border-radius: 29px;
  margin-top: 0;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.submit-button:hover {
  background-color: #092323;
}

.image-6 {
  position: absolute;
  top: 16px;
  right: 218px;
}

.div-block-24 {
  position: relative;
}

.link {
  color: #26d290;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}

.link.w--current {
  text-decoration: none;
}

.link.footer-link {
  color: #ffc34a;
  padding-right: 0;
  text-decoration: none;
}

.link.footer-link.w--current {
  color: #ffc34a;
  padding-right: 0;
}

.div-block-25 {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-right: 0;
  display: flex;
}

.div-block-26, .div-block-27 {
  width: auto;
}

.div-block-28 {
  width: auto;
  padding-left: 0;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-7 {
  width: 130%;
  max-width: none;
}

.form-block {
  color: #373737;
}

.div-block-36 {
  color: #1c1f1d;
  text-align: center;
  padding: 0;
}

.div-block-37 {
  text-align: center;
  width: 80%;
}

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

.div-block-39 {
  text-align: center;
  width: 80%;
}

.div-block-40 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.container-2 {
  flex-flow: column;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 1px solid #00bc3b;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  text-decoration: none;
  display: flex;
}

.border-btn:hover {
  background-color: #262626;
}

.btn-2 {
  max-width: 195px;
}

.hero-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #7a72ec;
  border: 1px solid #1561b8;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  max-width: 195px;
  padding: 16px 40px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.hero-btn:hover {
  background-color: #262626;
}

.div-block-41 {
  min-height: 50px;
}

.div-block-43 {
  height: 50px;
}

.section-14 {
  color: #fff;
  background-image: linear-gradient(199deg, #025f00, #ffb013);
  min-height: 694px;
}

.container-3 {
  max-width: 82%;
}

.section-15 {
  background-image: linear-gradient(213deg, #103a04, #b0a313);
}

.heading-9 {
  color: #ffc34a;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  line-height: 24px;
}

.heading-9.first-h5 {
  margin-top: 0;
}

.heading-10 {
  color: #ffc34a;
  font-size: 12px;
  line-height: 36px;
}

.section-16 {
  background-color: #2b4022;
}

.section-17 {
  background-image: linear-gradient(#264a1d, #b0a313);
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: block;
}

.container-4 {
  align-items: center;
  width: 75%;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding-top: 50px;
  display: block;
}

.container-5 {
  align-items: center;
  max-width: 1050px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-2 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #262626;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  padding: 20px;
  display: flex;
}

.dropdown-list.w--open {
  color: #6a6a6a;
}

.dropdown-link {
  color: #6a6a6a;
  width: 100%;
  padding-left: 18px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-list-2 {
  border-radius: 4px;
}

.dropdown-list-2.w--open {
  width: 200px;
}

.nav-link-2 {
  padding: 0;
}

.image-11 {
  display: inline-block;
}

.container-6 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-7 {
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-2 {
  width: 30%;
}

.container-8, .container-9 {
  max-width: 1050px;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 54px;
  padding-left: 13%;
  padding-right: 13%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  height: 570px;
  display: flex;
}

.paragraph-14 {
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding-left: 29%;
  padding-right: 29%;
}

.container-11 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1050px;
  height: 460px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.container-12 {
  max-width: 1050px;
}

.paragraph-15 {
  text-transform: capitalize;
  padding-left: 29%;
  padding-right: 29%;
}

.dropdown-wraper {
  overflow: hidden;
}

.dropdown-content {
  text-align: left;
  background-color: #262626;
  border-radius: 4px;
  width: 200px;
  padding: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .home-hero-section {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.paragraph-hero {
    padding-right: 35%;
  }

  .second-section {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .holder {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-uneven {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 1180px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .gradient-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .white-paragraph.inner.about-hero-txt {
    padding-left: 34%;
    padding-right: 34%;
  }

  .grid-2, .div-block-2, .grid-3 {
    max-width: 1180px;
  }

  .heading-5.heading-about {
    padding-right: 15%;
  }

  .grid-4 {
    max-width: 1180px;
  }

  .colored-heading {
    padding-bottom: 30px;
    padding-right: 62%;
  }

  .colored-heading.colored-heading-2 {
    padding-bottom: 30px;
    padding-right: 45%;
  }

  .colored-heading.colored-heading-2.heading-c-3 {
    padding-bottom: 25px;
  }

  .colored-heading.colored-heading-2.heading-c-5 {
    padding-bottom: 30px;
  }

  .colored-heading.heading-c-6-1 {
    padding-right: 38%;
  }

  .grid-5 {
    max-width: 1180px;
  }

  .section-1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-6, .section-4 {
    max-width: 1180px;
  }

  .footer-text.p {
    padding-right: 15%;
  }

  .paragraph-section.center {
    padding-left: 28%;
    padding-right: 28%;
  }

  .section-5 {
    max-width: 1180px;
  }

  .section-8, .section-9, .section-10, .section-11 {
    max-width: 1050px;
  }

  .section-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .grid-11 {
    max-width: 1180px;
  }

  .text-field {
    color: #373737;
    background-color: #fff0;
    border: 1px #373737;
    border-bottom-style: solid;
    border-radius: 0;
  }

  .text-field:focus-visible {
    color: #373737;
  }

  .text-field[data-wf-focus-visible], .text-field::placeholder {
    color: #373737;
  }

  .field-label {
    color: #fff;
    min-width: 0;
    font-size: 15px;
  }

  .grid-13 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .image-7 {
    width: 124%;
    margin-top: 3px;
  }

  .container, .container-2, .container-3 {
    max-width: 1180px;
  }

  .heading-9 {
    color: #ffc34a;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif;
    line-height: 24px;
  }

  .navbar-2, .container-5 {
    max-width: 1180px;
  }

  .dropdown-list.w--open {
    color: #6a6a6a;
  }

  .dropdown-link:hover {
    color: #fff;
  }

  .container-6 {
    max-width: none;
  }

  .container-8, .container-9 {
    max-width: 1180px;
  }

  .paragraph-13 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .container-10 {
    max-width: 1180px;
  }

  .paragraph-14 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-11 {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-12 {
    max-width: 1180px;
  }

  .paragraph-15 {
    padding-left: 31%;
    padding-right: 31%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff0;
    background-image: linear-gradient(199.45deg, #103a04 3.59%, #b0a313 98.67%);
  }

  .home-hero-section {
    grid-template-columns: 1.5fr;
  }

  .title-h1, .paragraph {
    text-align: center;
  }

  .paragraph.paragraph-hero {
    padding-left: 20%;
    padding-right: 20%;
  }

  .holder {
    flex-flow: column;
    display: flex;
  }

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

  .white-paragraph.inner {
    padding-left: 6%;
    padding-right: 6%;
  }

  .white-paragraph.inner.about-hero-txt {
    padding-left: 20%;
    padding-right: 20%;
  }

  .grid-2 {
    grid-template-columns: 1.5fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-3 {
    grid-template-columns: 1.25fr;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    padding-bottom: 140px;
  }

  .div-block-5 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .colored-heading {
    padding-bottom: 20px;
    padding-right: 60%;
  }

  .colored-heading.colored-heading-2 {
    padding-bottom: 30px;
    padding-right: 40%;
  }

  .colored-heading.colored-heading-2.heading-c-3 {
    padding-bottom: 30px;
  }

  .colored-heading.heading-c-3-1, .colored-heading.heading-c-4-1, .colored-heading.heading-c-5-1 {
    padding-bottom: 20px;
  }

  .colored-heading.heading-c-6-1 {
    padding-bottom: 20px;
    padding-right: 40%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .paragraph-section.center {
    padding-left: 15%;
    padding-right: 15%;
  }

  .paragraph-section.center.grid-paragraph {
    padding-left: 12%;
    padding-right: 12%;
  }

  .section-5 {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .section-9 {
    max-width: 78%;
  }

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

  .section-10 {
    max-width: 90%;
  }

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

  .section-11 {
    max-width: 90%;
  }

  .grid-10 {
    grid-template-columns: .75fr;
  }

  .grid-11 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .forme-text {
    padding-right: 35%;
  }

  .form-text {
    padding-right: 45%;
  }

  .grid-13 {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .image-7 {
    width: 52%;
    max-width: none;
  }

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

  .icon {
    color: #fff;
  }

  .image-8 {
    padding-top: 0;
  }

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

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-4 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-2 {
    background-color: #2b4022;
    margin-top: 20px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #c8c8c800;
    width: 20%;
  }

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

  .brand-2 {
    width: 80%;
  }

  .paragraph-13 {
    font-weight: 400;
  }

  .dropdown-content {
    width: 100%;
    display: none;
    position: relative;
  }

  .container-13 {
    width: 20%;
    max-width: none;
  }

  .link-block-2 {
    width: 80%;
  }

  .link-block-2.w--current {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    width: 40%;
  }

  .title-h1 {
    font-size: 38px;
    line-height: 52px;
  }

  .paragraph.paragraph-hero {
    padding-left: 15%;
    padding-right: 15%;
  }

  .second-section {
    max-width: 82%;
  }

  .h2-title.center {
    padding-left: 15%;
    padding-right: 15%;
  }

  .white-paragraph.inner.about-hero-txt {
    padding-left: 10%;
    padding-right: 10%;
  }

  .white-paragraph.left {
    text-align: center;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
    justify-content: center;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .inner-hero-section-1 {
    height: 450px;
  }

  .inner-content {
    padding-top: 100px;
  }

  .div-block-2 {
    height: 400px;
  }

  .heading-4 {
    padding-top: 40px;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-5.heading-about {
    padding-right: 0%;
  }

  .paragraph-4, .paragraph-6, .heading-6, .paragraph-7 {
    text-align: center;
  }

  .colored-heading {
    text-align: center;
    padding: 20px 25%;
  }

  .colored-heading.colored-heading-2 {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .colored-heading.colored-heading-2.heading-c-3 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .colored-heading.colored-heading-2.heading-c-3.heading-c-4 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .colored-heading.colored-heading-2.heading-c-3.heading-c-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .colored-heading.colored-heading-2.heading-c-5 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .colored-heading.heading-c-3-1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .colored-heading.heading-c-4-1 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .colored-heading.heading-c-5-1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .colored-heading.heading-c-6-1 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-10._600 {
    text-align: left;
  }

  .paragraph-section.center, .paragraph-section.center.grid-paragraph {
    padding-left: 10%;
    padding-right: 10%;
  }

  .inner-main-heading {
    padding-bottom: 60px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-7 {
    padding-bottom: 100px;
  }

  .grid-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-colored, .paragraph-12 {
    text-align: center;
  }

  .div-block-22 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .forme-text {
    padding-right: 10%;
  }

  .forme-text.green {
    padding-right: 0%;
  }

  .form-text {
    padding-right: 10%;
  }

  .grid-13 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-29 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-7 {
    width: 50%;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .border-btn {
    max-width: 195px;
  }

  .btn-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

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

  .container-3 {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    text-align: center;
  }

  .container-4 {
    width: 60%;
  }

  .menu-button-2 {
    width: 15%;
  }

  .brand-2 {
    width: 75%;
  }

  .paragraph-13 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-11 {
    padding-left: 13%;
    padding-right: 13%;
  }

  .container-13 {
    width: 15%;
  }

  .image-12 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    width: 60%;
  }

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

  .title-h1 {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 26px;
    line-height: 40px;
  }

  .paragraph {
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph.paragraph-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .second-section {
    padding-top: 60px;
  }

  .h2-title.center {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
    line-height: 32px;
  }

  .gradient-column {
    width: auto;
    height: 350px;
  }

  .h4-title {
    padding-top: 60px;
  }

  .grid-uneven {
    grid-template-rows: auto auto auto auto auto;
    padding-bottom: 100px;
  }

  .white-paragraph.inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .white-paragraph.left, .my-h3-title {
    text-align: center;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .inner-hero-section-1 {
    height: 420px;
  }

  .heading-3.company {
    padding-bottom: 60px;
    font-size: 38px;
    line-height: 48px;
  }

  .inner-content {
    padding-top: 60px;
  }

  .div-block-2 {
    height: 300px;
  }

  .grid-3 {
    padding-bottom: 80px;
  }

  .heading-5.heading-about {
    font-size: 21px;
  }

  .grid-4 {
    padding-bottom: 80px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-block-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    padding-right: 0;
  }

  .heading-7.padding {
    text-align: center;
    padding-right: 0;
  }

  .colored-heading {
    text-align: center;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 19px;
  }

  .colored-heading.center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .colored-heading.colored-heading-2 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 19px;
  }

  .colored-heading.colored-heading-2.heading-c-3 {
    padding-left: 10%;
    padding-right: 10%;
    line-height: 30px;
  }

  .colored-heading.colored-heading-2.heading-c-3.heading-c-4, .colored-heading.colored-heading-2.heading-c-3.heading-c-6, .colored-heading.colored-heading-2.heading-c-5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .colored-heading.heading-c-3-1 {
    padding-left: 5%;
    padding-right: 5%;
    line-height: 30px;
  }

  .colored-heading.heading-c-4-1, .colored-heading.heading-c-6-1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 60px;
  }

  .paragraph-10._600 {
    text-align: left;
  }

  .green {
    padding-right: 0;
  }

  .green.s {
    text-align: center;
    padding-right: 0;
  }

  .green.n {
    padding-right: 0;
  }

  .green.custom {
    text-align: center;
    padding-right: 0;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .paragraph-section {
    text-align: center;
  }

  .paragraph-section.center {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-section.center.grid-paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-9, .div-block-9.spacer {
    height: 20px;
  }

  .section-6 {
    height: 650px;
  }

  .section-7 {
    padding-bottom: 100px;
  }

  .section-8 {
    max-width: 90%;
  }

  .div-block-11 {
    height: 30px;
  }

  .dark-green {
    height: 250px;
  }

  .title-white {
    font-size: 18px;
  }

  .text-white {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-white.dark {
    font-size: 12px;
  }

  .section-9 {
    max-width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-gradient {
    height: 250px;
  }

  .grid-9 {
    grid-column-gap: 44px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .div-block-13, .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-15 {
    height: 40px;
  }

  .section-11 {
    padding-bottom: 40px;
  }

  .grid-10 {
    justify-content: center;
  }

  .title-colored, .paragraph-12 {
    text-align: center;
  }

  .div-block-17, .div-block-18 {
    flex-flow: column;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
  }

  .section-12 {
    padding-bottom: 100px;
  }

  .grid-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

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

  .div-block-22 {
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .forme-text {
    text-align: left;
    font-size: 18px;
  }

  .forme-text.green {
    font-size: 18px;
  }

  .form-text {
    text-align: left;
    padding-right: 0%;
    font-size: 14px;
  }

  .form {
    width: 100%;
  }

  .textarea {
    margin-bottom: 50px;
  }

  .image-6 {
    right: 10px;
  }

  .grid-13 {
    max-width: 100%;
  }

  .image-7 {
    width: 60%;
  }

  .div-block-31, .div-block-32 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-36, .div-block-37, .div-block-38, .div-block-39 {
    width: 90%;
  }

  .menu-button {
    position: relative;
    top: 0;
  }

  .section-14 {
    min-height: 570px;
  }

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

  .container-4 {
    width: 40%;
  }

  .menu-button-2 {
    width: 100%;
    padding-left: 30px;
  }

  .container-6 {
    width: 85%;
  }

  .container-7 {
    width: 15%;
  }

  .brand-2 {
    width: 70%;
  }

  .container-10 {
    height: 540px;
  }

  .container-11 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-13 {
    width: 28%;
  }

  .link-block-2.w--current {
    width: 65%;
  }

  .image-12 {
    width: 95%;
  }
}

#w-node-_2559f25d-ba24-181b-fffe-888a224cbbee-041b3fcc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d7587159-6ac3-1567-c1cc-da7c8d448c51-041b3fcc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33a544ed-c4bb-54aa-251d-3c0f6d6e64c3-041b3fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_43d0af71-7721-489f-7bf3-f65744839f7e-041b3fcc {
  align-self: end;
}

#w-node-a07799f1-adf0-ba87-3ca4-83ba2c5e7c53-041b3fcc {
  place-self: auto;
}

#w-node-_3d41c274-e00b-5785-bd0d-cdc37b90acca-7b90acc7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d41c274-e00b-5785-bd0d-cdc37b90acd0-7b90acc7 {
  place-self: auto stretch;
}

#w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815db-e29815d2 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: auto;
}

#w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815e2-e29815d2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815eb-e29815d2 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815f4-e29815d2 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815fd-e29815d2 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-c31c1146-befd-ea92-6e1d-a96c2b995c8f-2b995c8b {
  align-self: center;
}

#w-node-c31c1146-befd-ea92-6e1d-a96c2b995c9b-2b995c8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c31c1146-befd-ea92-6e1d-a96c2b995ca7-2b995c8b {
  justify-self: end;
}

#w-node-f6cefe26-7fac-1758-543c-4f484ac7b6e6-4ac7b6e4 {
  place-self: auto;
}

#w-node-f6cefe26-7fac-1758-543c-4f484ac7b6e8-4ac7b6e4 {
  align-self: center;
}

#w-node-d0c19a09-d518-f720-bd19-62e9421c2811-421c2810 {
  place-self: auto;
}

#w-node-d0c19a09-d518-f720-bd19-62e9421c2813-421c2810 {
  align-self: center;
}

#w-node-_9f1f2c25-b4db-7240-9450-42654c0626d6-041b3fcd {
  place-self: auto;
}

#w-node-_1c7c3852-2c56-59bc-6cfe-36c6d22a98f3-041b3fcd, #w-node-f82d83bb-e0a3-a4f4-5a1b-97d82dd12cc9-041b3fcd, #w-node-_3d5382f6-4977-c99f-2798-20dbf3bd237b-041b3fcd {
  align-self: center;
}

#w-node-_3d9404b5-5607-b4e4-19ec-58aec1c8c47b-041b3fcd {
  justify-self: end;
}

#w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3d3-041b3fce {
  align-self: center;
}

#w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3df-041b3fce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3eb-041b3fce {
  justify-self: end;
}

#w-node-_534d95ae-f1c8-97ec-c093-950d6fb514fb-041b3fce {
  align-self: center;
}

#w-node-_534d95ae-f1c8-97ec-c093-950d6fb51509-041b3fce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_534d95ae-f1c8-97ec-c093-950d6fb51521-041b3fce {
  justify-self: end;
}

#w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb07-041b3fce {
  align-self: center;
}

#w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb15-041b3fce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb2b-041b3fce {
  justify-self: end;
}

#w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b567-041b3fce {
  align-self: center;
}

#w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b575-041b3fce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b58b-041b3fce {
  justify-self: end;
}

#w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b17-041b3fce {
  align-self: center;
}

#w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b25-041b3fce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b3b-041b3fce {
  justify-self: end;
}

#w-node-a72cc178-b980-0b24-062c-511ac8697856-041b3fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-_2559f25d-ba24-181b-fffe-888a224cbbee-041b3fcc {
    justify-self: start;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815db-e29815d2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815e2-e29815d2 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815eb-e29815d2 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815f4-e29815d2 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815fd-e29815d2 {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_33a544ed-c4bb-54aa-251d-3c0f6d6e64c3-041b3fcc {
    place-self: end;
  }

  #w-node-_92ef4db4-645a-9147-2200-2389a7825102-041b3fcc {
    place-self: auto;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815db-e29815d2 {
    grid-column-end: 4;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815e2-e29815d2 {
    grid-column: 4 / 7;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815eb-e29815d2 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815f4-e29815d2 {
    grid-column: 4 / 7;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815fd-e29815d2 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-c31c1146-befd-ea92-6e1d-a96c2b995c8d-2b995c8b {
    justify-self: start;
  }

  #w-node-c31c1146-befd-ea92-6e1d-a96c2b995c9b-2b995c8b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c31c1146-befd-ea92-6e1d-a96c2b995ca7-2b995c8b, #w-node-_3d9404b5-5607-b4e4-19ec-58aec1c8c47b-041b3fcd {
    order: -9999;
    justify-self: start;
  }

  #w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3d1-041b3fce {
    justify-self: start;
  }

  #w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3df-041b3fce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3eb-041b3fce {
    order: -9999;
    justify-self: start;
  }

  #w-node-_534d95ae-f1c8-97ec-c093-950d6fb514f9-041b3fce {
    justify-self: start;
  }

  #w-node-_534d95ae-f1c8-97ec-c093-950d6fb51509-041b3fce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_534d95ae-f1c8-97ec-c093-950d6fb51521-041b3fce {
    order: -9999;
    justify-self: start;
  }

  #w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb05-041b3fce {
    justify-self: start;
  }

  #w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb15-041b3fce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb2b-041b3fce {
    order: -9999;
    justify-self: start;
  }

  #w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b565-041b3fce {
    justify-self: start;
  }

  #w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b575-041b3fce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b58b-041b3fce {
    order: -9999;
    justify-self: start;
  }

  #w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b15-041b3fce {
    justify-self: start;
  }

  #w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b25-041b3fce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b3b-041b3fce {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33a544ed-c4bb-54aa-251d-3c0f6d6e64c3-041b3fcc, #w-node-c31c1146-befd-ea92-6e1d-a96c2b995c8d-2b995c8b, #w-node-c31c1146-befd-ea92-6e1d-a96c2b995ca7-2b995c8b, #w-node-_3d9404b5-5607-b4e4-19ec-58aec1c8c47b-041b3fcd, #w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3d1-041b3fce, #w-node-b17dc18e-0e6b-8502-0d2f-7a1a211bf3eb-041b3fce, #w-node-_534d95ae-f1c8-97ec-c093-950d6fb514f9-041b3fce, #w-node-_534d95ae-f1c8-97ec-c093-950d6fb51521-041b3fce, #w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb05-041b3fce, #w-node-df0052f7-1d23-d20c-dbd2-1b896a6acb2b-041b3fce, #w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b565-041b3fce, #w-node-_79c58a15-7946-1c1c-f80c-ce2fb9a0b58b-041b3fce, #w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b15-041b3fce, #w-node-b92d9a7a-a1b6-93ef-9bf0-5492a2dc3b3b-041b3fce {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33a544ed-c4bb-54aa-251d-3c0f6d6e64c3-041b3fcc {
    justify-self: center;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815db-e29815d2 {
    grid-column-end: 3;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815e2-e29815d2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815eb-e29815d2 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815f4-e29815d2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_9ed9e0e3-65cd-30be-7404-9dd9e29815fd-e29815d2 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}