div.NDAFooterContainer {
  position: relative;
  z-index: 0;
  margin: 64px 0 0 0;
}

div.NDAFooter {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 24px;
  border-radius: 8px;
  position: inherit;
  margin: 0 0 24px 0;
  z-index: 1;
}

div.gradient {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: conic-gradient(from 220deg at 51% 52%, #f4e9aa 0deg, #fdad4b 40deg, #f95f77 80deg, #f8b0c0 160deg, #b467e2 240deg, #4c9bf6 320deg);
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: blur(24px);
}

[data-theme=dark] div.NDAFooter {
  background-color: black;
}

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