.program-page {
  overflow: hidden;
  background: var(--ntp-white);
  padding-top: 75px;
}

.program-page *,
.program-page *::before,
.program-page *::after {
  box-sizing: border-box;
}

.program-page h1,
.program-page h2,
.program-page h3,
.program-page p {
  margin-top: 0;
}

.program-label {
  display: block;
  margin-bottom: 12px;
  color: var(--ntp-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.program-label--light {
  color: var(--ntp-white);
}

.program-heading {
  margin-bottom: 18px;
  color: var(--ntp-black);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.08;
}

.program-heading span {
  color: var(--ntp-blue);
  font-weight: 700;
}

.program-heading--light {
  color: var(--ntp-white);
}

.program-section-head {
  max-width: 800px;
  margin-bottom: 55px;
}

.program-section-head > p {
  max-width: 700px;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}

/* HERO COPY */

.program-hero {
  position: relative;
  background: var(--ntp-black);
  z-index: 1;
}

.program-hero .ntp-projects {
  position: relative;
  z-index: 2;
}

.program-hero__copy {
  padding: 90px 0 70px;
  background: var(--ntp-black);
  z-index: 1;
  position: relative;
	min-height: 450px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.program-hero__copy .container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.program-hero__supporters {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.program-hero__supporters-item {
  border-bottom: 1px solid var(--ntp-white);
  padding-bottom: 20px;
}

.program-hero__supporters-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.program-hero__supporters-item img {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .program-hero__supporters-item img {
    max-width: 220px;
  }
}

.program-hero__image {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .program-hero__copy .program-hero__image {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}

.program-hero__content {
  max-width: 760px;
}

.program-hero__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--ntp-blue);
  font-size: 13px;
  font-weight: 700;
}

.program-hero__title {
  margin-bottom: 12px;
  color: var(--ntp-blue);
  font-size: 50px;
  line-height: 1;
}

.program-hero__subtitle {
  margin-bottom: 28px;
  color: var(--ntp-white);
  font-size: 18px;
  line-height: 1.6;
}

.program-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.program-hero__actions .btn {
  min-width: 170px;
}

/* ABOUT */

.program-about {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  padding: 0;
  background: var(--ntp-white);
}

.program-about__media {
  min-height: 540px;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.program-about__media img {
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.program-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 540px;
  background:
    linear-gradient(rgba(0, 174, 239, 0.16), rgba(0, 31, 44, 0.12)),
    var(--ntp-border);
  color: var(--ntp-dark-blue);
}

.program-about__content {
  display: flex;
  align-items: center;
  padding: 70px 7vw;
}

.program-about__content-inner {
  max-width: 660px;
}

.program-rich-text {
  color: var(--ntp-text-body);
  font-size: 16px;
  line-height: 1.8;
}

.program-rich-text p {
  margin-bottom: 18px;
}

.program-rich-text p:last-child {
  margin-bottom: 0;
}

/* AUDIENCE */

.program-audience {
  background: #e6f7fd;
  padding: 65px 0 82px;
}

.program-audience .program-section-head > p {
  color: #001f2c;
}

.program-audience__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1180px;
  margin: 0 auto;
}

.program-audience-card {
  flex: 0 0 calc(50% - 30px);
  position: relative;
  min-height: 340px;
  padding: 45px 40px 38px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 22.6px -10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6.150000095367432px);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.program-audience-card__number {
  display: block;
  margin-bottom: 40px;
  color: #00aeef;
  font-size: 48px;
  font-weight: 700;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: rgba(0, 174, 239, 0.1);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.program-audience-card__number::after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: var(--ntp-blue);
  position: absolute;
  left: 0;
  bottom: -16px;
}

.program-audience-card h3 {
  margin-bottom: 5px;
  color: #001f2c;
  font-size: 24px;
}

.program-audience-card > p {
  margin-bottom: 24px;
  color: var(--ntp-blue);
  font-size: 16px;
  font-weight: 700;
}

.program-audience-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-audience-card li {
  position: relative;
  padding-left: 16px;
  color: #3a5060;
  font-size: 14px;
  line-height: 1.45;
}

.program-audience-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ntp-blue);
}

/* ELEMENTS */

.program-elements {
  background: var(--ntp-black);
}

.program-elements__list {
  display: grid;
  gap: 4px;
}

.program-element-row {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 20px 0;
}

.program-element-row__number {
  color: rgba(0, 174, 239, 0.18);
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.program-element-row h3 {
  margin-bottom: 8px;
  color: var(--ntp-white);
  font-size: 24px;
}

.program-element-row p {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 1.7;
}

/* SCHEDULE */

.program-schedule {
  background: var(--ntp-white);
}

.program-schedule__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
  gap: 120px;
}

.program-timeline {
  position: relative;
  margin-top: 35px;
}

.program-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 25px;
  padding-bottom: 28px;
}

.program-timeline__item::before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: 3px;
  left: 4px;
  background-color: var(--ntp-blue);
}

.program-timeline__item:last-child::before {
  content: none;
}

.program-timeline__marker {
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--ntp-blue);
}

.program-timeline__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  color: var(--ntp-blue);
  font-size: 14px;
  font-weight: 700;
}

.program-timeline__date span {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(50, 255, 142, 0.16);
  color: #00a94f;
  font-size: 11px;
}

.program-timeline h3 {
  margin-bottom: 5px;
  color: var(--ntp-black);
  font-size: 16px;
}

.program-timeline p {
  color: var(--ntp-text-body);
  font-size: 13px;
  line-height: 1.55;
}

.program-check-list {
  display: grid;
  gap: 24px;
  margin: 35px 0 30px;
  padding: 0;
  list-style: none;
}

.program-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ntp-black);
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}

.program-check-list li::before {
  content: "";
  width: 1px;
  height: calc(50% + 12px);
  background: var(--ntp-blue);
  position: absolute;
  left: 4px;
  top: -12px;
}

.program-check-list li::after {
  content: "";
  width: 1px;
  height: calc(50% + 12px);
  background: var(--ntp-blue);
  position: absolute;
  left: 4px;
  bottom: -12px;
}

.program-check-list li:first-child::before {
  content: none;
}

.program-check-list li:last-child::after {
  content: none;
}

.program-check-list li .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--ntp-blue);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.program-requirements__note {
  max-width: 570px;
  color: var(--ntp-blue);
  font-size: 13px;
  line-height: 1.7;
}

/* GALLERY */

.program-gallery {
  position: relative;
  background:
    radial-gradient(circle at 5% 60%, rgba(0, 174, 239, 0.08), transparent 30%),
    var(--ntp-grey);
}

.program-gallery__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 1.15fr;
  grid-template-rows: 210px 210px;
  gap: 2px;
}

.program-gallery__item {
  display: block;
  overflow: hidden;
  background: var(--ntp-white);
}

.program-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.program-gallery__item:hover img {
  transform: scale(1.04);
}

.program-gallery__item--1 {
  grid-row: 1 / 3;
}

.program-gallery__item--4 {
  grid-column: 4;
  grid-row: 1;
}

.program-gallery__item--5 {
  grid-column: 2;
  grid-row: 2;
}

.program-gallery__item--6 {
  grid-column: 3;
  grid-row: 2;
}

.program-gallery__item--7 {
  grid-column: 4;
  grid-row: 2;
}

.program-gallery__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ntp-border);
  color: var(--ntp-blue);
  font-size: 14px;
}

/* APPLICATION */

.program-application {
  background: var(--ntp-black);
}

.program-application__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 560px);
  align-items: flex-start;
  gap: 100px;
}

.program-application__intro {
  max-width: 570px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}

.program-process {
  display: grid;
  gap: 25px;
}

.program-process__item {
  display: flex;
  flex-flow: row;
  gap: 54px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.program-process__item > span::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #fff;
  height: calc(100% + 25px);
  top: 50%;
  right: -27px;
}

.program-process__item:last-child span::after {
  content: none !important;
}

.program-process__item > span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 48px;
  font-weight: 700;
  position: relative;
}

.program-process__item h3 {
  margin-bottom: 3px;
  color: var(--ntp-blue);
  font-size: 24px;
}

.program-process__item p {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.program-form-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.program-form {
  padding: 38px;
}

.program-form h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--ntp-white);
  font-size: 18px;
}

.program-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.program-form__field {
  margin-bottom: 16px;
}

.program-form__field label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 700;
}

.program-form input,
.program-form select,
.program-form textarea {
  width: 100%;
  border: 1px solid var(--ntp-blue);
  border-radius: 14px;
  outline: none;
  background: transparent;
  color: var(--ntp-white);
  font-family: inherit;
  font-size: 14px;
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    background-color 250ms ease;
}

.program-form input,
.program-form select {
  height: 43px;
  padding: 0 15px;
}

.program-form textarea {
  min-height: 115px;
  padding: 13px 15px;
  resize: vertical;
}

.program-form input::placeholder,
.program-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.program-form input:focus,
.program-form select:focus,
.program-form textarea:focus {
  border-color: var(--ntp-blue-medium);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.program-form select option {
  color: var(--ntp-black);
}

.program-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer;
}

.program-form__checkbox input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
}

.program-form .has-error {
  border-color: #ff7070;
}

.program-form__message {
  display: none;
  margin-bottom: 18px;
  padding: 12px 15px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.5;
}

.program-form__message.is-visible {
  display: block;
}

.program-form__message.is-success {
  border-color: var(--ntp-green-lum);
  background: rgba(50, 255, 142, 0.08);
  color: var(--ntp-green-lum);
}

.program-form__message.is-error {
  border-color: #ff7070;
  background: rgba(255, 112, 112, 0.08);
  color: #ff9d9d;
}

.program-form.is-loading {
  pointer-events: none;
  opacity: 0.65;
}

/* TESTIMONIALS */

.program-testimonials {
  background: var(--ntp-white);
}

.program-testimonials__viewport {
  overflow: hidden;
}

.program-testimonials__track {
  display: flex;
  gap: 22px;
  transition: transform 450ms ease;
  will-change: transform;
}

.program-testimonial-card {
  flex: 0 0 calc((100% - 66px) / 4);
  min-width: 0;
  padding: 28px 25px;
  border-right: 1px solid var(--ntp-border);
}

.program-testimonial-card span {
  display: block;
  color: #e0e0da;
  font-family: var(--ntp-font-heading);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px; /* 70% */
}

.program-testimonial-card blockquote {
  min-height: 155px;
  margin: 0 0 26px;
  color: var(--ntp-text-body);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 300;
}

.program-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.program-testimonial-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--ntp-grey);
  color: var(--ntp-blue);
  font-size: 12px;
  font-weight: 700;
}

.program-testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-testimonial-card__author strong,
.program-testimonial-card__author span {
  display: block;
}

.program-testimonial-card__info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}

.program-testimonial-card__info {
}

.program-testimonial-card__author strong {
  margin-bottom: 2px;
  color: #001f2c;
  font-size: 13px;
}

.program-testimonial-card__author span {
  color: #8a9faa;
  font-size: 11px;
  line-height: 1;
}

.program-testimonials__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.program-slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ntp-blue) !important;
  border-radius: 50%;
  color: var(--ntp-blue);
  font-size: 17px;
  transition:
    background-color 250ms ease,
    color 250ms ease;
}

.program-slider-button:hover {
  background: var(--ntp-blue);
  color: var(--ntp-white);
}

/* FAQ */

.program-faq {
  background: var(--ntp-grey);
}

.program-faq__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: 110px;
}

.program-faq-item {
  border-bottom: 1px solid rgba(0, 174, 239, 0.55);
}

.program-faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  padding: 18px 0;
  color: var(--ntp-black);
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

.program-faq-item__icon {
  color: var(--ntp-blue);
  font-size: 22px;
  line-height: 1;
  transition: transform 250ms ease;
}

.program-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms ease;
}

.program-faq-item__answer > div {
  overflow: hidden;
}

.program-faq-item__answer p {
  padding: 0 40px 20px 0;
  color: var(--ntp-text-body);
  font-size: 14px;
  line-height: 1.7;
}

.program-faq-item.is-open .program-faq-item__answer {
  grid-template-rows: 1fr;
}

.program-faq-item.is-open .program-faq-item__icon {
  transform: rotate(45deg);
}

/* PARTNERS */

.program-partners {
  padding: 55px 0;
  background: var(--ntp-black);
}

.program-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 35px;
}

.program-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 55px;
  color: var(--ntp-white);
  font-size: 32px;
  font-weight: 700;
  opacity: 0.85;
  transition:
    opacity 250ms ease,
    transform 250ms ease;
}

.program-partner::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 30px;
  border-radius: 50%;
  background: var(--ntp-white);
}

.program-partner:last-child::after {
  display: none;
}

.program-partner:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.program-partner img {
  max-width: 150px;
  max-height: 48px;
  object-fit: contain;
}

/* OTHER PROGRAMS */

.program-other {
  background: var(--ntp-white);
}

.program-other__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.program-other-card {
  display: flex;
  flex-direction: column;
  min-height: 265px;
  padding: 30px;
  border: 1px solid var(--ntp-border);
  background: var(--ntp-white);
  box-shadow: var(--ntp-shadow-card);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
}

.program-other-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 174, 239, 0.45);
  box-shadow: var(--ntp-shadow-card-hover);
}

.program-other-card__category {
  display: block;
  margin-bottom: 20px;
  color: var(--ntp-blue);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ntp-blue);
  width: fit-content;
}

.program-other-card h3 {
  margin-bottom: 12px;
  color: #001f2c;
  font-size: 24px;
}

.program-other-card p {
  flex: 1;
  margin-bottom: 25px;
  color: #001f2c;
  font-size: 16px;
  font-weight: 700;
}

/* LIGHTBOX */

.program-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: rgba(0, 31, 44, 0.94);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 250ms ease,
    visibility 250ms ease;
}

.program-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.program-lightbox img {
  max-width: min(1300px, 94vw);
  max-height: 88vh;
  object-fit: contain;
}

.program-lightbox__close {
  position: absolute;
  top: 25px;
  right: 30px;
  color: var(--ntp-white);
  font-size: 42px;
  line-height: 1;
}

body.program-lightbox-open {
  overflow: hidden;
}

.program-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 100px;
  background: rgba(0, 20, 30, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.program-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.program-lightbox__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.program-lightbox__image-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1200px, calc(100vw - 220px));
  max-height: calc(100vh - 140px);
  object-fit: contain;
}

.program-lightbox__close {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 5;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.program-lightbox__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(0, 31, 44, 0.72);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.program-lightbox__arrow:hover,
.program-lightbox__arrow:focus-visible {
  background: var(--ntp-blue);
  border-color: var(--ntp-blue);
  transform: translateY(-50%) scale(1.08);
}

.program-lightbox__arrow:focus-visible,
.program-lightbox__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.program-lightbox__arrow--prev {
  left: 30px;
}

.program-lightbox__arrow--next {
  right: 30px;
}

.program-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: -38px;
  color: #fff;
  font-size: 14px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .program-lightbox {
    padding: 70px 20px;
  }

  .program-lightbox__image-wrap img {
    max-width: 100%;
    max-height: calc(100vh - 150px);
  }

  .program-lightbox__arrow {
    width: 44px;
    height: 44px;
    font-size: 22px;
    background: rgba(0, 31, 44, 0.85);
  }

  .program-lightbox__arrow--prev {
    left: 12px;
  }

  .program-lightbox__arrow--next {
    right: 12px;
  }

  .program-lightbox__close {
    top: 15px;
    right: 15px;
  }
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .program-about__content {
    padding: 60px 45px;
  }

  .program-schedule__grid {
    gap: 70px;
  }

  .program-application__grid {
    gap: 60px;
  }

  .program-testimonial-card {
    flex-basis: calc((100% - 44px) / 3);
  }
}

@media (max-width: 991px) {
  .program-heading {
    font-size: 34px;
  }

  .program-hero__title {
    font-size: 44px;
  }

  .program-about {
    grid-template-columns: 1fr;
  }

  .program-about__media,
  .program-image-placeholder {
    min-height: 420px;
  }

  .program-about__content {
    padding: 60px var(--ntp-container-padding);
  }

  .program-about__content-inner {
    width: 100%;
    max-width: var(--ntp-container-width);
    margin: 0 auto;
  }

  .program-audience__grid {
    gap: 25px;
  }

  .program-audience-card {
    flex: 0 0 100%;
  }

  .program-schedule__grid,
  .program-application__grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .program-form-wrap {
    max-width: 650px;
  }

  .program-faq__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .program-other__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 220px 220px 220px;
  }

  .program-gallery__item--1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .program-gallery__item--2 {
    grid-column: 3;
    grid-row: 1;
  }

  .program-gallery__item--3 {
    grid-column: 1;
    grid-row: 2;
  }

  .program-gallery__item--4 {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .program-gallery__item--5 {
    grid-column: 1;
    grid-row: 3;
  }

  .program-gallery__item--6 {
    grid-column: 2;
    grid-row: 3;
  }

  .program-gallery__item--7 {
    grid-column: 3;
    grid-row: 3;
  }

  .program-testimonial-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 767px) {
  .program-heading {
    font-size: 29px;
  }

  .program-section-head {
    margin-bottom: 38px;
  }

  .program-hero__copy {
    padding: 40px 0 55px;
  }

  .program-hero__copy .container {
    flex-flow: column;
  }

  .program-hero__title {
    font-size: 38px;
  }

  .program-hero__subtitle {
    font-size: 16px;
  }

  .program-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .program-hero__actions .btn {
    width: 100%;
  }

  .program-about__media,
  .program-image-placeholder {
    min-height: 320px;
  }

  .program-about__content {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .program-audience__grid {
    grid-template-columns: 1fr;
  }

  .program-audience-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .program-element-row {
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 15px;
  }

  .program-element-row__number {
    font-size: 38px;
  }

  .program-element-row h3 {
    font-size: 16px;
  }

  .program-schedule__grid {
    gap: 55px;
  }

  .program-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, 190px);
  }

  .program-gallery__item--1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .program-gallery__item--2 {
    grid-column: 1;
    grid-row: 2;
  }

  .program-gallery__item--3 {
    grid-column: 2;
    grid-row: 2;
  }

  .program-gallery__item--4 {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .program-gallery__item--5 {
    grid-column: 1;
    grid-row: 4;
  }

  .program-gallery__item--6 {
    grid-column: 2;
    grid-row: 4;
  }

  .program-gallery__item--7 {
    display: none;
  }

  .program-application__grid {
    gap: 50px;
  }

  .program-form {
    padding: 26px 20px;
  }

  .program-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .program-testimonial-card {
    flex-basis: 85%;
    padding-left: 5px;
  }

  .program-testimonial-card blockquote {
    min-height: 0;
  }

  .program-partners__list {
    justify-content: flex-start;
    gap: 20px 30px;
  }

  .program-partner::after {
    margin-left: 25px;
  }

  .program-other__grid {
    grid-template-columns: 1fr;
  }

  .program-lightbox {
    padding: 25px;
  }
}

@media (max-width: 479px) {
  .program-heading {
    font-size: 27px;
  }

  .program-hero__title {
    font-size: 34px;
  }

  .program-gallery__grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .program-gallery__item {
    display: block;
    flex: 0 0 84%;
    height: 260px;
    scroll-snap-align: start;
  }

  .program-process__item {
    grid-template-columns: 45px minmax(0, 1fr);
  }

  .program-testimonial-card {
    flex-basis: 92%;
  }

  .program-partner::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-page *,
  .program-page *::before,
  .program-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
