/* [project]/app/(landingpage)/style.css [app-client] (css) */
.landingpage-fullscreen {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.landingpage-fullscreen .background-gradient {
  background: linear-gradient(#9747ff 0%, #001252 100%);
  height: 100%;
  position: relative;
  top: -.125rem;
}

.landingpage-fullscreen .neongrau-midjourney {
  height: 100%;
  left: 0;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  width: 120rem;
}

.landingpage-fullscreen .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.landingpage-fullscreen .footer {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.46rem;
}

.landingpage-fullscreen .cancilico-logo-1 {
  margin-top: 1.31rem;
  height: 2.625rem !important;
  width: 12.0625rem !important;
}


/*# sourceMappingURL=app_%28landingpage%29_style_d2ec26.css.map*/
