.thehands-premium-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}
.thehands-premium-cta > .background-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 22, 18, 0.55);
  z-index: 1;
}
.thehands-premium-cta .wrap {
  width: 146rem;
  max-width: 100%;
  margin: 0 auto;
}
.thehands-premium-cta .container-top .video {
  width: clamp(300 / 10 * 1rem, 180 * (100vw - 375px) / 905 + 300px, 480 / 10 * 1rem);
  max-width: 100%;
}
.thehands-premium-cta .container-top .video .wp-video {
  margin: 0 auto;
  border-radius: 12px;
}
.thehands-premium-cta .container-top .video .wp-video video,
.thehands-premium-cta .container-top .video .wp-video .mejs-container {
  border-radius: 12px;
}
.thehands-premium-cta .container-top .inner-wrap {
  padding-left: 46px;
}
.thehands-premium-cta .container-top .inner-wrap .title {
  font-family: var(--font-boldonse);
  font-size: clamp(32 / 10 * 1rem, 32 * (100vw - 375px) / 905 + 32px, 64 / 10 * 1rem);
  line-height: 130%;
  font-weight: 400;
  margin: 0;
}
.thehands-premium-cta .container-top .inner-wrap .sub-title {
  font-size: clamp(32 / 10 * 1rem, 32 * (100vw - 375px) / 905 + 32px, 64 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(30 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 30px, 50 / 10 * 1rem);
}
.thehands-premium-cta .container-top .inner-wrap .content {
  font-size: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  line-height: 170%;
  color: rgb(244, 244, 244);
  margin-bottom: clamp(30 / 10 * 1rem, 34 * (100vw - 375px) / 905 + 30px, 64 / 10 * 1rem);
}
@media all and (max-width: 1199px) {
  .thehands-premium-cta .container-top .inner-wrap .title {
    font-size: clamp(32 / 10 * 1rem, 12 * (100vw - 375px) / 905 + 32px, 44 / 10 * 1rem);
    line-height: 120%;
  }
  .thehands-premium-cta .container-top .inner-wrap .sub-title {
    font-size: clamp(32 / 10 * 1rem, 12 * (100vw - 375px) / 905 + 32px, 44 / 10 * 1rem);
    line-height: 120%;
  }
  .thehands-premium-cta .container-top .inner-wrap .content {
    font-size: clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem);
    line-height: 170%;
  }
}
@media all and (max-width: 991px) {
  .thehands-premium-cta .container-top .inner-wrap {
    padding-left: 26px;
  }
  .thehands-premium-cta .container-top .video {
    width: 400px;
  }
  .thehands-premium-cta .container-top .title {
    font-size: 32px;
    line-height: 120%;
  }
  .thehands-premium-cta .container-top .sub-title {
    font-size: 32px;
    line-height: 120%;
  }
  .thehands-premium-cta .container-top .content {
    font-size: 16px;
    line-height: 170%;
  }
}
@media all and (max-width: 767px) {
  .thehands-premium-cta .container-top .video {
    width: 100%;
    max-width: 100%;
  }
  .thehands-premium-cta .container-top .inner-wrap {
    padding-left: 0;
  }
  .thehands-premium-cta .container-top .title,
  .thehands-premium-cta .container-top .sub-title,
  .thehands-premium-cta .container-top .content {
    text-align: center;
  }
  .thehands-premium-cta .container-top .button-wrap {
    text-align: center;
    margin-bottom: 42px;
    position: relative;
  }
  .thehands-premium-cta .container-top .button-wrap:after, .thehands-premium-cta .container-top .button-wrap:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--color-orange);
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - clamp(105 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 105px, 140 / 10 * 1rem) - 15px);
    left: 0;
  }
  .thehands-premium-cta .container-top .button-wrap:after {
    right: 0;
    left: auto;
  }
}
/*# sourceMappingURL=premium-cta.css.map */
