.thehands-reservation-cta {
  padding-top: clamp(80 / 10 * 1rem, 56 * (100vw - 375px) / 905 + 80px, 136 / 10 * 1rem);
  padding-bottom: 8rem;
}
.thehands-reservation-cta > .background-cover.section-back:after {
  background-color: rgba(33, 22, 18, 0.62);
}
.thehands-reservation-cta .wrap {
  text-align: center;
}
.thehands-reservation-cta .wrap .title {
  font-family: var(--font-boldonse);
  font-size: clamp(32 / 10 * 1rem, 32 * (100vw - 375px) / 905 + 32px, 64 / 10 * 1rem);
  line-height: 130%;
  margin-bottom: 5px;
}
.thehands-reservation-cta .wrap .sub-title {
  margin-bottom: clamp(30 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 30px, 50 / 10 * 1rem);
  font-size: clamp(32 / 10 * 1rem, 32 * (100vw - 375px) / 905 + 32px, 64 / 10 * 1rem);
  line-height: 120%;
}
.thehands-reservation-cta .wrap .sub-title strong {
  font-weight: 700;
}
.thehands-reservation-cta .wrap .content {
  margin-bottom: clamp(30 / 10 * 1rem, 34 * (100vw - 375px) / 905 + 30px, 64 / 10 * 1rem);
  font-size: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  line-height: 170%;
  color: rgb(244, 244, 244);
}
.thehands-reservation-cta .wrap .content strong {
  font-weight: 700;
}
.thehands-reservation-cta .wrap .button-wrap {
  text-align: center;
  margin-bottom: clamp(42 / 10 * 1rem, 22 * (100vw - 375px) / 905 + 42px, 64 / 10 * 1rem);
  position: relative;
}
.thehands-reservation-cta .wrap .button-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(0 / 10 * 1rem, 56 * (100vw - 375px) / 905 + 0px, 56 / 10 * 1rem);
  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) - clamp(0 / 10 * 1rem, 56 * (100vw - 375px) / 905 + 0px, 56 / 10 * 1rem));
}
.thehands-reservation-cta .wrap .button-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(0 / 10 * 1rem, 56 * (100vw - 375px) / 905 + 0px, 56 / 10 * 1rem);
  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) - clamp(0 / 10 * 1rem, 56 * (100vw - 375px) / 905 + 0px, 56 / 10 * 1rem));
}
.thehands-reservation-cta .wrap .background-cover {
  height: clamp(447 / 10 * 1rem, 188 * (100vw - 375px) / 905 + 447px, 635 / 10 * 1rem);
  border-radius: 1.2rem;
}
/*# sourceMappingURL=reservation-cta.css.map */
