@font-face {
  font-family: 'Jealous Punk Line 2';
  src: url('/themes/rent2own/assets/css/fonts/JealousPunkLine2/JealousPunkLine2.eot');
  src: url('/themes/rent2own/assets/css/fonts/JealousPunkLine2/JealousPunkLine2.eot?#iefix') format('embedded-opentype'),
    url('/themes/rent2own/assets/css/fonts/JealousPunkLine2/JealousPunkLine2.woff2') format('woff2'),
    url('/themes/rent2own/assets/css/fonts/JealousPunkLine2/JealousPunkLine2.woff') format('woff'),
    url('/themes/rent2own/assets/css/fonts/JealousPunkLine2/JealousPunkLine2.ttf') format('truetype'),
    url('/themes/rent2own/assets/css/fonts/JealousPunkLine2/JealousPunkLine2.svg#JealousPunkLine2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.events-none {
  pointer-events: none;
}

.border-gray {
  border-color: rgb(118, 118, 118);
}

html,
body {
  overflow-x: clip;
}

@supports not (overflow-x: clip) {

  html,
  body {
    overflow-x: hidden;
  }
}

#popup-sep .close:focus,
#popup-sep .close:hover,
#popup-sep .close {
  opacity: 1;
}

.body.scrolllock-on,
body.scrolllock-on {
  top: unset !important;
}

#popup-sep .popup-content {
  overflow: hidden;
  width: 660px;
  height: 535px;
  max-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/popup-back.jpg);
  background-image: -webkit-image-set(url("../images/hero/popup-back.jpg") 1x,
      url("../images/hero/popup-back@2x.jpg") 2x);
  background-image: image-set(url("../images/hero/popup-back.webp") type("image/webp") 1x,
      url("../images/hero/popup-back@2x.webp") type("image/webp") 2x,
      url("../images/hero/popup-back.jpg") type("image/jpeg") 1x,
      url("../images/hero/popup-back@2x.jpg") type("image/jpeg") 2x);
}

#popup-sep .popup-default {
  width: 100%;
  height: 100%;

}

#popup-sep .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: 20px;
}

#popup-sep form {
  margin-top: 23px;
  margin-bottom: 5px;
  max-width: 564px;
}

#popup-sep .button {
  width: 12em;
  height: 2.2em;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 1.125em;
  padding: 0.13em 0 0 0;
  line-height: 1;
  background-color: #ed1d24;
  color: white;
}

#popup-sep .form-action {
  justify-content: center;
  display: flex;
}

#popup-sep .popup-thanks .button {
  margin-top: 20px;
}

#popup-sep p {
  margin-bottom: 0;
}

#popup-sep .form-text1 {
  font-size: 25px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

#popup-sep .form-text2 {
  font-size: 43px;
  line-height: 1;
  color: #ed1d24;
  font-family: 'Jealous Punk Line 2';
  text-align: center;
  -webkit-text-stroke: 4px #ed1d24;
}

#popup-sep .game-text {
  font-size: 43px;
  line-height: 1;
  color: #ed1d24;
  font-family: 'Jealous Punk Line 2';
  text-align: center;
  -webkit-text-stroke: 4px #ed1d24;
  margin-top: 80px;
}

#popup-sep .thanks-top {
  font-size: 43px;
  line-height: 1;
  color: #000000;
  font-family: 'Jealous Punk Line 2';
  text-align: center;
  -webkit-text-stroke: 4px #000000;
  margin-bottom: 30px;
}

#popup-sep .thanks-mid {
  font-size: 91px;
  text-transform: uppercase;
  color: #ed1d24;
  text-align: center;
  line-height: 1;
}

#popup-sep .thanks-bottom {
  font-size: 37px;
  text-transform: uppercase;
  color: #ed1d24;
  text-align: center;
  padding-top: 8px;
}

#popup-sep .thanks-note {
  font-size: 24px;
  color: #022247;
  font-weight: 500;
  text-align: center;
}

dotlottie-wc#wheel-popup {
  left: 50%;
  transform: translateX(-49%);
  bottom: -264px;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #popup-sep .thanks-mid {
    line-height: 60px;
  }

  #popup-sep .thanks-top {
    margin-bottom: 50px;
  }

  #popup-sep .thanks-bottom {
    padding-top: 8px;
  }
}

@media screen and (max-width: 567px) {
  #popup-sep .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    background-image: url(../images/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/popup-back-m.jpg") 1x,
        url("../images/hero/popup-back-m@2x.jpg") 2x);
    background-image: image-set(url("../images/hero/popup-back-m.webp") type("image/webp") 1x,
        url("../images/hero/popup-back-m@2x.webp") type("image/webp") 2x,
        url("../images/hero/popup-back-m.jpg") type("image/jpeg") 1x,
        url("../images/hero/popup-back-m@2x.jpg") type("image/jpeg") 2x);
  }

  #popup-sep .popup-default,
  #popup-sep .popup-thanks {
    max-width: 100%;
  }

  #popup-sep .popup-thanks {
    width: 100%;
    height: 100%;
  }

  #popup-sep form {
    margin-top: 21px;
    width: calc(100% - 50px);
  }

  #popup-sep .popup-form,
  #popup-sep .popup-inner {
    width: 100%;
  }

  #popup-sep .button {
    font-size: 1.15em;
  }


  #popup-sep .popup-thanks.popup-inner {
    padding: 0 !important;
  }

  #popup-sep .game-text {
    margin-top: 100px;
  }

  #popup-sep .thanks-top {
    font-size: 29px;
  }

  #popup-sep .thanks-mid {
    font-size: 67px;
  }

  #popup-sep .thanks-bottom {
    font-size: 22px;
  }

  #popup-sep .thanks-note {
    font-size: 22px;
  }

  dotlottie-wc#wheel-popup {
    bottom: unset;
    top: 200px;
  }

  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #popup-sep .thanks-bottom {
      padding-top: 0;
    }

    dotlottie-wc#wheel-popup {
      transform: translateX(-49.5%);
    }
  }
}