#oct-promo {
  font-size: 14px;
}
#oct-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/oct/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct/hero/back.jpg") 1x,
    url("../../../images/25/oct/hero/back@2x.jpg") 2x
  );
}
#oct-hero .oct-container {
  width: 100%;
}
#oct-hero .oct-left .image-left {
  width: 19vw;
}
#oct-hero .oct-left {
  left: -24em;
  height: 100%;
}
#oct-hero .oct-main {
  margin-bottom: 5em;
}
#oct-hero .oct-main .main {
  margin-bottom: 1em;
}
#oct-hero .button {
  font-size: 1.5em;
  height: 2em;
  width: 12em;
  border-radius: 1em;
  background-color: #e21c27;
  z-index: 10;
}
#oct-hero .oct-right .image-right {
  width: 19vw;
}
#oct-hero .oct-right {
  right: -3vw;
  height: 100%;
  position: relative;
}

#oct-hero .headline {
  width: 35vw;
}

#oct-hero .text {
  margin-bottom: 2em;
  width: 24vw;
}

#oct-hero .button,
#oct-hero .button:hover,
#oct-hero .button:active,
#oct-hero .button:visited {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #oct-hero .button {
    padding-top: 1px;
  }
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #oct-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/oct/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct/hero/back-m.jpg") 1x,
      url("../../../images/25/oct/hero/back-m@2x.jpg") 2x
    );
  }
  #oct-hero .oct-container {
    width: 100%;
  }
  #oct-hero .oct-main {
    overflow: visible;
    width: 100%;
  }
  #oct-hero .oct-inner {
    flex-direction: column;
    width: 100%;
  }
  #oct-hero .oct-main .main {
    width: 84%;
  }
  #oct-hero .oct-right {
    width: 100%;
  }
  #oct-hero .headline {
    width: 100%;
    top: -24%;
  }
#oct-hero .text {
  margin-bottom: 2em;
  width: 60%;
}
}
@media screen and (max-width: 567px) {
  #oct-hero .button {
    height: 2em;
    width: 10em;
    font-size: 1.3em;
    border-radius: 1em;
    line-height: 5;
  }
  #oct-hero .oct-main .main {
    width: 95%;
  }
  #oct-hero .oct-main {
    overflow: visible;
    width: 100%;
    margin: 0;
    margin-bottom: 0%;
    margin-top: -2%;
  }
  #oct-hero .image-right {
    width: 65%;
  }
  #oct-hero .oct-right {
    position: relative;
    right: unset;
  }
  #oct-hero .headline {
    width: 103%;
    top: -31%;
    max-width: unset;
  }
  #oct-hero .text {
    margin-bottom: 6%;
    width: 83%;
  }
  #oct-hero .oct-right .image-right {
    width: 100%;
    top: unset;
    margin-top: 7%;
  }
}
