.container10 {
  background: var(--background-bg-primary, transparent);
  padding: var(--spacing-11xl, 160px) 0px var(--spacing-11xl, 160px) 0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl, 24px);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.shadow3 {
  background: var(
    --temp-2,
    linear-gradient(
      94.28deg,
      rgba(20, 83, 255, 1) 0%,
      rgba(232, 80, 255, 1) 100%
    )
  );
  border-radius: 26628.54px;
  opacity: 0.5;
  flex-shrink: 0;
  width: 751px;
  height: 751px;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -523px;
  filter: blur(293.36px);
}
