#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;
  }
  #sep-spin {
    position: relative;
    z-index: 999999;
    margin-bottom: 2em;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../../../images/25/sep/hero/spin-back.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/spin-back.jpg") 1x,
      url("../../../images/25/sep/hero/spin-back@2x.jpg") 2x
    );
  }
  #sep-spin .animation {
    width: 34.5em;
  }
  #sep-banner .banner-inner {
    height: auto;
    padding: 0 30px;
  }
  #sep-banner .banner-main img {
    margin-top: 8px;
  }
  #sep-banner .text {
    margin-bottom: 1em;
  }
  #sep-banner .button {
    font-size: 1.2em;
    width: 10em;
    height: 2.2em;
    border-radius: 1.1em;
    background-color: black;
  }
  #sep-banner .button,
  #sep-banner .button:hover,
  #sep-banner .button:visited,
  #sep-banner .button:active {
    text-decoration: none;
    color: white;
  }
  @media screen and (max-width: 1350px) {
    #sep-banner {
      width: 95%;
    }
    #sep-banner .banner-cta {
      margin: 4em 0;
    }
    #sep-banner .banner-main img {
      margin-top: 0;
      width: 100%;
      max-width: 100%;
    }
    #sep-banner .banner-main {
      height: 100%;
    }
  }
  @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%;
    }
    #sep-banner .banner-main img {
      margin-top: 0;
      width: 58%;
      max-width: 100%;
      margin-bottom: 4%;
    }
  }
  @media screen and (max-width: 767px) {
  }
  @media screen and (max-width: 567px) {
    #sep-banner .button {
      background-color: #ec1c25;
      font-size: 1.1em;
      width: 9em;
    }
    #sep-banner .banner-main img {
      margin-top: 6%;
      width: 100%;
      max-width: 100%;
    }
    #sep-banner .banner-cta {
      margin: 0;
    }
    #sep-banner .banner-image {
      width: 100%;
    }
    #sep-banner .banner-image img {
      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%;
      left: -3%;
    }
    #sep-spin {
      width: 100%;
      padding: 16% 0;
    }
  }
  