.container.promo-wrapper {
  width: 1311px !important;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 15px !important;
}

#apr-banner {
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
      url("../images/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

#apr-spin {
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
      url("../images/hero/back@2x.jpg") 2x);
}

#apr-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}

#apr-banner .button {
  margin-top: 15px;
  font-size: 18px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  z-index: 1;
  background-color: #ec2130;
  line-height: 1;
}

#apr-banner .banner-cta .button {
  font-size: 15px;
  width: 147px;
  height: 34px;
  border-radius: 20px;
}

#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-banner .wheel {
  bottom: -256px;
  clip-path: inset(0 0 256px 0);
}

#apr-banner .headline {
  top: -70px;
  left: -50px;
}

#apr-banner .image {
  margin-top: 15px;
}

#apr-banner .banner-cta {
  align-self: flex-end;
}

#apr-banner .arrow {
  right: -4px;
  top: 30px;
}

#apr-banner .banner-cta-box {
  flex-direction: column;
}

dotlottie-wc.chosen-wheel {
  position: absolute;
  bottom: -18em;
}

@supports (background: -webkit-named-image(i)) {
  #apr-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1200px) {
  #apr-banner .banner-image {
    display: none;
  }

  #apr-banner .banner-inner {
    padding: 15px 15px 0 15px;
    gap: 165em;
  }
}

@media screen and (max-width: 991px) {
  #apr-banner .banner-inner {
    gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  #apr-banner {
    background-position: left;
  }

  #apr-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0 0 0;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  #apr-banner .main {
    width: 60%;
    bottom: unset;
  }

  #apr-banner .banner-cta {
    margin: 0 auto;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #apr-banner {
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
        url("../images/banner/back-m@2x.jpg") 2x);
  }

  #apr-banner .main {
    width: 68%;
  }

  #apr-banner .banner-inner {
    margin-bottom: 0;
    margin-top: 9%;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  #apr-banner .banner-image {
    display: flex;
    overflow: hidden;
  }

  #apr-banner .banner-cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/bottom-back.jpg);
    background-image: -webkit-image-set(url("../images/hero/bottom-back.jpg") 1x,
        url("../images/hero/bottom-back@2x.jpg") 2x);
    margin-top: 0%;
    padding-top: 8%;
    align-self: center;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 2em;
  }

  dotlottie-wc.wheel {
    width: 230% !important;
  }

  dotlottie-wc.headline {
    width: 100% !important;
  }

  #apr-banner .headline {
    top: -48%;
    left: -4%;
  }

  #apr-banner .wheel-img {
    width: 100%;
  }

  #apr-banner .wheel {
    bottom: -109%;
    clip-path: unset;
  }

  #apr-banner .text {
    width: 100%;
  }

  #apr-banner .image {
    width: 65%;
    margin-top: 0;
  }

  #apr-banner .hero-arrow {
    top: -2%;
    left: 57%;
    width: 17%;
  }

  #apr-banner .banner-catalog {
    width: 35%;
  }

  #apr-banner .banner-cta .button {
    font-size: 13px;
    width: 106px;
    height: 30px;
    border-radius: 15px;
  }

  #apr-banner .banner-cta-box {
    flex-direction: row-reverse;
    gap: 10px;
    width: 100%;
    left: -5%;
  }

  dotlottie-wc.wheel-in-popup {
    width: 800px !important;
    left: -1%;
    bottom: -40px;
  }

  .wheel-in-popup {
    top: unset;
    left: 0!important;
  }
}