html,
body {
  overflow-x: hidden;
}

.text-decoration-none {
  text-decoration: none;
}
#apr-promo {
      font-size: 16px;
}

#apr-hero .apr-inner .button:hover {
  text-decoration: none;
}

#apr-hero {
  background-color: #d4ecfc;
  isolation: isolate;
}

#apr-hero .blue {
  width: 44em;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% - 22.5em));
}

#apr-hero .bottom {
  bottom: 0;
  width: 100%;
}

#apr-hero .apr-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#apr-hero .apr-main {
  margin: 9em 0;
  margin-right: 12.5em;
  margin-top: 11em;
}

#apr-hero .apr-animation {
  margin-bottom: -28px;
}

#apr-hero .wheel {
  bottom: -115px;
}

#apr-hero .button {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  background-color: #ffc32c;
  margin-top: 1em;
  line-height: 1;
  -webkit-box-shadow: 4px 4px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 1px 1px rgba(0, 0, 0, 0.2);
}

#apr-hero .bees {
  top: -153px;
  left: -269px;
}

#apr-spin {
  background-color: #b8e2f4;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.wheel-box {
  transform: none;
}

@supports (background: -webkit-named-image(i)) {
  #apr-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1200px) {
  #apr-hero .apr-main {
    margin-right: -8em;
    margin-left: 19em;
  }

  #apr-hero .apr-right {
    left: 10em;
  }

  #apr-hero .blue {
    transform: translateX(calc(-50% - 3em));
  }
}

@media screen and (max-width: 991px) {
  #apr-hero .apr-main {
    margin-right: auto;
    margin-left: auto;
  }

  #apr-hero .blue {
    transform: translateX(calc(-50% - 0em));
    width: 46em;

  }
}

@media screen and (max-width: 767px) {
  #apr-hero .apr-main {
    width: 100%;
    margin-bottom: 5%;
    margin-top: 5%;
  }

  #apr-hero .apr-main .main {
    width: 35%;
  }
}

@media screen and (max-width: 567px) {
  #apr-hero {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
        url("../images/hero/back-m@2x.jpg") 2x);
  }

  #apr-hero .apr-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #apr-hero .apr-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
    left: unset;
  }

  #apr-hero .bottom {
    width: 91%;
    position: relative;
  }

  #apr-hero .apr-animation {
    margin-bottom: 0;
  }

  #apr-hero .button {
    width: 10em;
    font-size: 1.1em;
  }

  #apr-hero .apr-main .main {
    width: 74%;
  }

  #apr-spin {
    height: 100%;
  }

  dotlottie-wc.bees {
    width: 140% !important;
  }

  #apr-hero .wheel {
    bottom: -81%;
  }

  dotlottie-wc.wheel {
    width: 240% !important;
    left: 50%;
    transform: translateX(-49.5%);
  }

  #apr-hero .apr-main {
    margin-top: 23%;
  }

  #apr-hero .bees {
    top: -34%;
    left: -22%;
  }

}