.hero-block {
  min-height: 670px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hero-block {
    min-height: 1114px;
  }
}
.hero-block.non-cta {
  min-height: 620px;
}
@media (min-width: 992px) {
  .hero-block.non-cta {
    min-height: 1064px;
  }
}
@media (min-width: 992px) {
  .hero-block.non-cta .hero-title {
    padding-top: 350px !important;
  }
}
@media (min-width: 992px) {
  .hero-block.non-illustration {
    min-height: 795px;
  }
}
.hero-block .hero-decor-footer {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: calc(100% + 20px);
}
.hero-block .hero-decor-footer img {
  position: relative;
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (min-width: 1600px) {
  .hero-block .hero-decor-footer img {
    height: 100%;
  }
}
.hero-block .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.hero-block .container .hero-title {
  padding-top: 200px;
}
@media (min-width: 992px) {
  .hero-block .container .hero-title {
    padding-top: 400px;
  }
}
.hero-block .container .hero-title h1 {
  font-size: 3.125rem;
  text-align: center;
  color: #fff;
}
.hero-block .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-block .hero-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.hero-block .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block .hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-block .hero-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.hero-block .hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block .hero-footer {
  margin-top: 30px;
  position: relative;
  flex: 1 0 auto;
}
.hero-block .hero-decor {
  position: absolute;
}
.hero-block .hero-decor.middle {
  width: 100%;
  height: 350px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-block .hero-decor.middle img,
.hero-block .hero-decor.middle svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .hero-block .hero-decor.middle {
    width: 1000px;
    height: 631px;
  }
}
.hero-block .hero-decor.bottom-left {
  display: none;
  bottom: 13%;
}
@media (min-width: 1200px) {
  .hero-block .hero-decor.bottom-left {
    display: block;
    left: 2%;
  }
}
@media (min-width: 1366px) {
  .hero-block .hero-decor.bottom-left {
    display: block;
    left: 10%;
  }
}
.hero-block .hero-decor.left-corner {
  display: none;
  bottom: 25%;
  left: 0;
}
@media (min-width: 1200px) {
  .hero-block .hero-decor.left-corner {
    display: block;
  }
}
.hero-block .hero-decor.bottom-full {
  display: block;
  max-width: 100%;
  text-align: center;
}
.hero-block .hero-decor.bottom-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .hero-block .hero-decor.bottom-full img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .hero-block .hero-decor.bottom-full {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    z-index: 0;
    width: 1200px;
    height: 100%;
    text-align: center;
  }
  .hero-block .hero-decor.bottom-full img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero-block .hero-decor.bottom-right {
  display: block;
  top: 0;
  right: 0;
  height: 700px;
  width: 100%;
}
@media (max-width: 992px) {
  .hero-block .hero-decor.bottom-right {
    height: 330px;
  }
}
.hero-block .hero-decor.bottom-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
