#sep-banner {
  --red: #c72030;
  background-image: url(../../../images/25/sep/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/banner/back.jpg") 1x,
    url("../../../images/25/sep/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  max-width: 83em;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-bottom: 2em;
}
#banner-special {
  max-width: 40em;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#sep-spin {
  padding: 4em 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/25/sep/banner/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/banner/spin-back.jpg") 1x,
    url("../../../images/25/sep/banner/spin-back@2x.jpg") 2x
  );
}
#sep-spin .animation {
  width: 34.5em;
}
#sep-spin .shadow {
  bottom: 37px;
  width: 40em;
}
#sep-banner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#sep-banner .banner-main .main-ph {
  margin-top: 0;
  width: 80%;
}
#banner-special .main {
  margin-top: 8px;
  width: 46em;
  max-width: unset;
  left: -25em;
  top: 8px;
}
#banner-special .headline {
  width: 37em;
  transform: rotate(-3deg);
  left: -22.3em;
  top: 58px;
}
#sep-banner .wheel-box {
  margin-left: -11em;
  margin-right: 5em;
}
#sep-banner .wheel {
  width: 23em;
  height: auto;
  top: -21px;
}
#sep-banner .text {
  margin-bottom: 1.5em;
}
#sep-banner .button {
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  background-color: white;
  line-height: 2;
}
#sep-banner .button,
#sep-banner .button:hover,
#sep-banner .button:visited,
#sep-banner .button:active {
  text-decoration: none;
  color: white;
}
#sep-banner .banner-main {
  visibility: hidden;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #sep-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1350px) {
  #sep-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  #sep-banner .wheel-box {
    display: none;
  }
  #sep-banner .banner-main .main-ph {
    margin-top: 0;
    width: 100%;
  }
  #banner-special .main {
    margin-top: 8px;
    width: 46em;
    max-width: unset;
    left: -13em;
    top: 8px;
  }
  #banner-special .headline {
    width: 37em;
    transform: rotate(-3deg);
    left: -10.5em;
    top: 57px;
  }
}
@media screen and (max-width: 991px) {
  #sep-banner {
    background-image: url(../../../images/25/sep/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/banner/back-m.jpg") 1x,
      url("../../../images/25/sep/banner/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sep-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  #sep-banner .banner-cta {
    margin: 0;
    margin-bottom: 6%;
  }
  #sep-banner .banner-main {
    height: auto;
    width: 100%;
    visibility: visible;
  }
  #sep-banner .banner-main .main {
    margin-top: 0;
    width: 58%;
    max-width: 100%;
    margin-bottom: 4%;
    display: flex;
  }
  #sep-banner .headline {
    width: 54%;
    transform: rotate(-3deg);
    top: 9%;
  }
  #sep-spin {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../../../images/25/sep/banner/spin-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/banner/spin-back-m.jpg") 1x,
      url("../../../images/25/sep/banner/spin-back-m@2x.jpg") 2x
    );
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #sep-banner .button {
    font-size: 1.1em;
    width: 9em;
  }
  #sep-banner .banner-main .main {
    margin-top: 6%;
    width: 100%;
    max-width: 100%;
    margin-bottom: -1%;
  }
  #sep-banner .banner-cta {
    margin: 0;
  }
  #sep-banner .banner-image {
    width: 100%;
  }
  #sep-banner .banner-image .image {
    width: 100%;
    margin-top: 7%;
  }
  #sep-banner .banner-inner {
    height: auto;
    padding: 0 15px;
  }
  #sep-banner {
    width: 95%;
    margin-bottom: 10px;
  }
  #sep-spin .animation {
    width: 100%;
  }
  #sep-spin {
    width: 100%;
    padding: 25% 4%;
  }
  #sep-spin .shadow {
    bottom: 14.5%;
    width: 96%;
  }
  #sep-banner .wheel {
    width: 100%;
    height: auto;
    bottom: -45%;
    top: unset;
    max-width: 400px;
  }
  #sep-banner .main-m {
    visibility: hidden;
  }
  #banner-special .main {
    margin-top: -6%;
    width: 96%;
    max-width: unset;
  }
  #banner-special .headline {
    width: 92%;
    transform: rotate(-3deg);
    left: 4%;
    top: -2%;
  }
}
