#nov-promo {
  font-size: 16px;
  --green: #009b4e;
  --yellow: #facc29;
  --gray: #a3a3a6;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}

.border-gray {
  border-color: var(--gray);
}

#nov-hero {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../../../images/25/nov/hero/a/hero-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/a/hero-back.jpg") 1x,
    url("../../../images/25/nov/hero/a/hero-back@2x.jpg") 2x
  );
}

#nov-hero .container {
  width: 100%;
}

#nov-hero .nov-form {
  padding-top: 62px;
  padding-bottom: 78px;
  margin-left: 82px;
  max-width: 50%;
}

#nov-hero .nov-form-wrapper {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../../../images/25/nov/hero/a/form-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/a/form-back.jpg") 1x,
    url("../../../images/25/nov/hero/a/form-back@2x.jpg") 2x
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#nov-hero .nov-form-wrapper:before,
#nov-hero .nov-form-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
#nov-hero .nov-form-wrapper:before {
  z-index: 0;
  width: 206px;
  height: 258px;
  left: -122px;
  top: 71px;
  background-image: url(../../../images/25/nov/hero/a/balloons-left.png);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/a/balloons-left.png") 1x,
    url("../../../images/25/nov/hero/a/balloons-left@2x.png") 2x
  );
}
#nov-hero .nov-form-wrapper:after {
  z-index: 0;
  width: 254px;
  height: 249px;
  right: -113px;
  top: 79px;
  background-image: url(../../../images/25/nov/hero/a/balloons-right.png);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/a/balloons-right.png") 1x,
    url("../../../images/25/nov/hero/a/balloons-right@2x.png") 2x
  );
}
#nov-hero .nov-form-top {
  top: -47px;
}
#nov-hero .nov-form-inner {
  width: 626px;
  padding: 12px 15px 0;
  z-index: 1;
  position: relative;
}

#nov-hero .nov-main {
  flex-basis: 650px;
  flex-grow: 0;
}

#nov-hero .nov-main p {
  font-size: 25px;
  line-height: 1.44;
  margin-bottom: 0;
}

#nov-hero .nov-main p.h1 {
  width: 515px;
  font-size: 47px;
  line-height: 1.12765957;
  margin-bottom: 37px;
  margin-top: 45px;
}
#nov-hero .button {
  width: 235px;
  height: 47px;
  border-radius: 24px;
  font-size: 1.3125em;
  padding: 0.2em 0 0;
}
#nov-hero .nov-main .button {
  margin-top: 62px;
}
#nov-hero .nov-main .nov-tiger {
  left: -154px;
  top: 22px;
}
#nov-hero .nov-form .button {
  bottom: -22px;
}

#nov-hero .nov-form form {
  width: 604px;
}

#nov-hero .nov-form-inner > p {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 26px;
}

#nov-hero .form-field {
  padding: 8px;
  flex-basis: 50%;
  flex-grow: 1;
}
#nov-hero .form-field p {
  font-size: 1.0625em;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 10px;
}
#nov-hero .form-field .radio-field {
  gap: 10px;
  margin-bottom: 10px;
}
#nov-hero .form-field .circle {
  width: 13px;
  height: 13px;
}
#nov-hero .form-field :checked + .circle:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--green);
}
#nov-hero .form-field .nov-label {
  font-size: 0.9375em;
  margin-left: 9px;
}

#nov-hero .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;
}

#nov-hero .form-field input,
#nov-hero .form-field select {
  font-size: 1.125em;
  height: 56px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
}

#nov-hero .form-field select {
  background-image: none;
}

#nov-hero .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/aug/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/hero/down-arrow.png") 1x,
    url("../../../images/25/aug/hero/down-arrow@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #nov-hero .form-field select {
    text-indent: 8px;
  }
}

#nov-hero .form-field select.selected,
#nov-hero .form-field input {
  color: var(--black);
}

#nov-hero .form-field select,
#nov-hero .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}

#nov-hero .form-field input:-internal-autofill-selected,
#nov-hero .form-field input:-webkit-autofill,
#nov-hero .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

#nov-hero .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#nov-hero .form-field .validation-error:before,
#nov-hero .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 40px;
  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;
}

#nov-hero .form-field .validation-error select,
#nov-hero .form-field .validation-error input,
#nov-hero .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}

#nov-hero .form-field .validation-error label,
#nov-hero .form-field .incomplete-mask label {
  color: var(--error-color);
}

#nov-hero .form-field .select_box.focused:after {
  transform: scaleY(-1);
}

#nov-hero .form-field .focused label,
#nov-hero .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#nov-hero .form-field .focused select,
#nov-hero .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}
#nov-banner {
  margin-bottom: 30px;
}
#nov-hero .form-top-text {
  width: 73%;
  padding: 2em 0;
}
#nov-hero .nov-form-top {
  top: 5px;
}
@media screen and (min-width: 1600px) {
  @supports (background: -webkit-named-image(i)) {
    #nov-hero .nov-inner {
      width: 43%;
    }
  }
}

@media screen and (max-width: 1199px) {
  #nov-hero .nov-form {
    margin-left: 30px;
  }
  #nov-hero .form-field .radio-field {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  #nov-hero .container {
    flex-direction: column;
    align-items: center;
  }
  #nov-hero .nov-main {
    padding-top: 40px;
  }
  #nov-hero .nov-form {
    max-width: inherit;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #nov-hero .nov-main {
    padding-top: 93px;
    padding-bottom: 99px;
  }
  #nov-hero .button {
    width: 188px;
    height: 31px;
    border-radius: 16px;
    font-size: 1.0625em;
  }
  #nov-hero .nov-main .button {
    margin-top: 17px;
  }
  #nov-hero .nov-main .nov-tiger {
    left: -88px;
  }
}
@media screen and (max-width: 567px) {
  #nov-hero {
    background-image: url(../../../images/25/nov/hero/a/hero-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/hero/a/hero-back-m.jpg") 1x,
      url("../../../images/25/nov/hero/a/hero-back-m@2x.jpg") 2x
    );
  }
  #nov-hero .nov-form-wrapper {
    border-radius: 0;
  }
  #nov-hero .nov-form-wrapper:before {
    display: none;
  }
  #nov-hero .nov-form-wrapper:after {
    display: none;
  }
  #nov-hero .nov-form-top {
    top: inherit;
    padding-top: 34px;
    padding-bottom: 32px;
  }
  #nov-hero .nov-main p {
    font-size: 16px;
    line-height: 1.3125;
  }
  #nov-hero .nov-main p.h1 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 9px;
    margin-top: 16px;
  }
  #nov-hero .nov-form {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0;
    max-width: none;
  }
  #nov-hero .nov-form .button {
    text-indent: -9999px;
    bottom: 13%;
    width: 54%;
    left: 23%;
    height: 18%;
  }
  #nov-hero .form-top-text {
    width: 100%;
    padding: 0;
    top: -29px;
  }
  #nov-hero .nov-form-top {
    top: inherit;
    padding-top: 0;
    padding-bottom: 21px;
  }
}
