.hero-j-2026 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero-j-2026 h2 {
  color: #fff203;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 800;
  line-height: 1em;
}

.hero-j-2026 .button {
  border: 1px solid white;
  color: #fff203;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff20300;
  border-radius: 50px;
  margin-top: 0;
  padding: 15px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.hero-j-2026 .button:hover {
  background-color: #fff203;
  color: #001e45;
}

.hero-j-2026.hero-100 {
  background-image: url('../images/hero.jpg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.hero-j-2026 ._50 {
  width: 50%;
  color: white;
  background-image: linear-gradient(340deg, #001e45d6, #01c9c2b3);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 40px;
}

.hero-j-2026 .hero-subline {
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.hero-j-2026 .hero-subline._2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 2em;
}

.hero-j-2026 .hero-line-2 {
  margin-bottom: 5px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-j-2026 .disclaimer {
  margin-bottom: 50px;
  margin-left: 50px;
  font-size: .8em;
  position: absolute;
  inset: auto auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .hero-j-2026 h2 {
    font-size: 4em;
  }

  .hero-j-2026.hero-100 {
    height: 600px;
  }

  .hero-j-2026 ._50 {
    padding: 20px;
  }

  .hero-j-2026 .hero-subline {
    font-size: 1em;
  }

  .hero-j-2026 .hero-subline._2 {
    letter-spacing: 0;
    font-size: 1.5em;
  }

  .hero-j-2026 .hero-line-2 {
    font-size: 3.8em;
  }

  .hero-j-2026 .disclaimer {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-j-2026 h2 {
    margin-bottom: 10px;
    font-size: 3em;
  }

  .hero-j-2026 .button {
    text-align: center;
    margin-top: 20px;
    padding: 12px 20px;
    line-height: 1.2em;
  }

  .hero-j-2026.hero-100 {
    height: 500px;
    padding-top: 3%;
  }

  .hero-j-2026 ._50 {
    width: 50%;
  }

  .hero-j-2026 .hero-subline, .hero-j-2026 .hero-subline._2 {
    font-size: 1.2em;
  }

  .hero-j-2026 .hero-line-2 {
    font-size: 3.6em;
  }
}

@media screen and (max-width: 479px) {
  .hero-j-2026 h2 {
    font-size: 2.5em;
  }

  .hero-j-2026 .button {
    text-align: left;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .hero-j-2026.hero-100 {
    background-color: #001e45;
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    height: auto;
    padding-top: 0%;
    padding-bottom: 265px;
  }

  .hero-j-2026 ._50 {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-top: 100px;
  }

  .hero-j-2026 .hero-subline {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .hero-j-2026 .hero-subline._2 {
    margin-bottom: 15px;
  }

  .hero-j-2026 .hero-line-2 {
    font-size: 4.1em;
    line-height: 1.1em;
  }

  .hero-j-2026 .disclaimer {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}


