.thehands-services-slider {
  padding-top: 0;
}
.thehands-services-slider .swiper-wrap {
  position: relative;
}
.thehands-services-slider .swiper-wrap .swiper-slide > .title {
  padding-top: 8rem;
  font-weight: 700;
  font-size: clamp(28 / 10 * 1rem, 36 * (100vw - 375px) / 905 + 28px, 64 / 10 * 1rem);
  line-height: 120%;
  color: var(--color-dark);
  margin-bottom: clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
  padding-bottom: clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
  border-bottom: 1px solid var(--color-dark);
  text-transform: uppercase;
}
.thehands-services-slider .swiper-wrap .swiper-slide .link {
  display: block;
  height: 100%;
}
.thehands-services-slider .swiper-wrap .swiper-slide .link .background-cover {
  border-radius: 1.2rem;
}
.thehands-services-slider .swiper-wrap .swiper-slide .link .background-cover img {
  border-radius: 1.2rem;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap {
  min-height: 50rem;
  padding: clamp(35 / 10 * 1rem, 21 * (100vw - 375px) / 905 + 35px, 56 / 10 * 1rem);
  background-color: var(--color-dark);
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .label {
  font-family: var(--font-boldonse);
  font-size: clamp(10 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 10px, 16 / 10 * 1rem);
  line-height: 135%;
  color: var(--color-orange);
  text-transform: uppercase;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content-link {
  display: flex;
  gap: 1.5rem;
  justify-content: end;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content-link span {
  color: var(--color-orange);
  font-size: clamp(14 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 14px, 16 / 10 * 1rem);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content-link span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity var(--transition);
  height: 1px;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content-link svg {
  position: relative;
  top: 2px;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content-link:hover span:after {
  opacity: 1;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content .content-inner {
  padding-top: 3rem;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content .content-inner .title {
  font-weight: 700;
  color: var(--color-orange);
  font-size: clamp(22 / 10 * 1rem, 18 * (100vw - 375px) / 905 + 22px, 40 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content .content-inner .description {
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 170%;
  color: var(--color-light);
}
.thehands-services-slider .swiper-pagination {
  bottom: 0;
}
@media all and (min-width: 992px) {
  .thehands-services-slider.services-slider--stacked .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  }
  .thehands-services-slider.services-slider--stacked .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  .thehands-services-slider.services-slider--stacked .services-swiper-item {
    height: clamp(280 / 10 * 1rem, 120 * (100vw - 375px) / 905 + 280px, 400 / 10 * 1rem);
  }
  .thehands-services-slider.services-slider--stacked .swiper-pagination {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .thehands-services-slider .swiper-wrap .swiper-slide {
    margin-bottom: 3.5rem;
  }
  .thehands-services-slider .swiper-wrap .swiper-slide .link {
    display: block;
    aspect-ratio: 327/196;
    margin-bottom: 5px;
  }
  .thehands-services-slider .swiper-wrap .swiper-slide .content-wrap {
    margin-top: 5px;
    min-height: 38rem;
  }
  .thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content-link {
    margin-top: 5.7rem;
    justify-content: start;
  }
  .thehands-services-slider .swiper-wrap .swiper-slide .content-wrap .content .content-inner .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .thehands-services-slider .swiper-wrap .swiper-pagination {
    bottom: 0;
  }
  .thehands-services-slider .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 4.5rem;
    height: 4px;
    opacity: 1;
    background-color: rgba(63, 32, 33, 0.2);
    margin: 0 3px;
    border-radius: 0;
    transition: background-color var(--transition);
  }
  .thehands-services-slider .swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-orange);
  }
}
/*# sourceMappingURL=services-slider.css.map */
