
.gradient-container[data-v-7ed23ff1] {
  position: relative;
  overflow: hidden;
}
.gradient-container[data-v-7ed23ff1]::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
      circle,
      rgba(255, 122, 0, 0.3) 0%,
      rgba(255, 122, 0, 0) 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.gradient-container[data-v-7ed23ff1]::after {
  content: "";
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(
      circle,
      rgba(43, 214, 80, 0.3) 0%,
      rgba(43, 214, 80, 0) 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
