.hero-banner.hero-banner--green {
  background-color: #017335;
}
.hero-banner.hero-banner--green.hero-banner--v2 {
  background-color: #187035;
}

.hero-banner.hero-banner--orange {
  background-color: #AC5001;
}

.hero-banner {
  display: block;
  margin: 0 auto;
  min-width: 414px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-banner__container {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
}

.hero-banner p {
  margin-bottom: 0;
}

.banner-cimzia__image {
  position: relative;
}

@media (min-width: 1200px) {
  .hero-banner.hero-banner--green .banner-cimzia__image::before,
  .hero-banner.hero-banner--green .banner-cimzia__image::after {
    content: "";
    display: block;
    height: 260px;
    position: absolute;
    top: 0;
  }

  .hero-banner.hero-banner--green .banner-cimzia__image::before {
    background: linear-gradient(90deg, rgba(24,115,53,1) 0%, rgba(1,115,53,0) 100%);
    left: -1px;
    width: 60px;
    z-index: 1;
  }

  .hero-banner.hero-banner--green.hero-banner--v2 .banner-cimzia__image::before {
    background: linear-gradient(90deg, rgba(24,112,53,1) 0%, rgba(1,115,53,0) 100%);
    left: -20px;
  }

  .hero-banner.hero-banner--green .banner-cimzia__image::after {
    background: linear-gradient(90deg, rgba(28,130,67,1) 0%, rgba(1,115,53,1) 100%);
    right: -52px;
    width: 100px;
  }

  .hero-banner.hero-banner--green.hero-banner--v2 .banner-cimzia__image::after {
    display: none;
  }

  .hero-banner.hero-banner--orange .banner-cimzia__image::before,
  .hero-banner.hero-banner--orange .banner-cimzia__image::after {
    content: "";
    display: block;
    height: 262px;
    position: absolute;
    top: 0;
  }

  .hero-banner.hero-banner--orange .banner-cimzia__image::before {
    background: linear-gradient(270deg, rgba(172,80,1,0) 0%, rgba(172,80,1,1) 100%);
    left: -1px;
    width: 73px;
    z-index: 1;
  }

  .hero-banner.hero-banner--orange.hero-banner--v2 .banner-cimzia__image::before {
    background: linear-gradient(270deg, rgba(172,80,1,0) 0%, rgba(172,80,1,1) 95%);
    left: -2px;
    width: 50px;
  }

  .hero-banner.hero-banner--orange .banner-cimzia__image::after {
    background: linear-gradient(90deg, rgba(172,80,1,0) 0%, rgba(172,80,1,1) 100%);
    right: -1px;
    width: 100px;
  }

  .hero-banner.hero-banner--orange.hero-banner--v2 .banner-cimzia__image::after {
    background: linear-gradient(90deg, rgba(172,80,1,0) 0%, rgba(172,80,1,1) 95%);
  }
}

.banner-cimzia__image img {
  height: 100%;
  min-height: 572px;
  width: 100%;
}

.banner-cimzia__image .image-desktop {
  display: none;
}

@media (min-width: 768px) {
  .banner-cimzia__image img {
    height: auto;
    max-height: 450px;
    min-height: unset;
  }

  .banner-cimzia__image .image-desktop {
    display: block;
  }

  .banner-cimzia__image .image-mobile {
    display: none;
  }
}

.banner-cimzia__container-top {
  display: block;
  height: auto;
  left: 15px;
  padding: 0;
  position: absolute;
  width: 95%;
}

@media (min-width: 768px) {
  .banner-cimzia__container-top {
    left: unset;
    max-width: 330px;
    top: 50% !important;
    transform: translateY(-50%);
    right: 1%;
    width: 311px;
  }
}

@media (min-width: 992px) {
  .banner-cimzia__container-top {
    right: 5%;
  }
}

.banner-cimzia__description {
  color: #fff;
  display: block;
  font-family: 'FuturaPTMedium', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.16px;
  line-height: 20px;
  width: auto;
}

@media (min-width: 768px) {
  .banner-cimzia__description {
    width: 100%;
  }
}

.banner-cimzia__references {
  color: #fff;
  display: block;
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  height: auto;
  letter-spacing: normal;
  line-height: 12.5px;
  margin-top: 10px;
  width: auto;
}

@media (min-width: 768px) {
  .banner-cimzia__references {
    margin-top: 15px;
    width: 100%;
  }
}

.banner-cimzia__references sup {
  top: 0;
  vertical-align: super;
}

.banner-cimzia__container-bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 90px;
  padding: 9px 16px;
}

@media (min-width: 768px) {
  .banner-cimzia__container-bottom {
    min-height: 50px;
    padding: 6px 68px 8px;
  }
}

.banner-cimzia__split {
  background-color: #fff;
  height: 59px;
  margin: 0 15px;
  width: 1px;
}

@media (min-width: 768px) {
  .banner-cimzia__split {
    height: 33px;
  }
}

.banner-cimzia__headline {
  color: #fff;
  font-family: "Fuji-Bold", sans-serif;
  font-size: 35px;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 0.97;
  max-width: 127px;
  padding-top: 0;
  width: auto;
}

@media (min-width: 768px) {
  .banner-cimzia__headline {
    font-size: 30px;
    max-width: 212px;
  }
}

.banner-cimzia__subheader {
  color: #fff;
  font-family: 'FuturaPTMedium', Futura, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.16;
  max-width: 225px;
  width: auto;
}

.banner-cimzia__subheader strong {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
}

@media (min-width: 576px) {
  .banner-cimzia__subheader {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .banner-cimzia__subheader {
    font-size: 25px;
  }
}
