@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&family=Montserrat:wght@400;700&display=swap");
html, body {
  height: 100%;
}

body {
  font: normal 20px/1.65 Montserrat, sans-serif;
  color: #171717;
  background: #fafafa;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, .fake-link {
  color: #bd8f1f;
  text-decoration: none;
  cursor: pointer;
}

a:hover, .fake-link:hover {
  color: #ddab32;
  text-decoration: underline;
}

h1 {
  margin-bottom: 0;
  font-family: 'Fredoka One', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 38px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
}

button:not(.close) {
  width: 100%;
  margin: 0 auto;
  padding: 8px 40px;
  font-size: 24px;
  font-weight: 700;
  background: #bd8f1f;
  border: none;
  border-radius: 3px;
  color: #fff;
  transition: background 150ms ease-in-out;
}

button:not(.close):hover {
  background: #916e18;
}

.page {
  display: none;
}

#cta {
  display: none;
  text-align: center;
}

#cta a {
  text-decoration: none;
}

#cta button {
  display: block;
  margin: 30px auto 10px;
  width: auto;
}

#success-page {
  height: 100%;
  border-top: 20px solid #171717;
  background: #171717;
}

#success-page section {
  padding: 30px 0;
  background: #fff;
}

#success-page .video-wrap {
  position: relative;
  height: 419px;
  margin-top: 10px;
  border: 10px solid #171717;
  border-radius: 5px;
  background: #171717;
}

#success-page .fake-play {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#success-page .fake-play img {
  width: 200px;
  margin: 15px 15px 0 0;
}

section {
  padding: 50px 0;
}

section .subheadline {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}

section #form-wrap {
  position: relative;
  margin: 40px auto 20px;
  padding: 30px;
  background: #333;
  border: 10px solid #171717;
  border-radius: 5px;
  color: #fff;
}

section #form-wrap #clipboard {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -52px;
}

section #form-wrap p {
  font-size: 16px;
}

section #form-wrap form .note {
  margin: 20px auto;
  font-size: 12px;
  text-align: left;
}

section #form-wrap form .note input {
  float: left;
  margin: 3px 7px 0 0;
}

section #form-wrap form .note a {
  color: #fff;
  text-decoration: underline;
}

section #form-wrap form img {
  display: none;
}

section #hero-img {
  position: fixed;
  left: 56%;
  top: 20px;
  height: 100vh;
}

section #border {
  position: fixed;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: #171717;
}

section #subsub {
  color: #bd8f1f;
  font-weight: 700;
  font-size: 20px;
  animation: 1.5s ease-in-out infinite pulse;
}

section #countdown {
  color: #bd8f1f;
  font-size: 28px;
}

footer {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

#terms-modal .modal-body {
  font-size: 16px;
}

.modal .modal-dialog {
  width: 95%;
  max-width: 660px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #bd8f1f;
  color: #fff;
}

.modal .modal-header .close {
  margin: 0;
  padding: 0;
}

.modal .modal-header .inner {
  width: 100%;
  padding: 20px 30px;
}

.modal .modal-header .inner h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.modal .modal-header .modal-title {
  font-size: 20px;
  text-transform: none;
}

.modal .modal-header .close:hover {
  background: none;
  color: #fff;
}

.modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.modal .modal-body p {
  margin: 0 0 20px;
  font-size: 16px;
}

.modal .modal-body p:last-of-type {
  margin: 0;
}

.modal .modal-body .note {
  margin: 20px 0 !important;
}

.modal .modal-body button {
  display: block;
  margin: 0 auto;
}

.modal #amm-head {
  text-align: center;
}

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.modal .bx-viewport {
  border: none;
  box-shadow: none;
}

.modal .bx-wrapper {
  margin: 0 auto;
}

.modal .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
}

.modal #amm-slider div img {
  margin: 0 auto 20px;
}

.modal #amm-slider p {
  text-align: center;
}

.modal #video-page iframe {
  margin-bottom: 20px;
}

.modal #video-page p {
  text-align: center;
}

#loadingGraphic {
  display: none;
  padding: 2px 0 3px;
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #171717;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #171717;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #171717;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #171717;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
  #success-page .video-wrap {
    height: 350px;
  }
  section #form-wrap p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
  button {
    font-size: 16px;
  }
  #success-page .video-wrap {
    height: 295px;
  }
  section .subheadline {
    font-size: 24px;
  }
  section #form-wrap p {
    font-size: 16px;
  }
  section #form-wrap form .note {
    font-size: 12px;
  }
  section #subsub {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    padding: 8px 10px;
    font-size: 14px;
  }
  button {
    padding: 8px 20px;
  }
  #success-page .video-wrap {
    height: auto;
  }
  #success-page section p {
    font-size: 14px;
  }
  section {
    padding: 20px 0;
  }
  section .subheadline {
    font-size: 20px;
  }
  section #hero-img {
    display: none;
  }
  section #form-wrap {
    padding: 20px 10px;
  }
  section #form-wrap p {
    font-size: 14px;
  }
  section #subsub {
    font-size: 16px;
  }
}
