.thehands-home-image-slider {
  padding-top: clamp(60 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 60px, 80 / 10 * 1rem);
  padding-bottom: clamp(40 / 10 * 1rem, 75 * (100vw - 375px) / 905 + 40px, 115 / 10 * 1rem);
}
.thehands-home-image-slider .title {
  text-align: center;
  margin: 0 0 2.4rem;
  color: var(--color-orange);
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: clamp(38 / 10 * 1rem, 50 * (100vw - 375px) / 905 + 38px, 88 / 10 * 1rem);
  line-height: 120%;
  text-transform: uppercase;
}
.thehands-home-image-slider .content {
  margin-bottom: clamp(40 / 10 * 1rem, 24 * (100vw - 375px) / 905 + 40px, 64 / 10 * 1rem);
  font-family: var(--font-manrope);
  font-size: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  line-height: 170%;
  color: var(--color-orange);
  text-align: center;
  text-transform: uppercase;
}
.thehands-home-image-slider .button-wrap {
  text-align: center;
  margin-bottom: clamp(42 / 10 * 1rem, 22 * (100vw - 375px) / 905 + 42px, 64 / 10 * 1rem);
  position: relative;
}
.thehands-home-image-slider .button-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5px;
  background: var(--color-orange);
  width: calc(50% - clamp(105 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 105px, 130 / 10 * 1rem) - clamp(15 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 15px, 40 / 10 * 1rem));
}
.thehands-home-image-slider .button-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.5px;
  background: var(--color-orange);
  width: calc(50% - clamp(105 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 105px, 130 / 10 * 1rem) - clamp(15 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 15px, 40 / 10 * 1rem));
}
.thehands-home-image-slider .swiper-wrap .images-swiper-item {
  height: clamp(500 / 10 * 1rem, 397 * (100vw - 375px) / 905 + 500px, 897 / 10 * 1rem);
}
.thehands-home-image-slider .swiper-wrap .images-swiper-item.images-swiper-item-40-60 .top {
  height: 40%;
}
.thehands-home-image-slider .swiper-wrap .images-swiper-item.images-swiper-item-40-60 .bottom {
  height: 60%;
  padding-top: 5px;
  display: flex;
  gap: 5px;
}
.thehands-home-image-slider .swiper-wrap .images-swiper-item.images-swiper-item-60-40 .top {
  height: 60%;
  padding-bottom: 5px;
}
.thehands-home-image-slider .swiper-wrap .images-swiper-item.images-swiper-item-60-40 .bottom {
  height: 40%;
}
.thehands-home-image-slider .swiper-wrap .swiper-pagination {
  bottom: 0;
}

@media all and (max-width: 991px) {
  .images-swiper-col {
    padding: 0;
  }
  .thehands-home-image-slider .swiper-wrapper {
    margin-bottom: 4.6rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4.5rem;
    background-color: rgba(244, 244, 244, 0.2);
    margin: 0 3px;
    border-radius: 0;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-orange);
  }
}
/*# sourceMappingURL=home-image-slider.css.map */
