.hk-better-water {
  overflow: hidden;
  padding: 40px 20px;
}
.hk-better-water__body {
    color: #b2b2b2;
}
@media (min-width: 768px) {
  .hk-better-water {
    padding: 80px 40px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.hk-better-water__title {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: left;
}
.hk-better-water__title * {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  background: #1d1d1d;
  background-size: 100% 200%;
  background-position: 0% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}
@media (max-width: 599px) {
  .hk-better-water__title * {
    font-size: 30px;
    text-align: center;
  }
}
.hk-better-water__body {
  margin-bottom: 30px;
    color: #b2b2b2;
}
@media (max-width: 599px) {
  .hk-better-water__body * {
    font-size: 14px;
    text-align: center;
  }
}
.hk-better-water__inner {
  display: flex;
  flex-direction: column;
  max-width: 890px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hk-better-water__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
  }
}
@media (min-width: 768px) {
  .hk-better-water--flipped .hk-better-water__inner {
    flex-direction: row-reverse;
  }
}
.hk-better-water__col {
  flex: 1;
  min-width: 0;
  position: relative;
}
.hk-better-water__image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #f4f4f4;
}
.hk-better-water__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity var(--t-default, 0.3s ease);
}
.hk-better-water__image-wrapper img.is-active {
  opacity: 1;
  z-index: 2;
}
.hk-better-water__accordions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hk-better-water__accordions {
    margin-top: 40px;
  }
}
.hk-better-water__accordion {
  background: #f2f2f2;
  border-radius: 58px;
  cursor: pointer;
  transition: all var(--t-default, 0.3s ease);
}
.hk-better-water__accordion.is-active {
  border-radius: 20px;
}
.hk-better-water__accordion.is-active .hk-better-water__accordion-header {
  padding-bottom: 0;
}
.hk-better-water__accordion.is-active .hk-better-water__accordion-title {
  font-weight: 500;
}
.hk-better-water__accordion.is-active .hk-better-water__accordion-icon {
  opacity: 0;
  visibility: hidden;
}
.hk-better-water__accordion.is-active .hk-better-water__accordion-answer {
  max-height: 200px;
  opacity: 1;
  padding: 0 30px 20px 30px;
}
.hk-better-water__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  transition: background var(--t-default, 0.3s ease);
}
.hk-better-water__accordion-title {
  font-size: 14px;
}
.hk-better-water__accordion-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  margin-left: 20px;
}
.hk-better-water__accordion-icon::before, .hk-better-water__accordion-icon::after {
  content: "";
  position: absolute;
  background: #000;
}
.hk-better-water__accordion-icon::before {
  width: 7px;
  height: 1px;
}
.hk-better-water__accordion-icon::after {
  width: 1px;
  height: 7px;
}
.hk-better-water__accordion-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  transition: all var(--t-default, 0.3s ease);
  max-width:300px;
}
.hk-better-water__accordion-answer * {
  font-size: 14px;
}
.hk-better-water__accordion-answer > *:first-child {
  margin-top: 0;
}
.hk-better-water__accordion-answer > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hk-better-water__col--accordions, .hk-better-water__col--image {
    display: none;
  }
  .hk-better-water__mobile-slider-wrap {
    position: relative;
  }
  .hk-better-water__overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 58px;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
  }
  .hk-better-water .hk-bw-btn,
  .hk-better-water .hk-bw-text {
    position: absolute;
    pointer-events: auto;
  }
  .hk-better-water .hk-bw-btn {
    top: 10px;
  }
  .hk-better-water .hk-bw-text {
    top: 0;
  }
  .hk-better-water .hk-bw-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    will-change: transform, opacity;
    transform: translateZ(0);
  }
  .hk-better-water .hk-bw-btn svg {
    width: 14px;
    height: 14px;
    fill: white;
    flex-shrink: 0;
  }
  .hk-better-water .hk-bw-btn--prev {
    left: 20px;
  }
  .hk-better-water .hk-bw-btn--next {
    right: 20px;
  }
  .hk-better-water .hk-bw-text {
    height: 58px;
    border-radius: 58px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    padding: 10px 10px 10px 20px;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    will-change: transform, opacity;
    transform: translateZ(0);
    /* left / width set by GSAP JS */
  }
  .hk-better-water .hk-bw-text__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    opacity: 1;
  }
  .hk-better-water .hk-bw-text__title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }
  .hk-better-water .hk-bw-text__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .hk-better-water .hk-bw-text__icon::before, .hk-better-water .hk-bw-text__icon::after {
    content: "";
    position: absolute;
    background: white;
  }
  .hk-better-water .hk-bw-text__icon::before {
    width: 8px;
    height: 1px;
  }
  .hk-better-water .hk-bw-text__icon::after {
    width: 1px;
    height: 8px;
  }
  .hk-better-water .hk-bw-text__answer {
    font-size: 14px;
    color: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s, max-height 0.3s;
  }
  .hk-better-water .hk-bw-text__answer * {
    font-size: 14px !important;
  }
  .hk-better-water .hk-bw-text.is-expanded {
    border-radius: 20px;
    padding: 10px 20px;
  }
  .hk-better-water .hk-bw-text.is-expanded .hk-bw-text__answer {
    padding-top: 5px;
    max-height: 200px;
    opacity: 1;
  }
  .hk-better-water .hk-bw-text.is-expanded .hk-bw-text__icon {
    display: none;
    opacity: 0;
    transform: rotate(45deg);
  }
  .hk-better-water .swiper-pagination {
    bottom: 20px;
    margin-top: 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .hk-better-water .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ccc;
    opacity: 1;
    margin: 0;
  }
  .hk-better-water .swiper-pagination .swiper-pagination-bullet-active {
    background: #555;
  }
}
@media (min-width: 768px) {
  .hk-better-water__col--mobile-slider {
    display: none;
  }
}
