.success {
  padding: 12.5rem 0;
  min-height: calc(100vh - 16.25rem);
  background-color: #0f0f0f;
}
.success__top {
  text-align: center;
}
.success__title {
  background: linear-gradient(93deg, #211 0%, #fb5036 7.83%, #fff 24.93%, #fff 75.41%, #fb5036 87.63%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.875rem;
}
/*# sourceMappingURL=success.css.map */