.mss-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mss-hero {
    min-height: 40rem;
  }
}
.page-hero {
  display: none;
}

.pl .page-hero {
  display: block;
}

.mss-hero.hero--bg-yes {
  background-image: url("/themes/custom/nitaac/dist/images/header-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.mss-hero.hero--bg-yes .mss-hero__content h1,
.mss-hero.hero--bg-yes .mss-hero__content h2 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.mss-hero.hero--bg-yes .mss-hero__content .mss-hero__body {
  color: #ffffff;
}
.mss-hero.hero--bg-yes .mss-hero__content .mss-btn {
  margin-top: 2rem;
}
.mss-hero.hero--bg-no {
  background: none;
}
.mss-hero.hero--bg-no .mss-hero__content .mss-hero__heading {
  color: #01579b;
  font-family: "Roboto", sans-serif;
}
.mss-hero.hero--bg-no .mss-hero__content .mss-hero__body {
  color: #1b2b34;
}
.mss-hero.hero--bg-no .mss-hero__content .mss-hero__body a {
  text-decoration: underline;
}
.mss-hero.hero--bg-no .mss-hero__content .mss-hero__body a:visited {
  color: #2890e5;
}
.mss-hero.hero--bg-no .mss-hero__content .mss-btn {
  margin-top: 2rem;
}
.mss-hero .hero-contain {
  flex-wrap: wrap;
}
.mss-hero .hero-col {
  display: flex;
  align-items: center;
  order: 2;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mss-hero .hero-col {
    width: 50%;
  }
  .mss-hero .hero-col:first-child:nth-last-child(1), .mss-hero .hero-col:first-child:nth-last-child(1) ~ .mss-hero .hero-col {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .mss-hero .hero-col {
    order: 1;
  }
}
.mss-hero .hero-col:nth-child(2) {
  justify-content: center;
  order: 1;
}
@media screen and (min-width: 769px) {
  .mss-hero .hero-col:nth-child(2) {
    justify-content: flex-end;
    order: 2;
  }
}
.mss-hero__media {
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .mss-hero__media {
    padding: 0;
  }
}
.mss-hero__media video {
  width: 100%;
  height: auto;
}
.mss-hero__media .video-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mss-hero .mss-link {
  display: table;
}
@media screen and (min-width: 769px) {
  .mss-hero .mss-link {
    margin: 1em 0 0;
  }
}