/* utils */
.grintex-home_cta {
  padding: clamp(40px, 20 * (100vw - 375px) / 905 + 40px, 60px) 0;
  position: relative;
}
.grintex-home_cta .home-cta-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  z-index: -1;
}
.grintex-home_cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom right, rgba(22, 163, 74, 0.95), rgba(21, 128, 61, 0.95), rgba(6, 95, 70, 0.95));
}
.grintex-home_cta .home-cta-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
.grintex-home_cta .home-cta-label {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  border-radius: 19px;
  display: inline-block;
  margin: 0 auto 24px;
}
.grintex-home_cta .home-cta-label svg {
  color: white;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.grintex-home_cta .home-cta-title {
  font-size: clamp(30px, 30 * (100vw - 375px) / 905 + 30px, 60px);
  line-height: 100%;
  font-weight: 700;
  color: white;
  margin-bottom: 48px;
}
.grintex-home_cta .home-cta-title span {
  color: #c7f9cc;
  display: block;
}

/* animation */
.grintex-home_cta.has-animation .home-cta-wrap-top {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(30%);
}
.grintex-home_cta.has-animation .home-cta-title-button {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: scale(0.3);
}

.grintex-home_cta.has-animation.animated .home-cta-wrap-top {
  opacity: 1;
  transform: translateY(0);
}
.grintex-home_cta.has-animation.animated .home-cta-title-button {
  opacity: 1;
  transform: scale(1);
}
/*# sourceMappingURL=home_cta.css.map */
