@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); }
.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: 800px;
  height: 520px;
  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; }

@media screen and (max-width: 580px) {
  .popup {
    display: none !important; }

  .graybg {
    display: none !important; } }
.img-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

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

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

.popup-title {
  position: relative;
  z-index: 102;
  width: 100%;
  top: 90px;
  left: 0px;
  font-weight: bolder;
  color: #fff;
  font-size: 24pt;
  letter-spacing: initial;
  line-height: 2.5rem; }

.popup-ps {
  position: fixed;
  left: 0px;
  width: 100%;
  font-weight: 100;
  font-size: 9pt;
  letter-spacing: initial;
  margin-top: 10px;
  bottom: 20px;
  color: #fff; }

.popup-cta {
  margin: 20px;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: lighter;
  color: #fff;
  letter-spacing: initial; }

div.sps {
  position: fixed;
  top: 235px;
  left: 0px;
  width: 100%; }

div.sps img {
  left: 50px;
  object-fit: contain;
  width: 320px;
  height: auto; }

button.remover {
  z-index: 11;
  position: fixed;
  bottom: 50px;
  left: 50px; }

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

.popup-button {
  width: 250px;
  display: inline-block;
  margin-top: 200px;
  padding: 1.1rem 0rem;
  color: #000;
  background-color: #f15a5f;
  letter-spacing: 0px;
  border-radius: 4px;
  font-size: 1.0rem;
  font-weight: 800; }

.nope {
  font-weight: 100;
  background-color: #eaeaea; }

.popup-button:hover {
  background-color: #afafaf;
  border-bottom: 1px solid #000;
  letter-spacing: 0px; }
