h2 {
  font-size: 76px;
  font-weight: 400;
  line-height: 84px; /* 110.526% */
  letter-spacing: -3.8px;
}

p {
  opacity: 1 !important;
  font-weight: 400;
  line-height: 38px;
}

body {
  background: white;
}

.banner {
  position: relative;
}
.banner .container {
  padding-inline: 0px;
  padding-block: 100px 638px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .container .section__title {
  max-width: 1326px;
}
.banner .container .section__text {
  opacity: 1;
  max-width: 1055px;
}
.banner .container .thirst__video {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  overflow: hidden;
  padding-block: 10px;
  margin-top: 103px;
  bottom: -375px;
  left: 0;
  overflow: hidden;
}
.banner .container .thirst__video .thirst {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform 2s ease 3s;
}
.banner .container .thirst__video .thirst.thirst__animate {
  transform: scale(40) translateX(4vw);
}
.banner .container .thirst__video .thirst.thirst__animate #thirstHeading {
  transform: translateX(-7.5vw);
}
.banner .container .thirst__video .thirst #thirstHeading {
  font-size: 40.1vw;
  font-weight: 500;
  height: 100%;
  transform: translateX(130%);
  transition: transform 3s ease;
}
.banner .container .thirst__video .thirst #mask-bg {
  -webkit-mask: url("#mask");
          mask: url("#mask");
  fill: url(#thirstGradient);
}
.banner .container .thirst__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto auto;
  overflow: hidden;
  transition: 0.5s ease;
}

.section.section__two .container {
  padding-block: 534px 219px;
  padding-inline: 0;
}
.section.section__two .container .section__title {
  max-width: 1326px;
}
.section.section__two .container .section__title span {
  font-weight: 300;
}
.section.section__two .container .section__text {
  max-width: 920px;
  opacity: 1;
}
.section.section__two .container .section__body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section.section__two .container .section__body .projectSwiper__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 46px;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper {
  min-width: 139.4%;
  color: white;
  aspect-ratio: 4.58;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .bg__img {
  filter: grayscale(0);
  transition: 0.3s ease-out 0.3s;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .project__details .btn {
  opacity: 1;
  transition: 0.3s ease-out 0.3s;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 50px;
  padding-top: 40px;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  filter: grayscale(0.9);
  transition: 0.3s ease-out;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 206px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  bottom: 0;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
  width: 117.318px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-block: 18px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  margin-top: auto;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
  width: 1px;
  height: 30px;
  background: #fff;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  opacity: 0.8;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn {
  opacity: 0;
  transition: 0.3s ease-out;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a {
  padding: 10px;
}
.section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
  width: 100%;
  height: 100%;
  width: 48.446px;
  height: 17.335px;
}

.section.section__three .container {
  padding-inline: 216px;
  padding-bottom: 64px;
}
.section.section__three .container .section__text {
  max-width: 1056px;
}
.section.section__three .container .section__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin-top: 132px;
}
.section.section__three .container .section__body .grid__item {
  max-width: 440px;
  display: flex;
  flex-direction: column;
}
.section.section__three .container .section__body .grid__item span {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px; /* 158.333% */
  margin-bottom: 2px;
}
.section.section__three .container .section__body .grid__item h4 {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px; /* 112.5% */
  letter-spacing: -2.4px;
  margin-bottom: 32px;
}
.section.section__three .container .section__body .grid__item p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px; /* 158.333% */
  text-align: left;
  margin-bottom: 48px;
}
.section.section__three .container .section__body .grid__item .divider {
  width: 71px;
  height: 2px;
  background: #000;
}
.section.section__three .container .section__body .grid__item:nth-child(5n+3), .section.section__three .container .section__body .grid__item:nth-child(5n+4), .section.section__three .container .section__body .grid__item:nth-child(5n) {
  margin-left: auto;
}
.section.section__three .container .section__body .grid__3d {
  grid-row: span 5;
}

.s__imgWrapper {
  position: relative;
  background: black;
}
.s__imgWrapper .s__img {
  position: absolute;
  left: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  -o-object-fit: cover;
     object-fit: cover;
  top: -562px;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.s__imgWrapper .s__img img {
  width: 2769px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -40px;
}

.section.section__four {
  margin-top: 0;
  padding-top: 0px;
  background: transparent;
}
.section.section__four .container {
  padding-right: 162px;
  padding-block: 248px 411px;
}
.section.section__four .container .section__title {
  z-index: 1;
}
.section.section__four .container .section__text {
  max-width: 1056px;
  z-index: 1;
}
.section.section__four .container .section__body {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;
}
.section.section__four .container .section__body .founder__details {
  max-width: 540px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.section.section__four .container .section__body .founder__details h5 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 54px; /* 142.105% */
  letter-spacing: -1.9px;
}
.section.section__four .container .section__body .founder__details span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
}
.section.section__four .container .section__body .founder__details p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 160% */
  opacity: 1;
  text-align: left;
  margin-block: 24px;
  max-width: 480px;
}
.section.section__four .container .section__body .founder__details .btn a {
  padding-block: 16px;
}

.section.section__five {
  position: relative;
  isolation: isolate;
  background: transparent;
}
.section.section__five .container {
  padding-block: 0px 280px;
  padding-inline: 0;
}
.section.section__five .container .section__title {
  max-width: 820px;
}
.section.section__five .container .section__text {
  max-width: 1050px;
  margin-bottom: 72px;
}
.section.section__five .container .section__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 88px;
}
.section.section__five .container .section__body .healthSwiper__wrapper {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper {
  width: 1669px;
  overflow-x: visible;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper {
  background: white;
  transform: translateY(0px);
  transition: 0.6s ease-in-out 0.4s;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .swiperSlide__top .bg__img {
  filter: grayscale(0);
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .swiperSlide__bottom {
  opacity: 1;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
  transform: translateY(80px);
  transition: 0.6s ease-in-out;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
  width: 100%;
  height: 654px;
  position: relative;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .bg__img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: 0.3s ease-out 0.4s;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
  padding-inline: 40px;
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  opacity: 0;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px; /* 175% */
  text-align: left;
}
.section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.section.section__five .container .section__body .healthSwiperScrollbar__wrapper {
  width: 100%;
  padding-inline: 80px;
  margin-top: 83px;
}
.section.section__five .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar {
  position: inherit;
  background: #fff;
  display: flex;
  align-items: center;
  height: 2px;
  width: 100%;
  max-width: 1598px;
  margin-inline: auto;
}
.section.section__five .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
  height: 43px;
  background: #000e8c;
  border-radius: 1000px;
}

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 56px;
    line-height: 68px; /* 121.429% */
    letter-spacing: -2.8px;
  }
  .banner .container {
    padding-block: 52px 549px;
  }
  .banner .container .section__title {
    max-width: 1060px;
  }
  .banner .container .thirst__video {
    height: 681px;
    padding-block: 10px;
    margin-top: 110px;
    bottom: -250px;
  }
  .section.section__two .container {
    padding-block: 352px 196px;
  }
  .section.section__two .container .section__text {
    max-width: 769px !important;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper {
    margin-top: 64px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 141.4%;
    aspect-ratio: 4.47;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 40px;
    padding-top: 40px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
    width: 118px;
    height: 28px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 28px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 16px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 20px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    height: 22.5px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 14px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
    width: 40.0007896423px;
    height: 14.3125705719px;
  }
  .section.section__three .container {
    padding-inline: 112px;
    padding-bottom: 64px;
  }
  .section.section__three .container .section__body .grid__item span {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    margin-bottom: 16px;
    opacity: 0.8;
  }
  .section.section__three .container .section__body .grid__item h4 {
    font-size: 38px;
    line-height: 42px; /* 110.526% */
    letter-spacing: -1.9px;
    margin-bottom: 24px;
  }
  .section.section__three .container .section__body .grid__item p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 24px; /* 133.333% */
  }
  .section.section__three .container .section__body .grid__item .divider {
    width: 53px;
    height: 1.5px;
  }
  .s__imgWrapper .s__img {
    top: -435px;
  }
  .s__imgWrapper .s__img img {
    width: 2061px;
    margin-left: -30px;
  }
  .section.section__four .container {
    padding-block: 180px 254px;
    padding-inline: 82px;
  }
  .section.section__four .container .section__text {
    max-width: 844px !important;
  }
  .section.section__four .container .section__text br {
    display: none;
  }
  .section.section__four .container .section__body {
    margin-top: 137px;
    gap: 137px;
  }
  .section.section__four .container .section__body .founder__details {
    max-width: 412px;
    width: 100%;
  }
  .section.section__four .container .section__body .founder__details h5 {
    font-size: 32px;
    line-height: 40px; /* 125% */
    letter-spacing: -1.6px;
  }
  .section.section__four .container .section__body .founder__details span {
    font-size: 18px;
    line-height: 30px; /* 166.667% */
  }
  .section.section__four .container .section__body .founder__details p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    margin-block: 18px;
    max-width: 279px !important;
  }
  .section.section__four .container .section__body .founder__details .btn a {
    padding-block: 7px;
  }
  .section.section__five .container {
    padding-bottom: 228px;
  }
  .section.section__five .container .section__title {
    max-width: 600px !important;
  }
  .section.section__five .container .section__text {
    margin-bottom: 48px;
  }
  .section.section__five .container > .btn a {
    padding-block: 20px;
  }
  .section.section__five .container .section__body {
    margin-top: 56px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 1233px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(62px);
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    padding-inline: 0px;
    height: 490px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding: 21px 32px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom span {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 88px;
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 32px;
  }
}
@media screen and (max-width: 1080px) {
  h2 {
    font-size: 48px;
    line-height: 52px; /* 108.333% */
    letter-spacing: -2.4px;
  }
  .banner .container {
    padding-block: 0px 396px;
  }
  .banner .container .section__title {
    max-width: 780px;
  }
  .banner .container .section__text br {
    display: none;
  }
  .banner .container .thirst__video {
    height: 480px;
    margin-top: 103px;
    bottom: -190px;
  }
  .section.section__two .container {
    padding-block: 298px 160px;
  }
  .section.section__two .container .section__text {
    max-width: 620px !important;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper {
    margin-top: 48px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 157.1%;
    aspect-ratio: 4.16;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 40px;
    padding-top: 40px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 22px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 16px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 24px;
    line-height: 28px; /* 116.667% */
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    height: 19px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .section.section__three .container {
    padding: 72px;
  }
  .section.section__three .container .section__text {
    max-width: 602px;
  }
  .section.section__three .container .section__body .grid__item span {
    font-size: 24px;
    line-height: 30px; /* 125% */
    margin-bottom: 14px;
  }
  .section.section__three .container .section__body .grid__item h4 {
    font-size: 32px;
    line-height: 36px; /* 112.5% */
    letter-spacing: -1.6px;
  }
  .section.section__three .container .section__body .grid__item p {
    font-size: 16px;
    line-height: 22px; /* 133.333% */
  }
  .section.section__three .container .section__body .grid__item .divider {
    width: 58px;
    height: 2px;
  }
  .s__imgWrapper .s__img {
    top: -178px;
  }
  .s__imgWrapper .s__img img {
    width: 1484px;
  }
  .section.section__four .container {
    padding-block: 161px 120px;
    padding-inline: 42px;
  }
  .section.section__four .container .section__text {
    max-width: 620px !important;
  }
  .section.section__four .container .section__text br {
    display: none;
  }
  .section.section__four .container .section__body {
    margin-top: 109px;
    gap: 61px;
  }
  .section.section__four .container .section__body .founder__details {
    max-width: 312px;
  }
  .section.section__four .container .section__body .founder__details h5 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    letter-spacing: -1.4px;
  }
  .section.section__four .container .section__body .founder__details span {
    font-size: 16px;
    line-height: 20px; /* 125% */
    max-width: 300px;
  }
  .section.section__four .container .section__body .founder__details p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    max-width: 300px !important;
    margin-block: 16px;
  }
  .section.section__four .container .section__body .founder__details .btn a {
    padding-block: 0px;
  }
  .section.section__five .container {
    padding-bottom: 160px;
  }
  .section.section__five .container .section__title {
    max-width: 520px !important;
  }
  .section.section__five .container .section__text {
    margin-bottom: 40px;
  }
  .section.section__five .container > .btn a {
    padding-block: 0px;
  }
  .section.section__five .container .section__body {
    margin-top: 56px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 1094px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(50px);
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    padding-inline: 0px;
    height: 428px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 24px;
    right: 24px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding-inline: 32px;
    padding-block: 20px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    margin-bottom: 4px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom span {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    opacity: 0.8;
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 42px;
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 40px;
  }
}
@media screen and (max-width: 744px) {
  h2 {
    font-size: 40px;
    line-height: 44px; /* 110% */
    letter-spacing: -2px;
    text-align: left;
  }
  p {
    line-height: 28px;
  }
  .banner .container {
    padding-block: 0px 283px;
    padding-inline: 52px;
  }
  .banner .container .section__title {
    max-width: 530px !important;
  }
  .banner .container .section__text {
    max-width: 530px !important;
    text-align: left;
  }
  .banner .container .section__text br {
    display: none;
  }
  .banner .container .thirst__video {
    height: 351px;
    margin-top: 83px;
    bottom: -152px;
  }
  .section.section__two .container {
    padding-block: 232px 112px;
  }
  .section.section__two .container .section__title {
    max-width: 622px !important;
    padding-inline: 52px;
  }
  .section.section__two .container .section__text {
    max-width: 622px !important;
    text-align: left;
    padding-inline: 52px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper {
    margin-top: 32px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 146.1%;
    aspect-ratio: 3.84;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 24px;
    padding-top: 24px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 13px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 16px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 20px;
    line-height: 24px; /* 137.5% */
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    height: 16px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 16px;
    line-height: 20px; /* 88.571% */
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
    width: 32px;
  }
  .section.section__three .container {
    padding-inline: 52px;
    padding-bottom: 40px;
  }
  .section.section__three .container .section__title {
    max-width: 530px !important;
  }
  .section.section__three .container .section__text {
    max-width: 530px !important;
  }
  .section.section__three .container .section__body {
    max-width: 530px;
    display: flex;
    flex-direction: column;
  }
  .section.section__three .container .section__body .grid__item:nth-child(2n) {
    margin-left: 0px;
  }
  .section.section__three .container .section__body .grid__item span {
    font-size: 18px;
    line-height: 24px; /* 125% */
    margin-bottom: 8px;
  }
  .section.section__three .container .section__body .grid__item h4 {
    font-size: 24px;
    line-height: 28px; /* 112.5% */
    letter-spacing: -1.2px;
  }
  .section.section__three .container .section__body .grid__item p {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
  }
  .section.section__three .container .section__body .grid__item .divider {
    display: none;
  }
  .s__imgWrapper .s__img {
    top: -364px;
  }
  .s__imgWrapper .s__img img {
    width: 1659px;
  }
  .section.section__four .container {
    padding-block: 57px 100px;
    padding-inline: 52px;
  }
  .section.section__four .container .section__title {
    max-width: 530px !important;
    width: 100%;
  }
  .section.section__four .container .section__text {
    max-width: 530px !important;
  }
  .section.section__four .container .section__text br {
    display: none;
  }
  .section.section__four .container .section__body {
    margin-top: 515px;
    gap: 2px;
  }
  .section.section__four .container .section__body .founder__details {
    max-width: 310px;
  }
  .section.section__four .container .section__body .founder__details:first-child {
    margin-left: 35px;
  }
}
@media screen and (max-width: 744px) and (max-width: 640px) {
  .section.section__four .container .section__body .founder__details:first-child {
    margin-left: 0px;
  }
}
@media screen and (max-width: 744px) {
  .section.section__four .container .section__body .founder__details:last-child {
    margin-right: 35px;
  }
  .section.section__four .container .section__body .founder__details h5 {
    font-size: 24px;
    line-height: 30px; /* 128.571% */
    letter-spacing: -1.2px;
  }
  .section.section__four .container .section__body .founder__details span {
    font-size: 16px;
    line-height: 22px; /* 125% */
    max-width: 300px;
  }
  .section.section__four .container .section__body .founder__details .btn a {
    padding-block: 0px;
  }
  .section.section__five .container {
    padding-bottom: 112px;
  }
  .section.section__five .container .section__title {
    max-width: 592px !important;
    width: 100%;
    padding-inline: 52px;
  }
  .section.section__five .container .section__text {
    margin-bottom: 32px;
    max-width: 592px !important;
    padding-inline: 52px;
  }
  .section.section__five .container > .btn {
    margin-inline: auto;
    max-width: 592px;
    width: 100%;
    padding-inline: 52px;
  }
  .section.section__five .container > .btn a {
    padding-block: 0px;
  }
  .section.section__five .container .section__body {
    margin-top: 64px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 1046px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(50px);
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    height: 404px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 16px;
    right: 16px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding-block: 16px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px; /* 122.222% */
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom span {
    font-size: 14px;
    line-height: 16.8px; /* 120% */
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 52px;
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 24px;
  }
}
@media screen and (max-width: 475px) {
  p {
    line-height: 24px;
  }
  .banner .container {
    padding-block: 0px 185px;
    padding-inline: 32px;
  }
  .banner .container .section__title {
    max-width: 300px !important;
    margin-right: auto;
  }
  .banner .container .section__title br {
    display: none;
  }
  .banner .container .section__text {
    max-width: 326px !important;
    margin-right: auto;
    font-weight: 300;
  }
  .banner .container .thirst__video {
    height: 187px;
    margin-top: 70px;
    bottom: -75px;
  }
  .section.section__two .container {
    padding-block: 152px 111px;
  }
  .section.section__two .container .section__title {
    max-width: 360px !important;
    padding-inline: 32px;
    margin-right: auto;
  }
  .section.section__two .container .section__text {
    max-width: 390px !important;
    padding-inline: 32px;
    margin-right: auto;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper {
    margin-top: 32px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 186.8%;
    aspect-ratio: 1.858;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 24px;
    padding-top: 24px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
    width: 61.948px;
    height: 14.769px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img::before {
    height: 100%;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 17px;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 3px;
    flex-direction: column;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 20px;
    line-height: 28px; /* 137.5% */
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    display: none;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 14px;
    line-height: 20px; /* 88.571% */
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn {
    margin-bottom: auto;
  }
  .section.section__two .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
    width: 32px;
  }
  .section.section__three .container {
    padding-inline: 32px;
    padding-bottom: 56px;
  }
  .section.section__three .container .section__title {
    max-width: 326px !important;
    margin-right: auto;
  }
  .section.section__three .container .section__text {
    max-width: 279px !important;
    margin-right: auto;
  }
  .section.section__three .container .section__body {
    max-width: 530px;
    display: flex;
    flex-direction: column;
  }
  .section.section__three .container .section__body .grid__item:nth-child(2n) {
    margin-left: 0px;
  }
  .section.section__three .container .section__body .grid__item span {
    font-size: 14px;
    line-height: 20px; /* 125% */
  }
  .section.section__three .container .section__body .grid__item p {
    font-size: 14px;
    line-height: 20px; /* 133.333% */
  }
  .section.section__three .container .section__body .grid__item .divider {
    display: none;
  }
  .s__imgWrapper .s__img {
    top: 2px;
  }
  .s__imgWrapper .s__img img {
    width: 1014px;
    display: block;
    transform: translateX(-44px);
    margin-left: 6px;
  }
  .section.section__four .container {
    padding-block: 60px 100px;
    padding-inline: 32px;
  }
  .section.section__four .container .section__title {
    max-width: 326px !important;
    width: 100%;
    margin-right: auto;
  }
  .section.section__four .container .section__text {
    max-width: 290px !important;
    margin-right: auto;
  }
  .section.section__four .container .section__text br {
    display: none;
  }
  .section.section__four .container .section__body {
    margin-top: 405px;
    gap: 48px;
  }
  .section.section__four .container .section__body .founder__details {
    max-width: 100%;
  }
  .section.section__four .container .section__body .founder__details:first-child {
    margin-left: 0px;
  }
  .section.section__four .container .section__body .founder__details h5 {
    font-size: 24px;
    line-height: 30px; /* 128.571% */
    letter-spacing: -1.2px;
  }
  .section.section__four .container .section__body .founder__details span {
    font-size: 16px;
    line-height: 22px; /* 125% */
    max-width: 100%;
  }
  .section.section__four .container .section__body .founder__details .btn a {
    padding-block: 0px;
  }
  .section.section__five .container {
    padding-bottom: 111px;
  }
  .section.section__five .container .section__title {
    max-width: 100% !important;
    padding-inline: 32px;
  }
  .section.section__five .container .section__text {
    margin-bottom: 32px;
    max-width: 100% !important;
    padding-inline: 32px;
  }
  .section.section__five .container > .btn {
    margin-inline: 0px auto;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 0px;
    margin-left: 32px;
  }
  .section.section__five .container .section__body {
    margin-top: 48px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 798px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(50px);
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    height: 314px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding: 14px 16px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    margin-bottom: 2px;
  }
  .section.section__five .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom span {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 24px;
  }
  .section.section__five .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 22px;
  }
}/*# sourceMappingURL=about-us.css.map */