@font-face {
  font-family: "Reforma";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/reformaregularwebfont.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Reforma";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/reformamediumwebfont.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Iqos";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/IQOSW04-Light.woff2") format("woff2"), url("../fonts/IQOSW04-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Iqos";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/IQOSW04-Regular.woff2") format("woff2"), url("../fonts/IQOSW04-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Iqos";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/IQOSW04-Bold.woff2") format("woff2"), url("../fonts/IQOSW04-Bold.woff") format("woff");
  font-display: swap;
}
h1, h2, h3 {
  line-height: 1;
}

h1 {
  font-size: 30px;
}

.font-weight-normal {
  font-weight: normal;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-demibold {
  font-weight: 500;
}
@media all and (min-width: 576px) {
  .font-weight-demibold {
    font-weight: 600;
  }
}
.font-weight-bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.page_loader {
  display: none;
  background: linear-gradient(0deg, rgba(18, 27, 55, 0.88) 0%, rgba(76, 88, 96, 0.9) 100%);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 0.98;
}

.page_loader span.loading {
  position: relative;
  top: -45px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
}

.page_loader.custom_text span.loading {
  position: relative;
  top: -60px;
  margin: 0 -30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.5;
}

.page_loader .lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-group {
  position: relative;
  padding-bottom: 20px;
  text-align: right;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .form-group {
    padding-bottom: 35px;
  }
}
.form-group .form-input {
  display: block;
  border: 2px solid #F9F3EC;
  background: #F9F3EC;
  color: #14305B;
  width: 100%;
  height: 35px;
  line-height: 31px;
  padding: 0 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  text-align: right;
}
.form-group .form-input::placeholder {
  color: #34303D;
}
.form-group .form-input.error {
  border-color: #14305B;
}

.checkbox-row {
  position: relative;
  margin-bottom: 10px;
}
.checkbox-row .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .checkbox-row .custom-checkbox {
    font-size: 20px;
  }
}
.checkbox-row .custom-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox-row .custom-checkbox input[type=checkbox]:checked ~ .fake-input:before {
  opacity: 1;
  visibility: visible;
}
.checkbox-row .custom-checkbox .fake-input {
  position: absolute;
  top: 4px;
  right: 0;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
.checkbox-row .custom-checkbox .fake-input:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  width: 11px;
  height: 11px;
  background: #34303D;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.error {
  color: #E50222;
  font-weight: bold;
  position: static;
  font-size: 15px;
  display: block;
  margin: 2px 0 -8px;
}

.term-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  padding: 8vw;
  width: 100%;
  height: 100%;
  color: #14305B;
  overflow: auto;
  box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.65);
}
@media all and (min-width: 768px) {
  .term-popup {
    max-width: 576px;
    max-height: 100vh;
    height: auto;
    overflow: auto;
    padding: 1.5625vw;
  }
}
.term-popup .popup-close {
  position: absolute;
  left: 15px;
  top: 15px;
}
.term-popup .popup-close svg {
  width: 22px;
  height: 22px;
}
.term-popup p a {
  color: #14305B;
  text-decoration: underline;
}

.bottom-image {
  padding: 0 0 60vw;
  position: relative;
  z-index: 999;
  margin: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bottom-image {
    padding-bottom: 10vh;
  }
}
@media all and (min-width: 1024px) {
  .bottom-image {
    padding-bottom: 7.2vh;
  }
}
.bottom-image img {
  position: fixed;
  top: 100%;
  -webkit-transform: transalte(0, -100%);
  -ms-transform: transalte(0, -100%);
  transform: transalte(0, -100%);
  right: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  margin: -10vh 0 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bottom-image img {
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .bottom-image img {
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
@media all and (min-width: 576px) {
  .bottom-image img.mobile {
    display: none;
  }
}
.bottom-image img.desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  .bottom-image img.desktop {
    display: block;
  }
}
.bottom-image img.tablet {
  display: none;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bottom-image img.tablet {
    display: block;
  }
}
.bottom-image.active img {
  transform: none;
  position: absolute;
  margin: 0;
  top: 0;
}

.btn {
  width: auto;
  height: 47px;
  line-height: 1;
  background: #14305B;
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0 50px 3px;
  text-align: center;
  border-radius: 25px;
  box-shadow: -1px 4px 20px 13px rgba(0, 0, 0, 0.04);
  margin: 2em auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.25s ease-out;
  position: relative;
  z-index: 1;
}
.btn:hover {
  color: #fff;
  background: #0b1a31;
}

.leadform {
  background: #00D1D2;
  padding: 12px 0;
}
.leadform h1 {
  color: #34303D;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin: 0 0 6px;
}
.leadform .sub_title {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #34303D;
}
.leadform form#leadform .btn {
  font-weight: 600;
  display: inline-block;
  width: auto;
  margin: 10px auto;
}
.leadform form#leadform .small {
  font-size: 16px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform form#leadform .small {
    font-size: 20px;
    margin-top: 10px;
  }
}
.leadform form#leadform label.error {
  position: absolute;
  left: 3px;
  bottom: 23px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.leadform form#leadform .checkbox-row .custom-checkbox {
  color: #34303D;
  margin-bottom: 10px;
}
.leadform form#leadform .checkbox-row .custom-checkbox label.error {
  position: static;
}
.leadform form#leadform .checkbox-row .custom-checkbox a {
  color: #fff;
  text-decoration: underline;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 10px;
}
.links a {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0.5rem;
  font-size: 16px;
  white-space: nowrap;
}

.score_page .container {
  background: #fff;
  padding: 0;
  min-height: calc(100vh - 60vw);
}
.score_page .page_header img {
  display: block;
  width: 100%;
}
.score_page .page_content {
  background: #00D1D2;
  padding: 18px 0 25px;
}
.score_page .page_content h1 {
  margin: 0;
  font-size: 45px;
  color: #fff;
  line-height: 1;
}
.score_page .page_bottom {
  padding: 17px 0;
  font-size: 28px;
  color: #14305B;
}

/* @import 'scss/layout/header';

@import 'scss/components/timer';

// Pages
@import 'scss/pages/age_gate';

@import 'scss/pages/introform';

@import 'scss/pages/verify';


@import 'scss/pages/gamestart';
@import 'scss/pages/gamestart2';
@import 'scss/pages/gamestart3';
@import 'scss/pages/gamesuccess';
@import 'scss/pages/game1';
@import 'scss/pages/game2';
@import 'scss/pages/game3';

@import 'scss/pages/sorry'; */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body, html {
  padding: 0;
  margin: 0;
}

input, button {
  font-family: "Reforma", sans-serif;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Reforma", sans-serif !important;
}

body {
  background: linear-gradient(134.3deg, #227383 0%, #2B9CA6 100%);
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  text-align: right;
  font-family: "Iqos", "Reforma", sans-serif;
}

p {
  margin: 0 0 0.5em;
}

a {
  text-decoration: none;
}

input, textarea, select, button {
  font-family: "Iqos", "Reforma", sans-serif;
}

.container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bottom-info {
  font-size: 14px;
  margin-bottom: 2.4479804162vh;
}

.rotate_screen {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #14305B;
  font-size: 22px;
  color: #f4d900;
  z-index: 99999;
}
.rotate_screen svg {
  max-height: 33vh;
  max-width: 33vw;
  margin-bottom: 5vh;
  fill: #f4d900;
}
.rotate_screen span {
  max-width: 66.666vw;
}
@media all and (max-width: 1024px) {
  .rotate_screen.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-white {
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
