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

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

.banner_area.active .banner_img {
  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;
}

.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 {
  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 */
.warn-modal .modal-content {
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .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("icn_stroke_close_grey02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

/*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;
}

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

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

.md\:block {
  display: none;
}

.md\:flex {
  display: none;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex {
    display: flex;
  }
}
.lg\:flex {
  display: none;
}

@media (min-width: 992px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-gap-5 {
  gap: 5px;
}
.flex-gap-10 {
  gap: 10px;
}
.flex-gap-15 {
  gap: 15px;
}
.flex-gap-25 {
  gap: 25px;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}

.inline-flex {
  display: inline-flex;
}

.d-hidden {
  display: none;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10, .tnc-section .tnc-container span:not([class]),
.tnc-section .tnc-container p:not([class]),
.tnc-section .tnc-container li:not([class]) {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30, .app-section > .slogan {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 110px;
  }
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 20px;
}
.ml-60 {
  margin-left: 25px;
}
.ml-80 {
  margin-left: 35px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 20px;
}
.mr-60 {
  margin-right: 25px;
}
.mr-80 {
  margin-right: 35px;
}

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.underline {
  text-decoration: underline;
}

.txt-green-1 {
  color: #186841;
}

.txt-green-2 {
  color: #96d200;
}

.txt-brown-1 {
  color: #b98d34;
}

.txt-brown-2 {
  color: #e3c86e;
}

.txt-white {
  color: #fff;
}

.txt-grey {
  color: #3b3b3b;
}

.bg-green-1 {
  background-color: #2f857e;
}

.bg-green-2 {
  background-color: #2a8679;
}

.bg-green-3 {
  background-color: #186841;
}

.bg-green-4 {
  background-color: #96d200;
}

.bg-gradient-green {
  position: relative;
  background: linear-gradient(to right, rgba(229, 244, 228, 0) 0%, rgba(229, 244, 228, 0.5) 20%, rgb(229, 244, 228) 50%, rgba(229, 244, 228, 0.5) 80%, rgba(229, 244, 228, 0) 100%);
}
.bg-gradient-green::before, .bg-gradient-green::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, rgba(104, 180, 142, 0) 10%, rgb(104, 180, 142) 50%, rgba(104, 180, 142, 0) 90%);
}
.bg-gradient-green::before {
  top: 0;
}
.bg-gradient-green::after {
  bottom: 0;
}

.txt-start {
  text-align: start;
}

.text-left {
  text-align: left;
}

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

.txt-xlarge {
  font-size: 1.4em;
}

.txt-enlarge {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .txt-enlarge {
    font-size: 1.2em;
  }
}

.txt-xlarge {
  font-size: 1.5em;
}

.txt-small {
  font-size: 0.7em;
}

.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: bold;
}

.fz20 {
  font-size: 20px;
}
.fz23 {
  font-size: 23px;
}
.fz25 {
  font-size: 25px;
}
.fz50 {
  font-size: 50px;
}

.lh-1_5 {
  line-height: 1.5 !important;
}
.lh-2 {
  line-height: 2;
}

.text-xs {
  font-size: 16px;
  line-height: 22px;
}
.text-sm {
  font-size: 20px;
  line-height: 21px;
}
.text-base {
  font-size: 25px;
  line-height: 42px;
}
.text-lg {
  font-size: 38px;
  line-height: 1.5;
}
.text-xl {
  font-size: 36px;
  line-height: 1.5;
}
.text-2xl {
  font-size: 50px;
  line-height: 1.5;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #333;
}
.text-main-green-1 {
  color: #699b64;
}
.text-main-green-2 {
  color: #055541;
}
.text-main-green-3 {
  color: #e5f4e4;
}
.text-balance {
  text-wrap: balance;
}
@media (max-width: 640px) {
  .text-base {
    font-size: 20px;
    line-height: 35px;
  }
  .text-lg {
    font-size: 30px;
  }
}

.bg-main-green-3 {
  background-color: #e5f4e4;
}

.brown-line {
  border-bottom: 1px solid #bf9b75;
}

.w-full {
  width: 100%;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1440 {
  max-width: 1440px;
}

.no-pre, .tnc-section .tnc-container span, span:not(.pre) {
  white-space: normal !important;
}

.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}

#wrap {
  max-width: none;
}

@media (min-width: 1024px) {
  .lg\:text-xs {
    font-size: 16px;
    line-height: 22px;
  }
  .lg\:text-sm {
    font-size: 18px;
    line-height: 21px;
  }
  .lg\:text-base {
    font-size: 25px;
    line-height: 42px;
  }
  .lg\:text-lg {
    font-size: 31px;
    line-height: 46px;
  }
  .lg\:text-2xl {
    font-size: 50px;
    line-height: 1.5;
  }
}

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

.remark-box {
  padding: 5px 15px;
  border: 1px solid #000;
}
@media (min-width: 1024px) {
  .remark-box {
    padding: 10px 30px;
  }
}
.remark-box .remark-txt {
  line-height: 21px;
}

.nr-offer {
  display: none !important;
}

.blink-title {
  position: relative;
  padding: 35px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}
.blink-title::before, .blink-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
}
.blink-title::before {
  background: url(left\ deco.png) no-repeat top left;
  background-size: contain;
  left: 0;
}
.blink-title::after {
  background: url(right\ deco.png) no-repeat top right;
  background-size: contain;
  right: 0;
}
@media (min-width: 1024px) {
  .blink-title {
    font-size: 42px;
    padding: 35px 80px;
  }
}

.link-button {
  background-color: #186841;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.link-button p, .link-button h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.link-button img {
  max-width: 23px;
}

.popup-panel {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  padding: 5rem 0 2.5rem 2.5rem;
  z-index: 110;
  background-color: #fcfcfc;
  border-radius: 35px 0 0 35px;
  transition: transform 0.4s ease;
  transform: translateX(100%);
  overflow: hidden;
}
.popup-panel .content {
  overflow-y: auto;
  scroll-behavior: contain;
  height: 100%;
  padding-right: 2.5rem;
}
.popup-panel .close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.3rem;
  width: 30px;
}
.popup-panel .close-button img {
  width: 100%;
}
.popup-panel .close-button:hover {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.popup-panel.active {
  transform: translateX(0%);
}
@media (min-width: 992px) {
  .popup-panel {
    width: 50%;
  }
}

.overlay {
  display: none;
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 105;
}

#section-1 .risk-remark {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 1;
}

#section-2 .tab-1-content,
#section-2 .tab-2-content,
#section-2 .tab-3-content {
  display: none;
}
#section-2 .tab-container {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
}
#section-2 .tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 142px;
  flex: 1;
  z-index: 10;
  font-size: 30px;
  color: #fcfcfc;
}
#section-2 .tab.mobile {
  background: url(default_tab_bg_mobile.png) no-repeat center bottom/contain;
}
#section-2 .tab:not(.mobile) {
  background: url(default_tab_bg.png) no-repeat center bottom/contain;
  max-width: 330px;
}
#section-2 .tab::after {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #b98d31 transparent transparent transparent;
  position: absolute;
  top: 100%;
  display: none;
}
@media (min-width: 992px) {
  #section-2 .tab {
    max-width: 500px;
    line-height: 35px;
    padding: 25px 40px;
  }
}
#section-2 .tab-content-container {
  padding: 30px;
  background-color: #f4f8f3;
  position: relative;
  margin-bottom: 30px;
}
#section-2 .tab-content-container .tab-content-title {
  font-size: 30px;
  line-height: 2;
  color: #B1882F;
}
@media (min-width: 992px) {
  #section-2 .tab-content-container {
    padding: 105px 30px 60px 30px;
    margin: 30px 0;
  }
}
#section-2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  font-size: medium;
}
#section-2 .grid ul {
  margin-left: 20px;
  line-height: 2;
  font-size: 20px;
}
#section-2 .grid .grid-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#section-2 .grid .grid-item img {
  vertical-align: top;
  width: 40px;
}
#section-2 .grid .grid-item .grid-special-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
#section-2 .grid .grid-item .grid-special-content img {
  margin-top: 15px;
  min-width: 170px;
}
@media (max-width: 768px) {
  #section-2 .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
#section-2[data-active-tab="#hang-seng-bank"] .tab-container {
  margin-bottom: -100px;
}
#section-2[data-active-tab="#hang-seng-bank"] .tab-1 {
  color: #fff;
}
#section-2[data-active-tab="#hang-seng-bank"] .tab-1::after {
  display: block;
}
#section-2[data-active-tab="#hang-seng-bank"] .tab-1.mobile {
  background: url(selected_tab_bg_mobile.png) no-repeat center bottom/contain;
  margin-bottom: 20px;
}
#section-2[data-active-tab="#hang-seng-bank"] .tab-1:not(.mobile) {
  background: url(selected_tab_bg.png) no-repeat center bottom/contain;
}
#section-2[data-active-tab="#hang-seng-bank"] .tab-1-content {
  display: block;
}
#section-2[data-active-tab="#hang-seng-insurance"] .tab-container {
  margin-bottom: -100px;
}
#section-2[data-active-tab="#hang-seng-insurance"] .tab-2 {
  color: #fff;
  background-size: contain;
}
#section-2[data-active-tab="#hang-seng-insurance"] .tab-2::after {
  display: block;
}
#section-2[data-active-tab="#hang-seng-insurance"] .tab-2.mobile {
  background: url(selected_tab_bg_mobile.png) no-repeat center bottom/contain;
  margin-bottom: 20px;
}
#section-2[data-active-tab="#hang-seng-insurance"] .tab-2:not(.mobile) {
  background: url(selected_tab_bg.png) no-repeat center bottom/contain;
}
#section-2[data-active-tab="#hang-seng-insurance"] .tab-2-content {
  display: block;
}
#section-2[data-active-tab="#hang-seng-investment"] .tab-container {
  margin-bottom: -100px;
}
#section-2[data-active-tab="#hang-seng-investment"] .tab-3 {
  color: #fff;
  background-size: contain;
}
#section-2[data-active-tab="#hang-seng-investment"] .tab-3::after {
  display: block;
}
#section-2[data-active-tab="#hang-seng-investment"] .tab-3.mobile {
  background: url(selected_tab_bg_mobile.png) no-repeat center bottom/contain;
  margin-bottom: 20px;
}
#section-2[data-active-tab="#hang-seng-investment"] .tab-3:not(.mobile) {
  background: url(selected_tab_bg.png) no-repeat center bottom/contain;
}
#section-2[data-active-tab="#hang-seng-investment"] .tab-3-content {
  display: block;
}

#section-3 .tab-1-content,
#section-3 .tab-2-content,
#section-3 .tab-3-content {
  display: none;
}
#section-3 .tab-container {
  width: 80%;
  margin: 0 auto;
  gap: 30px;
}
#section-3 .tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  z-index: 10;
  position: relative;
  font-size: 25px;
  border-bottom: 5.5px solid rgb(185, 141, 49);
  color: #186841;
  background: linear-gradient(to right, rgb(217, 228, 214), rgb(177, 196, 173));
  background-size: cover;
  min-height: 100px;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  transform-origin: bottom center;
}
@media (min-width: 992px) {
  #section-3 .tab {
    max-width: 500px;
    font-size: 22px;
    padding: 25px 40px;
  }
}
@media (min-width: 1200px) {
  #section-3 .tab {
    font-size: 30px;
  }
}
#section-3[data-active-tab="#wealth-management"] .tab-1 {
  color: #fff;
  background: url(tab_bg.png) no-repeat center center/cover;
  background-color: #186841;
}
#section-3[data-active-tab="#wealth-management"] .tab-1::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  border-width: 10px;
  border-style: solid;
  border-color: rgb(185, 141, 49) transparent transparent transparent;
}
#section-3[data-active-tab="#wealth-management"] .tab-1:not(.mobile) {
  transition: transform 0.3s ease;
  transform: scale(1.1);
  transform-origin: bottom center;
}
#section-3[data-active-tab="#wealth-management"] .tab-1-content {
  display: block;
}
#section-3[data-active-tab="#education"] .tab-2 {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#427a6a",endColorstr="#055541",GradientType=1);
  background: url("./tab_bg.png") no-repeat center center/cover;
  background-color: #186841;
}
#section-3[data-active-tab="#education"] .tab-2::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  border-width: 10px;
  border-style: solid;
  border-color: rgb(185, 141, 49) transparent transparent transparent;
}
#section-3[data-active-tab="#education"] .tab-2:not(.mobile) {
  transition: transform 0.3s ease;
  transform: scale(1.1);
  transform-origin: bottom center;
}
#section-3[data-active-tab="#education"] .tab-2-content {
  display: block;
}
#section-3[data-active-tab="#healthy-lifestyle"] .tab-3 {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#427a6a",endColorstr="#055541",GradientType=1);
  background: url("./tab_bg.png") no-repeat center center/cover;
  background-color: #186841;
}
#section-3[data-active-tab="#healthy-lifestyle"] .tab-3::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  border-width: 10px;
  border-style: solid;
  border-color: rgb(185, 141, 49) transparent transparent transparent;
}
#section-3[data-active-tab="#healthy-lifestyle"] .tab-3:not(.mobile) {
  transition: transform 0.3s ease;
  transform: scale(1.1);
  transform-origin: bottom center;
}
#section-3[data-active-tab="#healthy-lifestyle"] .tab-3-content {
  display: block;
}
#section-3 .tab-content-container {
  margin-bottom: 30px;
  padding: 60px 20px;
  background: url("tab background.jpg") center center;
  background-size: cover;
  position: relative;
}
#section-3 .tab-1-content .main-content,
#section-3 .tab-2-content .main-content,
#section-3 .tab-3-content .main-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#section-3 .tab-1-content .main-content img:not(.main-image),
#section-3 .tab-2-content .main-content img:not(.main-image),
#section-3 .tab-3-content .main-content img:not(.main-image) {
  flex: 1;
  height: 30px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
#section-3 .tab-1-content .main-content .main-image,
#section-3 .tab-2-content .main-content .main-image,
#section-3 .tab-3-content .main-content .main-image {
  flex: 1;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1250px) {
  #section-3 .tab-1-content .main-content .main-image,
  #section-3 .tab-2-content .main-content .main-image,
  #section-3 .tab-3-content .main-content .main-image {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 600px;
  }
}
#section-3 .tab-1-content .card-container-2,
#section-3 .tab-2-content .card-container-2,
#section-3 .tab-3-content .card-container-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
#section-3 .tab-1-content .card-container-2 .card,
#section-3 .tab-2-content .card-container-2 .card,
#section-3 .tab-3-content .card-container-2 .card {
  display: flex;
  flex-direction: column;
  border: 1px solid #c2d3c4;
  position: relative;
  padding: 1.5rem;
  gap: 5px;
}
#section-3 .tab-1-content .card-container-2 .card .tag,
#section-3 .tab-2-content .card-container-2 .card .tag,
#section-3 .tab-3-content .card-container-2 .card .tag {
  position: absolute;
  top: -13px;
  left: 20px;
  padding: 2px 13px;
  font-size: 13px;
  color: #186841;
  background-color: #fcfcfc;
  border: 1px solid #186841;
  border-radius: 20px;
}
#section-3 .tab-1-content .card-container-2 .card ul,
#section-3 .tab-2-content .card-container-2 .card ul,
#section-3 .tab-3-content .card-container-2 .card ul {
  margin: 10px 0 10px 20px;
}
#section-3 .tab-1-content .card-container-2 .card ul li,
#section-3 .tab-2-content .card-container-2 .card ul li,
#section-3 .tab-3-content .card-container-2 .card ul li {
  line-height: 1.75;
  margin-bottom: 10px;
}
#section-3 .tab-1-content .card-container-2 .card .card-title,
#section-3 .tab-2-content .card-container-2 .card .card-title,
#section-3 .tab-3-content .card-container-2 .card .card-title {
  font-size: 20px;
  color: #186841;
  font-weight: bold;
  line-height: 1.5;
}
#section-3 .tab-1-content .card-container-2 .card img[data-image=not-selected],
#section-3 .tab-2-content .card-container-2 .card img[data-image=not-selected],
#section-3 .tab-3-content .card-container-2 .card img[data-image=not-selected] {
  display: inline-block;
}
#section-3 .tab-1-content .card-container-2 .card img[data-image=selected],
#section-3 .tab-2-content .card-container-2 .card img[data-image=selected],
#section-3 .tab-3-content .card-container-2 .card img[data-image=selected] {
  display: none;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section,
#section-3 .tab-2-content .card-container-2 .card .sub-section,
#section-3 .tab-3-content .card-container-2 .card .sub-section {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 10px;
  font-size: 16px;
  gap: 10px;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .icon,
#section-3 .tab-1-content .card-container-2 .card .sub-section img[alt="gold right arrow"],
#section-3 .tab-1-content .card-container-2 .card .sub-section img[alt="white right arrow"],
#section-3 .tab-2-content .card-container-2 .card .sub-section .icon,
#section-3 .tab-2-content .card-container-2 .card .sub-section img[alt="gold right arrow"],
#section-3 .tab-2-content .card-container-2 .card .sub-section img[alt="white right arrow"],
#section-3 .tab-3-content .card-container-2 .card .sub-section .icon,
#section-3 .tab-3-content .card-container-2 .card .sub-section img[alt="gold right arrow"],
#section-3 .tab-3-content .card-container-2 .card .sub-section img[alt="white right arrow"] {
  flex: 1;
  max-width: 30px;
  margin: 0;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .content,
#section-3 .tab-2-content .card-container-2 .card .sub-section .content,
#section-3 .tab-3-content .card-container-2 .card .sub-section .content {
  flex: 2;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .content .link-button.mobile,
#section-3 .tab-2-content .card-container-2 .card .sub-section .content .link-button.mobile,
#section-3 .tab-3-content .card-container-2 .card .sub-section .content .link-button.mobile {
  display: none;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .list-content,
#section-3 .tab-2-content .card-container-2 .card .sub-section .list-content,
#section-3 .tab-3-content .card-container-2 .card .sub-section .list-content {
  width: 65%;
}
@media (min-width: 994px) {
  #section-3 .tab-1-content .card-container-2 .card .sub-section .list-content,
  #section-3 .tab-2-content .card-container-2 .card .sub-section .list-content,
  #section-3 .tab-3-content .card-container-2 .card .sub-section .list-content {
    width: 81%;
  }
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .link-button,
#section-3 .tab-2-content .card-container-2 .card .sub-section .link-button,
#section-3 .tab-3-content .card-container-2 .card .sub-section .link-button {
  background-color: #186841;
  padding: 0 13px;
  transition: transform 0.2s linear;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .link-button p,
#section-3 .tab-2-content .card-container-2 .card .sub-section .link-button p,
#section-3 .tab-3-content .card-container-2 .card .sub-section .link-button p {
  font-size: 14px;
  position: relative;
  left: 5px;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .link-button img,
#section-3 .tab-2-content .card-container-2 .card .sub-section .link-button img,
#section-3 .tab-3-content .card-container-2 .card .sub-section .link-button img {
  max-width: 20px;
  position: relative;
  left: 5px;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .link-button:hover,
#section-3 .tab-2-content .card-container-2 .card .sub-section .link-button:hover,
#section-3 .tab-3-content .card-container-2 .card .sub-section .link-button:hover {
  transform: scale(1.1);
}
#section-3 .tab-1-content .card-container-2 .card .sub-section.readmore .readmore-item,
#section-3 .tab-2-content .card-container-2 .card .sub-section.readmore .readmore-item,
#section-3 .tab-3-content .card-container-2 .card .sub-section.readmore .readmore-item {
  display: list-item;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .readmore-button,
#section-3 .tab-1-content .card-container-2 .card .sub-section .readless-button,
#section-3 .tab-2-content .card-container-2 .card .sub-section .readmore-button,
#section-3 .tab-2-content .card-container-2 .card .sub-section .readless-button,
#section-3 .tab-3-content .card-container-2 .card .sub-section .readmore-button,
#section-3 .tab-3-content .card-container-2 .card .sub-section .readless-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #186841;
  cursor: pointer;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section .readmore-button img,
#section-3 .tab-1-content .card-container-2 .card .sub-section .readless-button img,
#section-3 .tab-2-content .card-container-2 .card .sub-section .readmore-button img,
#section-3 .tab-2-content .card-container-2 .card .sub-section .readless-button img,
#section-3 .tab-3-content .card-container-2 .card .sub-section .readmore-button img,
#section-3 .tab-3-content .card-container-2 .card .sub-section .readless-button img {
  max-width: 15px;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section.readmore .readmore-button,
#section-3 .tab-2-content .card-container-2 .card .sub-section.readmore .readmore-button,
#section-3 .tab-3-content .card-container-2 .card .sub-section.readmore .readmore-button {
  display: none;
}
#section-3 .tab-1-content .card-container-2 .card .sub-section.readmore .readless-button,
#section-3 .tab-2-content .card-container-2 .card .sub-section.readmore .readless-button,
#section-3 .tab-3-content .card-container-2 .card .sub-section.readmore .readless-button {
  display: flex;
}
#section-3 .tab-1-content .card-container-2 .card:hover,
#section-3 .tab-2-content .card-container-2 .card:hover,
#section-3 .tab-3-content .card-container-2 .card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-color: rgb(185, 141, 49);
  background-color: rgba(255, 255, 255, 0.25);
}
#section-3 .tab-1-content .card-container-2 .card:hover .card-title,
#section-3 .tab-1-content .card-container-2 .card:hover .tag,
#section-3 .tab-1-content .card-container-2 .card:hover .readmore-button,
#section-3 .tab-1-content .card-container-2 .card:hover .readless-button,
#section-3 .tab-2-content .card-container-2 .card:hover .card-title,
#section-3 .tab-2-content .card-container-2 .card:hover .tag,
#section-3 .tab-2-content .card-container-2 .card:hover .readmore-button,
#section-3 .tab-2-content .card-container-2 .card:hover .readless-button,
#section-3 .tab-3-content .card-container-2 .card:hover .card-title,
#section-3 .tab-3-content .card-container-2 .card:hover .tag,
#section-3 .tab-3-content .card-container-2 .card:hover .readmore-button,
#section-3 .tab-3-content .card-container-2 .card:hover .readless-button {
  color: rgb(185, 141, 49);
}
#section-3 .tab-1-content .card-container-2 .card:hover .card-title label,
#section-3 .tab-1-content .card-container-2 .card:hover .tag label,
#section-3 .tab-1-content .card-container-2 .card:hover .readmore-button label,
#section-3 .tab-1-content .card-container-2 .card:hover .readless-button label,
#section-3 .tab-2-content .card-container-2 .card:hover .card-title label,
#section-3 .tab-2-content .card-container-2 .card:hover .tag label,
#section-3 .tab-2-content .card-container-2 .card:hover .readmore-button label,
#section-3 .tab-2-content .card-container-2 .card:hover .readless-button label,
#section-3 .tab-3-content .card-container-2 .card:hover .card-title label,
#section-3 .tab-3-content .card-container-2 .card:hover .tag label,
#section-3 .tab-3-content .card-container-2 .card:hover .readmore-button label,
#section-3 .tab-3-content .card-container-2 .card:hover .readless-button label {
  color: rgb(185, 141, 49);
}
#section-3 .tab-1-content .card-container-2 .card:hover .tag,
#section-3 .tab-2-content .card-container-2 .card:hover .tag,
#section-3 .tab-3-content .card-container-2 .card:hover .tag {
  border: 1px solid rgb(185, 141, 49);
}
#section-3 .tab-1-content .card-container-2 .card:hover img[data-image=not-selected],
#section-3 .tab-2-content .card-container-2 .card:hover img[data-image=not-selected],
#section-3 .tab-3-content .card-container-2 .card:hover img[data-image=not-selected] {
  display: none;
}
#section-3 .tab-1-content .card-container-2 .card:hover img[data-image=selected],
#section-3 .tab-2-content .card-container-2 .card:hover img[data-image=selected],
#section-3 .tab-3-content .card-container-2 .card:hover img[data-image=selected] {
  display: inline-block;
}
#section-3 .tab-1-content .card-container-2 .card:hover .link-button,
#section-3 .tab-2-content .card-container-2 .card:hover .link-button,
#section-3 .tab-3-content .card-container-2 .card:hover .link-button {
  background-color: rgb(185, 141, 49);
}
@media (max-width: 640px) {
  #section-3 .tab-1-content .card-container-2 .card .content .list-content,
  #section-3 .tab-2-content .card-container-2 .card .content .list-content,
  #section-3 .tab-3-content .card-container-2 .card .content .list-content {
    width: 100%;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .content-button-container,
  #section-3 .tab-2-content .card-container-2 .card .content .content-button-container,
  #section-3 .tab-3-content .card-container-2 .card .content .content-button-container {
    display: block;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .content-button-container .list-content,
  #section-3 .tab-2-content .card-container-2 .card .content .content-button-container .list-content,
  #section-3 .tab-3-content .card-container-2 .card .content .content-button-container .list-content {
    display: inline;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .content-button-container .link-button,
  #section-3 .tab-2-content .card-container-2 .card .content .content-button-container .link-button,
  #section-3 .tab-3-content .card-container-2 .card .content .content-button-container .link-button {
    padding: 0;
    background-color: transparent;
    display: inline-block;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .content-button-container .link-button img,
  #section-3 .tab-2-content .card-container-2 .card .content .content-button-container .link-button img,
  #section-3 .tab-3-content .card-container-2 .card .content .content-button-container .link-button img {
    display: none;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .content-button-container .link-button p,
  #section-3 .tab-2-content .card-container-2 .card .content .content-button-container .link-button p,
  #section-3 .tab-3-content .card-container-2 .card .content .content-button-container .link-button p {
    color: #186841;
    font-weight: normal;
    text-decoration: underline;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .card-title .link-button,
  #section-3 .tab-2-content .card-container-2 .card .content .card-title .link-button,
  #section-3 .tab-3-content .card-container-2 .card .content .card-title .link-button {
    display: none;
  }
  #section-3 .tab-1-content .card-container-2 .card .content .link-button.mobile,
  #section-3 .tab-2-content .card-container-2 .card .content .link-button.mobile,
  #section-3 .tab-3-content .card-container-2 .card .content .link-button.mobile {
    display: flex !important;
    margin-top: 10px;
  }
  #section-3 .tab-1-content .card-container-2 .card:hover .content-button-container .link-button p,
  #section-3 .tab-2-content .card-container-2 .card:hover .content-button-container .link-button p,
  #section-3 .tab-3-content .card-container-2 .card:hover .content-button-container .link-button p {
    color: rgb(185, 141, 49);
  }
}
#section-3 .remark-box {
  padding: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #b1c5ad;
  border-bottom: 5px solid rgb(185, 141, 49);
}
#section-3 .remark-box .remark-txt {
  font-size: 25px;
  line-height: 42px;
  margin-bottom: 1rem;
}
#section-3 .remark-box .link-button {
  margin-left: auto;
}
#section-3 .remark-box .link-button .mobile-break {
  display: none;
}
#section-3 .remark-box .link-button p {
  font-size: 17px;
}
@media (max-width: 640px) {
  #section-3 .remark-box .remark-txt {
    font-size: 20px;
    line-height: 35px;
  }
  #section-3 .remark-box .link-button {
    max-width: 100%;
    margin-left: 0;
  }
  #section-3 .remark-box .link-button .mobile-break {
    display: inline-block;
  }
}
#section-3 .circle-point-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#section-3 .circle-point-container .circle-point-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#section-3 .circle-point-container .circle-point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#section-3 .circle-point-container .circle-point img {
  max-width: 40px;
}
#section-3 .circle-point-container .circle-point p {
  font-size: 18px;
  color: #186841;
  font-weight: bold;
}
@media (min-width: 840px) {
  #section-3 .circle-point-container .circle-point-list {
    flex-direction: row;
  }
}
#section-3 .card-container-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-block: 20px;
}
#section-3 .card-container-1 .card {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 10px);
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #98b693;
  transition: background-color 0.3s;
  user-select: none; /* Prevents text selection */
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For Internet Explorer/Edge */
}
#section-3 .card-container-1 .card .icon {
  flex: 1;
  margin: 0;
}
#section-3 .card-container-1 .card .icon img {
  width: 100%;
}
#section-3 .card-container-1 .card .desc {
  flex: 5;
  font-size: 20px;
  line-height: 35px;
}
#section-3 .card-container-1 .card .desc span {
  color: #186841;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
}
#section-3 .card-container-1 .card:hover {
  background-color: #B1C5AD;
}
@media (min-width: 971px) {
  #section-3 .learn-more-link {
    padding: 20px 50px;
  }
  #section-3 .card-container-1 {
    padding: 20px 50px;
  }
  #section-3 .card-container-1 .card {
    flex-basis: calc(33% - 10px);
    flex-direction: row;
  }
  #section-3 .card-container-1 .card .desc {
    font-size: 21px;
    line-height: 32px;
  }
  #section-3 .card-container-1 .card .desc span {
    font-size: 25px;
    line-height: 36px;
  }
}
#section-3 .popup-panel .content {
  display: flex;
  flex-direction: column;
}
#section-3 .popup-panel .content .content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section-3 .popup-panel .content p {
  font-size: 16px;
  line-height: 1.6;
}
#section-3 .popup-panel .content .title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
#section-3 .popup-panel .content .title-wrapper h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  color: #186841;
  text-align: left;
  margin-bottom: 0;
}
#section-3 .popup-panel .content .subtitle-wrapper {
  font-weight: bold;
  color: #186841;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
#section-3 .popup-panel .content .subtitle-wrapper .icon {
  width: 65px;
}
#section-3 .popup-panel .content .subtitle-wrapper p {
  font-size: 17px !important;
  line-height: 1.5 !important;
}
#section-3 .popup-panel .content .subtitle-wrapper.underline-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, rgba(24, 104, 65, 0) 15%, #186841);
  margin-top: 5px;
  position: relative;
  left: 10%;
}
#section-3 .popup-panel .content .subsection-content {
  margin-left: 20px;
}
#section-3 .popup-panel .content .card-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
#section-3 .popup-panel .content .card-wrapper .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  padding: 20px;
  background-color: #bad0bc;
  border-radius: 15px;
  height: 100%;
}
#section-3 .popup-panel .content .card-wrapper .card .upper {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 70%;
}
#section-3 .popup-panel .content .card-wrapper .card .upper .card-icon {
  border-radius: 0 35px 15px 15px;
  background-color: white;
  padding: 3%;
  width: 70px;
  flex: 1;
}
#section-3 .popup-panel .content .card-wrapper .card .upper .card-title {
  color: #186841;
  font-weight: bold;
  flex: 2;
}
#section-3 .popup-panel .content .card-wrapper .card .lower {
  height: 50%;
}
@media (max-width: 700px) {
  #section-3 .popup-panel .content .card-wrapper {
    flex-direction: column;
  }
}
#section-3 .popup-panel .content .desc {
  margin-bottom: 20px;
}
#section-3 .popup-panel .content .desc ol {
  margin-left: 18px;
}
#section-3 .popup-panel .content ul, #section-3 .popup-panel .content ol {
  text-align: left;
  margin-left: 25px;
  font-size: 16px;
}
#section-3 .popup-panel .content table {
  margin-bottom: 10px;
  width: 100%;
}
#section-3 .popup-panel .content table th, #section-3 .popup-panel .content table td {
  padding: 10px;
  border: 1px solid white;
  text-align: center;
  font-size: 16px;
}
#section-3 .popup-panel .content table th {
  color: #186841;
  font-size: 16px;
  background-color: #CAD7C6;
}
#section-3 .popup-panel .content table tbody tr:nth-child(odd) {
  background-color: #dfe8e1;
}
#section-3 .popup-panel .content table tbody tr:nth-child(even) {
  background-color: #eff4f0;
}
#section-3 .highlight-section {
  box-sizing: border-box;
  background: url(green_background1.png) no-repeat center center;
  background-color: #186841;
  background-size: cover;
  padding-block: 35px;
  margin-bottom: 80px;
}
#section-3 .highlight-section .link-button-container {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 0 auto;
}
#section-3 .highlight-section .link-button-container::before, #section-3 .highlight-section .link-button-container::after {
  content: "";
  position: absolute;
}
#section-3 .highlight-section .link-button-container::before {
  background-color: #3b825f;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  z-index: 20;
  border-radius: 30px;
  transition: transform 0.3s linear;
  transform-origin: center center;
}
#section-3 .highlight-section .link-button-container::after {
  background-color: #25734c;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  z-index: 10;
  border-radius: 45px;
  transition: transform 0.4s linear 0.1s;
}
#section-3 .highlight-section .link-button-container .link-button {
  background-color: #fcfcfc;
  position: relative;
  z-index: 30;
}
#section-3 .highlight-section .link-button-container .link-button p {
  color: #186841;
  z-index: 20;
}
#section-3 .highlight-section .link-button-container .link-button img {
  z-index: 20;
}
#section-3 .highlight-section .card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
#section-3 .highlight-section .card-container .card {
  display: flex;
  gap: 20px;
  color: #fcfcfc;
  position: relative;
  padding: 20px;
  flex: 1;
  position: relative;
  background: url("card_bg.png") no-repeat center center;
  background-size: cover;
  border: 2px solid #46926E;
}
#section-3 .highlight-section .card-container .card .orange-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#section-3 .highlight-section .card-container .card:nth-child(odd) .orange-overlay {
  background: linear-gradient(to bottom right, rgb(108, 136, 83) 0%, rgba(108, 136, 83, 0) 40%, rgba(108, 136, 83, 0) 100%);
}
#section-3 .highlight-section .card-container .card:nth-child(even) .orange-overlay {
  background: linear-gradient(to top right, rgb(108, 136, 83) 0%, rgba(108, 136, 83, 0) 40%, rgba(108, 136, 83, 0) 100%);
}
#section-3 .highlight-section .card-container .card img {
  width: 30px;
  height: -moz-max-content;
  height: max-content;
  z-index: 10;
}
#section-3 .highlight-section .card-container .card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
}
#section-3 .highlight-section .card-container .card .content .title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.5;
}
#section-3 .highlight-section .card-container .card .content .description {
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 15px;
}
#section-3 .highlight-section .card-container .card .content .link-button {
  padding: 6px 20px;
}
#section-3 .highlight-section .card-container .card .content .link-button p {
  font-size: 14px;
}
#section-3 .highlight-section .card-container .card .content .link-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #fcfcfc;
  font-size: 16px;
  margin-top: 15px;
  text-align: left;
}
#section-3 .highlight-section .card-container .card .content .link-container img {
  width: 20px;
}
#section-3 .highlight-section .card-container .card::before {
  content: "hello world";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid red;
  background-image: linear-gradient(45deg, #fff, #fff);
  background-size: 200px 200px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#section-3 .highlight-section .link-button.ripple-effect {
  background-color: rgb(185, 141, 49);
  padding: 10px 30px;
}
#section-3 .highlight-section .link-button.ripple-effect a {
  color: #fcfcfc;
  font-size: 25px;
}
#section-3 .highlight-section .link-button.ripple-effect img {
  max-width: 30px;
  width: 30px;
  position: relative;
  left: 10px;
}
@media (min-width: 940px) {
  #section-3 .highlight-section .card-container {
    flex-direction: row;
  }
}
#section-3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  row-gap: 40px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  font-size: medium;
  margin-bottom: 70px;
}
#section-3 .grid p {
  color: #fcfcfc;
}
#section-3 .grid .grid-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#section-3 .grid .grid-item img {
  vertical-align: top;
  width: 40px;
}
#section-3 .grid .grid-item .content {
  text-align: left;
}
#section-3 .grid .grid-item .content .title {
  font-size: 23px;
  color: #fcfcfc;
  font-weight: bold;
  line-height: 2;
}
#section-3 .grid .grid-item .content .description {
  font-size: 18px;
  color: #fcfcfc;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #section-3 .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}

#section-4 .section-with-header {
  border: 1px solid #c7d3c3;
  border-bottom: 5px solid rgb(185, 141, 49);
}
#section-4 .section-with-header .header {
  background: url(tab_bg.png) no-repeat center center;
  background-color: #12572c;
  background-size: cover;
  padding: 1rem;
  color: #fcfcfc;
}
#section-4 .section-with-header .content {
  padding: 2rem;
}
#section-4 .section-with-header .content .card-container {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
}
#section-4 .section-with-header .content .card-container .logo {
  width: 130px;
  background-color: #dfe9dd;
  padding: 25px;
  border-radius: 50%;
}
#section-4 .section-with-header .content .card-container .link-button {
  width: 100%;
  padding: 20px 15px;
}
#section-4 .section-with-header .content .card-container .link-button p {
  font-size: 25px;
}
#section-4 .section-with-header .content .card-container .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  margin-bottom: 20px;
}
#section-4 .section-with-header .content .card-container .link-button > a {
  font-size: 16px;
}
@media (min-width: 840px) {
  #section-4 .section-with-header .content .card-container {
    flex-direction: row;
  }
  #section-4 .section-with-header .content .card-container .logo {
    width: 80px;
    padding: 15px;
  }
  #section-4 .section-with-header .content .card-container .link-button {
    width: -moz-max-content;
    width: max-content;
    padding: 7px 15px;
  }
  #section-4 .section-with-header .content .card-container .link-button p {
    font-size: 16px;
  }
}

#section-5 .main-content {
  display: flex;
  flex-direction: column;
}
#section-5 .main-content .content {
  background: url(green_bg.png) no-repeat center center;
  background-color: #04553d;
  background-size: cover;
  position: relative;
  padding: 3.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
#section-5 .main-content .content .content-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
#section-5 .main-content .content .content-item h2 {
  color: #fcfcfc;
}
#section-5 .main-content .content .content-item h2:not(.link-button p) {
  font-size: 20px;
  line-height: 1.5;
}
#section-5 .main-content .content .content-item img:not(.link-button img) {
  max-width: 23px;
}
#section-5 .main-content .content .link-button {
  background-color: #8F7024;
  padding: 7px 16px;
  transition: box-shadow 0.1s linear;
  display: flex;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; /* for Safari and Chrome */
  -moz-user-select: none; /* for Firefox */
  -ms-user-select: none; /* for IE and Edge */
  box-shadow: 0 0 0px #ffffff, 0 0 0px #ffffff, 0 0 0px #ffffff;
}
#section-5 .main-content .content .link-button p {
  font-weight: bold;
}
#section-5 .main-content .content .link-button img {
  max-width: 23px;
  position: relative;
  left: 5px;
}
#section-5 .main-content .content .link-button:hover {
  text-shadow: 0 0 1px #ffffff;
  box-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff, 0 0 7px #ffffff;
}
#section-5 .popup-panel .title {
  font-size: 32px;
  color: #186841;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
}
#section-5 .popup-panel ul {
  margin-left: 20px;
  height: 100%;
}
#section-5 .popup-panel ul li {
  margin-bottom: 20px;
}
#section-5 .popup-panel ul li::marker {
  color: #186841;
}
#section-5 .popup-panel ul a {
  text-decoration: underline;
  color: #186841;
  font-weight: bold;
}
#section-5 .popup-panel ul .subtitle {
  font-size: 20px;
  color: #186841;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
#section-5 .popup-panel ul .address {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #section-5 .popup-panel {
    width: 40%;
  }
}
@media (min-width: 840px) {
  #section-5 .main-content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0;
  }
  #section-5 .main-content img:not(.content img) {
    max-width: 60%;
    -o-object-fit: cover; /* Old Opera */
    -webkit-object-fit: cover; /* Safari */
    -moz-object-fit: cover; /* Firefox */
    -ms-object-fit: cover; /* IE/Edge */
    object-fit: cover;
    flex: 1;
  }
  #section-5 .main-content .content {
    flex: 1;
    max-width: 40%;
  }
}

#section-6 .card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#section-6 .card-container .card {
  background-color: #f5f8f3;
  border-bottom: 5px solid rgb(185, 141, 49);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
#section-6 .card-container .card-title {
  font-size: 25px;
  font-weight: bold;
  color: #186841;
  margin-bottom: 15px;
}
#section-6 .card-container .card-subsection {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px;
}
#section-6 .card-container .card-subsection-heading {
  color: #186841;
  font-weight: bold;
  font-size: 16px;
}
#section-6 .card-container .card .phone-icon {
  max-width: 30px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}
#section-6 .card-container .card .qr-code {
  max-width: 100px;
  height: -moz-max-content;
  height: max-content;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}
@media (min-width: 840px) {
  #section-6 .card-container {
    flex-direction: row;
  }
}

#section-7 {
  line-height: 2;
}
#section-7 ul {
  margin-left: 20px;
}

#top_banner_area {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #top_banner_area {
    margin-top: -3px;
    margin-bottom: 0;
  }
}
#top_banner_area .top-banner {
  position: relative;
}

.app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 15px 20px;
}
@media (min-width: 1024px) {
  .app-section {
    margin: 50px 0 40px;
  }
}
.app-section > .slogan {
  color: #2a8778;
  font-weight: bold;
}
.app-section .app-template {
  display: flex;
  justify-content: center;
}
.app-section .app-template .app-icon-img {
  width: 77px;
  min-width: 77px;
}
@media (min-width: 840px) {
  .app-section .app-template .app-icon-img {
    width: 138px;
    min-width: 138px;
  }
}
.app-section .app-template .btn-download img {
  width: 125px;
  height: 37px;
}
@media (min-width: 840px) {
  .app-section .app-template .btn-download img {
    width: 224.4px;
    height: 66px;
  }
}
.app-section .app-template .app-img-template {
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
  padding-right: 10px;
}
.app-section .app-template .app-download-template {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-left: -4px;
  color: #5a5a5a;
}
.app-section .app-template .app-download-template .app-search-box {
  width: 255px;
  margin-bottom: 5px;
}
@media (min-width: 840px) {
  .app-section .app-template .app-download-template .app-search-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.app-section .app-template .app-download-template .app-search-box img {
  width: 100%;
}
.app-section .app-template .qr-code {
  width: 77px;
  min-width: 77px;
  padding: 0;
}
@media (min-width: 840px) {
  .app-section .app-template .qr-code {
    width: 138px;
    min-width: 138px;
  }
}

.tnc-txt-sm, .tnc-section .tnc-container span,
.tnc-section .tnc-container p,
.tnc-section .tnc-container li {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-sm, .tnc-section .tnc-container span,
  .tnc-section .tnc-container p,
  .tnc-section .tnc-container li {
    line-height: 25px;
  }
}
.tnc-txt-md {
  font-size: 22px;
  line-height: 35px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-md {
    font-size: 25px;
    line-height: 36px;
  }
}
.tnc-txt-lg, .app-section > .slogan {
  font-size: 20.13px;
  line-height: 29px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-lg, .app-section > .slogan {
    font-size: 35px;
    line-height: 51px;
  }
}

@media (min-width: 768px) {
  .tnc-section {
    padding: 0 15px;
  }
}
.tnc-section .tnc-container span {
  display: block;
}
.tnc-section .tnc-container a {
  color: #000;
  text-decoration: underline;
}
.tnc-section .tnc-container ul,
.tnc-section .tnc-container ol {
  padding-left: 30px;
}
.tnc-section .tnc-container ul li > ol,
.tnc-section .tnc-container ol li > ol {
  padding-left: 0;
}
.tnc-section .tnc-container ul li > ul,
.tnc-section .tnc-container ol li > ul {
  padding-left: 0;
}
.tnc-section .tnc-container .tnc-border {
  border: solid 1px #000;
  padding: 20px;
}
.tnc-section .tnc-container .img-tnc-gif {
  margin-bottom: 5px;
}
.tnc-section .tnc-container .img-tnc-gif-2 {
  margin-bottom: 2.5px;
}
.tnc-section .tnc-container .img-tnc-gif-5 {
  margin-bottom: 1.5px;
}

.isD2G:not(.isP2G) #wrap,
.isDaaSC:not(.isP2G) #wrap,
.isMobile:not(.isP2G) #wrap {
  padding-bottom: 130px;
}
@media (min-width: 768px) {
  .isD2G:not(.isP2G) #wrap,
  .isDaaSC:not(.isP2G) #wrap,
  .isMobile:not(.isP2G) #wrap {
    padding-bottom: 180px;
  }
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 30px;
  background: url(bottom\ bar\ bg.png) no-repeat center center/cover;
  background-color: #648e71;
  box-shadow: 0 4px 90px -4px rgba(209, 218, 201, 0.93);
}
.fixed-bar .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed-bar .fixed-bar-row {
  text-align: center;
}
.fixed-bar .fixed-bar-row a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
}
.fixed-bar .fixed-bar-row a p, .fixed-bar .fixed-bar-row a h2 {
  font-size: 16px;
  line-height: 25px;
  color: #fcfcfc;
  display: inline-block;
  letter-spacing: 5px;
}
.fixed-bar .fixed-bar-row a p span, .fixed-bar .fixed-bar-row a h2 span {
  font-size: 20px;
  font-weight: bold;
}
.fixed-bar .fixed-bar-row a.secondary {
  background-color: #fff;
  color: #206351;
}
.fixed-bar .fixed-bar-row a img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.fixed-bar .fixed-bar-row a .hover-enlarge {
  transition: transform 0.3s ease;
}
.fixed-bar .fixed-bar-row a .hover-enlarge:hover {
  transform: scale(1.03);
}
@media (min-width: 768px) {
  .fixed-bar .fixed-bar-row a .mobile-break {
    display: none;
  }
  .fixed-bar .fixed-bar-row a p, .fixed-bar .fixed-bar-row a h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .fixed-bar .fixed-bar-row a p span, .fixed-bar .fixed-bar-row a h2 span {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .fixed-bar .fixed-bar-row a p, .fixed-bar .fixed-bar-row a h2 {
    font-size: 20px;
    line-height: 40px;
  }
  .fixed-bar .fixed-bar-row a p span, .fixed-bar .fixed-bar-row a h2 span {
    font-size: 32px;
  }
}
.fixed-bar .fixed-bar-btn {
  display: flex;
  place-items: center;
  background-color: #bb8e35;
  padding: 12px 30px;
  border-radius: 30px;
}
.fixed-bar .fixed-bar-btn h2 {
  margin: 0;
}
@media (min-width: 1024px) {
  .fixed-bar .fixed-bar-btn {
    padding: 5px 30px;
  }
}

.green-link {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #206351;
  color: #fff;
  border: 2.5px solid #206351;
  min-width: 350px;
}
.green-link.secondary {
  background-color: #fff;
  color: #206351;
}
.green-link img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.green-link:hover {
  color: #fff !important;
}

@media (min-width: 1024px) {
  .sm-hs-logo {
    display: none;
  }
}

.lg-hs-logo {
  display: none;
}
@media (min-width: 1024px) {
  .lg-hs-logo {
    display: inline-block;
  }
}

.title-decoration-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.title-decoration-container::before, .title-decoration-container::after {
  content: "";
  position: relative;
  height: 1.5px;
  width: 200px;
}
.title-decoration-container::before {
  left: -10px;
  background: linear-gradient(to right, rgba(185, 141, 52, 0), rgb(185, 141, 52));
}
.title-decoration-container::after {
  right: -10px;
  background: linear-gradient(to left, rgba(185, 141, 52, 0), rgb(185, 141, 52));
}