/* [project]/src/components/sections/Hero.module.css [app-client] (css) */
.Hero-module___w2HtG__heroContainer {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(163deg, #1c6db6 0%, #20a795 86%);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.Hero-module___w2HtG__heroContainer:before {
  content: "";
  z-index: 0;
  opacity: .3;
  pointer-events: none;
  background-image: url("/assets/images/banner-bg-lines.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Hero-module___w2HtG__globallyText {
  z-index: 2;
  position: relative;
}

.Hero-module___w2HtG__globallyText:before {
  content: "";
  z-index: -1;
  background-image: url("/assets/images/banner-text-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 80%;
  left: 0;
}

/* [project]/src/components/home/Testimonials.module.css [app-client] (css) */
.Testimonials-module__VOp6eq__container {
  background-color: #0000;
  background-image: radial-gradient(111.83% 100% at 50% 100%, #20a795 0%, #1c6db6 100%);
}

/*# sourceMappingURL=src_components_5cfa913b._.css.map*/