:root {
  --popup-width: 704px;
  --popup-height: 498px;
  --close-x: 32px;
  --close-y: 34px;
  --text-dist: 38px;
  --submit-width: 206px;
  --submit-height: 40px;
  --submit-radius: 20px;
  --submit-fontsize: 1.125em;
  --submit-dist: 6.5px;
  --thanks-button-dist: 35px;
}
html,
body {
  overflow-x: clip;
}
@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
.body.scrolllock-on,
body.scrolllock-on {
  top: unset !important;
}
#popup-june {
  --blue: #2a3b74;
}
#popup-june .popup-content {
  width: 700px;
  height: 500px;
  max-height: 100%;
}
#popup-june .popup-default {
  width: 100%;
  height: 100%;
  background-position: bottom 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
  );
}
#popup-june .popup-thanks {
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/thanks-back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/thanks-back.jpg") 1x,
    url("../images/hero/thanks-back@2x.jpg") 2x
  );
}
#popup-june .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: var(--close-y) var(--close-x);
}
#popup-june form {
  margin-top: 10px;
}
#popup-june .button {
  width: 11em;
  height: 2.2em;
  border-radius: 1.1em;
  margin-top: 6px;
  font-size: 1.25em;
  padding: 0;
}
#popup-june .form-action {
  justify-content: center;
  display: flex;
}
#popup-june .popup-thanks .button {
  width: 10.5em;
  margin-top: 20px;
}
#popup-june .bee {
  top: 2em;
}
@media screen and (min-width: 568px) {
}
@media screen and (max-width: 567px) {
  :root {
    --popup-width: 100%;
    --popup-height: 100%;
    --close-x: 16px;
    --close-y: 20px;
    --text-dist: 21px;
    --submit-width: 150px;
    --submit-height: 33px;
    --submit-radius: 17px;
    --submit-fontsize: 0.8125em;
    --submit-dist: 10px;
    --thanks-button-dist: 24px;
  }
  #popup-june .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
  }
  #popup-june .popup-default {
    width: 100%;
    max-width: 100%;
    height: 100%;
    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
    );
  }
  #popup-june .popup-thanks {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(../images/hero/thanks-back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/thanks-back-m.jpg") 1x,
      url("../images/hero/thanks-back-m@2x.jpg") 2x
    );
  }
  #popup-june form {
    margin-top: 21px;
    width: calc(100% - 50px);
  }
  #popup-june .popup-close {
    width: 47px;
  }
  #popup-june .thanks {
    width: 100%;
  }
  #popup-june .popup-form,
  #popup-june .popup-inner {
    width: 100%;
  }
  #popup-june .form-text {
    width: 63%;
  }
  #popup-june .button {
    font-size: 1.15em;
  }
  #popup-june .thanks {
    width: 81%;
  }
  #popup-june .popup-thanks.popup-inner {
    padding: 0 !important;
  }
  #popup-june .bee {
    top: unset;
    width: 94%;
    left: 4%;
    bottom: 59%;
  }
}
