.bg-image-mask {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: radial-gradient(70% 45% at 10% 10%, rgba(195, 172, 208, 0.42) 0%, rgba(195, 172, 208, 0) 70%), radial-gradient(60% 60% at 90% 15%, rgba(119, 67, 219, 0.2) 0%, rgba(119, 67, 219, 0) 70%), linear-gradient(140deg, var(--app-cream-50), var(--app-cream-100));
}

.vert-line {
  position: relative;
  padding-left: 1rem;
}

.vert-line .line {
  position: absolute;
  left: 0;
  width: 2px;
  background-color: var(--app-border);
  border-radius: 2px;
}

.bullet {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--app-violet-600);
  border-radius: 50%;
}

@media screen and (max-width: 1399px) {
  .bg-image-mask {
    overflow-x: hidden;
    padding-bottom: 16px;
  }
}

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