#oct-promo {
  font-size: 14px;
  margin-top: 130px;
}
#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-inner {
  width: 100%;
}
#oct-hero .oct-main {
  width: 87em;
  margin-top: 5em;
  margin-bottom: 0em;
  align-items: flex-end;
}
#oct-hero .oct-main .main {
  margin-bottom: 2em;
  margin-right: 0;
}
#oct-hero .button {
  margin-right: 8em;
  font-size: 1.4em;
  height: 2.2em;
  width: 15em;
  border-radius: 1.1em;
  background-color: #9f1d65;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.8);
  border: 2px solid white;
}

#oct-hero .button-text {
  left: 11px;
  padding-top: 2px;
}
#oct-hero .button-arrow {
  left: -19px;
  top: 6px;
  width: 11px;
}
#oct-hero .swiperbox {
  padding-top: 4em;
  padding-bottom: 2em;
  max-width: 100em;
  width: 100%;
  margin: 0 auto;
}
#oct-hero .hero-cat {
  width: 100%;
}
#oct-hero .cat-background {
  width: 109%;
  bottom: 0;
  max-width: 150%;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.89);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.89);
}
#oct-hero .swiper-images {
  width: 98%;
  margin: 0 auto;
}
#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: 3px;
  } */
}

@media screen and (min-width: 1730px) {
  #oct-hero .cat-background {
    bottom: unset;
    top: 2em;
  }
}
@media screen and (max-width: 1729px) {
  #oct-hero .button {
    font-size: 1.3em;
  }
  #oct-hero .cat-background {
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 1650px) {
  #oct-hero .cat-background {
    width: 128em;
  }
}
@media screen and (max-width: 1450px) {
  #oct-hero .swiperbox {
    max-width: 60em;
    width: 100%;
    margin: 0 auto;
  }
  #oct-hero .swiper-images {
    width: 85%;
    margin: 0 auto;
  }
  #oct-hero .cat-background {
    width: 118em;
    max-width: unset;
  }
}
@media screen and (max-width: 991px) {
  #oct-promo {
    margin-top: 0;
  }
  #oct-hero {
    background-position: right;
  }
  #oct-hero .button {
    font-size: 1.3em;
    margin-right: auto;
  }
  #oct-hero .cat-background {
    width: 167em;
    max-width: unset;
  }
  #oct-hero .oct-main .main {
    margin-bottom: 2em;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #oct-hero .cat-background {
    width: 100%;
    max-width: unset;
    bottom: -45%;
  }
}
@media screen and (max-width: 567px) {
  #oct-hero {
    background-repeat: no-repeat;
    background-position: center top;
    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-inner {
    flex-direction: column;
    width: 100%;
  }
  #oct-hero .oct-main .main {
    width: 87%;
    margin-top: 10%;
  }
  #oct-hero .oct-main {
    overflow: hidden;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 52%;
    padding-bottom: 3%;
  }
  #oct-hero .swiperbox {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 6%;
    padding-left: 5%;
  }
  #oct-hero .swiper-images {
    width: 100%;
    margin: 0 auto;
  }
  #oct-hero .cat-background {
    width: 100%;
    max-width: unset;
    bottom: 0;
  }
  #oct-hero .button {
    font-family: "Avenir Black" !important;
  }
}
