.program-text-page {
  background: #f9f9fe;
}

.program-text-page header,
.program-text-page .home-topbar,
.program-text-page .home-topbar__inner,
.program-text-page .home-header,
.program-text-page .home-header__left,
.program-text-page .home-header__right {
  background: #f9f9fe;
}

.program-text-main {
  padding: 1.5rem 0 0;
  background: #f9f9fe;
}

.program-text-main__top {
  background: #f9f9fe;
}

.program-text-main__bottom {
  display: grid;
  background: #fff;
  gap: clamp(2rem, 3.5vw, 4rem);
}

.program-text-main__top > section + section,
.program-text-main__bottom > section + section {
  margin-top: var(--home-section-space);
}

.program-text-main__top > .program-text-shell {
  margin-top: 4.5rem;
}

.program-text-main__bottom > .program-text-related {
  margin-top: 0 !important;
  padding-top: var(--home-section-space) !important;
}

.program-text-hero {
  display: grid;
  gap: 0;
  width: min(var(--home-shell), calc(100% - 2.5rem));
}

.program-text-hero__banner {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 21.8125rem;
}

.program-text-hero__banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-text-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem 2rem 2rem;
  background: rgba(129, 99, 234, 0.56);
  backdrop-filter: blur(0.3125rem);
}

.program-text-hero__breadcrumb {
  font-family: var(--second-family);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.1667;
  color: #f5f5f5;
}

.program-text-hero__copy {
  max-width: 50.1875rem;
  display: grid;
  gap: 0.8rem;
  color: #fff;
  margin-bottom: 1.6rem;
}

.program-text-hero__copy h1 {
  font-family: var(--second-family);
  font-size: clamp(2.5rem, 3.8vw, 3.125rem);
  font-weight: 600;
  line-height: 1;
}

.program-text-hero__copy p {
  max-width: 50.1875rem;
  font-size: 1.125rem;
  line-height: 1.6667;
  color: #fff;
}

.program-text-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  width: min(66.875rem, calc(100% - 10rem));
  margin: -2.3rem auto 0;
  position: relative;
  z-index: 2;
}

.program-text-hero__fact {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  display: grid;
  gap: 1rem;
}

.program-text-hero__fact span {
  font-family: var(--second-family);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 0.91;
  color: #7d7695;
}

.program-text-hero__fact strong {
  font-family: var(--second-family);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2857;
  color: #150f2a;
}

.program-text-shell {
  display: grid;
  grid-template-columns: 15.25rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  width: min(var(--home-shell), calc(100% - 2.5rem));
  margin-top: 4rem;
}

.program-text-nav {
  position: sticky;
  top: 1.5rem;
  display: grid;
  gap: 3.125rem;
}

.program-text-nav__list {
  display: grid;
  gap: 0.5rem;
}

.program-text-nav__button {
  width: 100%;
  text-align: left;
  padding: 0.625rem 1rem;
  font-size: 1.125rem;
  line-height: 1.3333;
  font-weight: 600;
  color: #150f2a;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: color 0.2s ease;
}

.program-text-nav__button.is-active {
  color: #8163ea;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.18em;
}

.program-text-nav__info {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 6.75rem;
  border-radius: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  color: #150f2a;
  font-size: 1.125rem;
  line-height: 1.3333;
  font-weight: 600;
}

.program-text-nav__info img {
  width: 0.9375rem;
  height: 0.9375rem;
}

.program-text-content {
  min-width: 0;
  display: grid;
  gap: 2rem;
}

.program-text-panel {
  display: grid;
  gap: 2.0625rem;
}

.program-text-panel[hidden] {
  display: none;
}

.program-text-section {
  display: grid;
  gap: 2rem;
}

.program-text-section h2 {
  font-family: var(--second-family);
  font-size: clamp(2.125rem, 2.6vw, 2.5rem);
  font-weight: 600;
  line-height: 1.1;
  color: #150f2a;
  margin: 0;
}

.program-text-section__copy,
.program-text-copy {
  margin: 0;
  max-width: 62.8125rem;
  font-size: 1.125rem;
  line-height: 1.6667;
  color: #7d7695;
}

.program-text-copy {
  display: grid;
  gap: 1rem;
}

.program-text-copy--wide {
  max-width: 62.8125rem;
}

.program-text-copy ul {
  padding-left: 1.5rem;
  display: grid;
  gap: 0.25rem;
}

.program-text-copy li {
  list-style: disc;
}

.program-text-section__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.program-text-section__arrows {
  display: inline-flex;
  gap: 0.6rem;
}

.program-text-section__arrows button {
  width: 3.375rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 15, 42, 0.18);
  display: grid;
  place-items: center;
  background: transparent;
}

.program-text-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4375rem;
  max-width: 62.8125rem;
  align-items: start;
}

.program-text-reason-card {
  display: grid;
  gap: 1.9375rem;
  height: auto;
  border-radius: 1.25rem;
  padding: 1.5rem;
  background: #e8f2e7;
  align-self: start;
}

.program-text-reason-card img {
  width: 1.875rem;
  height: 1.6875rem;
}

.program-text-reason-card p {
  font-size: 1.125rem;
  line-height: 1.6667;
  color: #150f2a;
}

.program-text-course-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding-left: 0.875rem;
  margin-bottom: -0.125rem;
  position: relative;
  z-index: 2;
}

.program-text-course-tab {
  min-height: 4.3125rem;
  padding: 1rem 1.75rem;
  font-family: var(--second-family);
  font-size: 1.125rem;
  line-height: 1;
  color: #150f2a;
  background: linear-gradient(180deg, #ffffff 0%, #f4f1fb 100%);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  box-shadow: 0 -0.25rem 0.8rem rgba(0, 0, 0, 0.04);
  border: 0;
}

.program-text-course-tab.is-active {
  background: #8163ea;
  color: #fff;
  font-weight: 700;
}

.program-text-course-table {
  display: grid;
  gap: 0.625rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem 0.875rem 1.125rem;
  max-width: 63rem;
}

.program-text-course-table__head {
  display: grid;
  grid-template-columns: 7.75rem minmax(0, 1fr) 4.3125rem;
  gap: 2.25rem;
  align-items: center;
  min-height: 4.6875rem;
  padding: 1rem 2rem;
  background: #f9f9fe;
  border-radius: 0.625rem;
  font-family: var(--second-family);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2857;
  color: #150f2a;
}

.program-text-course-semester {
  padding: 0.5rem 2rem;
  min-height: 3.25rem;
  border-radius: 0.625rem;
  background: #f5f5f5;
  font-family: var(--second-family);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  color: #150f2a;
}

.program-text-course-group {
  display: grid;
  grid-template-columns: 7.75rem minmax(0, 1fr);
  gap: 2.25rem;
  align-items: center;
  padding: 0 1.625rem;
}

.program-text-course-group h3 {
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #150f2a;
}

.program-text-course-group__rows {
  border-radius: 1rem;
  overflow: hidden;
  border: 0;
}

.program-text-course-group__rows div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.3125rem;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.3333;
  color: #150f2a;
  border-top: 1px solid rgba(21, 15, 42, 0.12);
}

.program-text-course-group__rows div:first-child {
  border-top: 0;
}

.program-text-course-group__rows--green div {
  background: #e8f2e7;
}

.program-text-course-group__rows--gray div {
  background: #f5f5f5;
}

.program-text-course-group__rows--violet div {
  background: #ece8fb;
}

.program-text-course-group__rows strong {
  text-align: right;
}

.program-text-lead-card {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid rgba(21, 15, 42, 0.26);
  border-radius: 1.25rem;
  background: transparent;
}

.program-text-lead-card > h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
}

.program-text-lead-card__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23.125rem;
  gap: 2rem;
  align-items: start;
}

.program-text-lead-card__person,
.program-text-lead-card__cta {
  background: transparent;
  padding: 0;
}

.program-text-lead-card__person {
  display: grid;
  grid-template-columns: 13.25rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  min-width: 0;
}

.program-text-lead-card__person img {
  width: 13.25rem;
  height: 16.5rem;
  border-radius: 0.75rem;
  object-fit: cover;
  object-position: center top;
}

.program-text-lead-card__person h3,
.program-text-lead-card__cta h3 {
  font-family: var(--second-family);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.0714;
  color: #150f2a;
  margin: 0;
}

.program-text-lead-card__person p,
.program-text-lead-card__cta p {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.6667;
  color: #7d7695;
}

.program-text-lead-card__person div {
  display: flex;
  flex-direction: column;
  min-height: 16.5rem;
}

.program-text-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2857;
  color: #150f2a;
  margin-top: auto;
  align-self: flex-end;
}

.program-text-lead-card__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding-left: 2rem;
  border-left: 0;
}

.program-text-lead-card__cta h3 {
  color: #8163ea;
}

.program-text-lead-card__cta .home-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  min-height: 2.5rem;
  padding: 0.6875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2857;
}

.program-text-lead-card__cta .home-btn svg {
  width: 1.7113rem;
  height: 1.25rem;
  flex: 0 0 auto;
  display: block;
}

.program-text-teachers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem 1.9375rem;
  max-width: 63rem;
}

.program-text-teacher-card {
  display: grid;
  gap: 0.625rem;
  max-width: 19.625rem;
}

.program-text-teacher-card__media {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 19.625rem;
  min-height: 19.9375rem;
  background: #eef5fb;
}

.program-text-teacher-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-text-teacher-card__media button {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 3.375rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 15, 42, 0.8);
}

.program-text-teacher-card h3 {
  font-family: var(--second-family);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.0714;
  color: #150f2a;
  margin: 0;
}

.program-text-teacher-card p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.1111;
  color: #7d7695;
  margin: 0;
}

.program-text-faq {
  display: grid;
  gap: 1rem;
}

.program-text-faq__item {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(21, 15, 42, 0.06);
  padding: 0 1.5rem;
}

.program-text-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.375rem 2.2rem 1.375rem 0;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #150f2a;
}

.program-text-faq__item summary::-webkit-details-marker {
  display: none;
}

.program-text-faq__item summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #150f2a;
  border-bottom: 2px solid #150f2a;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.program-text-faq__item[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}

.program-text-faq__item p {
  padding: 0 0 1.5rem;
  color: #7d7695;
  font-size: 1rem;
  line-height: 1.625;
}

.program-text-video-card {
  display: grid;
  grid-template-columns: minmax(16rem, 25.5625rem) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(21, 15, 42, 0.08);
}

.program-text-video-card__preview {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
}

.program-text-video-card__preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-text-video-card__preview iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 2;
}

.program-text-video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 6.9375rem;
  height: 6.9375rem;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  z-index: 3;
}

.program-text-video-card__play img {
  width: 100%;
  height: 100%;
}

.program-text-video-card__body {
  display: grid;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  align-content: center;
}

.program-text-video-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.program-text-video-card__meta,
.program-text-video-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #7d7695;
}

.program-text-video-card__tag {
  border: 1px solid rgba(128, 102, 242, 0.3);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
}

.program-text-video-card__body h3 {
  font-size: clamp(1.5rem, 1.9vw, 2.125rem);
  line-height: 1.2;
  color: #150f2a;
}

.program-text-video-card__body p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #7d7695;
}

.program-text-story {
  width: min(67.375rem, calc(100% - 2rem));
  padding-top: 0;
  margin-bottom: var(--home-section-space);
  justify-content: center;
  gap: 1.5rem;
}

.program-text-story > h2 {
  width: 100%;
  margin: 0;
  font-size: clamp(2.75rem, 4vw, 4rem);
  line-height: 1.1;
}

.program-text-story > .program-text-section__copy {
  width: 100%;
  margin: 1rem 0 1.25rem;
  max-width: 67.375rem;
}

.program-text-story__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 21.8125rem));
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
}

.program-text-story-card {
  display: grid;
  gap: 1.5rem;
}

.program-text-story-card__media {
  position: relative;
  height: 26.0625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #cab9ec;
}

.program-text-story-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(129, 99, 234, 0.38), rgba(129, 99, 234, 0.38));
  pointer-events: none;
}

.program-text-story-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
}

.program-text-story-card__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 2;
}

.program-text-story-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  border-radius: 999px;
  background: rgba(202, 185, 236, 0.6);
  display: grid;
  place-items: center;
  z-index: 3;
  border: 0;
  box-shadow: none;
}

.program-text-story-card__play img {
  display: block;
  width: 2.625rem;
  height: 2.9375rem;
}

.program-text-story-card__body {
  display: grid;
  gap: 0.75rem;
  padding: 0 0.625rem;
}

.program-text-story-card__body h3 {
  margin: 0;
  font-family: var(--second-family);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.0714;
  color: #150f2a;
}

.program-text-story-card__body p {
  margin: 0;
  color: #7d758d;
  font-size: 1rem;
  line-height: 1.375;
}

.program-text-ambassadors {
  margin-top: 5rem;
}

.program-text-ambassadors__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.program-text-ambassador-card {
  display: grid;
  gap: 0.75rem;
}

.program-text-ambassador-card__media {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 19rem;
}

.program-text-ambassador-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-text-ambassador-card__media button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  display: grid;
  place-items: center;
}

.program-text-ambassador-card__media button img {
  width: 2rem;
  height: 2rem;
}

.program-text-ambassador-card h3 {
  font-size: 1.1rem;
  color: #150f2a;
}

.program-text-ambassador-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #7d7695;
}

.program-text-recommendations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.program-text-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.program-text-related .program-card {
  min-height: 25.25rem;
}

.program-text-related .program-card h3 {
  max-width: 15rem;
}

.program-text-related .program-card p {
  max-width: 14rem;
}

.program-text-related .program-card__media {
  width: 15.75rem;
  max-width: 100%;
}

.program-text-related__grid > .program-card:not(.program-card--feature) .program-card__media {
  height: 10.75rem;
  --program-card-media-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M10 0H90Q100 0 100 10V68Q100 76 94 80L20 98Q14 100 10 100Q0 100 0 90V10Q0 0 10 0Z'/%3E%3C/svg%3E");
}

.program-text-related .program-card--feature {
  gap: 1rem;
}

.program-text-related .program-card--feature h3,
.program-text-related .program-card--feature p {
  max-width: 15rem;
}

.program-text-related .program-card--feature .program-card__feature-row {
  align-items: end;
}

.program-text-related .program-card--feature .program-card__media {
  width: 15.75rem;
  height: 10.75rem;
  --program-card-media-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M10 0L90 20Q100 23 100 30V90Q100 100 90 100H10Q0 100 0 90V10Q0 0 10 0Z'/%3E%3C/svg%3E");
}

.program-text-webinars .home-section__copy {
  max-width: 34rem;
}

@media (max-width: 90rem) {
  .program-text-shell {
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 3rem;
  }

  .program-text-hero__facts {
    width: min(62rem, calc(100% - 6rem));
    gap: 1rem;
  }

  .program-text-course-group {
    grid-template-columns: 7.5rem minmax(0, 1fr);
  }
}

@media (max-width: 80rem) {
  .program-text-shell {
    grid-template-columns: 13rem minmax(0, 1fr);
    width: min(var(--home-shell), calc(100% - 2rem));
  }

  .program-text-teachers-grid,
  .program-text-ambassadors__grid,
  .program-text-story__grid,
  .program-text-recommendations,
  .program-text-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 64rem) {
  .program-text-main__top,
  .program-text-main__bottom {
    gap: clamp(1.5rem, 4vw, 3rem);
  }

  .program-text-hero__banner {
    min-height: 18rem;
  }

  .program-text-hero__overlay {
    padding: 1.5rem;
  }

  .program-text-hero__facts,
  .program-text-shell,
  .program-text-lead-card,
  .program-text-video-card,
  .program-text-reasons {
    grid-template-columns: 1fr;
  }

  .program-text-hero__facts {
    width: min(100%, calc(100% - 2rem));
    margin-top: 1rem;
  }

  .program-text-nav {
    position: static;
    gap: 1rem;
  }

  .program-text-nav__list {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .program-text-nav__button {
    white-space: nowrap;
  }

  .program-text-nav__info {
    width: fit-content;
    min-height: 0;
  }

  .program-text-course-tabs {
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .program-text-course-table__head,
  .program-text-course-group {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .program-text-course-table__head span:nth-child(2),
  .program-text-course-table__head span:nth-child(3) {
    display: none;
  }

  .program-text-course-group__rows div {
    grid-template-columns: minmax(0, 1fr) 3rem;
  }

  .program-text-teachers-grid,
  .program-text-ambassadors__grid,
  .program-text-story__grid,
  .program-text-recommendations,
  .program-text-related__grid,
  .ai-meetups-events-grid {
    grid-template-columns: 1fr;
  }

  .program-text-story__grid {
    justify-content: stretch;
  }

  .program-text-story {
    width: min(100%, calc(100% - 1.5rem));
    gap: 1.25rem;
  }

  .program-text-story > h2 {
    font-size: clamp(2rem, 6.2vw, 2.75rem);
  }

  .program-text-teacher-card {
    max-width: 17.25rem;
  }

  .program-text-teacher-card__media {
    width: 17.25rem;
    min-height: 17.5rem;
  }

  .program-text-story-card {
    width: min(100%, 21.8125rem);
    max-width: 21.8125rem;
    justify-self: center;
  }

  .program-text-story-card__media {
    height: auto;
    aspect-ratio: 0.84;
  }

  .program-text-story-card__play {
    width: 4.5rem;
    height: 4.5rem;
  }

  .program-text-story-card__play img {
    width: 1.6875rem;
    height: 1.875rem;
  }

  .program-text-video-card__body {
    padding: 1.25rem;
  }

  .program-text-video-card__play {
    width: 5.25rem;
    height: 5.25rem;
  }

  .program-text-main__top > section + section,
  .program-text-main__bottom > section + section {
    margin-top: 3rem;
  }

  .program-text-main__top > .program-text-shell {
    margin-top: 3.5rem;
  }

  .program-text-main__bottom > .program-text-related {
    margin-top: 0 !important;
    padding-top: 3rem !important;
  }

  .program-text-story {
    margin-bottom: 3rem;
  }
}

@media (max-width: 48rem) {
  .program-text-main {
    padding-top: 1rem;
  }

  .program-text-hero__banner {
    min-height: 17rem;
  }

  .program-text-hero__overlay {
    padding: 1rem;
  }

  .program-text-hero__copy h1 {
    font-size: 2.2rem;
  }

  .program-text-hero__copy p,
  .program-text-section__copy,
  .program-text-copy,
  .program-text-reason-card p {
    font-size: 1rem;
    line-height: 1.625;
  }

  .program-text-section h2 {
    font-size: 2rem;
  }

  .program-text-lead-card__person,
  .program-text-lead-card__cta,
  .program-text-course-table {
    padding: 1.25rem;
  }

  .program-text-shell {
    margin-top: 2rem;
    width: min(100%, calc(100% - 1.5rem));
  }

  .program-text-course-table,
  .program-text-lead-card__person,
  .program-text-lead-card__cta {
    padding: 1.1rem;
  }

  .program-text-lead-card {
    padding: 1.25rem;
  }

  .program-text-lead-card__layout {
    grid-template-columns: 1fr;
  }

  .program-text-lead-card__person {
    grid-template-columns: 1fr;
  }

  .program-text-lead-card__cta {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(21, 15, 42, 0.14);
    padding-top: 1.25rem;
  }
}

@media (max-width: 30rem) {
  .program-text-hero,
  .program-text-shell,
  .program-text-ambassadors,
  .home-section.home-wrap.reveal.ai-meetups-events-section,
  .home-section.home-wrap {
    width: calc(100% - 0.75rem);
  }

  .program-text-hero__copy h1 {
    font-size: 2rem;
  }

  .program-text-nav__button,
  .program-text-nav__info,
  .program-text-copy,
  .program-text-section__copy {
    font-size: 0.9375rem;
  }

  .program-text-video-card__preview {
    min-height: 12rem;
  }

  .program-text-video-card__play {
    width: 4rem;
    height: 4rem;
  }

  .program-text-video-card__body {
    padding: 1rem;
  }

  .program-text-story-card__media {
    aspect-ratio: 0.82;
  }
}

@media (max-width: 391px) {
  .program-text-main__top > section + section,
  .program-text-main__bottom > section + section {
    margin-top: 2rem;
  }

  .program-text-main__top > .program-text-shell {
    margin-top: 2.5rem;
  }

  .program-text-main__bottom > .program-text-related {
    margin-top: 0 !important;
    padding-top: 2rem !important;
  }

  .program-text-story {
    margin-bottom: 2rem;
  }
}
