/* utils */
.grintex-home_faq {
  padding: clamp(64px, 16 * (100vw - 375px) / 905 + 64px, 80px) 0;
  background-image: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
  position: relative;
}
.grintex-home_faq .additional-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.grintex-home_faq .additional-back > div {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 8rem;
  filter: blur(64px);
  z-index: 2;
}
.grintex-home_faq .additional-back > div:first-child {
  background: rgba(191, 219, 254, 0.2);
  top: 5rem;
  left: -3rem;
}
.grintex-home_faq .additional-back > div:last-child {
  right: -3rem;
  bottom: 5rem;
  background: rgba(187, 247, 208, 0.2);
  opacity: 0.4;
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
}
.grintex-home_faq .home_faq-left .home_faq-left-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 8px 16px;
  color: rgb(194, 65, 12);
  background-color: rgb(255, 237, 213);
  display: inline-block;
  border-radius: 18px;
  margin-bottom: 16px;
}
.grintex-home_faq .home_faq-left .home_faq-left-label svg {
  color: rgb(194, 65, 12);
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.grintex-home_faq .home_faq-left .home_faq-left-title {
  margin-bottom: 12px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: rgb(17, 24, 39);
  font-weight: 700;
}
.grintex-home_faq .home_faq-left .home_faq-left-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(75, 85, 99);
  margin-bottom: 12px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom right, #f0fdf4, #fff, #f0fdf4);
  border: 2px solid rgb(220, 252, 231);
  border-radius: 16px;
  padding: clamp(12px, 8 * (100vw - 375px) / 905 + 12px, 20px);
  text-align: center;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon {
  margin-bottom: 20px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon .home_faq-left-cta-icon-wrap {
  width: 70px;
  height: 70px;
  /*
  width: 96px;
  height: 96px;
  */
  position: relative;
  background-image: linear-gradient(to bottom right, #22c55e, #16a34a);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  margin: 0 auto;
  padding-top: 20px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon .home_faq-left-cta-icon-wrap svg {
  height: 30px;
  width: 30px;
  color: white;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon .home_faq-left-cta-icon-wrap img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  border-radius: 35px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon .home_faq-left-cta-icon-wrap .home_faq-left-cta-icon-wrap-online {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
  border: 4px solid white;
  background-color: rgb(74, 222, 128);
  left: calc(50% + 22px);
  border-radius: 12px;
  animation: pulse 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon .home_faq-left-cta-icon-wrap .home_faq-left-cta-icon-wrap-online.offline {
  background-color: rgb(251, 146, 60);
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding: 4px 16px 4px 32px;
  background-color: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
  position: relative;
  border-radius: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-label.offline {
  background-color: rgb(255, 237, 213);
  color: rgb(194, 65, 12);
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-label:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgb(21, 128, 61);
  border-radius: 4px;
  position: absolute;
  left: 16px;
  top: 10px;
  animation: pulse 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-label.offline:before {
  background-color: rgb(194, 65, 12);
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(17, 24, 39);
  font-weight: 700;
  margin-bottom: 8px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-content {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(75, 85, 99);
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon-wrap-phone {
  margin-bottom: 16px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon-wrap-phone a {
  color: rgb(22, 163, 74);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-icon-wrap-phone a:hover {
  color: rgb(21, 128, 61);
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-button {
  margin-bottom: 20px;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-schedule {
  color: rgb(107, 114, 128);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.grintex-home_faq .home_faq-left .home_faq-left-cta .home_faq-left-cta-schedule svg {
  height: 16px;
  width: 16px;
  color: rgb(107, 114, 128);
  position: relative;
  top: 3px;
}
.grintex-home_faq .home_faq-right .home_faq-right-label {
  color: rgb(21, 128, 61);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 8px 16px;
  background-color: rgb(220, 252, 231);
  display: inline-block;
  border-radius: 16px;
  margin-bottom: 16px;
}
.grintex-home_faq .home_faq-right .home_faq-right-label svg {
  height: 16px;
  width: 16px;
  color: rgb(21, 128, 61);
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.grintex-home_faq .home_faq-right .home_faq-right-title {
  margin-bottom: 12px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: rgb(17, 24, 39);
}
.grintex-home_faq .home_faq-right .home_faq-right-content {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5rem;
  color: rgb(75, 85, 99);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* animation */
.grintex-home_faq.has-animation .home_faq-left-top {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(-30%);
}
.grintex-home_faq.has-animation .home_faq-right-top {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(30%);
}
.grintex-home_faq.has-animation .home_faq-left-cta,
.grintex-home_faq.has-animation .grintex-faq {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(30%);
}

.grintex-home_faq.has-animation.animated .home_faq-left-top,
.grintex-home_faq.has-animation.animated .home_faq-right-top {
  opacity: 1;
  transform: translateX(0);
}
.grintex-home_faq.has-animation.animated .home_faq-left-cta,
.grintex-home_faq.has-animation.animated .grintex-faq {
  opacity: 1;
  transform: translateY(0);
}

/* adaptive */
@media all and (max-width: 991px) {
  .grintex-home_faq.has-animation .home_faq-left-cta {
    margin-bottom: 32px;
  }
}
/*# sourceMappingURL=home_faq.css.map */
