:root {
  --black: #1e1e1e;
  --barlow: Barlow, sans-serif;
  --white: white;
  --inter: Inter, sans-serif;
  --green: #e1f3c2;
  --barlow-condensed: "Barlow Condensed", sans-serif;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--white-smoke: whitesmoke;
}

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

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--barlow);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: var(--barlow);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
}

img {
  max-width: 100%;
  display: block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.section_hero {
  background-image: linear-gradient(#000, #0000 15%), linear-gradient(90deg, #000, #0000 40%), url('../images/Image_fx-38-1_1Image_fx (38) 1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.padding-global {
  padding: 2.5rem;
}

.padding-global.is-3dscene {
  margin-top: -100vh;
  padding-left: 7.5rem;
  padding-right: 10rem;
  overflow: hidden;
}

.container {
  max-width: 80rem;
  position: relative;
}

.navbar-brand {
  width: 12%;
  height: auto;
}

.nav-link {
  font-family: var(--inter);
  color: var(--white);
  letter-spacing: .25px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .22s;
}

.nav-link:hover {
  color: var(--green);
  transform: scale(1.2);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--green);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--green);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-button-wrapper:hover {
  border-bottom: 1px solid var(--green);
  transform: scale(1.1);
}

.body {
  font-family: var(--inter);
}

.nav-button-text {
  color: var(--green);
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
}

._100px-margin {
  height: 100px;
}

._100px-margin.is-fade-in {
  background-image: linear-gradient(#1e1e1e, #0000 20%);
}

._100px-margin.is-fade-out {
  background-image: linear-gradient(0deg, #1e1e1e, #0000 20%);
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.hero-tag-div {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--green);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #e1f3c21a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 50px;
  transition: all .4s ease-in-out;
  display: flex;
}

.hero-tag-div:hover {
  background-color: #ffffff40;
}

.hero-tagline {
  color: var(--white);
  font-size: 30px;
  line-height: 1;
}

.hero-tag-svg {
  height: 48px;
}

.hero-heading {
  font-family: var(--barlow-condensed);
  color: var(--white);
  text-transform: uppercase;
  max-width: 60%;
  font-size: 175px;
  line-height: .8;
}

.hero_paragraph {
  max-width: 51ch;
  font-size: 24px;
  line-height: 1.5;
}

.hero-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_primary_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero_primary_button:hover {
  border: 2px solid var(--green);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform: scale(1.1);
}

.hero_primary_button.is-cal_product {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
}

.hero_button_text {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.hero_button_svg {
  height: 48px;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

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

.logo {
  width: 100px;
  max-width: 100px;
  height: auto;
  transition: all .2s;
  display: block;
}

.logo:hover {
  transform: scale(1.1);
}

._50px-margin {
  height: 50px;
}

.section_stats {
  overflow: hidden;
}

.stats_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats_heading {
  font-family: var(--barlow);
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.stats_vlaue {
  font-family: var(--barlow-condensed);
  color: var(--green);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.stats_text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.stats_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats_div_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_illustration {
  overflow: hidden;
}

.illustration_content {
  text-align: center;
}

._5x1_illustration_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: end center;
  display: grid;
}

._4x1_illustration_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.illustration_flex_center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.process_div {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 40px;
}

.process-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}

.process_cards_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.process_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--green);
  color: var(--white);
  cursor: pointer;
  border-radius: 99999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  font-size: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.process_button:hover {
  border-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e1f3c280;
}

.section_about {
  background-image: url('../images/grid-1_1grid (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading2 {
  color: var(--white);
  max-width: 600px;
  font-size: 48px;
  font-weight: 600;
}

.heading2.is-center {
  text-align: center;
}

.h-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.process_cards {
  border: 2px solid var(--green);
  background-color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process_cards.is-1 {
  position: relative;
}

.process_cards.is-2 {
  margin-top: 40px;
}

.process_cards.is-3 {
  margin-top: 80px;
}

.process_cards.is-4 {
  margin-top: 120px;
}

.process_card_title {
  font-family: var(--barlow);
  color: var(--green);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.process_card_text {
  color: var(--white);
  max-width: 25ch;
  font-size: 18px;
  line-height: 1.5;
}

.process_card_text_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.process_card_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.process_scroll_wrap {
  height: 300vh;
  position: relative;
}

.product_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product_grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  width: 100%;
}

.product_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.product_title {
  color: var(--green);
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.5;
}

.product_button {
  background-color: var(--green);
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border: 2px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  transition: all .3s;
}

.product_button:hover, .product_button.is-secondary {
  border: 2px solid var(--green);
  background-color: var(--black);
  color: var(--green);
}

.product_button.is-secondary:hover {
  background-color: var(--green);
  color: var(--black);
  border-style: solid;
}

.carousel_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel_text {
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  font-size: 40px;
  line-height: 1;
}

.carousel_dot {
  background-color: var(--green);
  color: var(--green);
  border-radius: 9999px;
  flex: none;
  width: 20px;
  height: 20px;
}

.carousel_fade_in {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(90deg, #1e1e1e, #0000);
  width: 150px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel_fade_in.is-right {
  background-image: linear-gradient(270deg, #1e1e1e, #0000);
  inset: 0% 0% 0% auto;
}

.is-green-span {
  color: var(--green);
}

.is-green-span.is-footer {
  color: var(--white);
}

.section_footer {
  border-top: 2px solid var(--green);
  background-color: var(--green);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.footer_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.back_to_the_top {
  aspect-ratio: 1;
  background-color: var(--green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.footer_logo {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
  overflow: visible;
}

.footer_name {
  color: var(--black);
  text-transform: uppercase;
  font-size: 17.5vw;
  line-height: .8;
}

.footer_copyright {
  color: var(--white);
  font-size: 20px;
}

.section_spline {
  height: 900vh;
  position: relative;
}

.spline_scene {
  height: 100vh;
}

.spline_overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #000, #0000 32%);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.spline_scene_sticky {
  position: sticky;
  top: 0;
}

.progress_sroll_wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.scroll_length {
  background-color: #ffffff80;
  border-radius: 5px;
  width: 10px;
  height: 80vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

.scroll_bar {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 10vh;
  position: relative;
}

._3d_scene_content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.scene_heading {
  text-transform: uppercase;
  max-width: 50vw;
  font-size: 90px;
  font-style: normal;
  line-height: .8;
}

.scene_paragraph {
  max-width: 50vw;
  font-size: 25px;
  line-height: 1.5;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.fs_numbercount-1_component-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
}

.fs_numbercount-1_embed-2 {
  margin-bottom: 0;
}

.fs_numbercount-1_wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--black);
  color: var(--green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.fs_numbercount-1_number-2 {
  font-family: var(--barlow-condensed);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.fs_numbercount-1_card-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: flex;
}

.fs_numbercount-1_text-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.fs_numbercount-1_message-2 {
  color: var(--accessible-components--dark-grey);
  display: block;
}

.partner_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner_logo_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner_carousel_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partner_logos {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 1000px;
  flex: none;
  height: 100px;
}

.supporters_carousel_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.supporters_logo_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll_bar_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0%;
}

.main_scroll_bar_div {
  width: 10px;
  height: 100vh;
}

.main_scroll_bar {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 100px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.nav-menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_numbercount-1_embed-3 {
  margin-bottom: 0;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.fs_numbercount-1_number {
  font-family: var(--barlow-condensed);
  color: var(--green);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.stats_flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.recycle_svg {
  width: 100px;
  overflow: visible;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.certifications_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.certification_image {
  object-fit: cover;
  border-radius: 10px;
  width: auto;
  height: 100px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.certifications_title {
  font-family: var(--inter);
  font-size: 20px;
  line-height: 1.5;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-brand {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-block-two {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40%;
  display: flex;
}

.footer-title {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.footer_menu_links {
  color: #1a1b1f;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.footer_menu_links:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
  position: relative;
}

.footer-social-link {
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 12px;
  padding: 10px;
  display: flex;
}

.footer_brand {
  text-decoration: none;
}

.brand_address {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.footer_brand_logo {
  width: 200px;
}

.success-message, .section_goals {
  background-color: var(--white);
}

.goals_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.goal_image_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.renoval {
  width: 200px;
  height: 200px;
}

.section_cal_product {
  background-color: var(--black);
  background-image: url('../images/RedGlassReflective_white_1RedGlassReflective_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.product_cal_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.cal_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product_spline_div {
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  display: flex;
}

._3d_tile_scene {
  height: 100%;
  display: block;
}

.cal_heading {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.cal_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.cal_input {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.cal_input::placeholder {
  color: #00000080;
  line-height: 1.5;
}

.cal_input_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cal_value {
  color: var(--black);
  flex: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.cal_result_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 10px;
  display: flex;
}

.cal_result_card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 10px;
  display: flex;
}

.cal_result_value {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.cal_result_sign {
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.cal_result_card_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cal_text {
  color: var(--black);
  font-size: 14px;
}

.cal_text.is-remark {
  color: #1e1e1e;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 468px;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-slide {
  width: 286px;
  min-width: 286px;
  height: 468px;
  min-height: 468px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-section {
  color: #000;
  min-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.c-bg-container {
  text-transform: uppercase;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-bottom {
  bottom: 260px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -195px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-custom-code {
  display: none;
}

.c-bg-line {
  background-color: var(--green);
  width: 40vw;
  height: 3px;
  position: absolute;
  top: 208px;
  right: 0;
}

.c-slide_image {
  object-fit: cover;
  height: 100%;
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
}

.c-arrows-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 88px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: 490px;
  display: flex;
  position: relative;
}

.c-slide_wrapper {
  height: 468px;
}

.section_gallery {
  background-color: #000;
}

.c-arrow_embed {
  color: var(--white);
  width: 16px;
  height: 16px;
}

.c-arrow {
  color: var(--green);
  cursor: pointer;
  border: 1px solid #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  background-color: var(--green);
  color: #fff;
}

.c-arrow.cc-right {
  color: var(--green);
  transform: rotate(180deg);
}

.cal_product_heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1.5;
}

.cal_product_paragraph {
  color: var(--white);
  max-width: 50ch;
  font-size: 16px;
  line-height: 1.5;
}

.cal_product_paragraph.is-tigger {
  text-align: center;
  flex: none;
  font-size: 14px;
  font-weight: 300;
}

.cal_product_paragraph.is-tigger.is-dimension {
  transform: rotate(-90deg);
}

.cal_product_paragraph.is-remark {
  font-size: 14px;
}

.cal_product_text_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.cal_icon {
  height: 50px;
}

.cal_product_sub_heading {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.product_dimension {
  z-index: 10;
  flex: none;
  margin-left: -100px;
  font-size: 24px;
  position: relative;
  transform: none;
}

.product_dimension.is-nrotate {
  transform: none;
}

.product_dimension.is-left {
  margin-left: 0;
  margin-right: -100px;
}

.product_customization_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.product_customization_icons {
  width: 40px;
}

.product_spline {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .nav-link {
    color: var(--black);
    padding: 0;
    transition: transform .2s, color .22s;
  }

  .nav-link:hover, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: var(--white);
  }

  .menu-button {
    color: var(--green);
    padding: 10px;
    font-size: 50px;
  }

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

  .nav_container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--black);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    padding-left: 0;
    display: flex;
  }

  .nav-button-text {
    color: var(--black);
  }

  .hero-heading {
    font-size: 120px;
  }

  .hero_paragraph {
    max-width: 40ch;
    font-size: 20px;
  }

  .hero_primary_button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .logo {
    width: 100px;
  }

  .stats_heading {
    max-width: 500px;
    font-size: 30px;
  }

  .stats_vlaue {
    font-size: 40px;
  }

  .stats_div_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .process_div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
  }

  .process_cards_wrap {
    justify-content: center;
    align-items: center;
  }

  .about_div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading2 {
    max-width: 500px;
    font-size: 40px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 1.3;
  }

  .product_div {
    justify-content: flex-end;
  }

  .product_title {
    font-size: 56px;
    line-height: 1.2;
  }

  .carousel_text {
    font-size: 30px;
  }

  .carousel_dot {
    width: 18px;
    height: 18px;
  }

  .scene_heading {
    font-size: 70px;
  }

  .scene_paragraph {
    font-size: 20px;
  }

  .fs_numbercount-1_wrapper-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .fs_numbercount-1_number-2 {
    font-size: 40px;
  }

  .fs_numbercount-1_card-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .fs_numbercount-1_text-2 {
    font-size: 18px;
  }

  .partner_logos {
    height: 150px;
  }

  .nav-menu-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--green);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
  }

  .nav-menu-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .uil_bill {
    background-color: var(--black);
  }

  .stats_flex {
    justify-content: center;
    align-items: center;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    place-items: start stretch;
  }

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

  .footer_menu_links {
    font-size: 16px;
  }

  .footer-form {
    width: 100%;
    margin-top: 0;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .brand_address {
    font-size: 16px;
  }

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

  .c-title-1 {
    font-size: 130px;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 59px;
    margin-right: 0;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-big-text.cc-bottom {
    bottom: 400px;
    right: -120px;
  }

  .c-big-text.cc-top {
    top: -150px;
    left: -140px;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    background-image: linear-gradient(0deg, #000, #0000 15%), linear-gradient(#000, #0000 40%), url('../images/Image_fx-38-1_1Image_fx (38) 1.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    justify-content: center;
    align-items: center;
  }

  .padding-global {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global.is-3dscene {
    padding-left: 6rem;
  }

  .navbar-brand {
    width: auto;
    max-width: 4rem;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  ._100px-margin {
    height: 100px;
  }

  .hero-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-tagline {
    font-size: 14px;
  }

  .hero-tag-svg {
    height: 20px;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    max-width: none;
    font-size: 100px;
  }

  .hero_paragraph {
    max-width: 28ch;
    font-size: 20px;
    line-height: 1.3;
  }

  .hero_primary_button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_button_text {
    font-size: 16px;
  }

  .hero_button_svg {
    height: 25px;
  }

  .logo {
    width: 100px;
  }

  .stats_vlaue {
    font-size: 40px;
  }

  .stats_div_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  ._5x1_illustration_grid, ._4x1_illustration_grid {
    place-items: center;
  }

  .illustration_flex_center {
    margin-bottom: 40px;
  }

  .process_div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: auto;
    display: grid;
    top: 40px;
  }

  .process_cards_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .process_button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 120px;
    height: 120px;
    margin-top: -40px;
    margin-left: auto;
    display: none;
  }

  .heading2 {
    font-size: 32px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 1.3;
  }

  .process_cards.is-1 {
    position: relative;
  }

  .process_cards.is-2, .process_cards.is-3, .process_cards.is-4 {
    margin-top: 0;
    position: relative;
  }

  .process_card_title {
    font-size: 24px;
  }

  .process_card_text {
    font-size: 16px;
  }

  .process_scroll_wrap {
    height: auto;
  }

  .product_grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .product_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product_title {
    font-size: 38px;
  }

  .product_button {
    padding: 20px 10px;
    font-size: 20px;
  }

  .carousel_text {
    font-size: 24px;
  }

  .section_footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .footer_nav {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .back_to_the_top {
    width: 80px;
  }

  .scene_heading {
    font-size: 60px;
  }

  .scene_paragraph {
    font-size: 16px;
  }

  .fs_numbercount-1_component-2 {
    justify-items: center;
  }

  .fs_numbercount-1_wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .fs_numbercount-1_number-2 {
    font-size: 40px;
  }

  .fs_numbercount-1_text-2 {
    font-size: 18px;
  }

  .icon {
    font-size: 30px;
  }

  .text-block {
    font-size: 16px;
    font-weight: 400;
  }

  .partner_logos {
    height: 100px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .vector-6, .illustration_logo {
    height: 100px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .certification_image {
    flex: 0 auto;
    height: 80px;
  }

  .certifications_title {
    font-size: 16px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: start;
    display: flex;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer_menu_links {
    font-weight: 600;
  }

  .footer-form-block {
    margin-top: 10px;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer_brand_logo {
    display: none;
  }

  .goal_image_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .renoval {
    display: none;
  }

  .product_cal_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  ._3d_tile_scene {
    height: 500px;
  }

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-slide {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-section {
    padding: 40px 24px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -80px;
    left: -180px;
  }

  .c-bg-line {
    display: none;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .cal_product_text_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    background-image: linear-gradient(#000, #00000003 82%, #0000), url('../images/Image_fx-38-1_1Image_fx (38) 1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 0;
    padding-top: 100px;
  }

  .padding-global.is-3dscene {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-link {
    padding-bottom: 5px;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  ._100px-margin {
    width: 100%;
    height: 0;
  }

  ._100px-margin.is-fade-in, ._100px-margin.is-fade-out {
    background-image: none;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
  }

  .hero-heading {
    text-align: center;
    max-width: none;
    font-size: 20vw;
  }

  .hero_paragraph {
    text-align: center;
    max-width: 28ch;
    font-size: 18px;
  }

  .hero-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .logo {
    width: 70px;
  }

  ._50px-margin {
    width: 100%;
  }

  .stats_heading {
    font-size: 20px;
  }

  .stats_vlaue {
    font-size: 30px;
  }

  .stats_text {
    font-size: 18px;
  }

  ._4x1_illustration_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .illustration_flex_center {
    height: 50px;
    margin-bottom: 20px;
  }

  .section_process {
    overflow: hidden;
  }

  .process_div {
    height: auto;
  }

  .process_cards_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .heading2 {
    font-size: 25px;
  }

  .h-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph {
    font-size: 20px;
  }

  .process_cards.is-1 {
    position: relative;
  }

  .process_cards.is-2, .process_cards.is-3, .process_cards.is-4 {
    margin-top: 0;
    position: relative;
  }

  .process_scroll_wrap {
    height: auto;
  }

  .section_product {
    overflow: hidden;
  }

  .product_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product_div {
    border: 2px solid var(--green);
  }

  .product_button {
    border-style: none;
  }

  .product_button:hover {
    border-top-style: none;
  }

  .product_button.is-secondary {
    border-style: solid none none;
  }

  .carousel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .carousel_text {
    font-size: 20px;
  }

  .carousel_dot {
    width: 16px;
    height: 16px;
  }

  .carousel_fade_in, .carousel_fade_in.is-right {
    width: 100px;
  }

  .section_footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .back_to_the_top {
    width: 60px;
  }

  .scene_heading {
    max-width: none;
    font-size: 40px;
  }

  .scene_paragraph {
    max-width: none;
  }

  .fs_numbercount-1_wrapper-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .fs_numbercount-1_number-2 {
    font-size: 30px;
  }

  .fs_numbercount-1_text-2 {
    font-size: 16px;
  }

  .section_partners {
    overflow: hidden;
  }

  .partner_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden;
  }

  .partner_logo_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .partner_carousel_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partner_logos {
    height: 80px;
  }

  .section_certifications {
    overflow: hidden;
  }

  .navbar {
    overflow: visible;
  }

  .nav-menu-wrapper-2 {
    z-index: 4;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .stats_flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .recycle_svg {
    width: auto;
    height: 100%;
  }

  .vector-6 {
    width: 50px;
    height: 50px;
  }

  .vector-6.is-long {
    width: auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .certifications_card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .footer_brand_logo {
    display: block;
  }

  .renoval {
    display: none;
  }

  .product_cal_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._3d_tile_scene {
    width: 100%;
    height: 400px;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-slide_image {
    box-shadow: none;
    height: 500px;
  }

  .c-arrows-wrapper {
    margin-top: 110px;
  }

  .cal_product_heading {
    font-size: 44px;
  }

  .cal_product_paragraph {
    font-size: 14px;
  }
}

#w-node-_10d511f2-f73c-ab1b-55ef-3fbf5737bddf-587202a1, #w-node-_10d511f2-f73c-ab1b-55ef-3fbf5737bde3-587202a1, #w-node-_10d511f2-f73c-ab1b-55ef-3fbf5737bde7-587202a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_027f193e-dc80-f050-ad08-3f9a673f60e1-587202a1 {
  order: 0;
}

#w-node-_8c2d31b6-f182-316a-5145-a065cfce2e70-587202a1, #w-node-dc0c627e-9160-9b26-6cf1-1bf08d846634-587202a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_55eedc61-8367-47ca-0dc1-1be96a7cf4e1-587202a1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_1dcbe071-8751-7f45-87d0-eee91791a82e-587202a1 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55eedc61-8367-47ca-0dc1-1be96a7cf4e1-587202a1, #w-node-_8c2d31b6-f182-316a-5145-a065cfce2e70-587202a1, #w-node-dc0c627e-9160-9b26-6cf1-1bf08d846634-587202a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


