.confirmation-page-2025 {
  min-height: 80vh;
  padding: 165px 0 0 0;

  .confirmation-heading h1 {
    font-size: 42px;
    line-height: 54px;
    text-align: left;
    font-weight: 600;
  }
  .confirmation-body,
  .error-body {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }
  .subheadline {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
  }
  .spinner {
    width: 100px;
    margin: auto;
  }

  .hidden {
    display: none;
  }
}
