#oct-banner {
  width: 100%;
  background-image: url(../../../images/25/oct/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct/banner/back.jpg") 1x,
    url("../../../images/25/oct/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  max-width: 80em;
  width: 100%;
  margin-bottom: 2em;
  overflow: visible;
}
#oct-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 4em;
}
#oct-banner .main {
  width: 40em;
}
#oct-banner .main-ph {
  width: 33em;
}
#oct-banner .text {
  margin-bottom: 2em;
}
#oct-banner .banner-image {
  right: -27px;
  bottom: -9px;
}
#oct-banner .image {
  width: 12em;
}
#oct-banner .button {
  font-size: 1.1em;
  width: 12em;
  height: 2.2em;
  border-radius: 1.1em;
  z-index: 1;
  background-color: #ec182a;
  -webkit-box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.25);
}
#oct-banner .button {
  text-decoration: none;
  color: white;
}
#oct-banner .button:hover,
#oct-banner.button:visited,
#oct-banner .button:active {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #oct-banner .button {
    padding-top: 1px;
  }
}

@media screen and (max-width: 1346px) {
  #oct-banner {
    width: 93%;
  }
}

@media screen and (max-width: 1200px) {
  #oct-banner .banner-inner {
    padding: 0 15px;
  }
  #oct-banner .image {
    display: none;
  }
  #oct-banner .main {
    width: 36em;
  }
}

@media screen and (max-width: 991px) {
  #oct-banner .banner-cta {
    margin: 1em 0;
  }
  #oct-banner .main {
    margin-left: auto;
  }
  #oct-banner .banner-inner {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  #oct-banner .banner-inner {
    flex-direction: column;
  }
  #oct-banner .banner-main {
    width: 100%;
    margin-top: 9%;
  }
  #oct-banner .main {
    width: 90%;
  }
}

@media screen and (max-width: 567px) {
  #oct-banner {
    background-image: url(../../../images/25/oct/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct/banner/back-m.jpg") 1x,
      url("../../../images/25/oct/banner/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #oct-banner {
    overflow: visible;
  }
  #oct-banner .main-ph {
    width: 100%;
  }
  #oct-banner .main {
    width: 106%;
    max-width: unset;
  }
  #oct-banner .banner-cta {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 2%;
  }
  #oct-banner .text {
    width: 69%;
    margin-bottom: 4%;
  }
  #oct-banner .button {
    font-size: 1.5em;
  }
  #oct-banner .banner-inner {
    padding: 0;
    gap: 0;
  }
  #oct-banner .banner-main {
    width: 100%;
    margin-top: -3%;
  }
  #oct-banner .image {
    display: flex;
    width: 85%;
  }
  #oct-banner .banner-image {
    position: relative;
    right: -23%;
    bottom: -2%;
  }
  @supports (background: -webkit-named-image(i)) {
    #oct-banner .button {
      padding-top: 2px;
    }
  }
}

@media screen and (max-width: 430px) {
  #oct-banner .button {
    font-size: 1.1em;
    width: 11em;
  }
}

@media screen and (max-width: 375px) {
  #oct-banner .button {
    font-size: 1em;
  }
}
