.hero-image .banner-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero-image .banner-image .banner-graphics {
  position: relative;
  order: 20;
}
.hero-image .banner-image .banner-graphics .white-gradient {
  position: absolute;
  width: 70%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}
.hero-image .banner-image .banner-graphics .white-gradient.right-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  left: initial;
  right: 0;
}
@media all and (max-width: 768px) {
  .hero-image .banner-image .banner-graphics .white-gradient.right-gradient {
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media all and (max-width: 768px) {
  .hero-image .banner-image .banner-graphics .white-gradient {
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.hero-image .banner-image .banner-graphics picture {
  display: block;
}
.hero-image .banner-image .banner-graphics picture img {
  width: 100%;
}
.hero-image .banner-image .banner-information {
  position: relative;
  order: 10;
}
@media all and (min-width: 768px) {
  .hero-image .banner-image .banner-information {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}
.hero-image .banner-image .banner-information .text-container .text-information {
  width: 100%;
}
@media all and (min-width: 768px) {
  .hero-image .banner-image .banner-information .text-container .text-information {
    width: 50%;
  }
}
.hero-image .banner-image .banner-information .left-information {
  justify-content: left;
  text-align: left;
}
@media all and (max-width: 768px) {
  .hero-image .banner-image .banner-information .left-information {
    justify-content: center;
    text-align: center;
  }
}
.hero-image .banner-image .banner-information .right-information {
  justify-content: right;
  text-align: right;
}
@media all and (max-width: 768px) {
  .hero-image .banner-image .banner-information .right-information {
    justify-content: center;
    text-align: center;
  }
}
.hero-image .banner-image .banner-information h1,
.hero-image .banner-image .banner-information h2,
.hero-image .banner-image .banner-information p {
  margin: 0;
}
.hero-image .banner-image .banner-information h1 {
  color: var(--dark-gray);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .hero-image .banner-image .banner-information h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
.hero-image .banner-image .banner-information h1 b,
.hero-image .banner-image .banner-information h1 strong {
  font-weight: 900;
}
.hero-image .banner-image .banner-information h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: var(--dark-gray);
  margin: 0;
}
@media all and (min-width: 768px) {
  .hero-image .banner-image .banner-information h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
.hero-image .banner-image .banner-information h3 b,
.hero-image .banner-image .banner-information h3 strong {
  font-weight: 900;
}
