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

.not-found-module__mpbYFq__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;
}

/*# sourceMappingURL=src_app_%5Blocale%5D_not-found_module_8f23102c.css.map*/