.thehands-premium-stickers {
  padding-top: clamp(60 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 60px, 120 / 10 * 1rem);
  padding-bottom: clamp(40 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 40px, 100 / 10 * 1rem);
}
.thehands-premium-stickers .wrap {
  position: relative;
  height: 160rem;
}
.thehands-premium-stickers .wrap .custom-background {
  position: absolute;
  top: calc(clamp(60 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 60px, 120 / 10 * 1rem) * -1);
  left: -5%;
  z-index: -1;
  pointer-events: none;
  background-attachment: fixed;
  height: calc(100% + clamp(60 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 60px, 120 / 10 * 1rem));
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.thehands-premium-stickers .wrap .custom-background img {
  max-width: 100%;
  height: auto;
}
.thehands-premium-stickers .wrap .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.thehands-premium-stickers .wrap .title-wrap .sticky-sentinel {
  display: block;
  height: 1px;
  width: 100%;
  pointer-events: none;
}
.thehands-premium-stickers .wrap .title-wrap .title {
  pointer-events: auto;
  text-align: center;
  color: var(--color-dark);
  font-family: var(--font-boldonse);
  font-size: clamp(36 / 10 * 1rem, 33 * (100vw - 375px) / 905 + 36px, 69 / 10 * 1rem);
  line-height: 120%;
  font-weight: 400;
  position: sticky;
  top: 150px;
  transition: opacity var(--transition);
}
.thehands-premium-stickers .wrap .title-wrap.is-stuck .title {
  opacity: 0.3;
  z-index: -1;
}
.thehands-premium-stickers .wrap .stickers {
  position: absolute;
  top: clamp(167 / 10 * 1rem, 99 * (100vw - 375px) / 905 + 167px, 266 / 10 * 1rem);
  left: 0;
  width: 100%;
  height: 100%;
}
.thehands-premium-stickers .wrap .stickers .sticker-item {
  min-height: 39.8rem;
  padding: 4rem 3.5rem;
  width: 34.2rem;
  background-color: var(--color-dark);
  position: absolute;
}
.thehands-premium-stickers .wrap .stickers .sticker-item .title {
  font-family: var(--font-boldonse);
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 3rem;
}
.thehands-premium-stickers .wrap .stickers .sticker-item .content {
  font-size: clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem);
  line-height: 130%;
  color: rgb(244, 244, 244);
}
.thehands-premium-stickers .wrap .stickers .sticker-item .content strong {
  font-weight: 700;
}
.thehands-premium-stickers .wrap .stickers .sticker-item:first-child {
  top: 0;
  left: 20.85%;
}
.thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(2) {
  top: 14.85%;
  left: 59.77%;
}
.thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(3) {
  top: 28.5%;
  left: 0;
}
.thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(4) {
  top: 43%;
  right: 0;
}
.thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(5) {
  top: 53%;
  left: 51%;
}

@media all and (max-width: 1500px) {
  .thehands-premium-stickers .wrap .stickers .sticker-item {
    width: 31.8rem;
  }
}
@media all and (max-width: 1199px) {
  .thehands-premium-stickers .wrap .stickers .sticker-item {
    width: 30rem;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item:first-child {
    top: 0;
    left: 20.85%;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(2) {
    top: 14.85%;
    left: 59.77%;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(3) {
    top: 30%;
    left: 0;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(4) {
    top: 44.5%;
    right: 0;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item:nth-child(5) {
    top: 53%;
    left: 34%;
  }
}
@media all and (max-width: 991px) {
  .thehands-premium-stickers .wrap {
    height: auto;
  }
  .thehands-premium-stickers .wrap .custom-background {
    display: none;
  }
  .thehands-premium-stickers .wrap .stickers {
    position: static;
    padding-top: clamp(124 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 124px, 184 / 10 * 1rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item {
    position: static;
    width: 100%;
    height: 33.7rem;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  .thehands-premium-stickers .wrap .stickers {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .thehands-premium-stickers .wrap .stickers .sticker-item {
    height: auto;
    min-height: 1px;
  }
}
/*# sourceMappingURL=premium-stickers.css.map */
