@charset "UTF-8";
/* @mixin fontSize($fs, $lh, $fw) {
	font-size: $fs;
	font-weight: $fw;
	line-height: $lh;
} */
section {
  overflow-x: hidden; }
  section:not(:first-child) {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      section:not(:first-child) {
        padding-top: 60px;
        padding-bottom: 60px; } }
  section.kv {
    height: calc(100vh - 141px + 84px);
    max-height: 749px;
    background-image: url("../img/kv-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /* @media (max-width: $breakpoint_sm - 1) {
        height: calc(100vh - 98px + 84px);
        .wrapper {
            flex-direction: column;
        }
        .txt {
            margin-top: 80px;
            text-align: center;
            margin-bottom: 40px;
        }
        h1 {
            
            
            font-size: 38px;
            margin-bottom: 24px;
            .blue {
                font-size: 48px;
                margin-top: 4px;
                display: block;
            }
        }
        .img {
            position: relative;
            background-size: cover;
            background-position: center center;
        }
    } */ }
    section.kv .wrapper {
      height: calc(100% - 84px);
      position: relative; }
    section.kv .txt {
      position: relative;
      z-index: 1; }
    section.kv h1 {
      font-size: 3.1111111111rem;
      font-weight: 700;
      line-height: 125%;
      color: #1E289E;
      margin-bottom: 40px;
      max-width: 575px;
      text-transform: uppercase; }
      section.kv h1 .blue {
        color: #3B49E6;
        font-size: 3.778rem; }
    section.kv .img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/kv.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right center; }
    section.kv .btn-container a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #FF7700;
      color: #FFFFFF;
      padding: 12px 20px;
      border-radius: 12px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #FFFFFF;
      line-height: 100%; }
      section.kv .btn-container a:after {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      section.kv .btn-container a:hover {
        background-color: #EA6D00; }
        section.kv .btn-container a:hover:after {
          -webkit-transform: translateX(5px);
                  transform: translateX(5px); }
      section.kv .btn-container a:after {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/icon/chevron-right.svg");
        background-repeat: no-repeat;
        width: 32px;
        height: 32px; }
      section.kv .btn-container a.disabled {
        pointer-events: none;
        background-color: #787878; }
    section.kv .btn-container .remarks {
      font-size: 0.778rem;
      color: #FF7700;
      margin-top: 12px;
      font-weight: 700;
      max-width: 575px;
      /*margin-left: 4px;
      @media (max-width: $breakpoint_md - 1) {
          margin-left: 0;
      }*/ }
      section.kv .btn-container .remarks > span {
        background-color: rgba(255, 239, 226, 0.65);
        padding: 4px 12px;
        border-radius: 20px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.kv {
        max-height: 1024px; }
        section.kv .img {
          background-image: url("../img/tablet.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; } }
    @media (max-width: 991px) {
      section.kv {
        height: calc(100vh + 40px);
        max-height: 1138px;
        background-image: url("../img/kv-bg-m.png"); }
        section.kv .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; }
          section.kv .wrapper > .container {
            padding: 0 20px; }
        section.kv .txt {
          margin-top: 80px;
          text-align: center;
          margin-bottom: 40px; }
        section.kv h1 {
          font-size: 2.111rem;
          margin-bottom: 24px;
          margin-left: auto;
          margin-right: auto; }
          section.kv h1 .blue {
            font-size: 2.667rem;
            margin-top: 4px;
            display: block; }
        section.kv .img {
          background-image: url("../img/kv-m2.png");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          bottom: -40px; } }
    @media (max-width: 767px) {
      section.kv h1 {
        font-size: 2.375rem; }
        section.kv h1 .blue {
          font-size: 3rem; } }
  section.about {
    margin-top: -84px;
    background: #FFFFFF;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
    padding-bottom: 426px;
    /* .intro {
        margin-bottom: 52px;
    } */ }
    @media (max-width: 767px) {
      section.about {
        border-radius: 32px;
        padding-bottom: 182px; } }
    section.about:before {
      content: '';
      background-image: url("../img/about-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.1; }
    section.about > .wrapper:before {
      content: '';
      background: rgba(84, 98, 255, 0.2);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    section.about .item {
      background: #E9EAFF;
      background: -webkit-gradient(linear, left bottom, left top, from(#e9eaff), to(#ebecff));
      background: linear-gradient(0deg, #e9eaff 0%, #ebecff 100%);
      padding: 32px 40px;
      width: calc((100% - 48px) / 3);
      border-radius: 20px; }
      section.about .item .icon {
        width: 64px;
        margin-bottom: 24px; }
      section.about .item .label {
        font-size: 1.1111111111rem;
        font-weight: 700;
        line-height: 140%;
        color: #3B49E6;
        margin-bottom: 8px; }
      section.about .item:not(:last-child) {
        margin-right: 24px; }
    @media (max-width: 767px) {
      section.about .item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.about .item-wrapper .item {
          text-align: center;
          width: 100%; }
          section.about .item-wrapper .item .icon {
            width: 52px;
            margin-bottom: 8px; }
          section.about .item-wrapper .item .label {
            font-size: 1.125rem; }
          section.about .item-wrapper .item:not(:last-child) {
            margin-right: 0;
            margin-bottom: 24px; } }
  section.eligible .inner-container {
    max-width: 700px; }
    @media (max-width: 767px) {
      section.eligible .inner-container {
        max-width: 500px; } }
  section.eligible h2:after {
    opacity: 0.25; }
  section.eligible .desc {
    padding: 60px;
    border-radius: 20px;
    background-color: #F6F6F6; }
    section.eligible .desc > p {
      font-size: 1.1111111111rem;
      font-weight: 700;
      line-height: 140%;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(156, 156, 156, 0.3);
      margin-bottom: 40px; }
    @media (max-width: 767px) {
      section.eligible .desc {
        padding: 32px 40px; }
        section.eligible .desc > p {
          font-size: 1.125rem; } }
  section.eligible .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    section.eligible .item .icon {
      width: 64px;
      margin-right: 16px; }
    section.eligible .item .label {
      font-size: 1.1111111111rem;
      font-weight: 700;
      line-height: 140%;
      color: #1E289E; }
    section.eligible .item:not(:last-child) {
      margin-bottom: 40px; }
    @media (max-width: 767px) {
      section.eligible .item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.eligible .item .icon {
          width: 52px;
          margin-right: 0;
          margin-bottom: 8px; }
        section.eligible .item .label {
          font-size: 1.125rem;
          margin-bottom: 2px; }
        section.eligible .item .two-rows {
          max-width: 182px; } }
  section.eligible .remarks {
    margin-top: 32px;
    padding: 0 24px;
    color: #787878;
    font-size: 0.7777777778rem;
    font-weight: 400;
    line-height: 135%; }
    @media (max-width: 767px) {
      section.eligible .remarks {
        font-size: 0.75rem; } }
  section.eligible .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px; }
    section.eligible .img-container img {
      width: 100%;
      max-width: calc((100% - 24px)/2); }
    @media (max-width: 991px) {
      section.eligible .img-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.eligible .img-container img {
          max-width: unset; }
          section.eligible .img-container img:not(:last-child) {
            margin-bottom: 24px; } }
  section.eligible .extend-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.eligible .extend-item-wrapper .extend-item {
      background-color: #E6E7E9;
      border-radius: 12px;
      padding: 44px 32px 32px;
      width: calc((100% - 22px)/2);
      position: relative;
      margin-top: 32px; }
      section.eligible .extend-item-wrapper .extend-item .icon-container {
        position: absolute;
        top: -32px;
        left: 32px; }
        section.eligible .extend-item-wrapper .extend-item .icon-container .icon {
          width: 64px;
          margin-right: 10px; }
      section.eligible .extend-item-wrapper .extend-item .label {
        margin-bottom: 16px;
        font-size: 1.111rem; }
      section.eligible .extend-item-wrapper .extend-item .step-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.eligible .extend-item-wrapper .extend-item .step-wrapper > div {
          width: calc((100% - 12px)/2); }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper > div:nth-child(odd) > div {
            margin-right: -8px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper > div:nth-child(even) > div {
            margin-left: -8px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper > div .up-wrapper {
            position: relative;
            margin-bottom: 16px; }
            section.eligible .extend-item-wrapper .extend-item .step-wrapper > div .up-wrapper > img {
              width: 100%; }
        section.eligible .extend-item-wrapper .extend-item .step-wrapper .step {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          color: #FFFFFF;
          padding: 12px 16px 12px 36px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .step .label {
            margin-bottom: 0;
            font-size: 1.111em;
            font-weight: 700;
            line-height: 120%; }
        section.eligible .extend-item-wrapper .extend-item .step-wrapper .step-desc {
          font-size: 0.889rem;
          letter-spacing: -0.4px;
          display: inline-block;
          float: right; }
        section.eligible .extend-item-wrapper .extend-item .step-wrapper .new {
          color: #3AB448;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new:after {
            content: "";
            display: inline-block;
            background-size: contain;
            background-image: url("../img/new-bg-1.svg");
            background-repeat: no-repeat;
            width: 49px;
            height: 20px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new:after {
            content: 'NEW #';
            color: #FFFFFF;
            font-size: 12px;
            padding-right: 6px;
            margin-left: 4px;
            line-height: 20px;
            text-align: right; }
        section.eligible .extend-item-wrapper .extend-item .step-wrapper .new2 {
          color: #FFF000;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new2:before {
            content: "";
            display: inline-block;
            background-size: contain;
            background-image: url("../img/new-bg-2.png");
            background-repeat: no-repeat;
            width: 49px;
            height: 20px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new2:before {
            content: 'NEW #';
            color: #0366C5;
            font-size: 0.677em;
            margin-left: -49px;
            line-height: 20px;
            padding-left: 2px; }
    section.eligible .extend-item-wrapper .remarks {
      margin-top: 12px;
      /* font-size: 0.889rem;
      display: block; */
      width: 100%;
      padding: 0;
      /* color: $colorGrey5;
      @media (max-width: $breakpoint_sm - 1) {
          font-size: 1rem;
      } */ }
      section.eligible .extend-item-wrapper .remarks.mobile-only {
        display: none; }
    @media (max-width: 1200px) {
      section.eligible .extend-item-wrapper {
        font-size: 74%; }
        section.eligible .extend-item-wrapper .up-wrapper {
          line-height: 100%; }
        section.eligible .extend-item-wrapper .step-desc {
          line-height: 130%; }
        section.eligible .extend-item-wrapper .extend-item .step-wrapper .new:after {
          font-size: 11px;
          padding-right: 2px;
          line-height: 19px; } }
    @media (max-width: 991px) {
      section.eligible .extend-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 100%;
        margin-bottom: 0; }
        section.eligible .extend-item-wrapper .extend-item {
          width: 100%;
          margin-bottom: 40px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .step {
            padding-left: 46px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new:after {
            font-size: 11px;
            padding-right: 6px;
            line-height: 20px; }
        section.eligible .extend-item-wrapper .remarks {
          margin-top: -24px;
          margin-bottom: 40px; }
          section.eligible .extend-item-wrapper .remarks.mobile-only {
            display: block; } }
    @media (max-width: 767px) {
      section.eligible .extend-item-wrapper .extend-item .step-wrapper .step {
        padding-left: 30px; }
      section.eligible .extend-item-wrapper .extend-item .step-wrapper > div .up-wrapper {
        margin-bottom: 8px; }
      section.eligible .extend-item-wrapper .extend-item .step-wrapper .new2:before {
        padding-left: 4px; } }
    @media (max-width: 575px) {
      section.eligible .extend-item-wrapper.en {
        font-size: 72%; }
        section.eligible .extend-item-wrapper.en .extend-item {
          padding-left: 16px;
          padding-right: 16px;
          padding-top: 36px; }
          section.eligible .extend-item-wrapper.en .extend-item .icon-container {
            top: -24px;
            left: 16px; }
            section.eligible .extend-item-wrapper.en .extend-item .icon-container .icon {
              width: 48px; }
          section.eligible .extend-item-wrapper.en .extend-item .step-wrapper .step {
            padding-left: 18px;
            padding-right: 16px; }
          section.eligible .extend-item-wrapper.en .extend-item .step-wrapper .new2:before {
            width: 30px;
            height: 12px;
            margin-left: -30px;
            line-height: 12px;
            padding-left: 2px;
            font-size: 0.6em; }
          section.eligible .extend-item-wrapper.en .extend-item .step-wrapper .new:after {
            font-size: 9px;
            line-height: 16px;
            height: 16px;
            padding-right: 12px; }
      section.eligible .extend-item-wrapper.chi .extend-item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 36px; }
        section.eligible .extend-item-wrapper.chi .extend-item .icon-container {
          top: -24px;
          left: 20px; }
          section.eligible .extend-item-wrapper.chi .extend-item .icon-container .icon {
            width: 48px;
            margin-right: 6px; } }
    @media (max-width: 434px) {
      section.eligible .extend-item-wrapper, section.eligible .extend-item-wrapper.en {
        font-size: 9px; }
        section.eligible .extend-item-wrapper .extend-item, section.eligible .extend-item-wrapper.en .extend-item {
          padding-left: 12px;
          padding-right: 12px; }
          section.eligible .extend-item-wrapper .extend-item .icon-container, section.eligible .extend-item-wrapper.en .extend-item .icon-container {
            left: 12px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .step, section.eligible .extend-item-wrapper.en .extend-item .step-wrapper .step {
            padding-left: 16px;
            padding-right: 8px; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new2:before, section.eligible .extend-item-wrapper.en .extend-item .step-wrapper .new2:before {
            width: 22px;
            height: 10px;
            margin-left: -22px;
            line-height: 10px;
            padding-left: 2px;
            font-size: 0.6em; }
          section.eligible .extend-item-wrapper .extend-item .step-wrapper .new:after, section.eligible .extend-item-wrapper.en .extend-item .step-wrapper .new:after {
            font-size: 7px;
            line-height: 12px;
            height: 14px;
            padding-right: 3px; } }
    @media (max-width: 434px) {
      section.eligible .extend-item-wrapper.chi {
        font-size: 12px; } }
    section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new:after {
      content: "新#";
      padding-right: 12px;
      font-size: 14px; }
      @media (max-width: 434px) {
        section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new:after {
          padding-right: 7px;
          width: 30px;
          height: 12px;
          line-height: 12px;
          font-size: 9px; } }
    section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new2 {
      font-size: 1.111em; }
      @media (max-width: 434px) {
        section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new2 {
          font-size: 1em; } }
      section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new2:before {
        content: "新#";
        padding-left: 12px; }
        @media (max-width: 1200px) {
          section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new2:before {
            font-size: 0.8em; } }
        @media (max-width: 434px) {
          section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .new2:before {
            font-size: 0.75em;
            padding-left: 3px; } }
    section.eligible .extend-item-wrapper.chi .extend-item .step-wrapper .step-desc {
      font-size: 0.8rem; }
  section.process {
    background-color: #FFEFE2;
    border-radius: 60px;
    padding-bottom: 426px; }
    @media (max-width: 767px) {
      section.process {
        border-radius: 32px;
        padding-bottom: 182px; } }
    section.process h2 {
      color: #664D38; }
      section.process h2:after {
        background-color: #FF973C;
        opacity: .25; }
      section.process h2 + .remarks {
        margin-bottom: 36px;
        text-align: center; }
    section.process .desc {
      background-color: #FAE7D7;
      border-radius: 20px;
      padding: 40px 20px;
      margin-top: 100px;
      box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08); }
      section.process .desc .intro {
        margin: 0 auto 56px; }
      @media (max-width: 767px) {
        section.process .desc {
          padding: 32px 40px;
          margin-bottom: 80px; } }
    @media (max-width: 767px) {
      section.process .item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    section.process .item-wrapper .item {
      padding: 0 20px; }
      section.process .item-wrapper .item:not(:last-child) {
        margin-right: 56px; }
      section.process .item-wrapper .item .img-container {
        text-align: center;
        margin-bottom: 20px; }
        section.process .item-wrapper .item .img-container .icon {
          width: 63px; }
          section.process .item-wrapper .item .img-container .icon:not(:last-child) {
            margin-right: 24px; }
      section.process .item-wrapper .item .txt {
        max-width: 700px;
        margin: 0 auto; }
      section.process .item-wrapper .item .label {
        text-align: center;
        font-size: 1.1111111111rem;
        font-weight: 700;
        line-height: 140%;
        color: #FF7700;
        margin-bottom: 8px; }
      section.process .item-wrapper .item ul {
        list-style: disc;
        padding-left: 24px; }
        section.process .item-wrapper .item ul li:not(:last-child) {
          margin-bottom: 4px; }
      @media (max-width: 767px) {
        section.process .item-wrapper .item {
          width: 100%;
          padding: 0; }
          section.process .item-wrapper .item:not(:last-child) {
            margin-right: 0;
            margin-bottom: 56px; }
          section.process .item-wrapper .item .img-container {
            margin-bottom: 8px; }
            section.process .item-wrapper .item .img-container .icon:not(:last-child) {
              margin-right: 12px; }
          section.process .item-wrapper .item .label {
            font-size: 1.25rem; } }
    section.process h3 {
      font-size: 1.5555555556rem;
      font-weight: 700;
      line-height: 125%;
      color: #4E4E4E;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 767px) {
        section.process h3 {
          font-size: 1.75rem; } }
    section.process .remarks {
      margin-top: 12px;
      font-size: 0.889rem;
      display: block;
      color: #787878; }
      @media (max-width: 767px) {
        section.process .remarks {
          font-size: 1rem; } }
    section.process .guide {
      max-width: 720px;
      margin: 0 auto; }
      section.process .guide .step {
        max-width: 312px;
        position: relative;
        margin-bottom: 24px;
        min-height: 176px; }
        section.process .guide .step:before {
          content: '';
          background-color: #FFBB7F;
          width: 16px;
          height: 16px;
          display: block;
          outline: 10px solid rgba(255, 187, 127, 0.15);
          border-radius: 100%;
          position: absolute;
          top: 18px;
          right: -56px; }
        section.process .guide .step:after {
          content: '';
          display: block;
          /* border-right: 2px dashed #c0c0c0;
          border-image-source: url('../img/icon/dash.svg');
          border-image-repeat: round;
          border-image-width: 2px; */
          width: 2px;
          background-image: url("../img/icon/dash.svg");
          background-repeat: repeat-y;
          position: absolute;
          top: 56px;
          bottom: -18px;
          right: -49px; }
        section.process .guide .step:nth-child(even) {
          margin-left: 408px; }
          section.process .guide .step:nth-child(even):before {
            right: auto;
            left: -56px; }
          section.process .guide .step:nth-child(even):after {
            right: auto;
            left: -49px; }
        section.process .guide .step:last-child::after {
          display: none; }
        section.process .guide .step .label {
          margin-bottom: 15px; }
          section.process .guide .step .label span {
            display: inline-block;
            background-color: #FF7700;
            color: #FFFFFF;
            border-radius: 200px;
            text-transform: uppercase;
            font-size: 1.1111111111rem;
            font-weight: 700;
            line-height: 140%;
            padding: 4px 16px; }
        section.process .guide .step .group-word {
          white-space: nowrap; }
        @media (max-width: 767px) {
          section.process .guide .step {
            text-align: center;
            margin-left: auto;
            margin-right: auto; }
            section.process .guide .step:before {
              display: none; }
            section.process .guide .step:after {
              position: relative;
              height: 92px;
              top: auto;
              bottom: auto;
              right: auto;
              left: auto;
              margin: 22px auto; }
            section.process .guide .step:nth-child(even) {
              margin-left: auto; }
              section.process .guide .step:nth-child(even):after {
                left: auto; }
            section.process .guide .step:last-child {
              margin-bottom: 12px; }
              section.process .guide .step:last-child:after {
                margin-bottom: 12px; }
            section.process .guide .step .label span {
              font-size: 1.125rem; } }
    section.process .download {
      margin-top: 60px;
      text-align: center; }
      section.process .download:before {
        content: "";
        display: inline-block;
        background-image: url("../img/icon/info.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 6px;
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
    section.process .complete {
      max-width: 930px;
      margin: 0 auto;
      padding: 40px 52px;
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23C0C0C0' stroke-width='4' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
      border-radius: 20px; }
      section.process .complete .txt {
        margin-right: 40px; }
        section.process .complete .txt p {
          font-size: 1.1111111111rem;
          font-weight: 700;
          line-height: 140%;
          margin-bottom: 16px; }
        section.process .complete .txt ul {
          list-style: disc;
          padding-left: 24px; }
          section.process .complete .txt ul li:not(:last-child) {
            margin-bottom: 10px; }
      @media (max-width: 767px) {
        section.process .complete {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 32px; }
          section.process .complete .txt {
            margin-right: 0;
            margin-bottom: 40px; }
            section.process .complete .txt p {
              text-align: center;
              font-size: 1.25rem; } }
  section.video {
    margin-top: -422px;
    /*.remarks {
        font-size: 0.778rem;
        color: $colorOrange;
        margin-top: 12px;
        font-weight: 700;
        > span {
            background-color: rgba(255,239,226,0.65);
            padding: 4px 12px;
            border-radius: 20px;
            backdrop-filter: blur(2px); 
            -webkit-backdrop-filter: blur(2px); 
            display: inline-block;
        }
    }*/
    /*.remarks {
        margin-top: 12px;
        color: $colorGrey5;
        @include fontSize(14px, 135%, 400);
        @media (max-width: $breakpoint_sm - 1) {
            font-size: 0.875rem;
        }
    }*/ }
    @media (max-width: 767px) {
      section.video {
        margin-top: -162px; } }
    section.video .wrapper {
      border-radius: 20px;
      position: relative;
      overflow: hidden; }
      section.video .wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(17, 36, 84, 0.5); }
      section.video .wrapper > img {
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 1168/657;
        max-width: 100%; }
      section.video .wrapper img {
        display: block; }
      section.video .wrapper .btn-play {
        all: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer; }
        section.video .wrapper .btn-play.disabled {
          pointer-events: none; }
    section.video .remarks {
      margin-top: 20px;
      color: #FF7700;
      text-align: center;
      font-size: 1.5555555556rem;
      font-weight: 700;
      line-height: 125%; }
      @media (max-width: 767px) {
        section.video .remarks {
          font-size: 1.75rem; } }
  section.refund-collection {
    background-image: url("../img/collection-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (min-width: 768px) {
      section.refund-collection:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(white));
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, white 100%); }
      section.refund-collection:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.1)));
        background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%); } }
    section.refund-collection .container {
      max-width: 1352px; }
    section.refund-collection h2 {
      text-align: left; }
      section.refund-collection h2:after {
        margin: 30px auto 52px 0; }
    section.refund-collection .collection {
      z-index: 1;
      width: auto;
      padding: 100px 0 100px 120px;
      /* background: #E9EAFF;
      background: linear-gradient(0deg,rgba(233, 234, 255, 1) 0%, rgba(235, 236, 255, 1) 100%);
      border-top-left-radius: 200px; */
      max-width: calc(min(1100px, 72.75vw));
      margin-left: auto;
      position: relative;
      margin-bottom: 100px; }
      section.refund-collection .collection:before {
        content: "";
        background: #E9EAFF;
        background: -webkit-gradient(linear, left bottom, left top, from(#e9eaff), to(#ebecff));
        background: linear-gradient(0deg, #e9eaff 0%, #ebecff 100%);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 101vw;
        bottom: 0;
        z-index: -1;
        border-top-left-radius: 200px;
        box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.06);
        -webkit-box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.06);
        -moz-box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.06); }
      @media (max-width: 767px) {
        section.refund-collection .collection {
          padding: 80px 0 52px 40px;
          max-width: 100%; }
          section.refund-collection .collection:before {
            border-top-left-radius: 100px; } }
      section.refund-collection .collection .item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.refund-collection .collection .item-wrapper .item:not(:last-child) {
          margin-right: 52px; }
        section.refund-collection .collection .item-wrapper .item .label {
          color: #3B49E6;
          font-size: 1.1111111111rem;
          font-weight: 400;
          line-height: 140%;
          padding-bottom: 10px;
          border-bottom: 1px solid rgba(156, 156, 156, 0.3);
          margin-bottom: 16px; }
        section.refund-collection .collection .item-wrapper .item .methods > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          section.refund-collection .collection .item-wrapper .item .methods > div .icon {
            margin-right: 104px;
            min-height: 32px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            section.refund-collection .collection .item-wrapper .item .methods > div .icon > img {
              width: 32px;
              height: auto; }
          section.refund-collection .collection .item-wrapper .item .methods > div:not(:last-child) {
            margin-bottom: 24px; }
          section.refund-collection .collection .item-wrapper .item .methods > div .icon-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-right: 16px; }
            section.refund-collection .collection .item-wrapper .item .methods > div .icon-group .icon {
              margin-right: 8px; }
        @media (max-width: 767px) {
          section.refund-collection .collection .item-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            section.refund-collection .collection .item-wrapper .item {
              width: 100%; }
              section.refund-collection .collection .item-wrapper .item:not(:last-child) {
                margin-right: 0;
                margin-bottom: 52px; }
              section.refund-collection .collection .item-wrapper .item .label {
                font-size: 1.125rem; } }
      section.refund-collection .collection .remarks {
        margin-top: 56px;
        color: #787878;
        font-size: 0.7777777778rem;
        font-weight: 400;
        line-height: 135%; }
        @media (max-width: 767px) {
          section.refund-collection .collection .remarks {
            font-size: 0.875rem; } }
    section.refund-collection .location {
      z-index: 1;
      width: auto;
      padding: 100px 120px 100px 0;
      /* background: #E9EAFF;
      background: linear-gradient(0deg,rgba(233, 234, 255, 1) 0%, rgba(235, 236, 255, 1) 100%);
      border-top-left-radius: 200px; */
      max-width: calc(min(1122px, 72.75vw));
      margin-right: auto;
      position: relative; }
      section.refund-collection .location:before {
        content: "";
        background: #FFEFE2;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 101vw;
        bottom: 0;
        z-index: -1;
        border-top-right-radius: 200px;
        box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.06);
        -webkit-box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.06);
        -moz-box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.06); }
      @media (max-width: 767px) {
        section.refund-collection .location {
          padding: 80px 40px 80px 0;
          max-width: calc(100% - 6px); }
          section.refund-collection .location::before {
            border-top-right-radius: 100px; } }
      section.refund-collection .location h2 {
        color: #664D38; }
        section.refund-collection .location h2:after {
          background-color: #FF973C;
          opacity: .25; }
      section.refund-collection .location .img-container {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        section.refund-collection .location .img-container img {
          width: 100%; }
        section.refund-collection .location .img-container:after {
          content: "";
          display: inline-block;
          background-size: contain;
          background-image: url("../img/icon/full.svg");
          background-repeat: no-repeat;
          width: 32px;
          height: 32px; }
        section.refund-collection .location .img-container:after {
          position: absolute;
          top: 24px;
          right: 24px;
          border-radius: 200px;
          box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.07);
          -webkit-box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.07);
          -moz-box-shadow: 1px 1px 25px 0px rgba(27, 42, 98, 0.07); }
          @media (max-width: 767px) {
            section.refund-collection .location .img-container:after {
              display: none; } }
      section.refund-collection .location .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        line-height: 32px; }
        section.refund-collection .location .desc .label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 16px;
          color: #FF7700; }
          @media (max-width: 767px) {
            section.refund-collection .location .desc .label {
              margin-right: 4px;
              margin-top: -6px; }
              section.refund-collection .location .desc .label .txt {
                display: none; } }
        @media (max-width: 767px) {
          section.refund-collection .location .desc {
            line-height: 140%; }
            section.refund-collection .location .desc + .desc {
              margin-top: 24px; } }
      section.refund-collection .location .maps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 32px; }
        @media (max-width: 991px) {
          section.refund-collection .location .maps {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        section.refund-collection .location .maps .nav-slider {
          width: 80px;
          margin-left: 48px; }
          section.refund-collection .location .maps .nav-slider .slide {
            border-radius: 8px;
            overflow: hidden; }
            section.refund-collection .location .maps .nav-slider .slide img {
              -o-object-fit: cover;
                 object-fit: cover;
              aspect-ratio: 80/80; }
            section.refund-collection .location .maps .nav-slider .slide.slick-current:before {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(151, 110, 70, 0.5); }
            section.refund-collection .location .maps .nav-slider .slide:not(:last-child) {
              margin-bottom: 12px; }
          @media (max-width: 991px) {
            section.refund-collection .location .maps .nav-slider {
              width: 100%;
              margin-left: 0;
              margin-top: 48px; }
              section.refund-collection .location .maps .nav-slider .slide:not(:last-child) {
                margin-right: 12px; }
              section.refund-collection .location .maps .nav-slider .slide img {
                aspect-ratio: 53/53; } }
          @media (max-width: 767px) {
            section.refund-collection .location .maps .nav-slider {
              margin-top: 24px; } }
        section.refund-collection .location .maps .main-slider {
          width: calc(100% - 80px - 48px);
          max-width: 864px;
          height: 100%; }
          section.refund-collection .location .maps .main-slider .slide {
            border-radius: 20px;
            overflow: hidden; }
            section.refund-collection .location .maps .main-slider .slide img {
              -o-object-fit: cover;
                 object-fit: cover;
              aspect-ratio: 864/540; }
          @media (max-width: 991px) {
            section.refund-collection .location .maps .main-slider {
              width: 100%;
              max-width: unset; }
              section.refund-collection .location .maps .main-slider .slide {
                border-radius: 12px; } }
        section.refund-collection .location .maps .slide {
          position: relative; }
          section.refund-collection .location .maps .slide img {
            width: 100%; }
        section.refund-collection .location .maps .slick-prev, section.refund-collection .location .maps .slick-next {
          width: 56px;
          height: 56px;
          z-index: 1; }
          section.refund-collection .location .maps .slick-prev::before, section.refund-collection .location .maps .slick-next::before {
            display: none; }
          @media (max-width: 767px) {
            section.refund-collection .location .maps .slick-prev, section.refund-collection .location .maps .slick-next {
              width: 40px;
              height: 40px; } }
        section.refund-collection .location .maps .slick-prev {
          background-image: url("../img/icon/arrow-left.svg");
          background-size: cover; }
        section.refund-collection .location .maps .slick-next {
          background-image: url("../img/icon/arrow-right.svg");
          background-size: cover; }
  section.faq {
    counter-reset: faq; }
    section.faq .item-wrapper {
      margin-top: 52px; }
    section.faq .com-accordion {
      counter-increment: faq; }
  section.contact-us {
    padding-top: 20px;
    padding-bottom: 60px; }
    section.contact-us .wrapper {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      padding: 80px 60px;
      color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      section.contact-us .wrapper:after {
        content: '';
        background-image: url("../img/contact-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.2;
        z-index: -1; }
      section.contact-us .wrapper:before {
        content: '';
        background: #080E4F;
        background: linear-gradient(-17deg, #080e4f 100%, #161e78 0%);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
      section.contact-us .wrapper h2 {
        color: #FFFFFF;
        font-size: 1.7777777778rem;
        font-weight: 700;
        line-height: 125%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-right: 60px; }
        section.contact-us .wrapper h2:after {
          display: none; }
      section.contact-us .wrapper .desc {
        width: 100%; }
        section.contact-us .wrapper .desc p {
          margin-bottom: 4px; }
        section.contact-us .wrapper .desc > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          section.contact-us .wrapper .desc > div .group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 20px; }
            section.contact-us .wrapper .desc > div .group .icon {
              margin-right: 12px;
              width: 32px; }
            section.contact-us .wrapper .desc > div .group:not(:last-child) {
              margin-right: 72px; }
            section.contact-us .wrapper .desc > div .group a {
              color: #FFFFFF; }
      @media (max-width: 991px) {
        section.contact-us .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 60px 40px; }
          section.contact-us .wrapper h2 {
            margin-right: 0;
            margin-bottom: 24px; }
          section.contact-us .wrapper .desc > div {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.contact-us .wrapper .desc > div .group:not(:last-child) {
              margin-right: 0; } }
      @media (max-width: 767px) {
        section.contact-us .wrapper .desc > div .group > span {
          max-width: calc(100vw - 204px);
          word-wrap: break-word;
          display: block; } }

.com-popup {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto; }
  .com-popup .btn-close {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-image: url("../img/icon/close.svg");
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .com-popup .btn-close:hover {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media screen and (max-width: 991px) {
      .com-popup .btn-close {
        top: -38px; } }
  .com-popup .wrapper {
    text-align: center; }
    .com-popup .wrapper img {
      max-width: 100%; }
    .com-popup .wrapper video {
      max-width: 90%; }

.com-accordion {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 16px 32px;
  margin-bottom: 24px;
  border: 1px #EDEDED solid;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .com-accordion {
      padding: 16px 24px; } }
  .com-accordion .wrapper {
    position: relative;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .com-accordion .wrapper {
        padding-right: 40px; } }
  .com-accordion .label {
    all: unset;
    font-size: 1.1111111111rem;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
    text-align: left;
    cursor: pointer; }
    .com-accordion .label:after {
      content: "";
      display: inline-block;
      background-size: contain;
      background-image: url("../img/icon/expand.svg");
      background-repeat: no-repeat;
      width: 32px;
      height: 32px; }
    .com-accordion .label:after {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      @media (max-width: 767px) {
        .com-accordion .label:after {
          width: 24px;
          height: 24px; } }
    .com-accordion .label[aria-expanded="true"]:after {
      background-image: url("../img/icon/collapse.svg"); }
    @media (max-width: 767px) {
      .com-accordion .label {
        font-size: 1rem; } }
  .com-accordion .content {
    color: #626262;
    margin-top: 16px;
    display: none; }
    @media (max-width: 991px) {
      .com-accordion .content {
        margin-right: -40px;
        margin-top: 12px; } }
    .com-accordion .content.show {
      display: block; }
    .com-accordion .content p + p {
      margin-top: 24px; }
    .com-accordion .content a {
      text-decoration: underline; }
    .com-accordion .content table th, .com-accordion .content table td {
      padding: 4px;
      border: 1px solid; }

.com-accordion .wrapper {
  padding-left: 50px; }
  .com-accordion .wrapper .label:before {
    content: "Q" counter(faq) ": ";
    position: absolute;
    top: 0;
    left: 0; }
  .com-accordion .wrapper .content {
    word-wrap: break-word; }
    .com-accordion .wrapper .content:before {
      content: "A: ";
      position: absolute;
      left: 0; }
    .com-accordion .wrapper .content ul {
      list-style: disc;
      padding-left: 24px; }
    .com-accordion .wrapper .content img {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }

/*# sourceMappingURL=index.css.map */