@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap");
:root,
[data-bs-theme=light],
[data-bs-theme=dark] {
  --bs-body-bg: #f3f4f5;
  --bs-body-color: #101214;
  --bs-body-font-family: IBM Plex Sans, system-ui, -apple-system, Segoe UI, sans-serif;
  --bs-link-color: #101214;
  --bs-link-hover-color: #101214;
  --bs-border-color: #d6d9dc;
  --bs-emphasis-color: #101214;
  --bs-secondary-color: #5c6369;
  color-scheme: light;
}

body {
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main a:not(.logos__item) {
  color: #101214;
  text-decoration: underline;
  text-decoration-color: #d6d9dc;
  text-underline-offset: 0.2em;
}
main a:not(.logos__item):hover, main a:not(.logos__item):focus-visible {
  color: #101214;
  text-decoration-color: #5c6369;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(420px, 62vh, 640px);
  background-color: #101214;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}
.hero--flat {
  min-height: auto;
}
@media (max-width: 47.99em) {
  .hero {
    background-image: var(--hero-img-mobile, var(--hero-img));
  }
}
.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 14, 0.62) 0%, rgba(10, 12, 14, 0.34) 45%, rgba(10, 12, 14, 0.06) 100%);
}
.hero__inner {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 2.75rem;
}
.hero__eyebrow {
  margin-bottom: 1.25rem;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #cfe0f5;
}
.hero__title {
  margin: 0;
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 1px 24px rgba(10, 12, 14, 0.5);
  text-wrap: balance;
}
.hero__lead {
  max-width: 46ch;
  margin: 1.375rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #eef1f4;
  text-wrap: pretty;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.5rem;
  margin: 0;
  padding: 0 0 2.5rem;
  background-color: transparent;
}
.facts__item {
  flex: 0 1 auto;
  min-width: 11rem;
  max-width: 100%;
  padding-top: 0.75rem;
  border-top: 1px solid #d6d9dc;
}
.facts__label {
  margin-bottom: 0.375rem;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5c6369;
}
.facts__value {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  color: #101214;
}

.hero + .facts {
  margin-top: 0;
  padding-top: 0;
}

main h2.section-title,
.closing__title {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: clamp(1.625rem, 3vw, 2.375rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  scroll-margin-top: 4.5rem;
}

main h2.section-title {
  margin-top: 5.5rem;
  margin-bottom: 0.5rem;
}

.closing__title {
  margin-bottom: 1.125rem;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
}

.section-note {
  max-width: 60ch;
  margin-bottom: 1.5rem;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.7188rem;
  line-height: 1.6;
  color: #5c6369;
}

.intro {
  max-width: 46rem;
  padding-top: 3.5rem;
}
.intro p {
  margin-bottom: 1.375rem;
  font-size: 1.0313rem;
  line-height: 1.7;
  color: #3c4248;
  text-wrap: pretty;
}
.intro p:first-child {
  color: #101214;
}
.intro p:last-child {
  margin-bottom: 0;
}

.name-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  max-width: 46rem;
  gap: 0 2rem;
  margin: 0;
  border-top: 1px solid #d6d9dc;
}
.name-columns li {
  padding: 0.6875rem 0;
  font-size: 0.9688rem;
  border-bottom: 1px solid #d6d9dc;
}

.group-photo {
  max-width: 46rem;
  margin: 3.5rem 0 0;
}
.group-photo img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #d6d9dc;
}
.group-photo__caption {
  margin-top: 0.75rem;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.7188rem;
  line-height: 1.6;
  color: #5c6369;
}

.closing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  max-width: 46rem;
  gap: 3rem;
  padding-top: 5.5rem;
}
.closing p {
  font-size: 0.9688rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.people {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.75rem;
  margin: 0;
}
.people__link {
  display: block;
  width: 4.5rem;
  text-decoration: none !important;
}
.people__photo {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.625rem;
  border-radius: 50%;
  object-fit: cover;
  background-color: #d6d9dc;
}
.people__name {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #101214;
  text-wrap: pretty;
}
.people__link:hover .people__name, .people__link:focus-visible .people__name {
  text-decoration: underline;
  text-decoration-color: #5c6369;
  text-underline-offset: 0.2em;
}
.people__note {
  margin: 1.25rem 0 0;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 0.75rem;
  color: #5c6369;
}

.logos {
  margin-top: 4.5rem;
  padding: 2.75rem 0;
  background-color: #101214;
}
.logos__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 3rem;
}
@media (max-width: 47.99em) {
  .logos {
    padding: 2rem 0;
  }
  .logos .logos__inner {
    justify-content: flex-start;
    gap: 1.75rem 2.25rem;
  }
  .logos .logos__item {
    --height: 2rem;
  }
  .logos .logos__item--iol {
    --height: 2.3rem;
  }
  .logos .logos__item--ssc {
    --height: 2.2rem;
  }
}
.logos__item {
  --height: 2.5rem;
  display: block;
  opacity: 0.85;
  transition: opacity 0.15s ease;
}
.logos__item:hover, .logos__item:focus-visible {
  opacity: 1;
}
.logos__item img {
  display: block;
  width: auto;
  height: var(--height);
}
.logos__item--iol {
  --height: 2.875rem;
}
.logos__item--ssc {
  --height: 2.75rem;
}

table:not([class]) {
  width: auto;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
table:not([class]) td {
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-bottom: 1px solid var(--bs-border-color);
  vertical-align: top;
}

@media print {
  .logos {
    display: none;
  }
  .hero {
    min-height: auto;
    background-image: none !important;
  }
  .hero__scrim {
    display: none;
  }
  .hero__title,
  .hero__lead,
  .hero__eyebrow {
    color: #101214;
    text-shadow: none;
  }
}

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