/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/(page)/sustainability/sustaina.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
#sustainability-slider {
  width: 100%;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin: 0px;
}
#sustainability-slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 95%);
  background-size: cover;
  z-index: 1;
}
.sustainability-slider {
  display: flex;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 80px;
  left: 8%;
  z-index: 1;
  width: 100%;
  height: auto;
  align-items: center;
}
.sustainability-slider-doc {
  width: 84%;
  margin: 0px;
  padding: 0px;
}
.sustainability-slider-doc h1 {
  font-family: var(--Helvetica-Neue-Thin);
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 1.4em;
  margin: 10px 0 -22px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.sustainability-slider-doc h1 span {
  display: block;
}
.sustainability-slider-doc h3 {
  font-size: 20px;
  color: #ffffff;
  padding-top: 15px;
  font-family: var(--Helvetica-Neue-Thin);
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.4em;
}

#our-initiatives-section {
  width: 100%;
  background: #ffffff;
  margin: 0px;
  padding: 60px 0px 100px;
  position: relative;
  overflow: hidden;
}
#our-initiatives-section h1 {
  color: #976008;
  font-size: 30px;
  font-family: var(--Helvetica-Neue-Thin);
  text-transform: uppercase;
  margin: 0px;
  padding: 30px 0px 30px;
  position: relative;
  letter-spacing: 0.1666666667em;
  line-height: 1.2916666667em;
  text-align: center;
}

#our-initiatives-section p {
  font-family: var(--Helvetica-Neue-Thin);
  font-size: 18px;
}
#our-initiatives-section h2 {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  color: #976008;
  font-size: 32px;
  font-family: var(--Helvetica-Neue-Thin);
  text-align: center;
  margin: 0px;
  padding: 0px 0px 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1666666667em;
  line-height: 1.2916666667em;
}
#our-initiatives-section h2 img {
  width: auto;
  height: 30px;
}
#our-initiatives-section h4 {
  color: #000;
  font-size: 20px;
  padding: 0px 0px 15px;
  margin: 0px 0px 40px;
  border-bottom: 1px solid #dfe2e1;
  font-family: var(--Helvetica-Neue);
}
.our-initiatives-doc h3 {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #000;
  font-size: 20px;
  padding: 0px 0px 15px;
  margin: 0px 0px 40px;
  border-bottom: 1px solid #dfe2e1;
  font-family: var(--Helvetica-Neue);
}
.our-initiatives-doc h3 img {
  width: auto;
  height: 24px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.our-initiatives-doc {
  width: 80%;
  margin: 0px auto;
  padding: 40px 0px 0px;
  position: relative;
}
.our-initiatives-doc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
  justify-content: space-between;
}
.our-initiatives-doc li {
  width: auto;
  list-style: none;
  color: #313131;
  font-size: 18px;
  margin: 5px 0px 5px;
  padding-left: 35px;
  position: relative;
  font-family: var(--Helvetica-Neue-Thin);
}
.our-initiatives-doc li::before {
  content: "";
  background: url(/_next/static/media/vector-icon.cb71b042.png);
  background-size: 20px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 880px) {
  .sustainability-slider {
    bottom: 40px;
    left: 0%;
    padding: 0px 20px;
  }
  .sustainability-slider-doc {
    width: 100%;
  }
  .sustainability-slider-doc h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .sustainability-slider-doc h3 {
    font-size: 16px;
    line-height: 22px;
  }
  #our-initiatives-section h2 {
    font-size: 25px;
    padding: 0px 0px 0px;
  }
  #sustainability-slider img {
    object-fit: cover;
    height: 210px;
  }
  #our-initiatives-section h2 img {
    margin-top: 4px;
    height: 20px;
  }
  .our-initiatives-doc {
    width: 100%;
  }
  .our-initiatives-doc h3 {
    font-size: 16px;
    margin: 0px 0px 20px;
  }
  .our-initiatives-doc ul {
    column-count: 1;
    gap: 0px;
  }
  .our-initiatives-doc li {
    width: 100%;
    font-size: 16px;
    padding-left: 35px;
  }
  .our-initiatives-doc li::before {
    width: 22px;
    height: 22px;
  }
  #our-initiatives-section {
    padding: 30px 0px 100px;
  }
  #our-initiatives-section h1 {
    font-size: 25px;
    padding: 0px;
  }
  #our-initiatives-section p {
    font-size: 16px;
  }
}

