#jan-hero {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/26/jan/hero/back.png);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/hero/back.png") 1x,
    url("../../../images/26/jan/hero/back@2x.jpg") 2x
  );
}
#jan-spin {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/26/jan/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/hero/spin-back.jpg") 1x,
    url("../../../images/26/jan/hero/spin-back@2x.jpg") 2x
  );
}
#jan-hero .container {
  width: 100%;
}
.jh-main .headline {
  z-index: 1;
  height: auto;
}
#jan-hero .animation-box {
  margin-bottom: 2vw;
  margin-top: -2vw;
  z-index: 1;
  height: auto;
  width: 34vw;
}
#jan-hero .headline-ph {
  /* width: 47em; */
}
#jan-hero .text {
  margin-bottom: 0;
  position: relative;
  width: 26vw;
  bottom: 3.6vw;
}
#jan-hero .wheel {
  width: 35vw;
  height: auto;
  position: relative;
  bottom: -3.3vw;
  left: -2vw;
  margin-top: -5vw;
}
#jan-hero .confetti {
  width: 40vw;
  left: 29vw;
}
#jan-hero .wheel-ph {
  /* width: 34em; */
}
#jan-hero .button {
  font-size: 1.2vw;
  height: 2vw;
  width: 12vw;
  border-radius: 1em;
  z-index: 5;
  bottom: 5vw;
  /* left: 12vw; */
  background: var(--yellow);
  box-shadow: 4px 4px 0 #022b5b;
}
#jan-spin .animation {
  width: 34.5em;
  margin-bottom: -3vw;
  margin-top: -1vw;
}
#jan-hero .button:hover,
#jan-hero .button:visited,
#jan-hero .button:active {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 767px) {
  #jan-spin,
  #jan-hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../../../images/26/jan/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/jan/hero/back-m.jpg") 1x,
      url("../../../images/26/jan/hero/back-m@2x.jpg") 2x
    );
  }
  #jan-hero .container {
    padding: 0 !important;
  }
  .jh-inner .jh-right {
    width: 100%;
  }
  #jan-hero .text {
    margin-bottom: 2em;
  }
  #jan-hero .text {
    margin-bottom: 4%;
    width: 70%;
  }
  #jan-hero .animation-box {
    margin-bottom: 4%;
    margin-top: 0;
    width: 100%;
  }
  .jh-inner .jh-main {
    margin-left: 0;
    margin-top: 4%;
    margin-bottom: 7%;
  }
  .jh-main .headline {
    width: 100%;
  }
  #jan-hero .headline-ph {
    width: 100%;
  }

  #jan-hero .container {
    width: 100%;
    padding: 0 !important;
  }
  #jan-hero .jh-inner {
    flex-direction: column;
    width: 100%;
  }
  #jan-hero .jh-main {
    width: 100%;
  }
  .jh-inner .jh-main {
    margin-left: 0;
    margin-top: 11%;
    margin-bottom: -36%;
  }
  #jan-hero .text {
    margin-bottom: 7%;
    width: 69%;
    left: unset;
    margin-top: -5%;
  }
  #jan-hero .button {
    font-size: 5.2vw;
    position: relative;
    left: unset;
    bottom: 5%;
    width: 40%;
    height: 9vw;
    margin-bottom: 5%;
  }
  #jan-hero .jh-right {
    flex-direction: column;
  }
  #jan-hero .wheel {
    width: 111%;
    left: unset;
    top: 27%;
  }
  #jan-spin .animation {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 10vw;
  }
  #jan-spin {
    width: 100%;
    padding: 16% 0;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #jan-hero .button {
      padding-top: 2px;
    }
  }
}
@media screen and (max-width: 567px) {
  #jan-hero .wheel {
    width: 111%;
    left: unset;
    top: 32%;
  }
  #jan-hero .jh-right {
    flex-direction: column;
    margin-bottom: -12%;
  }
  #jan-hero .confetti {
    max-width: unset;
    width: 142vw;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    bottom: 0;
  }
}

.gotham-bold {
  font-family: "Gotham-Bold";
}
.gotham-book {
  font-family: "GothamBook";
}
.avenir-bold {
  font-family: "AvenirNextLTW01BoldRegular" !important;
}
.avenir-black {
  font-family: "Avenir Black";
}

.francois {
  font-family: "Francois One", sans-serif !important;
}
