@charset "UTF-8";
/* Banner Area */
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 15s ease;
  -moz-transition: transform 15s ease;
  -o-transition: transform 15s ease;
  transition: transform 15s ease;
}

.banner_area.active .banner_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner_area .banner_img {
  overflow: hidden;
}

.tnc-holder {
  font-size: 12px;
  color: #222;
}

.tnc-holder p {
  font-size: 12px;
  color: #222;
}

.tnc-holder ol {
  padding-left: 18px;
}

/* Content Sections */
.line-break {
  display: none;
}

#main_content_area {
  padding-bottom: 5px;
  position: relative;
}

#main_content_area .row {
  padding: 15px 8px 0;
}

#main_content_area .row.full_width {
  padding-left: 0;
  padding-right: 0;
}

#main_content_area .row.full_width .columns {
  padding-left: 0;
  padding-right: 0;
}

.centered-txt {
  text-align: center;
}

.wid680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wid730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.wid850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 12px 15px;
}

.section.full_width {
  padding-right: 0;
  padding-left: 0;
}

.section_icon {
  margin-bottom: 5px;
}

.section_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section p sup {
  font-size: 10px;
  top: -6px;
}

#footer .copy a {
  width: 50%;
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

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

.modal#tncModal {
  overflow: auto;
}

.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;
}

/* The Close Button */
.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 {
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg);
}

.modal-content .close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.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: #ffffff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}

.modal.btn-modal .modal-content {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  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: 0px;
  right: 0px;
  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;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*p2g d2g daasc*/
.isDaaSC .lan_area, .isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block, .isMobile-inline-block, .isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.text-dark-green {
  color: #004E00;
}

.font-bold {
  font-weight: bold;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

#wrap, #logo_area, #top_banner_area {
  max-width: none;
}

.footer_state_area {
  max-width: 1300px;
}

#main_content_area {
  overflow: hidden;
  position: relative;
}

.main_content_area_bg {
  position: absolute;
  top: 330px;
  width: 1082px;
  height: 753px;
  background-image: url("img_infinity.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .main_content_area_bg {
    width: 810px;
    height: 565px;
  }
}
@media (max-width: 767px) {
  .main_content_area_bg {
    width: 605px;
    top: 360px;
    height: 425px;
  }
}
#top_banner_area {
  padding: 0 0 30px;
}

@media (max-width: 767px) {
  #top_banner_area {
    padding: 0 0 15px;
  }
}
#logo_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

#HSB_logo a {
  display: block;
}

#HSB_logo img {
  width: 240px;
  margin-left: 25px;
  margin-top: 25px;
  vertical-align: top;
}

@media (max-width: 1200px) {
  .lan_area {
    top: 0;
  }
  .HSB_logo {
    height: 60px;
  }
  #HSB_logo img {
    width: 170px;
    margin-top: 10px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .lan_area {
    top: 10px;
  }
  #HSB_logo img {
    width: 100px;
    margin-top: 18px;
  }
}
.row {
  padding-top: 35px;
  padding-bottom: 35px;
}

p {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 10px;
}
p.large {
  font-size: 26px;
  line-height: 42px;
}

@media (max-width: 767px) {
  p {
    font-size: 20px;
    line-height: 34px;
  }
  p.large {
    font-size: 22px;
    line-height: 36px;
  }
}
.mobile_kv {
  display: none;
}

@media (max-width: 767px) {
  .desktop_kv {
    display: none;
  }
  .mobile_kv {
    display: block;
  }
}
.section-title, .section-title2, .section-title3 {
  color: #055541;
  font-weight: bold;
  text-align: center;
}

.section-title {
  padding-bottom: 10px;
}

.section-title2 {
  padding: 6px 0;
  margin-bottom: 10px;
}

.highlight {
  color: #194840;
}

.highlight2 {
  color: #408f58;
}

.title {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 15px;
}

.title2 {
  font-size: 35px;
}

.title3 {
  font-size: 28px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .title {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .title2 {
    font-size: 30px;
  }
  .title3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.section-title-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.section-title-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -406px;
  width: 812px;
  height: 20px;
  background: url(img_title_line.svg) no-repeat center;
  background-size: contain;
}

.section-title3-inner {
  display: inline-block;
  position: relative;
}
.section-title3-inner:after, .section-title3-inner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 158px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-title3-inner:after {
  left: -185px;
  background-image: url("img_subtitle_line1.svg");
}
.section-title3-inner:before {
  right: -185px;
  background-image: url("img_subtitle_line2.svg");
}

@media (max-width: 767px) {
  .section-title-inner:after {
    width: 506px;
    margin-left: -253px;
    height: 14px;
  }
  .section-title3-inner:after, .section-title3-inner:before {
    top: 4px;
    width: 105px;
    height: 22px;
  }
  .section-title3-inner:after {
    left: -125px;
  }
  .section-title3-inner:before {
    right: -125px;
  }
}
.section-desc {
  padding-top: 10px;
  max-width: 1480px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.section-desc.tab-section-desc {
  max-width: 100%;
}
.section-desc.with-new-feature {
  padding-top: 92px;
}
.section-desc.with-new-feature .new-feature-badge {
  position: absolute;
  top: 20px;
  left: 23%;
  transform: translateX(-320px);
  width: 260px;
  max-width: 42vw;
  height: auto;
}

.btn {
  display: inline-block;
  border-radius: 54px;
  text-shadow: none;
  padding: 13px 15px;
  text-align: center;
  min-width: 170px;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  transform: scale(1);
  transition: transform ease 0.3s;
}
.btn:hover {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .btn {
    font-size: 16px;
    padding: 11px 15px;
  }
  .section-desc.with-new-feature {
    padding-top: 100px;
  }
  .section-desc.with-new-feature .new-feature-badge {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
  }
}
.btn-white {
  background-color: #fff;
  color: #0f4b41;
}

.btn-green {
  margin-top: 20px;
  background-color: #187918;
  color: #fff;
  font-size: 22px;
  padding: 10px 15px;
  width: 22%;
  margin: 0 auto;
}

.sticky-btn {
  position: fixed;
  z-index: 9999;
  bottom: 20%;
  right: 5%;
}

.sticky-bar {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  width: 100%;
  height: fit-content;
  padding: 20px 25px 15px 25px;
  background: #187918;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sticky-bar.is-hidden-by-footer {
  opacity: 0;
  visibility: hidden;
}

.sticky-bar-inner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sticky-bar-inner {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
}

.sticky-bar-desc {
  color: #fff !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.sticky-bar-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .sticky-bar-btn {
    text-align: center;
  }
}

.btn-open-acct2, .btn-open-acct3 {
  display: inline-block;
  background: #055541;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 28px;
  padding: 6px 35px;
  transform: scale(1);
  transition: transform ease 0.3s;
  margin: 0 8px;
}
.btn-open-acct2 img, .btn-open-acct3 img {
  width: 32px;
  margin-top: -3px;
}
.btn-open-acct2:hover, .btn-open-acct3:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .btn-open-acct2, .btn-open-acct3 {
    font-size: 20px;
    padding: 6px 25px;
    margin: 3px 5px;
  }
}

.btn-open-acct3 {
  background: #fff;
  color: #055541;
}

.btn-open-acct {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: url(img_create_account_btn.svg) no-repeat center;
  background-size: contain;
  color: #fff;
  text-align: center;
  padding: 14px;
  transform: scale(1);
  transition: transform ease 0.3s;
}
.btn-open-acct img, .btn-open-acct span {
  display: block;
  margin: 0 auto;
}
.btn-open-acct img {
  position: relative;
  left: 3px;
  width: 35px;
  padding-top: 8px;
}
.btn-open-acct span {
  margin-top: 3px;
}
.btn-open-acct:hover {
  transform: scale(1.05);
}

@media (max-width: 1440px) {
  .sticky-btn {
    bottom: 10%;
    right: 3%;
  }
  .btn-open-acct {
    width: 80px;
    height: 80px;
  }
  .btn-open-acct img {
    width: 26px;
    padding-top: 2px;
  }
  .btn-open-acct span {
    margin-top: 1px;
    font-size: 12px;
  }
}
.cta-banner {
  width: 100%;
  height: 400px;
  background: url("banner_contact.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

.cta-banner-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px 30px;
  text-align: center;
  max-width: 1010px;
  margin: 0 auto;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

.cta-banner-title {
  margin-bottom: 8px;
}

.swiper-tab {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 40px 0 55px;
}

.swiper-tab-inner {
  width: 100%;
  display: flex;
}

.swiper-tab-item {
  position: relative;
  flex: 1 1 0px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  padding: 6px 30px;
  border-left: 2px solid #e4e9e5;
}
.swiper-tab-item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 8%;
  width: 84%;
  height: 0;
  background-color: #0e9e59;
  transition: height ease 0.3s;
}
.swiper-tab-item:first-child {
  border-left: none;
}
.swiper-tab-item a {
  height: 100%;
  position: relative;
  display: table;
  width: 100%;
  color: #114a41;
  opacity: 0.3;
  transition: opacity ease 0.3s;
}
.swiper-tab-item a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.swiper-tab-item.active a, .swiper-tab-item:hover a {
  opacity: 1;
}
.swiper-tab-item.active:after {
  height: 4px;
}

@media only screen and (max-width: 1440px) {
  .swiper-tab {
    padding: 0 15px;
    padding: 20px 0 40px;
  }
  .swiper-tab-item {
    font-size: 22px;
    line-height: 28px;
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-tab {
    padding: 0 15px;
    padding: 20px 0 35px;
  }
  .swiper-tab-item {
    font-size: 18px;
    line-height: 26px;
    padding: 3px 20px;
  }
}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 15px;
  padding-left: 60px;
  transition: background-color ease 0.3s, color ease 0.3s;
  font-size: 28px;
  line-height: 34px;
  color: #0c6d2a;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #359653;
  color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #359653;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 80px 25px;
  border-top: none;
  animation: fadeEffect 0.4s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-wrapper {
  max-width: 1680px;
  padding: 0 25px;
  margin: 10px auto 200px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab-item {
  align-self: stretch;
  flex: 1 0 25%;
  max-width: 25%;
  padding: 7px;
}
.tab-item .tablinks {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  border: 1px solid #0d6c2a;
}

@media only screen and (max-width: 1440px) {
  .tab-wrapper {
    margin: 0 auto 155px;
  }
  .tab-item {
    padding: 5px;
  }
  .tab button {
    padding: 12px 12px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-wrapper {
    padding: 0 10px;
  }
  .tab-item {
    padding: 4px 4px 0;
  }
  .tab button {
    padding: 9px 20px;
    padding-left: 35px;
    font-size: 15px;
    line-height: 18px;
  }
  .tab button .ico {
    left: 5px;
  }
}
.tablinks:hover .ico-1, .tablinks.active .ico-1 {
  background-image: url("Cat_icon_1_W.svg");
}
.tablinks:hover .ico-2, .tablinks.active .ico-2 {
  background-image: url("Cat_icon_2_W.svg");
}
.tablinks:hover .ico-3, .tablinks.active .ico-3 {
  background-image: url("Cat_icon_3_W.svg");
}
.tablinks:hover .ico-4, .tablinks.active .ico-4 {
  background-image: url("Cat_icon_4_W.svg");
}
.tablinks:hover .ico-5, .tablinks.active .ico-5 {
  background-image: url("Cat_icon_5_W.svg");
}
.tablinks:hover .ico-6, .tablinks.active .ico-6 {
  background-image: url("Cat_icon_6_W.svg");
}
.tablinks:hover .ico-7, .tablinks.active .ico-7 {
  background-image: url("Cat_icon_7_W.svg");
}
.tablinks:hover .ico-8, .tablinks.active .ico-8 {
  background-image: url("Cat_icon_8_W.svg");
}

@media only screen and (max-width: 1440px) {
  .ico {
    left: -1px;
    width: 42px;
    height: 42px;
    margin-top: -23px;
  }
}
@media only screen and (max-width: 767px) {
  .ico {
    width: 28px;
    height: 28px;
    margin-top: -15px;
  }
}
.tabcontent {
  position: relative;
}

.tabcontent-wrapper {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 1200px;
  margin: 55px auto;
  padding-bottom: 35px;
  border-radius: 20px;
  border: 1px solid #0d6c2a;
  background-color: #fff;
  box-shadow: 20px 17px #359653;
}

.tabcontent-tagline {
  padding: 35px 40px;
}

.tabcontent-title, .tabcontent-subtitle {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  padding: 15px 38px 0;
}

.tabcontent-title {
  color: #0c6d2a;
}
.tabcontent-title .ico {
  position: relative;
  left: 0;
  top: -6px;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}

.tabcontent-subtitle {
  color: #124a41;
}

@media only screen and (max-width: 767px) {
  .tab {
    display: block;
    overflow: auto;
    white-space: nowrap;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 0 10px;
  }
  .tab .tab-item {
    display: inline-block;
    max-width: initial;
  }
}
.hr-gradient {
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(93deg, rgb(54, 149, 83) 0%, rgb(161, 206, 175) 50%, rgb(255, 255, 255) 100%);
}

.terms {
  font-size: 14px;
  line-height: 20px;
}

ol li, ul li {
  margin-left: 16px;
}

span {
  white-space: initial;
}

@media only screen and (max-width: 1024px) {
  .tabcontent {
    padding: 35px 30px 60px;
  }
  .tabcontent-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    padding: 15px 25px 3px;
  }
  .tabcontent-wrapper {
    margin: 30px auto;
  }
  .tabcontent-tagline {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tabcontent-wrapper {
    margin: 20px auto;
    box-shadow: 7px 8px #359653;
  }
  .tabcontent-title, .tabcontent-subtitle {
    font-size: 22px;
    line-height: 34px;
    padding: 12px 15px 3px;
  }
  .tabcontent-title .ico, .tabcontent-subtitle .ico {
    top: -2px;
  }
  .tabcontent-tagline {
    padding: 25px 15px 10px;
  }
}
.card-row {
  max-width: 1680px;
  overflow-y: hidden;
  overflow-x: auto;
  cursor: grab;
  padding-bottom: 45px !important;
}
.card-row::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media only screen and (max-width: 767px) {
  .card-row {
    padding-bottom: 22px !important;
  }
}

.card-container {
  display: flex;
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .card-container {
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .card-container {
    padding-top: 50px;
    width: 200%;
  }
}
@media only screen and (max-width: 500px) {
  .card-container {
    padding-top: 50px;
    width: 220%;
  }
}

.tab-card {
  position: relative;
  min-width: 200px;
  height: 370px;
  background: rgb(48, 207, 232);
  flex: 1;
  transition: flex ease 0.3s;
  margin: 0 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tab-card:nth-child(1) {
  background-image: url("img_tab1.png");
}
.tab-card:nth-child(2) {
  background-image: url("img_tab4.png");
}
.tab-card:nth-child(3) {
  background-image: url("img_tab3.png");
}
.tab-card:nth-child(4) {
  background-image: url("img_tab2.png");
}
.tab-card:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -45px;
  width: 50px;
  height: 22px;
  background: url("img_expand.svg") no-repeat center;
  background-size: contain;
  transition: opacity ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .tab-card:after {
    bottom: -22px;
  }
}
.tab-card:hover {
  flex: 1.6;
}
.tab-card.active {
  flex: 2.3;
}
.tab-card.active:after {
  opacity: 1;
}
.tab-card.active .tab-card-title .spacer {
  display: inline;
}
.tab-card.active .tab-card-desc {
  margin-top: 4px;
  height: initial;
  opacity: 1;
}
.tab-card.inactive {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-card.inactive .tab-card-overlay {
  height: 100%;
  width: 100%;
  backdrop-filter: blur(3px);
}
.tab-card.inactive .tab-card-content {
  position: relative;
}
.tab-card.inactive:hover {
  flex: 1;
}
@media only screen and (max-width: 500px) {
  .tab-card {
    height: 215px;
    margin: 0 8px;
  }
}

.card-1 mark {
  background-color: #796282 !important;
}

.card-2 mark {
  background-color: #00787A !important;
}

.card-3 mark {
  background-color: #B17A6A !important;
}

.card-4 mark {
  background-color: #C07C7F !important;
}

.tab-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.tab-card-content {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .tab-card-content {
    font-size: 14px;
    padding: 15px;
  }
}

.tab-card-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
.tab-card-title .spacer {
  display: block;
}
@media only screen and (max-width: 500px) {
  .tab-card-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.tab-card-desc {
  opacity: 0;
  height: 0;
  transition: opacity ease 0.3s;
}
.tab-card-desc mark {
  color: #fff;
}

.tab-content-row {
  max-width: 100%;
  padding: 0 !important;
  background: url("img_business_bg.jpg") no-repeat center;
  background-size: cover;
}

.tabcontent {
  max-width: 1480px;
  margin: 0 auto;
}

.green-text {
  color: #055541;
}

.sticky-bar-linebreak {
  display: none;
}
@media (max-width: 767px) {
  .sticky-bar-linebreak {
    display: block;
  }
}

.sticky-bar-highlight {
  font-size: 150%;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .tab-content {
    padding: 0 20px;
  }
}

.tab-content.active {
  display: block;
}

.tab-button-container {
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 300px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  top: -40px;
  position: relative;
}
.tab-button-container p {
  margin-bottom: 0;
  font-size: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .tab-button-container {
    width: 90%;
    height: fit-content;
    gap: 0px;
    flex-direction: column;
    border-radius: 50px;
    align-items: stretch;
    padding: 20px;
  }
  .tab-button-container p {
    margin-left: 10px;
  }
}

.tab-button {
  height: 60px;
  font-size: 20px;
  padding: 8px 25px 8px 65px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #187918;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 50px 40px;
}
.tab-button.active {
  border-radius: 100px;
  background-color: #187918;
  color: #fff;
}
@media (max-width: 768px) {
  .tab-button {
    background-size: 35px 40px;
    padding: 8px 18px 8px 50px;
    font-size: 20px;
    height: 50px;
  }
}

.tab-button.tab-1 {
  background-image: url("../../chi/images/icon_apps_1.svg");
}
.tab-button.tab-1.active {
  background-image: url("../../chi/images/icon_apps_2.svg");
}
.tab-button.tab-1.active .main_content_area_bg {
  display: none;
}

.tab-button.tab-2 {
  background-image: url("../../chi/images/icon_segment_1.svg");
}
.tab-button.tab-2.active {
  background-image: url("../../chi/images/icon_segment_2.svg");
}

.tab-button.tab-3 {
  background-image: url("../../chi/images/icon_insights_1.svg");
}
.tab-button.tab-3.active {
  background-image: url("../../chi/images/icon_insights_2.svg");
}

.tab-container {
  background-color: #f2f9f5;
}

.tab-content-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.tab-desc {
  text-align: center;
}
.tab-desc p {
  line-height: 32px;
}

/* Tab 1 */
.tab-main-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
  margin-top: 20px;
}
.tab-main-content .side-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 350px;
}
.tab-main-content .side-column.left {
  text-align: center;
}
.tab-main-content .side-column.right {
  text-align: center;
}
.tab-main-content .feature-item {
  transition: transform 0.3s ease;
}
.tab-main-content .feature-item:hover {
  transform: scale(1.08);
}
.tab-main-content .feature-item .icon-circle {
  margin: 0 auto -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./ic_effect.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 275px;
}
.tab-main-content .feature-item .icon-circle img {
  width: 135px;
}
.tab-main-content .feature-item h3 {
  color: #0f590f;
  font-size: 28px;
  font-weight: bold;
}
.tab-main-content .feature-item p {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .tab-main-content .center-phone {
    flex: 1.5;
  }
}

.tab-cta {
  margin-top: 40px;
  text-align: center;
}
.tab-cta a {
  display: inline-block;
  background-color: #2d6a31;
  color: #fff;
  padding: 8px 36px;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s;
}
.tab-cta a:hover {
  background-color: rgb(29.8013245033, 70.1986754967, 32.4503311258);
}

.section-desc p {
  font-size: 22px;
}
@media (max-width: 768px) {
  .section-desc p {
    font-size: 18px;
    line-height: 160%;
  }
}

.arrow-image {
  text-align: center;
  padding: 10px 0 60px;
}
.arrow-image p {
  margin-top: 20px;
  font-size: 28px;
  padding: 0 20px;
}

.section-cta-row {
  width: 100%;
  max-width: 100%;
  background: url("img_create_account_bg.jpg") no-repeat center bottom;
  background-size: contain;
}

.section-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.section-cta-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 64px;
}
@media only screen and (max-width: 991px) {
  .section-cta-wrapper {
    padding: 20px 30px 10px;
  }
}

.section-cta-img, .section-cta-content {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .section-cta-img, .section-cta-content {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.section-cta-img {
  width: 35%;
  padding-bottom: 35px;
}
.section-cta-img img {
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .section-cta-img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .section-cta-img img {
    max-width: 330px;
  }
}

.section-cta-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 130%;
  padding-bottom: 25px;
}
.section-cta-title .green-subtitle {
  text-align: right;
  color: #055541;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-cta-title .green-subtitle {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .section-cta-title {
    padding-bottom: 10px;
    font-size: 30px;
  }
}

.section-cta-content {
  width: 90%;
  padding-left: 10px;
  text-align: center;
}
.section-cta-content .remark {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .section-cta-content {
    width: 100%;
    padding-left: 0;
  }
}

.remarks-row {
  max-width: 1280px;
  padding: 20px 50px;
  font-weight: normal;
  margin: 0 auto;
}
.remarks-row p {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .remarks-row {
    padding: 20px 23px 40px !important;
  }
}

.remarks-table {
  margin-top: 10px;
}
.remarks-table td {
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 24px;
}
.remarks-table td:first-child {
  padding-right: 8px;
}

.section-cta-desc p {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
}

.app-downaload-text {
  margin-top: 40px;
  text-align: center;
}

.app-download-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 650px;
  margin: 0px auto 40px;
}
.app-download-section .qr-code img {
  width: 100px;
}
.app-download-section .download-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.app-download-section .download-grid .grid-header {
  width: 100%;
}
.app-download-section .download-grid .grid-header img {
  width: 100%;
  height: auto;
  display: block;
}
.app-download-section .download-grid .store-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
}
.app-download-section .download-grid .store-buttons .store-item img {
  width: 100%;
  height: auto;
  display: block;
}

.promo-banner img {
  width: 100%;
}

/* Tab-2  */
.investment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 80px 20px 0px;
  background-color: #f4f7f6;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .investment-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .investment-grid {
    padding: 20px 0 0;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.investment-grid .card-column {
  display: flex;
  flex-direction: column;
  gap: 90px;
  align-items: center;
}
@media (max-width: 768px) {
  .investment-grid .card-column {
    gap: 15px;
  }
}
.investment-grid .info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 20px 20px;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  min-height: 150px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .investment-grid .info-card {
    min-height: unset;
    padding: 30px 20px;
    max-width: 100%;
    width: 100%;
  }
  .investment-grid .info-card .info-card-header {
    max-width: 80%;
  }
}
.investment-grid .info-card .icon-wrap {
  position: absolute;
  top: -60px;
  right: 0px;
}
.investment-grid .info-card .icon-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .investment-grid .info-card .icon-wrap {
    top: 15px;
    right: -15px;
  }
  .investment-grid .info-card .icon-wrap img {
    width: 70%;
  }
}
.investment-grid .info-card h3 {
  color: #0f590f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.investment-grid .info-card ul {
  list-style: none;
}
@media (max-width: 768px) {
  .investment-grid .info-card ul {
    margin-top: 20px;
  }
}
.investment-grid .info-card ul li {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.investment-grid .info-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border-left: 6px solid #3ab64b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media (max-width: 768px) {
  #tab2 .info-card.wow {
    visibility: visible !important;
    animation-name: fadeInUp !important;
    animation-delay: 0.2s !important;
  }
  .info-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .info-card.is-open .info-card-body {
    max-height: 400px;
  }
}
/* Tab-3 */
.news-list {
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .news-list {
    padding: 20px 0px;
  }
}
.news-list .news-card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 750px;
  min-height: 160px;
  background: linear-gradient(to right, #ffffff 0%, #f2f9f5 100%);
}
.news-list .news-card .image-box {
  flex: 0 0 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.news-list .news-card .image-box img {
  width: 180px;
}
@media (max-width: 768px) {
  .news-list .news-card .image-box {
    flex: 0 0 170px;
  }
}
.news-list .news-card .content-box {
  flex: 1;
  padding: 20px 40px 20px 0;
}
.news-list .news-card .content-box h3 {
  color: #0f590f;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-list .news-card .content-box p {
  font-size: 20px;
  line-height: 42px;
  margin: 0;
}
@media (max-width: 768px) {
  .news-list .news-card .content-box {
    padding: 20px 0px;
  }
  .news-list .news-card .content-box h3 {
    font-size: 24px;
  }
  .news-list .news-card .content-box p {
    line-height: 1.6;
  }
}

.disclaimer {
  padding: 25px 20px;
  border: 1px #000 solid;
  max-height: 120px;
  overflow-y: auto;
}
.disclaimer p {
  line-height: 20px;
}
.disclaimer li {
  font-size: 14px;
}

.section-desc-title {
  color: #008A2E;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-desc-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.mobile-feature-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(to bottom, transparent -30%, #f2f9f5 55px);
  padding: 14px 16px 42px;
  transform: translateY(100%);
  transition: transform 0.35s ease;
}
@media (max-width: 768px) {
  .mobile-feature-footer {
    display: block;
  }
}
.mobile-feature-footer.is-visible {
  transform: translateY(0);
}
.mobile-feature-footer .mobile-footer-swiper-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-feature-footer .mobile-footer-arrow {
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #2d6a31;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-feature-footer .mobile-footer-arrow:hover {
  background-color: rgb(29.8013245033, 70.1986754967, 32.4503311258);
}
.mobile-feature-footer .mobile-footer-arrow::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.mobile-feature-footer .mobile-footer-prev::before {
  transform: rotate(135deg);
  margin-right: -3px;
}
.mobile-feature-footer .mobile-footer-next::before {
  transform: rotate(-45deg);
  margin-left: -5px;
}
.mobile-feature-footer #mobile-feature-swiper {
  flex: 1;
  overflow: hidden;
}
.mobile-feature-footer #mobile-feature-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-feature-footer #mobile-feature-swiper .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 0;
}
.mobile-feature-footer #mobile-feature-swiper .feature-item .icon-circle {
  margin-bottom: 8px;
}
.mobile-feature-footer #mobile-feature-swiper .feature-item .icon-circle img {
  width: 100px;
  height: 100px;
}
.mobile-feature-footer #mobile-feature-swiper .feature-item .feature-text h3 {
  color: #0f590f;
  font-size: 24px;
  margin-top: 10px;
}
.mobile-feature-footer #mobile-feature-swiper .feature-item .feature-text p {
  margin: 0;
  line-height: 28px;
}
.mobile-feature-footer .tab-cta {
  margin-top: 12px;
  text-align: center;
}

.top-banner img {
  width: 100%;
}

.section-desc {
  position: relative;
}

.section-jeno-left {
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 200px;
  height: auto;
  pointer-events: none;
}

.section-jeno-top {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: auto;
  pointer-events: none;
}

.story {
  padding: 50px 0;
  background: url("story_bg.jpg") center/cover no-repeat;
  position: relative;
  overflow: visible;
}

.story-deco-bags {
  position: absolute;
  top: -70px;
  left: 10%;
  width: 250px;
  height: auto;
  z-index: 10;
  pointer-events: none;
}

.story__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}

.story__card {
  padding: 18px 0;
  cursor: pointer;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.story__card.is-active {
  gap: 16px;
}

.story__card.is-active p {
  display: block;
  font-size: 14px;
  color: #5b6472;
  margin-bottom: 12px;
  line-height: 1.5;
}

.story__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ICON */
.story__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #fff;
  border: none; /* REMOVE BORDER */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  /* green bottom shadow */
  box-shadow: 0 3px 0px rgba(58, 181, 74, 0.35);
}
@media (max-width: 768px) {
  .story__icon {
    width: 50px;
    height: 50px;
  }
}

/* SVG CENTER FIX */
.story__icon .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
}
@media (max-width: 768px) {
  .story__icon .icon {
    width: 32px;
    height: 32px;
  }
}

.story__card.is-active .story__icon {
  background: #3AB54A;
  border-color: #3AB54A;
}

/* swap */
.icon--default {
  opacity: 1;
}

.icon--active {
  opacity: 0;
}

.story__card.is-active .icon--default {
  opacity: 0;
}

.story__card.is-active .icon--active {
  opacity: 1;
}

/* TITLE */
.story__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  transition: font-size 0.3s ease;
}

/* DESCRIPTION */
.story__desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.story__desc {
  font-size: 20px;
}
@media (max-width: 768px) {
  .story__desc {
    font-size: 18px;
    line-height: 160%;
  }
}

.story__card.is-active .story__desc {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
}

/* hide inactive description */
.story__card:not(.is-active) .story__desc {
  display: none;
}

/* progress bar (only visible when active) */
/* progress always visible */
.story__progress {
  height: 3px;
  background: #e5e7eb; /* grey track ALWAYS visible */
  overflow: hidden;
  border-radius: 999px;
  margin-top: 12px;
}

/* default bar */
.story__bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #3AB54A;
  opacity: 0.2; /* inactive state subtle */
}

/* active state */
.story__card.is-active .story__bar {
  opacity: 1;
  background: #3AB54A;
}

/* smooth layout shift handling */
.story__card h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  transition: all 0.3s ease;
  color: #333333; /* inactive default */
}
@media (max-width: 768px) {
  .story__card h3 {
    font-size: 22px;
    line-height: 150%;
  }
}

/* active state */
.story__card.is-active h3 {
  color: #008A2E;
}

/* RIGHT */
.story__right {
  position: relative;
  margin: 0 auto;
}

.story__image-box {
  width: 340px;
  height: auto;
  aspect-ratio: 271/513;
  border: none;
  border-radius: 8px;
  overflow: visible;
  position: relative;
}

.story-jeno-icon {
  position: absolute;
  right: -10%;
  bottom: 8%;
  width: 150px;
  height: auto;
  z-index: 20;
  pointer-events: none;
}

/* image layers */
.story__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.4s ease, transform 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story__image.is-active {
  opacity: 1;
  transform: scale(1);
}

.story__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.story__mobile-image {
  display: none;
}

@media (max-width: 768px) {
  .story__right {
    display: none;
  }
  .story__card .story__mobile-image {
    display: none;
    margin: 6px 0 2px;
  }
  .story__card.is-active .story__mobile-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .story__mobile-image img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}
.story__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.story__cta a {
  display: inline-flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 16px 24px;
  background: #3AB54A;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease;
  will-change: transform;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .story__cta a {
    font-size: 18px;
  }
}

.story__cta a:hover {
  transform: scale(1.05);
}

/* responsive */
@media (max-width: 768px) {
  .story__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .story__right,
  .story__left {
    width: 100%;
  }
  .story__cta {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.story__remark {
  font-size: 16px;
}
@media (max-width: 768px) {
  .story__remark {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  .story__container {
    display: flex;
    flex-direction: column;
    gap: 24px; /* 👈 this is your real spacing */
  }
  /* IMAGE ALWAYS FIRST */
  .story__right {
    width: 100%;
    margin: 0;
    order: 0;
  }
  /* CARDS ALWAYS BELOW */
  .story__left {
    width: 100%;
    order: 1;
  }
  .story__image-box {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1/1;
    height: auto;
    position: relative;
    overflow: visible;
    display: block;
    margin: 0 auto;
  }
  .story__image {
    position: absolute;
    inset: 0;
  }
  /* kill decorative overflow on mobile */
  .story-jeno-icon {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .story__image-box .mobile-section-icon.jeno-right {
    display: block;
    position: absolute;
    right: 80px;
    bottom: -8px;
    top: auto;
    width: 100px;
    margin: 0;
    z-index: 25;
  }
}
.justpay-section {
  background: linear-gradient(to bottom, #FFFFFF, #F2FFD4);
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.justpay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.justpay-box {
  display: flex;
  gap: 20px;
}

/* each box */
.justpay-box__item {
  width: 370px;
  height: 490px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.justpay-box__item:not(:has(p)) {
  gap: 14px;
}

.justpay-swiper .swiper-slide,
.justpay2-swiper .swiper-slide {
  background: transparent !important;
}

.justpay-box__item--tall {
  height: 550px;
}

@media (max-width: 1440px) {
  .justpay-box__item--tall {
    height: 480px !important;
  }
}
/* image */
.justpay-box__item img {
  width: 500px;
  object-fit: cover;
  margin: 0 auto;
  margin-top: 40px;
}

/* title */
.justpay-box__item h3 {
  padding: 16px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.img-note {
  color: #008a2e !important;
  font-size: 14px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.justpay-cta {
  text-align: center;
}

.justpay-cta-link {
  display: inline-block;
  font-size: 22px;
  padding: 16px 24px;
  background: #3AB54A;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: transform 0.25s ease;
  will-change: transform;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .justpay-cta-link {
    font-size: 18px;
  }
}

.justpay-cta__content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.justpay-cta-link:hover {
  transform: scale(1.05);
}

.justpay-cta .arrow {
  display: block;
}

.justpay-cta-mobile {
  display: none;
}

.justpay-highlight {
  background: rgba(58, 181, 74, 0.1);
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #008A2E;
  text-underline-offset: 13px;
  padding: 8px 2px;
}

.justpay-highlighted-green {
  font-size: 32px;
  color: #008A2E;
  font-weight: 900;
  line-height: 2;
  padding: 10px 0;
}

@media (max-width: 1440px) {
  .justpay-highlight {
    padding: 4px 2px;
    text-underline-offset: 8px;
  }
}
.justpay-p2g-highlight {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: #008A2E;
  text-align: center;
}

@media (max-width: 1440px) {
  .justpay-p2g-highlight {
    font-size: 16px;
  }
}
/* =========================
   DESKTOP MODE (swiper not initialized)
   ========================= */
.justpay-swiper:not(.swiper-initialized),
.justpay2-swiper:not(.swiper-initialized) {
  padding-bottom: 80px;
}

.justpay-swiper:not(.swiper-initialized) .swiper-wrapper,
.justpay2-swiper:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
  gap: 20px;
}

.justpay-swiper:not(.swiper-initialized) .swiper-slide,
.justpay2-swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
}

.justpay-swiper:not(.swiper-initialized) .swiper-pagination,
.justpay-swiper:not(.swiper-initialized) .justpay-nav,
.justpay2-swiper:not(.swiper-initialized) .swiper-pagination,
.justpay2-swiper:not(.swiper-initialized) .justpay-nav {
  display: none;
}

/* =========================
   MOBILE MODE
   ========================= */
@media (max-width: 1440px) {
  .justpay-swiper,
  .justpay2-swiper {
    position: relative;
    width: 100%;
    padding: 0 20px 60px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .justpay2-swiper {
    padding-bottom: 70px;
  }
  .justpay-swiper .swiper-wrapper,
  .justpay2-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .justpay-swiper .swiper-slide,
  .justpay2-swiper .swiper-slide {
    width: 100% !important;
    min-height: 470px;
    height: auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    overflow: visible;
  }
  .justpay-swiper .swiper-slide .justpay-box__item,
  .justpay2-swiper .swiper-slide .justpay-box__item {
    width: 90vw;
    max-width: 370px;
    min-height: 450px;
    height: auto;
  }
  .justpay2-swiper .swiper-slide {
    min-height: 520px;
    height: auto;
    overflow: visible;
  }
  .justpay2-swiper .swiper-slide .justpay-box__item--tall {
    min-height: 520px;
    height: auto;
  }
  .justpay-swiper .swiper-slide .justpay-box__item img,
  .justpay2-swiper .swiper-slide .justpay-box__item img {
    width: 400px;
    height: auto;
    object-fit: contain;
    margin-top: 0px;
  }
  .justpay-swiper .swiper-slide .justpay-box__item h3,
  .justpay2-swiper .swiper-slide .justpay-box__item h3 {
    padding: 12px 16px 0;
    font-size: 20px;
    line-height: 25px;
  }
  .justpay-swiper .swiper-pagination,
  .justpay2-swiper .swiper-pagination {
    position: static;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    margin: 32px auto 0;
    transform: none;
  }
  .justpay2-swiper .swiper-pagination {
    margin-top: 32px;
  }
  .justpay-swiper .swiper-pagination-bullet,
  .justpay2-swiper .swiper-pagination-bullet {
    flex: 1;
    width: auto;
    height: 5px;
    margin: 0 !important;
    border-radius: 2px;
    background: #D1D5DB;
    opacity: 1;
  }
  .justpay-swiper .swiper-pagination-bullet-active,
  .justpay2-swiper .swiper-pagination-bullet-active {
    background: #3AB54A;
  }
  .justpay-swiper .justpay-nav,
  .justpay2-swiper .justpay-nav {
    position: absolute;
    top: 205px;
    width: 440px;
    left: calc((100vw - 440px) / 2);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
  }
  .justpay-swiper .swiper-button-prev,
  .justpay-swiper .swiper-button-next,
  .justpay2-swiper .swiper-button-prev,
  .justpay2-swiper .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    margin-top: 0;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 1px 0 #3AB54A;
    pointer-events: auto;
    color: transparent;
  }
  .justpay-swiper .swiper-button-prev::after,
  .justpay-swiper .swiper-button-next::after,
  .justpay2-swiper .swiper-button-prev::after,
  .justpay2-swiper .swiper-button-next::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #3AB54A;
    border-right: 2px solid #3AB54A;
    font-size: 0;
  }
  .justpay-swiper .swiper-button-next::after,
  .justpay2-swiper .swiper-button-next::after {
    transform: rotate(45deg);
  }
  .justpay-swiper .swiper-button-prev::after,
  .justpay2-swiper .swiper-button-prev::after {
    transform: rotate(-135deg);
  }
  .justpay-cta-mobile {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
}
.cta-coins {
  position: absolute;
  top: -80px;
  right: 10%;
  width: 250px;
  height: auto;
  z-index: 10;
  pointer-events: none;
}

.app-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.app-box__title-box {
  position: relative;
  padding: 20px 60px;
  width: 100%;
  background: #0e4b42;
  border-radius: 36px 36px 0 0;
  overflow: hidden;
}
.app-box__title-box::before {
  content: "";
  position: absolute;
  background: rgba(235, 250, 246, 0.11);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.app-box__title-box::after {
  content: "";
  position: absolute;
  right: 13%;
  bottom: 6%;
  background: #0e4b42;
  height: 120%;
  width: 100%;
  transform: skew(-42deg) rotate(-1.5deg);
  border-radius: 15px;
}
.app-box__title-txt {
  position: relative;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.app-box__content-box {
  border-top: 0;
}
.app-box__content-box__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
.app-box__icon {
  margin-right: 16px;
}
.app-box__qr {
  margin-right: 40px;
}
.app-box__icon, .app-box__qr {
  flex-shrink: 0;
  height: 150px;
}
.app-box__icon img, .app-box__qr img {
  height: 100%;
}
.app-box__search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background: #fff;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  pointer-events: none;
}
.app-box__search-box img {
  width: auto;
  height: 56.25%;
  aspect-ratio: 1;
}
.app-box .app-download-template {
  width: 62%;
  margin: 0 10px;
}
.app-box .app-download-template > img {
  width: 100%;
}
.app-box .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.app-box .app-col a {
  width: calc(50% - 2px);
}
.app-box .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .app-box__title-txt {
    font-size: 26px;
  }
  .app-box__search-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .app-box__title-box {
    padding: 20px 20px;
  }
  .app-box__title-box::before {
    display: none;
  }
  .app-box__title-box::after {
    display: none;
  }
  .app-box__icon {
    height: auto;
    width: 20%;
    margin-right: 5px;
  }
  .app-box__title-txt {
    font-size: 24px;
    line-height: 34px;
  }
  .app-box__content-box__inner {
    max-width: 100%;
  }
  .app-box__qr {
    display: none;
  }
  .app-box__search-box {
    padding: 4px 12px;
    height: 38px;
    border-radius: 6px;
    font-size: 10px;
  }
}

.app-template {
  width: 80%;
  max-width: 650px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.app-template .app-icon {
  width: 19%;
}
.app-template .app-icon img {
  width: 100%;
  aspect-ratio: 1/1;
}
.app-template .app-download-template {
  width: 62%;
  margin: 0 10px;
}
.app-template .app-download-template > img {
  width: 100%;
}
.app-template .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.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: 767px) {
  .app-template {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .story-deco-bags,
  .section-jeno-top,
  .section-jeno-left,
  .story-jeno-icon,
  .cta-coins {
    display: none !important;
  }
}
.mobile-section-icon {
  display: none;
}

/* MOBILE ONLY */
@media (max-width: 1440px) {
  .mobile-section-icon {
    display: block;
    width: 100px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    margin-left: auto;
    margin-right: auto; /* 👈 centers horizontally */
  }
  .mobile-section-icon.shopping-bag {
    top: -90px;
    margin-bottom: -90px;
    width: 150px;
  }
  .mobile-section-icon.coins {
    top: -80px;
    margin-bottom: -80px;
    width: 150px;
  }
  .mobile-section-icon.jeno-top {
    width: 150px;
  }
  .mobile-section-icon.jeno-left {
    width: 100px;
  }
  /* optional alignment per section */
  .section-desc {
    position: relative;
  }
}
.sticky-app-btn {
  position: fixed;
  background-color: white;
  transition: transform 0.2s ease-in-out;
  box-shadow: 2px 2px 6px 0 rgba(0, 38, 34, 0.25);
  border-radius: 10px;
  cursor: pointer;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
}
.sticky-app-btn__inner {
  mask: linear-gradient(-60deg, #000 30%, rgba(0, 0, 0, 0.3333333333), #000 70%) right/1000% 100%;
  animation: shimmer 4.5s infinite;
  background-color: #7fde89;
  padding: 6px;
}
.sticky-app-btn__icn {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  height: 60px;
}
.sticky-app-btn__icn img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 60px;
  z-index: 999;
}
.sticky-app-btn__curved-btm {
  position: absolute;
  background-color: #7fde89;
  width: 100%;
  height: 21px;
  bottom: -21px;
}
.sticky-app-btn__curved-btm::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-radius: 50%/100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sticky-app-btn__txt {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #055541;
}
@media (max-width: 767px) {
  .sticky-app-btn__txt {
    font-size: 10px;
  }
}
.sticky-app-btn:hover {
  transform: scale(1.1);
}

/* =========================
   UNIFIED JUSTPAY FULL SECTION
   ========================= */
.justpay-full-section {
  background: linear-gradient(to bottom, #FFFFFF, #F2FFD4);
  width: 100%;
  padding-bottom: 60px;
}
.justpay-full-section .swiper + .section {
  margin-top: 20px;
}

.justpay-full-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 24px;
}

@media (max-width: 1440px) {
  .justpay-full-cta {
    margin: 24px;
    padding: 0 20px;
  }
}
.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #FFF;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0F4B41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0F4B41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0F4B41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #FFF;
  background-color: #0F4B41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

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