@font-face {
  font-family: Avenirnextcyr;
  src: url('../fonts/AvenirNextCyr-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltprobook;
  src: url('../fonts/AvenirLTProBookk.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir LT Pro;
  src: url('../fonts/AvenirLTProLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Next Condensed;
  src: url('../fonts/avenir-next-condensed-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbus Sans Extd;
  src: url('../fonts/nimbus-sans-extd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.usd-stickers-img {
  z-index: 0;
  width: 65vw;
  position: absolute;
  top: 21vw;
  left: auto;
  right: 7.3vw;
}

.body {
  background-image: radial-gradient(circle, #d13630, #7e231f 100%, #7e231f);
}

.main-container {
  margin-top: 8vw;
  margin-bottom: 20px;
}

.main-form {
  flex-flow: column;
}

.main-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 6vw;
  line-height: 5vw;
  position: relative;
}

.fireworks-img-bckgr {
  z-index: -5;
  width: 100vw;
  position: absolute;
  top: 33.3vw;
  left: 0;
}

.first-lastname-fields-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 10px;
  display: flex;
}

.main-form-form {
  width: 50vw;
  margin-top: 50px;
}

.main-form-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-input-field {
  background-color: #ffffff7a;
  font-family: Avenirnextcyr, Arial, sans-serif;
}

.main-input-field::placeholder {
  color: #fff;
  text-align: center;
  font-family: Avenirnextcyr, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field {
  background-color: #ffffff7a;
}

.email-field-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.checkbox-input-1 {
  color: #fff;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Avenirnextcyr, Arial, sans-serif;
  display: flex;
}

.checkbox-1 {
  background-color: #d9d9d94d;
  border: 3px solid #fff;
  border-radius: 0;
  flex: none;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.checkbox-label {
  flex-flow: row;
  flex: 0 auto;
  margin-top: 5px;
  font-size: 15px;
}

.checkbox-input-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Avenirnextcyr, Arial, sans-serif;
  display: flex;
}

.link {
  color: #fff;
  text-decoration-color: #fff;
}

.main-form-submit-button {
  outline-offset: 0px;
  color: #d13630;
  background-color: #fff;
  outline: 7px solid #ffffff5c;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.main-form-submit-button:hover {
  background-color: #ffffff5c;
}

.submit-btn-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkbox-2 {
  background-color: #d9d9d94d;
  border: 3px solid #fff;
  border-radius: 1px;
  flex: none;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.footer-div {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-agecheck {
  z-index: 100;
  outline-offset: 0px;
  background-image: url('../images/jeans-pattern.png');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 40px;
  outline: 10000px solid #000000cf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  top: 9vh;
  left: 25%;
}

.image {
  width: 100%;
  position: absolute;
}

.image-2 {
  padding-left: 4vw;
  padding-right: 4vw;
  position: absolute;
  top: 4.1vw;
}

.container {
  flex-flow: column;
  margin-top: 22vw;
  display: flex;
}

.form-block {
  margin-left: 4vw;
  margin-right: 4vw;
}

.link-2, .link-3 {
  color: #fff;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Avenir Next Condensed, Arial, sans-serif;
  font-size: 3vw;
}

.checkbox-modal {
  background-color: #d9d9d94d;
  border: 3px solid #fff;
  border-radius: 0;
  flex: 0 auto;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.checkbox-modal:hover {
  background-color: #af2e29cc;
}

.checkbox-input-modal {
  color: #fff;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Avenirnextcyr, Arial, sans-serif;
  display: flex;
}

.yes-no-buttons-div {
  grid-column-gap: 14vw;
  grid-row-gap: 14vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.btn-modal {
  text-align: center;
  background-color: #3898ec00;
  border: 4px solid #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: stretch;
  min-width: 9vw;
  padding: 1.5vw 1.8vw;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.btn-modal:hover {
  background-color: #af2e29;
  border-style: solid;
}

.btn-modal.btn-modal-yes {
  background-color: #af2e29;
}

.footer-modal {
  margin-top: 3.1rem;
  margin-left: 10vw;
  margin-right: 10vw;
}

.modal-footer-para {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Avenirltprobook, Arial, sans-serif;
  font-size: 14px;
}

.link-4 {
  color: #fff;
}

.recaptcha {
  margin: 20px auto 10px;
}

.recaptcha-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-heading-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Avenirnextcyr, Arial, sans-serif;
  font-size: 3vw;
  line-height: 5vw;
  position: relative;
}

@media screen and (max-width: 991px) {
  .checkbox-1 {
    flex: none;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .modal-agecheck {
    width: 80vw;
    left: 10%;
  }

  .container {
    margin-top: 33vw;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  .checkbox-modal {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .btn-modal {
    min-width: 11vw;
  }

  .modal-footer-para {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .main-heading {
    margin-bottom: 0;
  }

  .main-form-form {
    width: 80vw;
    margin-top: 30px;
  }

  .checkbox-1 {
    flex: none;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .main-form-submit-button {
    width: 32vw;
    height: 42px;
    font-size: 20px;
  }

  .modal-agecheck {
    width: 90vw;
    left: 5%;
  }

  .container {
    margin-top: 41vw;
  }

  .form-block {
    font-size: 13px;
  }

  .checkbox-modal {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }

  .btn-modal {
    min-width: 15vw;
    font-size: 25px;
  }

  .footer-modal {
    margin-top: 1.5rem;
  }

  .modal-footer-para {
    font-size: 12px;
  }

  .main-heading-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    margin-top: 30px;
    font-size: 9vw;
    line-height: 8vw;
  }

  .main-form-submit-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .footer-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-around;
    align-items: center;
  }

  .image-2 {
    top: 5vw;
  }

  .heading {
    font-size: 7vw;
  }

  .btn-modal {
    padding: .5rem 1rem 0;
    font-size: 25px;
    line-height: 8vw;
  }

  .btn-modal.btn-modal-yes {
    align-self: baseline;
    padding-top: .5rem;
    padding-bottom: 0;
    line-height: 8vw;
  }

  .main-heading-2 {
    margin-top: 30px;
    font-size: 9vw;
    line-height: 8vw;
  }
}


@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltprobook';
  src: url('../fonts/AvenirLTProBookk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/avenir-next-condensed-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbus Sans Extd';
  src: url('../fonts/nimbus-sans-extd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}