.hero-26 {
  overflow: hidden;
  position: relative;
  padding: 0 14px;
}
@media (max-width: 1024px) {
  .hero-26 {
    padding: 7px 14px;
  }
}
.hero-26__media {
  border-radius: 14px;
  overflow: hidden;
}
.hero-26__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}
.hero-26__content {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-26__content {
    justify-content: flex-end;
    padding: 40px;
  }
}
.hero-26__pretitle {
  margin-bottom: 6px;
}
.hero-26__pretitle * {
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-26__pretitle * {
    font-size: 0.625rem;
  }
}
.hero-26__title {
  margin-bottom: 13px;
}
.hero-26__title * {
  font-size: 2.375rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .hero-26__title * {
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  .hero-26__title br {
    display: none;
  }
}
.hero-26__copy {
  margin-bottom: 26px;
}
.hero-26__copy * {
  font-size: 1.125rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .hero-26__copy * {
    font-size: 1rem;
  }
}
