.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#apr-spin.apr-spin-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/26/apr/hero/spin-back.jpg);
  background-image: -webkit-image-set(url("../../../images/26/apr/hero/spin-back.jpg") 1x,
      url("../../../images/26/apr/hero/spin-back@2x.jpg") 2x);
}

#apr-banner {
  width: 100%;
  background-image: url(../../../images/26/apr/banner/back.jpg);
  background-image: -webkit-image-set(url("../../../images/26/apr/banner/back.jpg") 1x,
      url("../../../images/26/apr/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}

#apr-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 4em;
}

#apr-banner .banner-main {
  margin-left: -3em;
}

#apr-banner .main-ph {
  width: 35em;
}

#apr-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #e90f01;
  line-height: 1;
}

#apr-banner .button {
  text-decoration: none;
  color: white;
}

#apr-banner .button:hover,
#apr-banner.button:visited,
#apr-banner .button:active {
  text-decoration: none;
  color: white;
}

#apr-spin {
  overflow: hidden;
  margin-bottom: 2em;
}

/* @supports (background: -webkit-named-image(i)) {
  #apr-banner .button {
    padding-top: 2px;
  }
} */

@media screen and (max-width: 991px) {
  #apr-banner .banner-main {
    margin-left: 0;
  }

  #apr-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }

  #apr-banner .main-ph {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #apr-banner .button {
    font-size: 1.3em;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #apr-banner {
    width: 100%;
    background-image: url(../../../images/26/apr/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../../../images/26/apr/banner/back-m.jpg") 1x,
        url("../../../images/26/apr/banner/back-m@2x.jpg") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #apr-spin.apr-spin-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/apr/hero/spin-back-m.jpg);
    background-image: -webkit-image-set(url("../../../images/26/apr/hero/spin-back-m.jpg") 1x,
        url("../../../images/26/apr/hero/spin-back-m@2x.jpg") 2x);
  }

  #apr-banner .main {
    width: 105%;
    max-width: 110%;
  }

  #apr-banner .banner-inner {
    margin-bottom: 10%;
    margin-top: 13%;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  #apr-banner .main-ph {
    width: 80%;
  }

  #apr-banner .button {
    font-size: 1.2em;
    margin-top: 13%;
  }

  dotlottie-wc.wheel-popup {
    width: 800px !important;
    left: -1%;
    bottom: -40px;
  }
}