:root {
  --midnight-green: #014f59;
  --acid-green: #01dc8c;
  --sand: #e6eb72;
  --text: #002024;
  --white: white;
  --border: #e3e3e3;
  --background: #fbfbfb;
  --grey-text: #505050;
  --h1: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.container {
  max-width: 1160px;
}

.container.formbg {
  background-color: var(--midnight-green);
  background-image: url('../images/img-logo-bg.svg');
  background-position: -12% 157%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  height: 113px;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--midnight-green);
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.nav-link:hover, .nav-link:focus, .nav-link:visited, .nav-link.w--current {
  color: var(--acid-green);
}

.nav-link.footer-nav {
  margin-left: 0;
  margin-right: 0;
}

.btn-large {
  background-color: var(--midnight-green);
  color: var(--sand);
  cursor: pointer;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.btn-large:hover {
  background-color: var(--text);
  color: var(--acid-green);
}

.btn-large.menu {
  display: none;
}

.main-content {
  text-align: center;
}

.heading {
  color: var(--text);
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.heading.number {
  color: var(--acid-green);
  text-align: left;
  margin-top: 0;
}

.main-text {
  margin-top: 64px;
  margin-bottom: 56px;
  padding-left: 15%;
  padding-right: 15%;
}

.subheading {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Onest, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.about {
  padding-bottom: 64px;
}

.container-about {
  background-color: var(--sand);
  border-radius: 24px;
  max-width: 1160px;
  padding: 40px;
}

.about-title-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.about-title {
  width: 50%;
}

.section-category {
  color: var(--midnight-green);
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.section-category.left {
  text-align: left;
}

.section-title {
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.section-title.left {
  color: var(--text);
  text-align: left;
  padding-left: 0%;
  padding-right: 0%;
}

.about-descriptopn-box {
  width: 50%;
}

.section-subtitle {
  color: var(--text);
  font-family: Onest, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.about-info-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.about-info-box {
  background-color: var(--white);
  border-radius: 24px;
  width: 33%;
  height: 260px;
  padding: 24px;
}

.info-numbers {
  color: var(--midnight-green);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Onest, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.heading-paragraph {
  color: var(--text);
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-paragraph.white {
  color: var(--white);
}

.heading-paragraph.member {
  margin-top: 0;
}

.paragraph {
  color: var(--text);
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.yellow {
  color: var(--sand);
}

.features {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-title {
  margin-bottom: 48px;
  padding-left: 10%;
  padding-right: 10%;
}

.section-title.solutions {
  padding: 0 0%;
}

.section-title.team {
  background-color: #0000;
  padding: 0 0%;
}

.features-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.feature-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid var(--border);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.feature-box.four {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 16px;
}

.feature-text-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.esg {
  padding-top: 64px;
  padding-bottom: 64px;
}

.esg-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.esg-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--sand);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  height: 300px;
  padding: 24px;
  display: flex;
}

.esg-box.green {
  background-color: var(--midnight-green);
  height: 300px;
}

.solutions {
  padding-top: 64px;
  padding-bottom: 64px;
}

.solutions-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.solution-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--border);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48.9%;
  padding: 24px;
  display: flex;
}

.team {
  background-color: var(--background);
  padding-top: 64px;
  padding-bottom: 64px;
}

.team-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.team-member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.member-info {
  width: 100%;
}

.member-photo-bg {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 290px;
  position: static;
}

.faq {
  padding-top: 64px;
  padding-bottom: 64px;
}

.faq-2 {
  z-index: auto;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.faq-divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--border);
  background-color: #0000;
  border-radius: 12px;
  flex-flow: column;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-icon {
  border: 1px solid var(--border);
  color: #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.icon-x-small {
  color: var(--midnight-green);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.consultation {
  padding-top: 64px;
  padding-bottom: 64px;
}

.form-text {
  flex: 1;
  padding-right: 25%;
}

.form-title {
  color: var(--white);
  margin-top: 0;
  font-family: Onest, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.form-block {
  width: 40%;
}

.field-title {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Onest, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.field-title.chkbx {
  padding-left: 16px;
  line-height: 18px;
}

.field-title.footer {
  color: var(--text);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 18px;
}

.text-field {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.text-field:hover, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--acid-green);
}

.checkbox {
  border: 1px solid var(--border);
  width: 20px;
  height: 20px;
}

.checkbox-field {
  margin-bottom: 24px;
}

.submit-button {
  background-color: var(--sand);
  color: var(--text);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  box-shadow: 0 16px 16px #e7eb7214;
}

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

.footer {
  padding-top: 40px;
  padding-bottom: 24px;
}

.footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 23%;
  display: flex;
}

.footer-left.sub {
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  margin-top: 24px;
}

.footer-content {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.subfooter {
  justify-content: space-between;
  align-items: flex-end;
}

.header-section {
  z-index: 5;
  background-color: var(--white);
  background-image: url('../images/img-gradient-right.svg'), url('../images/img-gradient-left.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: sticky;
  top: 0;
}

.body {
  background-image: url('../images/img-gradient-right.svg'), url('../images/img-gradient-left.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

.lnk-social {
  cursor: pointer;
}

.image-8 {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar {
    z-index: 3;
    position: absolute;
    inset: 0%;
  }

  .nav-link {
    text-align: center;
  }

  .main-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about {
    padding-bottom: 48px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-title-box {
    flex-flow: column;
  }

  .about-title {
    width: 100%;
  }

  .section-category.left {
    text-align: center;
  }

  .section-title {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-title.left {
    text-align: center;
    margin-bottom: 0;
  }

  .about-descriptopn-box {
    width: 100%;
  }

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

  .about-info-box {
    height: 400px;
  }

  .features {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .feature-box {
    justify-content: flex-start;
    align-items: flex-start;
    height: 365px;
  }

  .feature-box.four {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .image-2 {
    width: 100%;
  }

  .esg {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .esg-box, .esg-box.green {
    height: 460px;
  }

  .solutions {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .solution-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    height: 360px;
  }

  .team {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .member-photo-bg {
    height: auto;
  }

  .faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .faq-border {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .consultation {
    padding: 48px 5%;
  }

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

  .field-title.footer {
    text-align: center;
  }

  .field-title.footer.sub {
    text-align: left;
  }

  .footer-left {
    width: 50%;
    margin-bottom: 24px;
  }

  .footer-left.sub {
    width: 50%;
    margin-bottom: 0;
  }

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

  .subfooter {
    height: auto;
  }

  .image-3 {
    height: 36px;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .menu-button.w--open {
    color: var(--text);
    background-color: #0000;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    height: 113px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container.formbg {
    flex-flow: column;
  }

  .header {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar {
    flex: 0 auto;
    position: absolute;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.footer-nav {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-large {
    display: none;
  }

  .btn-large.menu {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .heading {
    font-size: 48px;
    line-height: 56px;
  }

  .container-about {
    padding: 24px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-title.left {
    font-size: 32px;
    line-height: 32px;
  }

  .section-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .about-info-row {
    flex-flow: column;
  }

  .about-info-box {
    width: 100%;
    height: auto;
  }

  .info-numbers {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph.yellow {
    text-align: center;
    margin-bottom: 32px;
  }

  .features-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-box {
    height: auto;
  }

  .feature-box.four {
    padding-right: 24px;
  }

  .esg-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .esg-box {
    width: 100%;
    height: auto;
  }

  .esg-box.green {
    height: auto;
  }

  .solutions-row {
    flex-flow: column;
  }

  .solution-box {
    width: 100%;
    height: auto;
  }

  .team-row {
    flex-flow: wrap;
  }

  .team-member {
    width: 47%;
  }

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

  .form-title {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .footer-left, .footer-left.sub {
    width: 60%;
  }

  .nav-menu {
    z-index: 2;
    background-color: var(--white);
    padding: 8px;
    top: 113px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
    flex: 0 auto;
  }

  .icon {
    color: var(--text);
  }

  .container-2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .container.formbg {
    border-radius: 16px;
    padding: 24px;
  }

  .header {
    height: 80px;
  }

  .navbar {
    flex: 1;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.number {
    font-size: 40px;
  }

  .main-text {
    margin-top: auto;
  }

  .subheading {
    font-size: 16px;
    line-height: 20px;
  }

  .about {
    padding-bottom: 40px;
  }

  .container-about {
    border-radius: 16px;
    padding: 24px 16px 16px;
  }

  .about-info-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-info-box {
    border-radius: 16px;
  }

  .info-numbers {
    font-size: 40px;
    line-height: 32px;
  }

  .heading-paragraph {
    line-height: 24px;
  }

  .paragraph.yellow {
    text-align: left;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-box {
    border-radius: 16px;
    padding: 16px;
  }

  .esg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .esg-box {
    padding: 16px;
  }

  .solutions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .solution-box {
    border-radius: 16px;
    padding: 16px;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-member {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .member-info {
    width: 91%;
  }

  .member-photo-bg {
    justify-content: space-between;
    align-items: center;
  }

  .form-title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-content {
    padding-bottom: 16px;
  }

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

  .subfooter {
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-4 {
    width: 75%;
  }

  .img-solutions {
    height: 56px;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
    top: 80px;
  }

  .container-2 {
    height: 80px;
  }
}


