.ttg-welcome-bromberg {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .ttg-welcome-bromberg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    height: 30vw;
    background: radial-gradient(50% 50% at 50% 50%, #e0eaf6 0%, #ffffff 100%);
    transform: translate(-50%, -50%);
  }
}
.ttg-welcome-bromberg__container {
  text-align: center;
  max-width: 774px;
  position: relative;
}
@media (min-width: 768px) {
  .ttg-welcome-bromberg__container::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -60%;
    transform: translate(-50%, -50%);
    width: 17vw;
    height: 17vw;
    background: radial-gradient(50% 50% at 50% 50%, rgba(224, 234, 246, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  }
}
.ttg-welcome-bromberg__title {
  margin-bottom: 12px;
  font-weight: 400;
}
.ttg-welcome-bromberg__description {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
}
.ttg-welcome-bromberg__cta-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.ttg-welcome-bromberg__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .ttg-welcome-bromberg__description {
    font-size: 14px;
  }
  .ttg-welcome-bromberg__cta-container {
    flex-direction: column;
    align-items: center;
  }
  .ttg-welcome-bromberg__cta {
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=welcome-bromberg.css.map*/