@media screen and (min-width: 769px) {
  .md-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
}
.d-inline-block {
  display: inline-block;
}

body {
  overflow-x: hidden;
}

#wrap {
  max-width: none;
  padding: 0 0 40px;
}
#wrap .row {
  max-width: none;
  padding: 0;
}

h1,
h2,
h3,
p {
  font-size: inherit;
  font-weight: unset;
  font-family: inherit !important;
  margin-bottom: 0;
  line-height: inherit;
}

#top_banner_area .large-12.columns img {
  width: 100%;
  display: block;
}

#main_content_area {
  padding: 0;
  overflow: hidden;
}
#main_content_area .row {
  padding: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
.container .row {
  padding: 0;
}

.c-green {
  color: #0d6c28;
}

.c-orange {
  color: #f68b1f;
}

.c-yellow {
  color: #ffdd2f;
}

.section-header {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  text-align: center;
}

.section-title {
  display: inline;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px;
  padding: 0.05em 0.35em;
  background-image: linear-gradient(to top, #e9f1c6 0%, #fff 50%, transparent 50%, transparent 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.section-subtitle {
  font-size: 23px;
  line-height: 1.6;
  color: #0d6c28;
  margin: 0;
}

.intro {
  padding: 40px 0 50px;
  text-align: center;
  color: #333333;
}
.intro__disclaimer {
  margin: 0 auto 36px;
  padding: 18px 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
.intro__title {
  font-size: 49px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 24px;
  max-width: 1080px;
}
.intro__title-bar {
  display: inline;
  padding: 0.05em 0.35em;
  background-image: linear-gradient(to top, #e9f1c6 0%, #fff 50%, transparent 50%, transparent 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.intro__desc {
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.9;
  font-weight: 500;
}
.intro__desc p {
  margin: 0 0 0.6em;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 24px 0 28px;
  }
  .intro__disclaimer {
    padding: 12px 14px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 10px;
  }
  .intro__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .intro__title-bar {
    padding: 0.05em 0.2em;
  }
  .intro__desc {
    font-size: 18px;
    line-height: 1.75;
  }
  .section-header {
    margin-bottom: 18px;
  }
  .section-title {
    font-size: 24px;
    padding: 0.05em 0.2em;
  }
  .section-subtitle {
    font-size: 18px;
    padding: 0 8px;
  }
}
.smaller-btn {
  min-width: 0;
  font-size: 18px;
  padding: 4px 16px;
}

.card-more {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

.app-section {
  position: relative;
  padding: 20px 0 10px;
}
.app-section > .container {
  overflow: visible;
}

.available-apps {
  border-radius: 20px;
  margin: 4rem auto 3rem;
  position: relative;
  background: #fff;
}
.available-apps .title {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  padding: 0 20px;
  color: #0d6c28;
  background: transparent;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
.available-apps .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 40%;
  background: #e9f1c6;
  z-index: -1;
  border-radius: 2px;
}
.available-apps .title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  background: #fff;
  z-index: 2;
  white-space: nowrap;
}
.available-apps .title-wrapper .section-title {
  margin: 0;
}
.available-apps .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.available-apps .enquiries-text {
  text-align: center;
  font-size: 21px;
  margin: 1rem;
  color: #0d6c28;
  font-weight: 700;
  margin-bottom: 40px;
}
.available-apps .app-template {
  margin: 1rem auto;
}

.app-template {
  width: 80%;
  max-width: 600px;
  display: flex;
  align-items: center;
  margin: 10px auto 50px;
  justify-content: center;
}
.app-template .app-icon {
  width: 19%;
}
.app-template .app-icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.app-template .app-download-template {
  width: 62%;
  margin: 0 2px;
}
.app-template .app-download-template > img {
  display: block;
  width: 100%;
  height: auto;
}
.app-template .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}
.app-template .app-col a {
  width: calc(50% - 2px);
}
.app-template .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}

@media (max-width: 768px) {
  .available-apps {
    margin: 3.2rem auto 1.5rem;
    padding: 8px 12px 12px;
    border-radius: 16px;
  }
  .available-apps .content {
    flex-direction: column;
  }
  .available-apps .app-template {
    width: 100%;
    margin: 8px auto 20px;
  }
}
.remarks-section {
  padding: 20px 0 50px;
  text-align: left;
  color: #000;
}
.remarks-section__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.remarks-section__caret {
  margin: 0 0 12px;
  padding-left: 22px;
  text-indent: -14px;
  font-size: 15px;
  line-height: 1.8;
}
.remarks-section__caret span {
  font-weight: 700;
}
.remarks-section__list {
  margin: 0 0 18px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.8;
}
.remarks-section__list li {
  margin-bottom: 8px;
}
.remarks-section__list ul {
  margin: 6px 0 0;
  padding-left: 20px;
  list-style: disc;
}
.remarks-section__list ul li {
  margin-bottom: 4px;
}
.remarks-section__list a {
  color: inherit;
  text-decoration: underline;
}
.remarks-section__disclaimer {
  font-size: 13px;
  line-height: 1.8;
  color: #000;
}
.remarks-section__disclaimer p {
  margin: 0 0 8px;
}
.remarks-section__risk {
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.8;
  color: #000;
}
.remarks-section__risk p {
  margin: 0 0 10px;
}
.remarks-section__risk ul {
  margin: 0 0 12px;
  padding-left: 22px;
}
.remarks-section__risk ul li {
  margin-bottom: 6px;
}
.remarks-section__risk-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.remarks-section__risk-subtitle {
  margin: 16px 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.remarks-toggle {
  margin-top: 28px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.remarks-toggle__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 4px 8px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.remarks-toggle__btn::after {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.remarks-toggle.is-active .remarks-toggle__btn::after {
  transform: translateY(3px) rotate(-135deg);
}
.remarks-toggle__body {
  display: none;
  padding: 4px 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #000;
}
.remarks-toggle__body > .remarks-section__risk-subtitle:first-child {
  margin-top: 0;
}
.remarks-toggle__body p {
  margin: 0 0 10px;
}
.remarks-toggle__body ul {
  margin: 0 0 12px;
  padding-left: 22px;
}
.remarks-toggle__body ul li {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .remarks-section {
    padding: 16px 0 36px;
  }
  .remarks-section__title {
    font-size: 16px;
  }
  .remarks-section__list {
    font-size: 13px;
    padding-left: 18px;
  }
  .remarks-section__risk-title {
    font-size: 15px;
  }
  .remarks-section__risk {
    font-size: 12px;
  }
  .remarks-section__disclaimer {
    font-size: 12px;
  }
}
#footer {
  max-width: 1400px;
  margin: auto;
  padding-right: 10px;
}

/* External download warning modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}
.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}
.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}
.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}
.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}
.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}
.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}
.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url("https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.modal-content .close:hover, .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-image: url("https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg");
}
.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}
.modal.btn-modal .modal-content {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}
.modal.btn-modal .modal-content .close {
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}
.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}
.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

.warn-modal .modal-content {
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
  max-width: 45%;
}
.warn-modal .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.warn-modal .warn-btn .cancel-btn:hover {
  text-decoration: underline;
}
.warn-modal .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
  display: inline-block;
}
.warn-modal .warn-btn .con-btn:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100% !important;
  }
  .warn-modal .warn-btn {
    text-align: center;
  }
  .warn-modal .warn-btn .cancel-btn,
  .warn-modal .warn-btn .con-btn {
    display: block;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.mission-tabs {
  position: relative;
  padding: 12px 0 0;
  overflow: visible;
  background: none;
}
.mission-tabs__nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  min-height: 120px;
  gap: 75px;
  padding: 0 20px;
}
.mission-tabs__tab {
  position: relative;
  flex: 1 1 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #0d6c28;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0;
  overflow: visible;
}
.mission-tabs__tab img,
.mission-tabs__tab h2 {
  position: relative;
  z-index: 1;
}
.mission-tabs__tab h2 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: center;
}
.mission-tabs__tab img {
  width: auto;
  height: 90px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.mission-tabs__tab.is-active {
  color: #0d6c28;
  margin-bottom: -2px;
  padding-bottom: 18px;
  z-index: 1;
}
.mission-tabs__tab-bg {
  display: none;
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  background: #e5f1e9;
  pointer-events: none;
  height: 50%;
}
.is-active .mission-tabs__tab-bg {
  display: block;
}
.mission-tabs__tab-bg::before, .mission-tabs__tab-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.mission-tabs__tab-bg::before {
  right: 99%;
  background-image: url("../images/Tab-bg-left.png");
}
.mission-tabs__tab-bg::after {
  left: 99%;
  background-image: url("../images/Tab-bg-right.png");
}
.mission-tabs__bg {
  position: relative;
  z-index: 1;
  padding: 36px 0 160px;
  overflow: hidden;
}
.mission-tabs__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  min-width: 1510px;
  height: 100%;
  transform: translateX(-50%);
  background: url("../images/Offer-bg.jpg") center top/cover no-repeat;
  background-size: 100% auto;
  background-color: #e5f1e9;
  border-radius: 90px 90px 0 0;
  pointer-events: none;
}
.mission-tabs__bg > .container {
  position: relative;
  z-index: 1;
}
.mission-tabs__body {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 10px 28px rgba(13, 108, 40, 0.06);
}
.mission-tabs__panel {
  display: none;
  padding: 40px 50px 40px;
  min-height: 280px;
}
.mission-tabs__panel.is-active {
  display: block;
}
.mission-tabs__heading {
  display: table;
  margin: 0 auto 40px;
  padding: 0 0 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 3px solid #f68b1f;
}
.mission-tabs__footer {
  margin-top: 40px;
  text-align: left;
}
.mission-tabs__note {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.7;
}
.mission-tabs__note a {
  color: #0d6c28;
  text-decoration: underline;
}
.mission-tabs__tnc {
  color: #0d6c28;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mission-tabs {
    padding-top: 8px;
  }
  .mission-tabs__nav {
    min-height: 72px;
    gap: 16px;
    padding: 0 6px;
  }
  .mission-tabs__tab {
    min-height: 72px;
    gap: 4px;
    padding: 8px 4px 10px;
    font-size: 18px;
    line-height: 1.25;
  }
  .mission-tabs__tab img {
    height: 40px;
  }
  .mission-tabs__tab.is-active {
    padding-bottom: 10px;
  }
  .mission-tabs__tab-bg::before, .mission-tabs__tab-bg::after {
    width: 34px;
  }
  .mission-tabs__bg {
    padding: 16px 0 72px;
  }
  .mission-tabs__body {
    border-radius: 18px;
  }
  .mission-tabs__panel {
    padding: 18px 12px 20px;
    min-height: 0;
  }
  .mission-tabs__footer {
    margin-top: 16px;
  }
  .mission-tabs__note, .mission-tabs__tnc {
    font-size: 12px;
    line-height: 1.6;
  }
}

.prize-grid {
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 80px 40px;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .prize-grid {
    margin-top: 52px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 48px;
  }
}

.prize-card {
  position: relative;
  grid-column: span 2;
  width: 100%;
  max-width: 320px;
  min-height: 188px;
  padding: 73px 16px 50px;
  background: #fff;
  border: 2px solid #009931;
  border-radius: 40px;
  text-align: center;
  justify-self: center;
}
.prize-card:nth-child(4) {
  grid-column: 2/span 2;
}
.prize-card:nth-child(5) {
  grid-column: 4/span 2;
}
.prize-card__badge {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 112px;
  height: 112px;
  transform: translateX(-50%);
  pointer-events: none;
}
.prize-card__label {
  margin: 0 0 6px;
  color: #0d6c28;
  font-size: 40px;
  font-weight: 700;
}
.prize-card__name {
  color: #f68b1f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}
.prize-card__ticker {
  color: #0d6c28;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.prize-card__value {
  color: #0d6c28;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .prize-card {
    grid-column: auto;
    width: 100%;
    max-width: 100%;
    padding: 48px 12px 20px;
    border-radius: 24px;
  }
  .prize-card:nth-child(4), .prize-card:nth-child(5) {
    grid-column: auto;
  }
  .prize-card__badge {
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .prize-card__label {
    font-size: 24px;
  }
  .prize-card__name {
    font-size: 18px;
  }
  .prize-card__ticker, .prize-card__value {
    font-size: 14px;
  }
}

.task-list {
  display: grid;
  gap: 16px;
}

.task-row {
  display: grid;
  grid-template-columns: 100px 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 18px;
  padding: 16px 20px 16px 16px;
  background: #fff;
  border: 1px solid #0d6c28;
  border-radius: 20px;
}
.task-row__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #0d6c28;
  border-radius: 12px;
  color: #fff;
  line-height: 1.1;
}
.task-row__num span {
  font-size: 24px;
  font-weight: 700;
}
.task-row__num strong {
  font-size: 50px;
  font-weight: 700;
}
.task-row__icon {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.task-row__body {
  min-width: 0;
}
.task-row__title {
  margin: 0 0 4px;
  color: #0d6c28;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.task-row__tag {
  display: inline-block;
  margin-top: -0.2em;
  margin-left: 8px;
  padding: 2px 20px;
  vertical-align: middle;
  background: #f68b1f;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 30px;
}
.task-row__desc {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}
.task-row__ticket {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  height: 80px;
  color: #f68b1f;
  font-size: 30px;
  font-weight: 700;
}
.task-row__ticket img {
  height: 100%;
  width: auto;
  display: block;
}
.task-row__ticket span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  white-space: nowrap;
  background: url("../images/Ticket-2.jpg") center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .task-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 16px;
    text-align: center;
  }
  .task-row__num {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
  .task-row__num span {
    font-size: 16px;
  }
  .task-row__num strong {
    font-size: 32px;
  }
  .task-row__body {
    width: 100%;
  }
  .task-row__title {
    font-size: 20px;
  }
  .task-row__tag {
    display: inline-block;
    margin: 4px 0 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 12px;
  }
  .task-row__desc {
    font-size: 18px;
    line-height: 1.5;
  }
  .task-row__ticket {
    height: 48px;
    font-size: 20px;
  }
}

.howto-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 0 36px;
  padding: 8px;
  background: #e5f1e9;
  border-radius: 70px;
}
.howto-tabs__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 88px;
  padding: 20px 20px;
  border: 0;
  border-radius: 60px;
  background: transparent;
  cursor: pointer;
  color: #0d6c28;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.howto-tabs__tab img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.howto-tabs__tab.is-active {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .howto-tabs {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 24px;
    padding: 6px;
    border-radius: 40px;
  }
  .howto-tabs__tab {
    min-height: 76px;
    gap: 8px;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .howto-tabs__tab img {
    width: 44px;
    height: 44px;
  }
}

.howto-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
  align-items: center;
}
.howto-panel.is-active {
  display: grid;
}
.howto-panel__phone img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 320px;
}
.howto-panel__app img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.howto-panel__title {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
.howto-panel__steps {
  --step-size: 65px;
  --step-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: howto-step;
}
.howto-panel__steps li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--step-size);
  margin: 0 0 24px;
  padding-left: calc(var(--step-size) + var(--step-gap));
  font-size: 24px;
  line-height: 1.45;
  counter-increment: howto-step;
}
.howto-panel__steps li::before {
  content: counter(howto-step);
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--step-size);
  height: var(--step-size);
  border-radius: 50%;
  background: #0d6c28;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: var(--step-size);
  text-align: center;
  transform: translateY(-50%);
}
.howto-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.howto-panel__list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.5;
}
.howto-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d6c28;
}
@media screen and (max-width: 767px) {
  .howto-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .howto-panel__phone img {
    max-width: 220px;
  }
  .howto-panel__app img {
    margin-top: -20px;
    max-width: 320px;
    margin-bottom: 40px;
  }
  .howto-panel__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .howto-panel__steps {
    --step-size: 48px;
    --step-gap: 12px;
  }
  .howto-panel__steps li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .howto-panel__steps li::before {
    font-size: 28px;
  }
  .howto-panel__list li {
    font-size: 16px;
  }
}

.qna-section {
  position: relative;
  z-index: 2;
  padding: 0 0 40px;
  overflow: hidden;
  background: none;
}
.qna-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  min-width: 1510px;
  height: 100%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 90px 90px 0 0;
  pointer-events: none;
}
.qna-section > .container {
  position: relative;
  z-index: 1;
}
.qna-section .section-header {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .qna-section {
    padding: 48px 0 24px;
  }
  .qna-section::before {
    min-width: 0;
    width: calc(100% + 20px);
    border-radius: 32px 32px 0 0;
  }
  .qna-section .section-header {
    margin-bottom: 16px;
  }
}

.qna-list {
  margin: 0 auto;
}

.qna-item {
  border-top: 1px solid #000;
}
.qna-item:last-child {
  border-bottom: 1px solid #000;
}
.qna-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 4px 22px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #333;
  font-size: 26px;
  line-height: 1.45;
}
.qna-item__q::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.2s ease;
}
.qna-item.is-active .qna-item__q::after {
  transform: translateY(3px) rotate(-135deg);
}
.qna-item__a {
  display: none;
  padding: 0 40px 22px 1.6em;
  font-size: 26px;
  line-height: 1.8;
}
.qna-item__a p {
  margin: 0;
}
.qna-item.is-active .qna-item__a {
  display: block;
}
@media screen and (max-width: 767px) {
  .qna-item__q {
    padding: 16px 0;
    font-size: 18px;
  }
  .qna-item__q::after {
    width: 8px;
    height: 8px;
    margin-left: 12px;
  }
  .qna-item__a {
    padding: 0 24px 16px 1.4em;
    font-size: 16px;
    line-height: 1.7;
  }
}

.upgrade-section {
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .upgrade-section {
    margin-top: -36px;
  }
}
.upgrade-section {
  padding: 90px 0 60px;
  overflow: hidden;
  background: none;
}
.upgrade-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  min-width: 1510px;
  height: 100%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 90px 90px 0 0;
  pointer-events: none;
}
.upgrade-section > .container {
  position: relative;
  z-index: 1;
}
.upgrade-section .section-header {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upgrade-section {
    padding: 12px 0 32px;
  }
  .upgrade-section .section-header {
    margin-bottom: 16px;
  }
}

.upgrade-tabs {
  position: relative;
  z-index: 1;
}
.upgrade-tabs__nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  min-height: 88px;
  gap: 24px;
  padding: 0 20px;
}
.upgrade-tabs__tab {
  position: relative;
  flex: 1 1 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #0d6c28;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  overflow: visible;
}
.upgrade-tabs__tab h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: center;
}
.upgrade-tabs__tab.is-active {
  color: #0d6c28;
  margin-bottom: -2px;
  padding-bottom: 18px;
  z-index: 1;
}
.upgrade-tabs__tab-bg {
  display: none;
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e5f1e9;
  pointer-events: none;
}
.is-active .upgrade-tabs__tab-bg {
  display: block;
}
.upgrade-tabs__tab-bg::before, .upgrade-tabs__tab-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.upgrade-tabs__tab-bg::before {
  right: 99%;
  background-image: url("../images/Tab-bg-left.png");
}
.upgrade-tabs__tab-bg::after {
  left: 99%;
  background-image: url("../images/Tab-bg-right.png");
}
.upgrade-tabs__card {
  position: relative;
  z-index: 1;
  padding: 60px 40px 28px;
  overflow: hidden;
}
.upgrade-tabs__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  min-width: 1510px;
  height: 100%;
  transform: translateX(-50%);
  background: #e5f1e9;
  border-radius: 60px;
  pointer-events: none;
}
.upgrade-tabs__card > .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upgrade-tabs__card {
    padding: 30px 16px 16px;
  }
}
.upgrade-tabs__panel {
  display: none;
}
.upgrade-tabs__panel.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .upgrade-tabs__nav {
    min-height: 64px;
    gap: 8px;
    padding: 0 6px;
  }
  .upgrade-tabs__tab {
    min-height: 64px;
    padding: 8px 4px 10px;
    font-size: 18px;
    line-height: 1.25;
  }
  .upgrade-tabs__tab.is-active {
    padding-bottom: 10px;
  }
  .upgrade-tabs__tab-bg::before, .upgrade-tabs__tab-bg::after {
    width: 34px;
  }
}

.stock-card__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 7px 32px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  background: #229042;
  transition: background 0.25s ease;
}
.stock-card__btn:hover {
  background: #f68b1f;
  opacity: 1;
}

.upgrade-slide {
  display: flex;
  width: 100%;
  gap: 40px;
  align-items: start;
}
.upgrade-slide__img {
  flex: 0 0 40%;
  width: 40%;
}
.upgrade-slide__img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.upgrade-slide__body {
  flex: 1 1 0;
  min-width: 0;
  font-size: 24px;
}
.upgrade-slide__part {
  margin-bottom: 24px;
}
.upgrade-slide__title {
  margin: 0 0 14px;
  color: #f68b1f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.upgrade-slide__sub {
  margin: 18px 0 8px;
  color: #0d6c28;
  font-weight: 700;
}
.upgrade-slide__text {
  margin: 0 0 16px;
  line-height: 1.6;
  color: #0d6c28;
}
.upgrade-slide__list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.upgrade-slide__list li {
  position: relative;
  padding-left: 0.6em;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #0d6c28;
}
.upgrade-slide__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d6c28;
}
.upgrade-slide .stock-card__btn {
  display: table;
  margin: 12px auto 0 0;
}
@media screen and (max-width: 767px) {
  .upgrade-slide {
    flex-direction: column;
    gap: 14px;
  }
  .upgrade-slide__img {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .upgrade-slide__body {
    font-size: 18px;
  }
  .upgrade-slide__part {
    margin-bottom: 16px;
  }
  .upgrade-slide__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .upgrade-slide__list {
    margin-bottom: 10px;
  }
  .upgrade-slide__list li {
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
  .upgrade-slide__list li::before {
    width: 5px;
    height: 5px;
  }
  .upgrade-slide .stock-card__btn {
    font-size: 16px;
    min-width: 0;
    padding: 6px 20px;
    width: auto;
  }
}

.fee-table-wrap {
  overflow: hidden;
  margin: 8px 0 4px;
  border-radius: 22px;
  border: 1px solid #229042;
}
@media screen and (max-width: 767px) {
  .fee-table-wrap {
    margin: 6px 0 2px;
    border-radius: 14px;
  }
}

.fee-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.4;
  color: #0d6c28;
}
.fee-table th:nth-child(1),
.fee-table td:nth-child(1) {
  width: 23%;
}
.fee-table th:nth-child(2),
.fee-table td:nth-child(2) {
  width: 47%;
}
.fee-table th:nth-child(3),
.fee-table td:nth-child(3) {
  width: 30%;
}
.fee-table th,
.fee-table td {
  border: 0;
  border-right: 1px solid #229042;
  border-bottom: 1px solid #229042;
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
  color: #0d6c28;
  background: #fff;
  font-weight: 400;
}
.fee-table th:last-child,
.fee-table td:last-child {
  border-right: 0;
}
.fee-table tbody tr:last-child th,
.fee-table tbody tr:last-child td {
  border-bottom: 0;
}
.fee-table thead th {
  background: #f1fff2;
  color: #0d6c28;
}
.fee-table tbody th {
  color: #0d6c28;
  background: #fff;
}
.fee-table .is-hsb th,
.fee-table .is-hsb td {
  background: #0d6c28;
  color: #fff;
  border-color: #229042;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fee-table th,
  .fee-table td {
    padding: 6px 4px;
    line-height: 1.3;
  }
  .fee-table .is-hsb th,
  .fee-table .is-hsb td {
    font-size: 22px;
  }
}

.reward-howto-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(180px, 260px) auto minmax(0, 1fr);
  grid-template-areas: "prev viewport next caption" ". dots . caption";
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 12px;
  margin-top: 30px;
}
.reward-howto-slider__btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.reward-howto-slider__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.reward-howto-slider__btn--prev {
  grid-area: prev;
  margin-right: 20px;
}
.reward-howto-slider__btn--prev::before {
  border-width: 10px 14px 10px 0;
  border-color: transparent #39b54a transparent transparent;
}
.reward-howto-slider__btn--next {
  grid-area: next;
  margin-left: 20px;
}
.reward-howto-slider__btn--next::before {
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #39b54a;
}
.reward-howto-slider__btn:hover::before {
  border-color: transparent #f68b1f transparent transparent;
}
.reward-howto-slider__btn--next:hover::before {
  border-color: transparent transparent transparent #f68b1f;
}
.reward-howto-slider__btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.reward-howto-slider__viewport {
  grid-area: viewport;
  width: 260px;
  max-width: 100%;
}
.reward-howto-slider__track {
  position: relative;
  display: block;
  width: 100%;
}
.reward-howto-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
  text-align: center;
  z-index: 0;
}
.reward-howto-slider__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.reward-howto-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.reward-howto-slider__dots {
  grid-area: dots;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reward-howto-slider__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #39b54a;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.reward-howto-slider__dot.is-active {
  background: #39b54a;
}
.reward-howto-slider__captions {
  grid-area: caption;
  align-self: center;
  min-width: 0;
  min-height: 0;
  padding-left: 28px;
  text-align: left;
  counter-reset: reward-step;
}
.reward-howto-slider__caption {
  position: relative;
  display: block;
  margin: 0 0 16px !important;
}
@media screen and (max-width: 768px) {
  .reward-howto-slider__caption {
    margin: 0px !important;
  }
}
.reward-howto-slider__caption {
  padding-left: 52px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  counter-increment: reward-step;
  min-height: 40px;
  cursor: pointer;
}
.reward-howto-slider__caption::before {
  content: counter(reward-step);
  position: absolute;
  left: 0;
  top: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5f1e9;
  color: #0d6c28;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.reward-howto-slider__caption img {
  display: inline;
  width: 25px;
  height: auto;
  vertical-align: text-bottom;
}
.reward-howto-slider__caption strong {
  font-weight: 700;
  color: #0d6c28;
}
.reward-howto-slider__caption.is-active::before {
  background: #0d6c28;
  color: #fff;
}
.reward-howto-slider__caption:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .reward-howto-slider {
    grid-template-columns: 1fr auto auto auto 1fr;
    grid-template-areas: ". prev viewport next ." "dots dots dots dots dots" "caption caption caption caption caption";
  }
  .reward-howto-slider__btn {
    width: 28px;
    height: 28px;
  }
  .reward-howto-slider__btn--prev {
    margin-right: 20px;
  }
  .reward-howto-slider__btn--prev::before {
    border-width: 8px 11px 8px 0;
  }
  .reward-howto-slider__btn--next {
    margin-left: 20px;
  }
  .reward-howto-slider__btn--next::before {
    border-width: 8px 0 8px 11px;
  }
  .reward-howto-slider__viewport {
    width: 200px;
  }
  .reward-howto-slider__dot {
    width: 10px;
    height: 10px;
  }
  .reward-howto-slider__captions {
    padding-left: 0;
  }
  .reward-howto-slider__caption {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .reward-howto-slider__caption::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    display: none;
  }
  .reward-howto-slider__caption:not(.is-active) {
    display: none;
  }
}
.reward-howto__reminder {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
.reward-howto__reminder-title {
  margin: 0 0 8px;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: #0d6c28;
}
.reward-howto__reminder-list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
  font-size: inherit;
  line-height: 1.5;
  color: #000;
}
.reward-howto__reminder-list li + li {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .reward-howto__reminder {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */