@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Orbitron:wght@400;700&family=Poppins:wght@400;500;700&display=swap");
body {
  font: 400 18px/1.55 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background: #000;
}

h1 {
  margin: 0 0 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.subheadline {
  font-size: 26px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

a, a:active, a:visited, .fake-link {
  color: #1364f6;
}

a:hover, .fake-link:hover {
  color: #4484f8;
  cursor: pointer;
  text-decoration: underline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 6px 14px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
select:hover {
  border-color: #aaa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
select:focus {
  border-color: #1364f6;
  outline: none;
}

button {
  padding: 9px 40px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  background: #06a359;
  border: none;
  border-radius: 2px;
}

button:hover {
  cursor: pointer;
  background: #08d474;
}

.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.social li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  cursor: pointer;
}

.social li .iconic * {
  fill: #bababa;
}

.social li:hover .iconic * {
  fill: #222;
  stroke: #222;
}

.page {
  display: none;
}

section {
  padding: 60px 0;
}

section#hero1 {
  padding: 120px 0;
  overflow: hidden;
  background: url(../images/hero-bg.jpg?v=1.0.2) no-repeat top center/cover;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

section#hero1 .row {
  display: flex;
  align-items: center;
}

section#hero1 .row > div:last-of-type {
  position: relative;
  z-index: 10;
}

section#hero1 button {
  margin-top: 10px;
  background: #1364f6;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section#hero1 button:hover {
  background: #084fce;
}

section#hero1 .subheadline {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

section#hero1 p {
  font-size: 20px;
}

section#hero1 img {
  float: right;
  margin-top: -120px;
  margin-right: -260px;
}

section#hero2 {
  overflow: hidden;
  padding: 0;
  background: url(../images/hero-bg.jpg?v=1.0.1) no-repeat top left/cover;
  color: #fff;
}

section#hero2 .row {
  display: flex;
  align-items: center;
}

section#hero2 .row > div:first-of-type {
  position: relative;
  z-index: 1;
}

section#hero2 img {
  float: right;
  margin-right: -160px;
  height: 350px;
}

section#s1 {
  position: relative;
  background: #f1f2f3;
}

section#s2 {
  background: url(../images/hero-bg.jpg) no-repeat center center/cover;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section#s2 h1 {
  margin-bottom: 0;
}

section#s2 .subheadline {
  margin-bottom: 20px;
}

section#s2 p {
  font-size: 22px;
  font-weight: 500;
}

section#s2 img {
  display: block;
  width: 1200px;
  margin: 0 0 20px -330px;
}

section#s2 .video-track {
  margin-top: 30px;
}

section#s2 #savingsPrice {
  font-size: 140%;
  font-weight: 700;
}

section#s2 button {
  display: none;
  margin-top: 20px;
  background: #1364f6;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section#s2 button:hover {
  background: #084fce;
}

section .category {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}

section .category .row {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 15px;
}

section .category h3 {
  z-index: 1;
  margin: -1px -1px 10px;
  top: 30px;
  border-radius: 5px 5px 0 0;
  background: #1364f6;
  padding: 10px 30px;
  color: #fff;
}

section .category p {
  margin: 0;
  font-size: 16px;
}

section .category input {
  margin: 0;
  text-align: right;
}

section .category .fake-check {
  display: block;
  float: right;
  position: relative;
  padding: 20px;
  cursor: pointer;
  user-select: none;
}

section .category .fake-check input {
  position: absolute;
  width: 0;
  height: 0;
}

section .category .fake-check input:checked + span {
  background: #1364f6;
  border-color: #1364f6;
}

section .category .fake-check input:checked + span:after {
  display: block;
}

section .category .fake-check span {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

section .category .fake-check span:after {
  content: "";
  display: none;
  position: absolute;
  left: 12px;
  top: 3px;
  width: 15px;
  height: 25px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

#top-score, #mobile-score {
  margin: 0;
  padding: 0;
  border-radius: 15px;
  transform: none;
  transition: all 150ms ease-in-out;
}

#top-score.hidden, #mobile-score.hidden {
  transform: translateY(-200px);
}

#top-score.sticky, #mobile-score.sticky {
  z-index: 10;
  width: 100%;
  left: 15px;
  bottom: 0;
  border-radius: 15px 15px 0 0;
}

#top-score.sticky .inner, #mobile-score.sticky .inner {
  display: none;
}

#top-score .top, #mobile-score .top {
  padding: 10px;
}

#top-score .top h3, #mobile-score .top h3 {
  margin-bottom: 5px;
  font-size: 12px;
}

#top-score .top .score, #mobile-score .top .score {
  font-size: 44px;
  border-width: 8px;
}

#top-score .top .score sup, #mobile-score .top .score sup {
  font-size: 28px;
}

#top-score {
  margin-bottom: 20px;
}

#top-score.score-box {
  border-radius: 10px;
}

#top-score.score-box .top {
  border-radius: 10px;
}

.score-box {
  position: sticky;
  top: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: #e3dfd0;
  background: linear-gradient(175deg, #e3dfd0 0%, #b6b2a4 100%);
  padding: 10px;
}

.score-box .top {
  padding: 30px 20px;
  background: #1D2225;
  color: #D1D0CB;
  border-radius: 10px 10px 2px 2px;
}

.score-box .top h3 {
  margin: 0 0 10px;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}

.score-box .top .score {
  padding: 0 15px;
  background: #B1AA98;
  border-radius: 5px;
  border: 15px solid #D1D0CB;
  color: #5A5B55;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  font-size: 64px;
  font-family: 'DotGothic16', sans-serif;
  text-align: right;
  box-shadow: inset 2px 5px 5px rgba(0, 0, 0, 0.3);
}

.score-box .top .score sup {
  display: inline-block;
  transform: translate(-3px, 1px);
  font-size: 40px;
}

.score-box .inner {
  margin-top: 10px;
  padding: 20px 30px 30px;
  background: #DED9D2;
  border-radius: 2px 2px 10px 10px;
}

.score-box .inner p {
  margin: 0 0 20px;
}

.score-box button {
  width: 100%;
  padding: 15px 40px;
  background: #EF853E;
  border-radius: 10px;
  color: #60320F;
  font-size: 24px;
  font-weight: 700;
  box-shadow: inset 5px 5px 10px rgba(255, 184, 102, 0.7), 0 2px 0 4px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(0, 0, 0, 0.2), 2px 5px 10px rgba(0, 0, 0, 0.6);
  transition: all 100ms ease-in-out;
}

.score-box button:active {
  transform: translateY(2px);
  box-shadow: inset 5px 5px 10px rgba(255, 184, 102, 0.7), 0 0 0 4px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(0, 0, 0, 0.2);
}

footer {
  padding: 20px 0 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
}

footer p {
  margin: 0 0 10px;
}

footer .header-about-me {
  text-align: right;
  font-size: 13px;
  line-height: 24px;
}

footer .header-about-me img {
  float: right;
  margin: 0 0 0 15px;
  max-height: 78px;
  width: auto;
  border: 1px solid #5e6d70;
}

footer .header-about-me .header-name {
  font-weight: 700;
  cursor: pointer;
}

footer .header-about-me a {
  color: #fff;
  text-decoration: underline;
}

footer .header-about-me a:hover {
  opacity: 0.8;
}

footer .header-about-me div {
  margin-bottom: -5px;
}

form > img {
  display: none;
}

#terms-modal .modal-body, #disclaimer-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: #1364f6;
  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#form-modal .modal-header .inner {
  padding: 20px 30px 15px;
}

.modal#form-modal .thanks {
  display: none;
  text-align: center;
}

.modal #amm-tabs {
  border: none;
  background: #ddd;
}

.modal #amm-tabs .nav-item {
  margin: 0;
  padding: 14px 30px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  border-radius: 0;
}

.modal #amm-tabs .nav-item.active {
  box-shadow: inset 0 -2px 0 #1364f6;
}

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

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

.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;
}

#form-modal input[type="checkbox"] {
  transform: translateY(-1px);
  margin-right: 3px;
}

#form-modal p {
  margin: 0 0 20px;
  font-size: 14px;
}

#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: #1364f6;
  top: 0;
  left: 0;
}

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

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

#loader .loaderBall .ball.ball4 {
  background-color: #1364f6;
  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);
  }
}

@media only screen and (max-width: 1200px) {
  section#s2 img {
    margin-left: -390px;
  }
  section#s2 .subheadline {
    line-height: 1.2;
  }
  .score-box .top #score {
    font-size: 50px;
  }
  .score-box .top #score sup {
    font-size: 30px;
    transform: translate(-4px, 0px);
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 38px;
  }
  section {
    padding: 40px 0;
  }
  section#hero1 img {
    display: block;
    float: none;
    margin: 60px auto 0;
  }
  section#hero2 {
    padding: 0 0 40px;
    text-align: center;
  }
  section#hero2 .row {
    display: block;
  }
  section#hero2 img {
    float: none;
    display: block;
    height: 270px;
    margin: 0 auto 10px;
    transform: translateX(-110px);
  }
  section .category {
    margin: 0 20px 10px;
  }
  section#s2 img {
    margin-left: -470px;
  }
  section#s2 .subheadline {
    line-height: 1.3;
  }
  .score-box {
    z-index: 10;
    top: 0;
    margin-bottom: 30px;
  }
  .score-box button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 34px;
  }
  .subheadline {
    font-size: 18px;
  }
  section {
    padding: 20px 0;
  }
  section#hero2 img {
    height: 230px;
    transform: translateX(-210px);
  }
  section .category {
    margin: 0 15px 10px;
  }
  section .category p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  section#s2 img {
    width: 200%;
    margin-left: -260px;
  }
  section#s2 button {
    padding: 9px 20px;
    font-size: 18px;
  }
  .score-box .top {
    padding: 20px;
  }
  .score-box .top h3 {
    font-size: 16px;
  }
  .score-box .top #score {
    font-size: 40px;
  }
  .score-box .top #score sup {
    font-size: 25px;
  }
  .score-box .inner {
    margin: 0;
    padding: 10px 20px 20px;
  }
  .score-box .inner p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .score-box button {
    padding: 10px 40px;
  }
}
