@font-face {
  font-family: "DIN Light";
  src: url(../popup/FF_DIN_Round_Pro_Light.otf); }
@font-face {
  font-family: "DIN Regular";
  src: url(../popup/FF_DIN_Round_Pro_Regular.otf); }
@font-face {
  font-family: "DIN Medium";
  src: url(../popup/FF_DIN_Round_Pro_Medium.otf); }
@font-face {
  font-family: "DIN Black";
  src: url(../popup/FF_DIN_Round_Pro_Black.otf); }
@font-face {
  font-family: "DIN Bold";
  src: url(../popup/FF_DIN_Round_Pro_Bold.otf); }
.mobile-popup {
  display: none;
  z-index: 2000000000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 480px;
  background-color: white;
  font-family: "Din Regular", "Muli", "Arial";
  font-size: 10pt;
  color: #636363;
  text-align: center;
  letter-spacing: 3px;
  opacity: 1;
  box-shadow: 5px 5px 10px #4d4d4d; }

.mobile-popup-android {
  display: none;
  z-index: 2000000000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 480px;
  background-color: white;
  font-family: "Din Regular", "Muli", "Arial";
  font-size: 10pt;
  color: #636363;
  text-align: center;
  letter-spacing: 3px;
  opacity: 1;
  box-shadow: 5px 5px 10px #4d4d4d; }

.asset-background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f2f2f2; }

.mobile-graybg {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  opacity: 0.7; }

.iphone-asset {
  margin-top: 80px;
  margin-left: 10px;
  width: 225px;
  border-bottom: 1px black solid; }

.app-icon-asset {
  width: 60px;
  height: 60px;
  left: 12%;
  top: 11%;
  position: absolute; }

.signup-wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 170px; }

.mobile-popup-title {
  position: relative;
  width: 100%;
  top: 53px;
  left: 36%;
  font-weight: normal;
  text-align: left;
  font-size: 16pt;
  letter-spacing: 0px;
  line-height: 1.9rem;
  color: #1b1b1b;
  vertical-align: text-top; }

.mobile-cta {
  margin-top: 40px; }

#mobile-popup-close {
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  color: #000;
  top: 5px;
  left: 20px;
  /*@include media-query($mobile) {
    top: -22px;
    left: 5px;
  }*/ }
