:root {
  --16: 16px;
  --black: black;
  --global-font: Montserrat, sans-serif;
  --white: white;
}

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

h1 {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 57px;
}

h2 {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 35px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Caudex, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.navbar {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  justify-content: space-between;
  align-items: center;
}

.top-bar {
  background-color: #ededed;
  border: 1px solid #cdcdcd;
  justify-content: space-between;
  align-items: center;
  padding: 16px 100px;
  display: flex;
}

.link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: var(--16);
  text-decoration: none;
}

.home-element {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 100px;
  display: flex;
}

.txt-element {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-image {
  width: 100%;
}

.paragraph {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.image-2 {
  width: auto;
  min-width: 600px;
}

.navbar-3 {
  background-color: #f8f9fa;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.brand-2 {
  margin-right: 330px;
}

.txt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.para-centre-align {
  color: var(--black);
  text-align: left;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.brands-row-column {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.brand-block {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #fafafa;
}

.paragraph-2 {
  font-family: var(--global-font);
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.txt-element-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.text-block {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.read-more {
  color: red;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.dropdown-link {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.dropdown-list.w--open {
  transition: opacity .2s;
  box-shadow: 0 2px 5px #0003;
}

.footer {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #ededed;
  border-top: 1px solid #cdcdcd;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-mobile-both {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.about-us-txt {
  background-color: #ededed;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 100px;
  display: flex;
}

.heading-para {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 850px;
  display: flex;
  position: relative;
}

.our-brand {
  background-color: #fff;
  background-image: url('../images/1444-2.png');
  background-size: cover;
  height: 80vh;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

.subtitle {
  color: #4b4b4b;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.full-width-section {
  background-color: #b6d1dc;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-card {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.grid-1-third {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.grid-4-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-4-column.second {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-body {
  font-family: var(--global-font);
  color: var(--black);
  font-size: var(--16);
  text-align: center;
  line-height: 156%;
}

.statistic {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.title {
  text-transform: capitalize;
  font-size: 70px;
  font-weight: 900;
  line-height: 84px;
}

.title.white {
  color: #fff;
}

.white-text {
  font-family: var(--global-font);
  color: #4b4b4b;
  font-weight: 500;
}

.grid-2-column {
  grid-column-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.circle-image {
  opacity: .62;
  object-fit: cover;
  width: 75px;
}

.accent {
  background-color: #8c3f23;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-5.hide {
  display: none;
}

.full-image-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 680px;
  display: none;
  overflow: hidden;
}

.salmon-label {
  color: #ff9771;
  margin-top: 5px;
}

.offset-section {
  padding-bottom: 55px;
  position: relative;
}

.section {
  padding: 40px 100px;
}

.section.red-overlay {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.section.red-overlay.hide {
  display: none;
}

.stats-wrapper {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.button {
  background-color: #4b4b4b;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 34px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button:hover {
  background-color: #626262;
}

.full-image {
  object-fit: cover;
  width: 60%;
  height: 100%;
  max-height: 680px;
  display: none;
}

.sustainability {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-9.sus {
  z-index: 0;
  min-width: 600px;
  position: relative;
}

.image-9.sus.hide {
  display: none;
}

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

.txt-element-sustainability {
  font-family: var(--global-font);
  max-width: 700px;
  font-size: 20px;
}

.txt-element-sustainability.contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.sustainability-element {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #b6d1dc;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

._2nd-card {
  margin-top: 100px;
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

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

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two: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 {
  background-color: #e4ebf3;
  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;
}

.footer-social-link {
  margin-left: 12px;
}

.heading-5 {
  font-family: var(--global-font);
}

.heading-6 {
  font-weight: 500;
}

.heading-7 {
  font-family: var(--global-font);
  line-height: 150%;
}

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

.tab-text {
  font-family: var(--global-font);
  text-align: center;
  font-weight: 600;
}

.tab-link-tab-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  box-shadow: 0 4px 20px #0000001f;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  background-image: linear-gradient(#2d53fe, #0ad883);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 20px #0000001f;
}

.text-block-2 {
  font-family: var(--global-font);
  text-align: center;
  font-weight: 600;
}

.tab-link-tab-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 4px 20px #0000001f;
}

.tab-link-tab-2.w--current {
  background-image: linear-gradient(41deg, #2d53fe, #0ad880);
  padding: 0;
}

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

.tab-link-tab-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 4px 20px #0000001f;
}

.tab-link-tab-3.w--current {
  background-image: linear-gradient(58deg, #236df4, #0bdc6a);
  padding: 0;
}

.tab-link-tab-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  box-shadow: 0 4px 20px #0000001f;
}

.tab-link-tab-4.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(13deg, #2c54fd, #0bda76);
  background-clip: border-box;
  padding: 0;
}

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

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-heading {
  font-family: var(--global-font);
  text-align: left;
  margin-top: 0;
  line-height: 120%;
}

.tab-para {
  font-family: var(--global-font);
  color: var(--black);
  max-width: 550px;
  font-size: 16px;
  line-height: 150%;
}

.div-block {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 23px;
  display: grid;
}

.gradient {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: flex;
}

.section-2 {
  background-color: #b6d1dc;
  padding: 80px 100px;
}

.heading-8 {
  font-size: 20px;
}

.sustainability-copy {
  background-image: url('../images/EE2D3602-9FA0-4D1D-BEAF-8B934BECFCD1-1.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-11 {
  z-index: 0;
  min-width: 600px;
  margin-left: 40px;
  position: relative;
}

.section-3 {
  padding: 100px;
}

.contcact-element {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/image-10-1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.mail-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.link-7 {
  font-family: var(--global-font);
  color: var(--black);
  font-size: 20px;
  line-height: 135%;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
  }

  .navbar {
    display: none;
  }

  .link {
    font-size: 14px;
  }

  .home-element {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 50px 25px 50px 50px;
  }

  .home-element._800x {
    height: auto;
  }

  .paragraph {
    font-size: 16px;
  }

  .brand-2 {
    margin-right: 120px;
  }

  .txt {
    width: 600px;
  }

  .brands-row-column {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .brand-block {
    padding: 10px 20px;
  }

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

  .image-4, .image-5 {
    max-width: 80%;
  }

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

  .text-block {
    font-size: 14px;
  }

  .read-more {
    font-size: 16px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 25px 50px;
  }

  .link-block, .link-block.w--current {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .about-us-txt {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .our-brand {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle {
    font-size: 34px;
    font-weight: 600;
  }

  .full-width-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card-body {
    font-size: 16px;
  }

  .title {
    font-size: 65px;
    line-height: 78px;
  }

  .title.white {
    margin-top: 10px;
  }

  .white-text {
    color: #4b4b4b;
  }

  .grid-2-column {
    grid-column-gap: 15px;
  }

  .section {
    padding: 0 20px 40px;
  }

  .section.red-overlay {
    margin-top: 0;
    padding-top: 50px;
  }

  .stats-wrapper {
    height: 250px;
  }

  .image-8 {
    max-width: 80%;
  }

  .image-9.sus {
    min-width: 550px;
  }

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

  .sustainability-element {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 40px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

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

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

  .tabs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .tab-text {
    line-height: 16px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    width: 130px;
    height: 130px;
  }

  .tab-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 32px;
  }

  .tab-para {
    text-align: center;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .gradient {
    width: 120px;
    height: 120px;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .image-10 {
    width: 60px;
  }

  .contcact-element {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 40px;
  }

  .link-7 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 35px;
  }

  h2 {
    text-align: center;
    font-size: 28px;
  }

  .top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link.w--current {
    font-size: 14px;
  }

  .home-element {
    flex-flow: column;
    padding: 20px 30px;
  }

  .home-element._800x {
    height: auto;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-2 {
    min-width: 400px;
  }

  .navbar-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .txt {
    width: 450px;
  }

  .para-centre-align {
    font-family: var(--global-font);
    font-size: 14px;
  }

  .brands-row-column {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .read-more {
    font-size: 14px;
  }

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

  .footer, .footer-mobile-both {
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #fafafa;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #fafafa;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .image-6 {
    max-width: 80%;
  }

  .about-us-txt {
    flex-flow: column;
    height: auto;
    padding: 60px 20px;
  }

  .our-brand {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle {
    font-size: 30px;
  }

  .text-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .title {
    font-size: 45px;
    line-height: 50px;
  }

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

  .circle-image {
    width: 110px;
    height: 110px;
  }

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

  .section {
    padding-bottom: 0;
  }

  .section.red-overlay {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding: 10px 17px;
    font-size: 12px;
  }

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

  .image-9.sus {
    min-width: 400px;
  }

  .sustainability-element {
    flex-flow: column;
    padding: 20px;
  }

  .footer-light {
    background-color: #ededed;
    padding: 10px 15px 20px;
    display: block;
  }

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

  .footer-block-two {
    justify-content: center;
    align-items: center;
  }

  .footer-link-two {
    font-family: var(--global-font);
    font-size: var(--16);
  }

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .footer-social-link {
    margin-left: 20px;
  }

  .heading-4 {
    font-family: var(--global-font);
  }

  .tabs-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .image-11 {
    min-width: 500px;
    margin-left: 0;
  }

  .contcact-element {
    flex-flow: column;
    padding: 20px;
  }

  .link-7 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .navbar {
    display: none;
  }

  .top-bar {
    padding: 10px 20px;
  }

  .link {
    font-size: 12px;
  }

  .home-element {
    flex-flow: column;
    height: 800px;
    padding: 0 20px;
  }

  .home-element._800x {
    height: auto;
    padding-top: 20px;
  }

  .image-2 {
    min-width: 280px;
  }

  .navbar-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-2 {
    margin-right: 20px;
  }

  .txt {
    width: 100%;
  }

  .para-centre-align {
    margin-top: 20px;
    font-size: 14px;
  }

  .brands-row-column {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

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

  .brand-block {
    border-radius: 8px;
    padding: 10px;
  }

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

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

  .text-block, .icon {
    font-size: 12px;
  }

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

  .footer {
    display: none;
  }

  .footer-mobile-both {
    background-color: #fafafa;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .image-6 {
    max-width: 60%;
  }

  .about-us-txt {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
  }

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

  .body-2 {
    padding-bottom: 0;
  }

  .full-width-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-card {
    margin-bottom: 0;
  }

  .grid-4-column {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    margin-top: 0;
  }

  .card-body {
    font-size: 14px;
  }

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

  .circle-image {
    width: 60px;
    height: auto;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .offset-section {
    padding-bottom: 36px;
  }

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

  .section.red-overlay {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .stats-wrapper {
    height: 180px;
  }

  .image-7, .image-8 {
    max-width: 60%;
  }

  .image-9.sus {
    min-width: 280px;
  }

  .image-9.sus.hide {
    display: none;
  }

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

  .sustainability-element {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-light {
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .div-block {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image-11 {
    min-width: 280px;
  }

  .contcact-element {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .mail-content {
    width: auto;
  }

  .link-7 {
    font-size: 18px;
  }
}

#w-node-_5cbacb69-6bd2-d485-6fe0-0697277ea8a3-71b9930b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2df04d4-764d-4816-8b4b-5815d6c6759d-71b9930b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_23b0a643-5b52-badf-ebf3-1632bf348a4a-9b50ae82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


