div#form {
  margin-top: 80px;
}
.at_area_modal {
  background: rgba(0, 0, 0, 0.5);
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans,
    Meiryo, sans-serif;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  visibility: hidden;
  width: 100%;
}
.at_area_modal_show {
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.5s linear;
  visibility: visible;
}
.at_area_modal-content {
  align-items: center;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  padding: 40px 16px 16px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}
@media (max-width: 600px) {
  .at_area_modal-content {
    width: 343px;
  }
}
.at_area_modal_close {
  color: #000;
  padding: 1em;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.at_button {
  align-items: center;
  align-self: stretch;
  background: #00aa71;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  height: 48px;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 10px;
}
.at_button:hover {
  background-color: #03875b;
}
.at_button_text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: normal;
}
.at_head_text {
  font-weight: 700;
}
.at_head_text,
.at_modal_body_text {
  color: var(--text-primary, #333);
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.16px;
  line-height: 20px;
  text-align: center;
}
.at_modal_body_text {
  font-weight: 400;
  margin-top: 30px;
}
.price_change_alert {
  background-color: #fed7d7;
  border: 1px solid #e53e3e;
  border-radius: 4px;
  margin: 0 auto 24px;
  max-width: 700px;
  padding: 24px;
  width: 80%;
}
.price_change_alert_inner {
  align-content: space-between;
  align-items: center;
  display: flex;
  justify-content: center;
}
.alert_icon {
  padding-right: 12px;
}
.alert_text {
  color: #e53e3e;
  font-size: 16px;
}
.alert_text a {
  color: #00e;
  text-decoration: underline;
}
.alert_text a:hover {
  text-decoration: none;
}
#hs-eu-confirmation-button,
#hs-eu-decline-button {
  text-align: center;
}
.registration-form .registration-input.-autofill .registration-input_input {
  background: #f6f7f6;
  color: #757575;
  cursor: default;
  min-height: 58px;
  padding: 16px 32px;
}
.registration-input_annotation {
  margin-top: 16px;
}
