html, body {
  overflow-x: hidden!important;
}
.border-grey {
  --gray: #a3a3a6;
}
#popup-feb,
#popup-feb-game {
  --blue: #00adee;
  --yellow: #fef236;
  --light-gray: #a1a1a1;
  font-size: 16px;
  z-index: 999999;
}
#popup-feb {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #c9181e;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}
canvas {
  touch-action: none;
  -ms-touch-action: none;
}
.cont-full {
  width: 100%;
  height: 100%;
}
#popup-feb .popup-overlay,
#popup-feb-game .popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#popup-feb .popup-content {
  width: 668px;
  height: 464px;
  max-height: 100%;
  align-self: center;
  box-shadow: none;
}
#popup-feb .feb-default,
#popup-feb .feb-thanks {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../images/26/feb/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/hero/popup-back.jpg") 1x,
    url("../../../images/26/feb/hero/popup-back@2x.jpg") 2x
  );
}
#popup-feb .popup-close {
  padding: 26px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
#popup-feb-game .popup-close::after,
#popup-feb-game .popup-close::before {
  content: none;
}
#popup-feb-game .popup-close {
  width: auto;
  height: auto;
  top: 24px;
  right: 24px;
  z-index: 6;
}
#popup-feb .popup-close:before,
#popup-feb .popup-close:after {
  display: none;
}
#popup-feb .button {
  width: 10em;
  height: 2em;
  border-radius: 1em;
  padding: 0;
  font-size: 1.1em;
  color: white !important;
}
#popup-feb .chrome-apple {
  padding-top: 2px;
}
#popup-feb .feb-form form {
  width: 596px;
  margin-top: 22.5px;
}
#popup-feb .form-field {
  padding: 7.5px 12.5px;
  flex-basis: 50%;
  flex-grow: 1;
}
#popup-feb .form-field input,
#popup-feb .form-field select {
  font-size: 0.875em;
  height: 43px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
}
#popup-feb .form-field select {
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-image: url(../../../images/26/feb/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/hero/down-arrow.png") 1x,
    url("../../../images/26/feb/hero/down-arrow@2x.png") 2x
  );
  background-size: 11px 7px;
}
#popup-feb .form-field select.selected,
#popup-feb .form-field input {
  color: var(--black);
}
#popup-feb .form-field select,
#popup-feb .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}
#popup-feb .form-action {
  padding-top: 0;
}
#popup-feb .form-action [type="submit"].button {
  margin-top: 15px;
  padding-top: 2px;
}
#popup-feb .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
#popup-feb .feb-thanks .button {
  width: 11em;
  margin-top: 29px;
}
#popup-feb .thanks {
  width: 36em;
}
#popup-feb .image {
  left: -3em;
  top: 7em;
}
#thegame {
  width: 1000px;
}

#popup-feb .button,
#popup-feb .button:hover,
#popup-feb .button:active,
#popup-feb .button:visited {
  text-decoration: none;
  color: white;
}

#popup-feb-game .popup-content {
  width: 58em;
  height: 32em;
  background-color: transparent;
  box-shadow: none;
}

#popup-feb .popup-form form {
  width: 640px;
  margin-top: 25px;
}

#popup-feb .form-field {
  padding: 8px;
  flex-basis: 50%;
  flex-grow: 1;
}

#popup-feb .form-field label {
  left: 16px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  transition: all 0.3s;
}

#popup-feb .form-field input,
#popup-feb .form-field select {
  font-size: 1.125em;
  height: 56px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
}

#popup-feb .form-field select {
  background-image: none;
}

#popup-feb .form-field .select_box:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../images/26/feb/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/hero/down-arrow.png") 1x,
    url("../../../images/26/feb/hero/down-arrow@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #popup-feb .form-field select {
    text-indent: 8px;
  }
}

#popup-feb .form-field select.selected,
#popup-feb .form-field input {
  color: var(--black);
}

#popup-feb .form-field select,
#popup-feb .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}

#popup-feb .form-field input:-internal-autofill-selected,
#popup-feb .form-field input:-webkit-autofill,
#popup-feb .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition:
    background-color 0s 600000s,
    color 0s 600000s !important;
}

#popup-feb .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#popup-feb .form-field .validation-error:before,
#popup-feb .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../images/error.png);
  background-image: -webkit-image-set(
    url("../../../images/error.png") 1x,
    url("../../../images/error@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}

#popup-feb .form-field .validation-error select,
#popup-feb .form-field .validation-error input,
#popup-feb .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}

#popup-feb .form-field .validation-error label,
#popup-feb .form-field .incomplete-mask label {
  color: var(--error-color);
}

#popup-feb .form-field .select_box.focused:after {
  transform: scaleY(-1);
}

#popup-feb .form-field .focused label,
#popup-feb .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#popup-feb .form-field .focused select,
#popup-feb .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}

@supports (background: -webkit-named-image(i)) {
  #popup-feb .form-action [type="submit"].button,
  #popup-feb .feb-thanks .button {
    padding-top: 2px;
  }
  #popup-feb .popup-content {
    background-size: 104%;
  }
  #popup-feb .form-field label {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 991px) {
  @media (orientation: landscape) {
    #popup-feb-game .popup-content {
      width: 77%;
      height: 91%;
      background-color: transparent;
    }
    canvas {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
    }
    #popup-feb .popup-content {
      width: 100%;
      height: 100%;
    }
  }
}
@media screen and (max-width: 599px) {
  #popup-feb {
    overflow: hidden;
  }
  #popup-feb .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    align-self: center;
    top: 0;
  }
  #popup-feb .feb-default,
  #popup-feb .feb-thanks {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/26/feb/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/feb/hero/popup-back-m.jpg") 1x,
      url("../../../images/26/feb/hero/popup-back-m@2x.jpg") 2x
    );
  }
  #popup-feb .popup-close {
    padding: 19px 16px;
  }
  #popup-feb .feb-form form {
    width: 426px;
    margin-top: 29px;
    padding: 0 2em;
  }
  #popup-feb .form-row {
    flex-direction: column;
  }
  #popup-feb .form-field {
    padding: 4.5px 0;
  }
  #popup-feb .rotate {
    margin-top: 23px;
  }
  #popup-feb .form-text {
    width: 83%;
  }
  #popup-feb .thanks {
    width: 94%;
  }
  #popup-feb .popup-form {
    width: 100%;
  }

  #popup-feb .popup-form form {
    margin-top: 21px;
    width: calc(100% - 30px);
  }

  #popup-feb .form-row {
    flex-direction: column;
  }

  #popup-feb .form-field {
    padding: 6px 0;
  }

  #popup-feb .form-field label {
    font-size: 1em;
  }

  #popup-feb .form-field input,
  #popup-feb .form-field select {
    font-size: 1em;
    border-radius: 13px;
  }

  #popup-feb .form-text {
    width: 77%;
  }
  #popup-feb .image {
    width: 17%;
    top: 44%;
    left: 0;
  }
  #thegame {
    overflow: visible;
    width: 34em;
    height: 100%;
    max-width: unset;
    position: relative;
    left: 3px;
  }
  #popup-feb-game .popup-close {
    top: 22%;
    right: 10px;
  }
  @supports (background: -webkit-named-image(i)) {
    #popup-feb .feb-thanks .button {
      padding-top: 1px;
    }
  }

  /* @media (orientation: portrait) {
    #popup-feb-game .popup-content {
      transform: rotate(90deg);
      max-width: unset;
      width: 42em;
      height: 44%;
      top: 10%;
      background-color: transparent;
      box-shadow: none;
      left: -2%;
    }
    canvas {
      width: 87% !important;
      height: 100% !important;
      margin: 0 !important;
    }
  } */
}
