.healthy-section {
  background-color: #cfd3dc;
  width: 100%;
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.healthy-title-wrapper {
  margin-bottom: clamp(1.25rem, 1.353vw + 0.918rem, 2rem);
}
@media screen and (min-width: 1030px) {
  .healthy-title-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.healthy-main-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(2rem, 2.029vw + 1.502rem, 3.125rem);
  line-height: clamp(2.4rem, 0.18vw + 2.356rem, 2.5rem);
  text-transform: uppercase;
  text-align: left;
  color: var(--black-default);
  margin-bottom: 20px;
}

.healthy-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 1.804vw + 0.557rem, 2rem);
  line-height: 120%;
  color: var(--black-default);
  max-width: 582px;
}

.healthy-img {
  border-radius: clamp(2rem, 8.794vw - 0.16rem, 6.875rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .healthy-img {
    display: none;
  }
}

.img-comp-container {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .img-comp-container {
    display: none;
  }
}

.img-comp-img {
  position: absolute;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  border-radius: 20px;
  width: 280px;
}
@media screen and (min-width: 393px) {
  .img-comp-img img {
    width: 353px;
  }
}
@media screen and (min-width: 450px) {
  .img-comp-img img {
    width: 400px;
  }
}
@media screen and (min-width: 600px) {
  .img-comp-img img {
    width: 550px;
  }
}
@media screen and (min-width: 700px) {
  .img-comp-img img {
    width: 645px;
  }
}

@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.img-comp-slider::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMS4wMzg0NUwxLjAyMjgxIDUuMTAyMTlDMC42NTQ4OTkgNS40NzgxIDAuNjQxMDkzIDYuMDc0NzcgMC45OTEyMjEgNi40NjczTDUgMTAuOTYxNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjEgMS4wMzg0NUwyNC45NzcyIDUuMTAyMTlDMjUuMzQ1MSA1LjQ3ODEgMjUuMzU4OSA2LjA3NDc3IDI1LjAwODggNi40NjczTDIxIDEwLjk2MTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  position: absolute;
  stroke: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.img-comp-slider::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: 9;
  cursor: ew-resize;
  border-radius: 50px;
  padding: 22px;
  background: rgba(70, 162, 159, 0.5);
}

.slider-icon {
  width: 26px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMS4wMzg0NUwxLjAyMjgxIDUuMTAyMTlDMC42NTQ4OTkgNS40NzgxIDAuNjQxMDkzIDYuMDc0NzcgMC45OTEyMjEgNi40NjczTDUgMTAuOTYxNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjEgMS4wMzg0NUwyNC45NzcyIDUuMTAyMTlDMjUuMzQ1MSA1LjQ3ODEgMjUuMzU4OSA2LjA3NDc3IDI1LjAwODggNi40NjczTDIxIDEwLjk2MTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  stroke: #fff;
}

.img-comp-container .line-slider {
  position: absolute;
  height: 100%;
  width: 40px;
  background: transparent;
  z-index: 9;
  cursor: ew-resize;
}

.img-comp-container .line-slider::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  border: 2px solid #46a29f;
  z-index: 9;
  cursor: ew-resize;
}

.img-comp-container .animate {
  animation: wiggle 2s ease-in-out infinite;
}

.img-comp-img1,
.img-comp-overlay {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-comp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
/*# sourceMappingURL=healthy.css.map */
