.card-body h2:not(:first-child),
.card-body h3:not(:first-child),
main h2:not(:first-child),
main h3:not(:first-child) {
  margin-top: 2rem;
}

.key-facts {
  margin-bottom: 0.5rem;
}
.key-facts h2 {
  margin-top: 0;
}

.subscribe-card {
  max-width: 46rem;
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  border-radius: var(--bs-border-radius-lg);
}
.subscribe-card > .card-body {
  padding: 1.25rem;
}
.subscribe-card .form-control {
  background-color: var(--bs-body-bg);
}

.organizer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 0;
}

.organizer-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.5rem;
  padding: 0.75rem 1rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  text-decoration: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.organizer-tile:hover, .organizer-tile:focus-visible {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.15rem rgba(var(--bs-primary-rgb), 0.2);
}

.organizer-logo {
  max-width: 100%;
  max-height: 2.75rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.organizer-logo.organizer-logo-compact {
  max-height: 4rem;
}

.organizer-name {
  color: #212529;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .program-table.w-auto {
    width: 100% !important;
  }
}

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