.wrap.H-sab9f6 {
    position: sticky;
    top: 40px;
    background: var(--B1);
  }
  ul.H-sab9f6 {
    padding: 4px 0;
  }
  li.H-sab9f6 a:where(.H-sab9f6) {
    padding: 12px 16px;
  }
  .active.H-sab9f6 {
    color: var(--blue);
  }
  li.H-sab9f6 + li:where(.H-sab9f6) {
    border-top: 1px solid var(--BD);
  }
  .wrap.H-sab9f6 .btn {
    padding: 0 10px;
    line-height: 32px;
  }


  main.H-jzr8hv {
    background-color: #fff;
    overflow: auto;
  }
  .banner.H-jzr8hv {
    min-height: 246px;
    padding-top: 32px;
    background: #F5F5F5;
  }
  .banner.H-jzr8hv .main:where(.H-jzr8hv) {
    z-index: 1;
  }
  .bg.H-jzr8hv img:where(.H-jzr8hv) {
    bottom: 0;
    width: 116px;
  }
  .bg.H-jzr8hv img:where(.H-jzr8hv):nth-child(1) {
    left: 0;
  }
  .bg.H-jzr8hv img:where(.H-jzr8hv):nth-child(2) {
    right: 0;
    width: 271px;
  }
  .main.H-jzr8hv > div:where(.H-jzr8hv) {
    max-width: 600px;
  }
  .main.H-jzr8hv form {
    border-radius: 24px;
    background: #EBEBEB;
    border-color: transparent;
  }
  .main.H-jzr8hv .btn {
    background: #1DBF53;
    border-top-left-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 24px;
  }
  .main.H-jzr8hv .btn:hover {
    background: #2AD162;
  }
  @media screen and (min-width: 641px) {
    .main.H-jzr8hv form {
      width: 100%;
    }
    .main.H-jzr8hv img:where(.H-jzr8hv) {
      margin-right: 36px;
      width: 120px;
      max-width: 30%;
    }
    .main.H-jzr8hv .btn {
      min-width: 160px !important;
    }
    h1.H-jzr8hv {
      line-height: 74px;
      font-size: 48px;
    }
  }
  @media screen and (max-width: 640px) {
    .banner.H-jzr8hv {
      padding-top: 24px;
    }
    h1.H-jzr8hv {
      line-height: 56px;
      font-size: 36px;
      text-align: center;
    }
    .bg.H-jzr8hv img:where(.H-jzr8hv) {
      width: 58px;
    }
    .bg.H-jzr8hv img:where(.H-jzr8hv):nth-child(2) {
      width: 136px;
    }
  }