/* cross site font styles */
/* Desktop */
/* Tablet */
/* Mobile */
/* Placeholder Styling */
.page-hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 50vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .page-hero {
      gap: 0; } }
  .page-hero::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(145, 145, 145, 0.5); }
  .page-hero__logo {
    width: 120px;
    z-index: 3; }
    @media (min-width: 992px) {
      .page-hero__logo {
        position: absolute;
        top: 25px;
        left: 25px;
        width: 150px; } }
  .page-hero__inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .page-hero__inner * {
      margin: 0; }
  .page-hero__title {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 7px solid #FFA600; }
    @media (min-width: 992px) {
      .page-hero__title {
        font-size: 110px; } }
  .page-hero__subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 992px) {
      .page-hero__subtitle {
        font-size: 30px; } }
  .page-hero__video {
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%; }

.phases {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media (min-width: 992px) {
    .phases {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; } }
  .phases.phases--active {
    grid-template-columns: 1fr; }

.phase__nav {
  display: none;
  flex-direction: column;
  padding: 0;
  list-style: none;
  margin-bottom: 50px; }
  .phase__nav-item {
    flex-grow: 1;
    padding: 20px 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    font-size: 20px; }
    @media (min-width: 992px) {
      .phase__nav-item {
        font-size: 26px;
        padding: 10px; } }
    .phase__nav-item:nth-of-type(1) {
      background-color: #FFA600; }
    .phase__nav-item:nth-of-type(2) {
      background-color: #FD501E; }
    .phase__nav-item:nth-of-type(3) {
      background-color: #13588F; }
    .phase__nav-item.active {
      text-decoration: underline; }

.phase {
  width: 100%;
  cursor: pointer; }
  .phases--active .phase {
    display: none; }
  .phase:not(.phase--active):hover {
    transform: scale(1.05);
    z-index: 100;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25); }
  .phase__header {
    position: relative;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-bottom: 20px solid #FFA600; }
    @media (min-width: 992px) {
      .phase__header {
        border-bottom-width: 10px; } }
    .phase__header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(31, 41, 47, 0.5); }
  .phase__header-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .phase__header-title {
        font-size: 26px; } }
  .phase__body {
    display: none; }
  .phase__content {
    margin-bottom: 50px; }
    .phase__content :first-child {
      margin-top: 0; }
    .phase__content :last-child {
      margin-bottom: 0; }

.phase__links {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  gap: 30px; }
  @media (min-width: 992px) {
    .phase__links {
      grid-template-columns: repeat(2, 1fr); } }
  
  @media (min-width: 1400px) {
  .phase__links {
    grid-template-columns: repeat(3, 1fr); } }
  
  .phase__links-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    aspect-ratio: 50/27;
    text-align: center;
    background-size: cover;
    background-position: center; }
    .phase__links-item::before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.17);
      transition: all 350ms ease-in-out; }
    .phase__links-item:hover::before {
      background-color: rgba(255, 255, 255, 0.9); }
    .phase__links-item:hover .phase__links-item-title {
      color: #13588F; }
    .phase__links-item:hover .phase__links-item-paragraph {
      max-height: 500px;
      transform: translateY(10px); }
  .phase__links-item-title {
    opacity: 1;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: all 150ms ease-in-out;
    margin: 0;
    font-size: 26px; }
  .phase__links-item-paragraph {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 0;
    transition: all 200ms ease-in-out; }

.phase.phase--active {
  display: block;
  padding-top: 290px; }
  @media (min-width: 992px) {
    .phase.phase--active {
      padding-top: 350px; } }
  .phase.phase--active .phase__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: none; }
    @media (min-width: 992px) {
      .phase.phase--active .phase__header {
        height: 350px; } }
  .phase.phase--active .phase__header-title {
    display: none; }
  .phase.phase--active .phase__nav {
    display: flex;
    border-bottom: 7px solid #FFA600; }
    @media (min-width: 992px) {
      .phase.phase--active .phase__nav {
        flex-direction: row; } }
  .phase.phase--active .phase__body {
    display: block; }

.links-container,
.updates {
  margin: 20px 0; }

.links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media (min-width: 992px) {
    .links {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; } }
  .links .link {
    min-height: 300px;
    border-bottom: 20px solid #FFA600;
    transition: all 350ms ease-in-out;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .links .link {
        border-bottom-width: 10px; } }
    .links .link:hover {
      transform: scale(1.05);
      z-index: 100;
      box-shadow: 0 0 100px rgba(0, 0, 0, 0.25); }
    .links .link a {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none; }
    .links .link h3 {
      color: white;
      font-size: 22px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .links .link h3 {
          font-size: 26px; } }

.video-section {
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  margin: 30px 0; }
  .video-section h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 992px) {
      .video-section h2 {
        font-size: 26px; } }

.updates {
  padding: 30px 24px;
  text-align: center; }
  .updates__title {
    text-transform: uppercase; }
  .updates__body * {
    color: #AAAAAA;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px; }
    .updates__body *:last-child {
      margin-bottom: 0; }
  .updates .btn {
    margin-top: 30px; }

#footer {
  border-top: 10px solid #FFA600; }

.btn {
  min-width: 250px; }
