@font-face {
  font-family: 'Urbane Rounded';
  src: url('../../../fonts/UrbaneRounded/UrbaneRounded-Heavy.eot');
  src: url('../../../fonts/UrbaneRounded/UrbaneRounded-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/UrbaneRounded/UrbaneRounded-Heavy.woff2') format('woff2'),
    url('../../../fonts/UrbaneRounded/UrbaneRounded-Heavy.woff') format('woff'),
    url('../../../fonts/UrbaneRounded/UrbaneRounded-Heavy.ttf') format('truetype'),
    url('../../../fonts/UrbaneRounded/UrbaneRounded-Heavy.svg#UrbaneRounded-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.urbane-heavy {
  font-family: 'Urbane Rounded';
  font-weight: 900;
}

.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo_image {
  width: 1px;
  height: 1px;
}

.border-gray {
  border-color: var(--gray);
}

#popup-july {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #ed1c24;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}

#popup-july .popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

#popup-july .popup-content {
  position: relative;
  width: 701px;
  height: 500px;
  max-height: 100%;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/july/popup/popup-back.png);
  background-image: -webkit-image-set(url("../../../images/25/july/popup/popup-back.png") 1x,
      url("../../../images/25/july/popup/popup-back@2x.png") 2x);
}

#popup-july .popup-content::before {
  content: '';
  display: block;
  position: absolute;
  top: -57px;
  right: -45px;
  width: 104px;
  height: 124px;
  background-image: url(../../../images/25/july/popup/stars-top.png);
  background-image: -webkit-image-set(url("../../../images/25/july/popup/stars-top.png") 1x,
      url("../../../images/25/july/popup/stars-top@2x.png") 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#popup-july .popup-content::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -65px;
  left: -66px;
  width: 95px;
  height: 121px;
  background-image: url(../../../images/25/july/popup/stars-bottom.png);
  background-image: -webkit-image-set(url("../../../images/25/july/popup/stars-bottom.png") 1x,
      url("../../../images/25/july/popup/stars-bottom@2x.png") 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#popup-july .popup-content .popup-close:before,
#popup-july .popup-content .popup-close:after {
  display: none;
}

#popup-july .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 23px 38px;
  top: 12px;
  right: 0;
}

#popup-july .l1 {
  color: #f16622;
  font-size: 42px;
  line-height: 1em;
}

#popup-july .l2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-weight: 500;
  margin-bottom: 18px;
}

#popup-july .l3 {
  color: #f16622;
  font-size: 32px;
  line-height: 36px;
  display: none;
  margin-bottom: 20px;
}

#popup-july .l3 strong {
  display: block;
  margin: 0 auto 5px auto;
  font-size: 77px;
  line-height: 77px;
}

#popup-july .l3 sup {
  top: -0.6em;
  font-size: 55%;
}

#popup-july .l4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1em;
  font-weight: 500;
}

#popup-july .button {
  width: 8.3em;
  height: 2.5em;
  border-radius: 1.1em;
  margin-top: 28px;
  font-size: 17px;
  color: white;
  padding: 0;
  background-color: #000;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#popup-july .form-text {
  width: 32em;
}

#popup-july .popup-form form {
  width: 639px;
  margin-top: 30px;
}

#popup-july .form-field {
  padding: 8px;
  flex-basis: 50%;
  flex-grow: 1;
}

#popup-july .form-field label {
  left: 16px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.3em;
  transition: all 0.3s;
  font-weight: normal;
}

#popup-july .form-field input,
#popup-july .form-field select {
  font-size: 1.125em;
  height: 56px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
}

#popup-july .form-field select {
  background-image: none;
}

#popup-july .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/25/july/popup/down-arrow.png);
  background-image: -webkit-image-set(url("../../../images/25/july/popup/down-arrow.png") 1x,
      url("../../../images/25/july/popup/down-arrow@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #popup-july .form-field select {
    text-indent: 8px;
  }
}

#popup-july .form-field select.selected,
#popup-july .form-field input {
  color: var(--black);
}

#popup-july .form-field select,
#popup-july .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}

#popup-july .form-field input:-internal-autofill-selected,
#popup-july .form-field input:-webkit-autofill,
#popup-july .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

#popup-july .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#popup-july .form-field .validation-error:before,
#popup-july .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-july .form-field .validation-error select,
#popup-july .form-field .validation-error input,
#popup-july .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}

#popup-july .form-field .validation-error label,
#popup-july .form-field .incomplete-mask label {
  color: var(--error-color);
}

#popup-july .form-field .select_box.focused:after {
  transform: scaleY(-1);
}

#popup-july .form-field .focused label,
#popup-july .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#popup-july .form-field .focused select,
#popup-july .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}

#popup-july .popup-thanks .button {
  border-radius: 36px;
  width: 10.5em;
  margin-top: 15px;
}

#popup-july .popup-thanks .thanks {
  width: 28em;
}

#popup-july .popup-img {
  width: 11em;
  bottom: -2em;
  right: -2em;
}

@supports (background: -webkit-named-image(i)) {
  #popup-july .popup-thanks .button {
    padding-top: 2px;
  }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 991px) {
  #popup-july .popup-content::before,
  #popup-july .popup-content::after {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  #popup-july .popup-content {
    align-self: flex-start;
    top: 77px;
    width: 100%;
    max-width: 100%;
    height: 87%;
    background-image: url(../../../images/25/july/popup/popup-back-m.png);
    background-image: -webkit-image-set(url("../../../images/25/july/popup/popup-back-m.png") 1x,
        url("../../../images/25/july/popup/popup-back-m@2x.png") 2x);
  }

  #popup-july .popup-content .popup-close {
    padding: 20px;
    top: 0;
  }

  #popup-july .popup-content .popup-close img {
    max-width: 15px;
  }

  #popup-july .l1 {
    font-size: 32px;
  }

  #popup-july .l2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
  }

  #popup-july .l3 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 54px;
  }

  #popup-july .l3 strong {
    margin-bottom: 0;
    font-size: 68px;
  }

  #popup-july .l4 {
    font-size: 19px;
    margin-bottom: 25px;
  }

  #popup-july .button {
    font-size: 16px;
    width: 7.9em;
    border-radius: 23px;
  }

  #popup-july .popup-form {
    width: 100%;
  }

  #popup-july .popup-form form {
    margin-top: 20.5px;
    width: calc(100% - 25px);
    z-index: 1;
    position: relative;
  }

  #popup-july .form-row {
    flex-direction: column;
  }

  #popup-july .form-field {
    padding: 6px 0;
  }

  #popup-july .form-field label {
    font-size: 1em;
  }

  #popup-july .form-field input,
  #popup-july .form-field select {
    font-size: 1em;
    border-radius: 13px;
  }

  #popup-july .popup-thanks .button {
    font-size: 16px;
    width: 12em;
  }

  #popup-july .form-text {
    display: flex;
    width: 96%;
  }

  #popup-july .popup-thanks .thanks {
    width: 100%;
    display: flex;
  }

  #popup-july .popup-img {
    width: 28%;
    bottom: -1%;
    right: 0;
    z-index: 0;
    display: flex;
  }

  @supports (background: -webkit-named-image(i)) {
    #popup-july .popup-thanks .button {
      padding-top: 0;
    }
  }
}