  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
@media screen and (min-width: 1401px) {
  .block-program-intro__inner {
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  .block-program-intro .intro-header {
    width: 59.801%;
    min-width: -moz-min-content;
    min-width: min-content;
    padding-right: 9.5rem;
  }
}
.block-program-intro .intro-header__text {
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.91;
  margin: 0 0 2rem;
  color: #000;
}
@media (max-width: 1140px) {
  .block-program-intro .intro-header__text {
    font-size: 5.5rem;
  }
}
@media (max-width: 576px) {
  .block-program-intro .intro-header__text {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 577px) {
  .block-program-intro .intro-header__text {
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 1401px) {
  .block-program-intro .intro-header__text {
    margin: 0;
  }
}
@media screen and (min-width: 1401px) {
  .block-program-intro .intro-content {
    width: 40.199%;
    padding-top: 0.75rem;
  }
}
.block-program-intro .intro-content__title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .block-program-intro .intro-content__title {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 577px) {
  .block-program-intro .intro-content__title {
    margin: 0 0 2rem;
  }
}
.block-program-intro .intro-content__text {
  margin: 0 0 1.75rem;
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.57;
}
@media (max-width: 576px) {
  .block-program-intro .intro-content__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 577px) {
  .block-program-intro .intro-content__text {
    margin: 0 0 2.5rem;
  }
}
.block-program-intro .intro-content__degree-text {
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (max-width: 576px) {
  .block-program-intro .intro-content__degree-text {
    font-size: 1.125rem;
  }
}

body.theme-midnight-blue .block-program-intro .intro-header__text {
  color: #84c2f1;
}
body.theme-midnight-blue .block-program-intro .intro-content__title, body.theme-midnight-blue .block-program-intro .intro-content__text, body.theme-midnight-blue .block-program-intro .intro-content__degree-text {
  color: #84c2f1;
}

/*# sourceMappingURL=block_program-intro.css.map*/