/* [project]/src/components/HeroSection.module.css [app-client] (css) */
.HeroSection-module__sBkrQG__header {
  text-align: center;
  background-image: url("/static/webp/index.webp");
  background-position: center;
  background-size: cover;
  margin-top: -10px;
  margin-bottom: 1.5rem;
  padding: clamp(8rem, 35vh, 14rem) 1rem clamp(5rem, 25vh, 8rem);
  position: relative;
}

.HeroSection-module__sBkrQG__header:before {
  content: "";
  z-index: -1;
  background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
  position: absolute;
  inset: 0;
}

.HeroSection-module__sBkrQG__header h1 {
  color: #fff;
  text-shadow: 0 2px 10px #000c;
  margin-bottom: .5rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
}

.HeroSection-module__sBkrQG__header p {
  color: #fff;
  text-shadow: 0 2px 10px #000c;
  font-size: clamp(.9rem, 1.5vw, 1.2rem);
}

/*# sourceMappingURL=src_components_HeroSection_module_c2d56f33.css.map*/