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

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

.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 */
/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table,
.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-flex {
  display: flex;
}
body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-flex,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-flex,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body Rf .isD2G-hide {
  display: none;
}

.isD2G .isD2G-flex {
  display: flex;
}
.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-flex,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-flex {
  display: flex;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

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

.isP2G .sticky-bar,
.isDaaSC .sticky-bar {
  height: 120px;
}
.isP2G .sticky-cta,
.isDaaSC .sticky-cta {
  display: none;
}
.isP2G .sticky-desc,
.isDaaSC .sticky-desc {
  width: 100%;
  text-align: center;
  margin: 0;
}
.isP2G .sticky-bar-inner,
.isDaaSC .sticky-bar-inner {
  top: 50%;
  transform: translateY(-50%);
}

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

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

body {
  visibility: initial !important;
}

#wrap,
#top_banner_area {
  max-width: 100%;
}

#top_banner_area {
  padding-top: 6px;
}

@media (max-width: 767px) {
  #top_banner_area {
    padding-top: 4px;
  }
}
#main_content_area {
  font-size: 18px;
  line-height: 32px;
  background-color: #f9f9f9;
}

@media (max-width: 991px) {
  #main_content_area {
    font-size: 16px;
    line-height: 26px;
  }
}
#footer {
  margin: 0 auto;
  padding-bottom: 150px;
}
#footer .footer_state_area {
  padding: 0;
}
#footer .footer_state_area .columns {
  padding: 0;
}
#footer .row {
  width: 100%;
  max-width: 1610px;
}

#main_content_area {
  margin: 0 auto;
  padding: 0;
}
#main_content_area .columns {
  padding: 0;
}
#main_content_area .row {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#main_content_area .row .section {
  max-width: 1610px;
  margin: 100px auto;
  padding: 12px 50px;
}
#main_content_area .row .section.terms {
  margin: 0 auto;
  padding: 12px 20px;
}

@media (max-width: 1199px) {
  #main_content_area .row .section {
    margin: 65px auto;
  }
}
@media (max-width: 767px) {
  #main_content_area .row .section {
    margin: 30px auto;
    padding: 12px 35px;
  }
}
.bg-grey {
  background-color: #efefef;
}

.txt-yellow {
  color: #d4ab59;
}

.txt-xs {
  font-size: 80% !important;
  line-height: 150% !important;
}

@media (max-width: 767px) {
  .txt-xs {
    font-size: 85% !important;
    line-height: 140% !important;
  }
}
.arrow-btn {
  display: inline-block;
  position: relative;
  color: inherit;
  padding-right: 50px;
}
.arrow-btn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 9px;
  background: url("./icn_know_more_green.svg") no-repeat center;
  background-size: contain;
  width: 43px;
  height: 13px;
  transition: background-image ease 0.3s;
}

a:hover .arrow-btn:after {
  background: url("./icn_know_more_white.svg") no-repeat center;
  background-size: contain;
}

.underline-link {
  text-decoration: underline;
  color: #000;
}

.disable-links {
  pointer-events: none !important;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
  user-select: none; /* Standard syntax */
}

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

.banner-mb {
  display: none;
}

@media (max-width: 1000px) {
  .banner-dt {
    display: none;
  }
  .banner-mb {
    display: block;
  }
}
.icon-txt {
  display: inline-block;
  font-size: 25px;
  color: #0f4b41;
  font-weight: bold;
  padding: 60px 30px;
}
.icon-txt:first-child {
  padding-left: 0;
}

.icon-txt-img,
.icon-txt-desc {
  display: inline-block;
  vertical-align: middle;
}

.icon-txt-desc {
  padding-left: 23px;
}

.terms {
  font-weight: bold;
}
.terms p {
  font-size: 18px;
  line-height: 32px;
}
.terms p strong {
  text-shadow: 0.5px 0 black;
}
.terms ol,
.terms ul {
  padding-left: 30px;
}
.terms ol li,
.terms ul li {
  font-weight: normal;
}
.terms ol li p,
.terms ul li p {
  font-size: inherit;
  line-height: 140%;
  margin-bottom: 8px;
}
.terms table th,
.terms table td {
  border: 1px solid #222222;
  padding: 10px;
  background-color: #efefef;
}

@media (max-width: 1399px) {
  .terms .icon-txt-desc {
    font-size: 90%;
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  .icon-txt-img {
    width: 38px;
  }
  .terms .icon-txt {
    display: block;
    padding: 15px 0;
  }
  .terms .icon-txt-desc {
    font-size: 80%;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .terms p {
    font-size: 16px;
    line-height: 26px;
  }
}
.accordion-holder {
  padding: 20px 0 0;
}

.accordion-holder .accordion-item {
  margin: 18px 0;
  overflow: hidden;
}
.accordion-holder .accordion-item.active .accordion-body {
  display: block;
}
.accordion-holder .accordion-item.active .accordion-head .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-head {
  position: relative;
  cursor: pointer;
  padding: 8px 0 8px 30px;
}
.accordion-head h3 {
  font-size: inherit;
  font-weight: bolder;
}
.accordion-head .accordion-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 17px;
  height: 11px;
  background: url("./arrow_black.svg") no-repeat center;
  background-size: contain;
}

.accordion-body {
  display: none;
  padding: 15px 0;
  border-top: 1px solid #b1c5ad;
}

@media (max-width: 991px) {
  .icon-txt {
    font-size: 21px;
    padding: 25px 20px;
  }
  .icon-txt-desc {
    padding-left: 15px;
  }
  .icon-txt-img {
    width: 55px;
  }
  .icon-txt-img img {
    width: 100%;
  }
  .accordion-holder {
    padding: 15px 0 0;
  }
  .accordion-holder .accordion-item {
    margin: 10px 0;
  }
  .accordion-head {
    padding: 6px 0 6px 26px;
  }
}
@media (max-width: 768px) {
  .icon-txt {
    display: block;
    padding: 12px 0;
  }
}
/* Sticky Bar */
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.highlight {
  color: #0f4b41;
  white-space: initial;
  font-weight: bold;
}

.sticky-bar {
  position: fixed;
  z-index: 990;
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
  background-color: #0f4b41;
  color: #fff;
  font-size: 24px;
  animation-name: slideUp;
  animation-duration: 0.6s;
  animation-timing-function: ease;
}
.sticky-bar .sticky-highlight {
  font-size: 35px;
  font-weight: bold;
}

.sticky-bar-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 20px;
}

.sticky-desc,
.sticky-cta {
  display: inline-block;
  vertical-align: middle;
}

.sticky-desc {
  width: 45%;
}

.sticky-cta {
  margin-left: -7px;
  width: 55%;
}
.sticky-cta .icon-txt {
  display: inline-block;
  position: relative;
  padding: 0 6%;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
}
.sticky-cta .icon-txt:hover .icon-txt-desc {
  text-decoration: underline;
}
.sticky-cta .icon-txt:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background-color: #fff;
}
.sticky-cta .icon-txt .icon-txt-desc {
  padding-left: 12px;
}
.sticky-cta .icon-txt font {
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 1399px) {
  .sticky-bar,
  .sticky-cta .icon-txt {
    font-size: 22px;
  }
  .sticky-bar font,
  .sticky-cta .icon-txt font {
    font-size: 17px;
  }
  .sticky-bar .sticky-highlight,
  .sticky-cta .icon-txt .sticky-highlight {
    font-size: 30px;
  }
  .sticky-cta .icon-txt {
    padding: 0 20px;
  }
  .icon-txt-img {
    width: 50px;
  }
  .icon-txt-img img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .sticky-bar-inner {
    top: 0;
    transform: translateY(0);
  }
  .sticky-desc,
  .sticky-cta {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sticky-bar {
    height: auto;
    padding: 10px 0;
  }
  .sticky-bar,
  .sticky-cta .icon-txt {
    font-size: 18px;
    line-height: 22px;
  }
  .sticky-bar font,
  .sticky-cta .icon-txt font {
    font-size: 15px;
  }
  .sticky-bar .sticky-highlight,
  .sticky-cta .icon-txt .sticky-highlight {
    font-size: 24px;
  }
  .icon-txt-img {
    width: 38px;
  }
  .icon-txt-img img {
    width: 100%;
  }
}
@media (max-width: 550px) and (max-width: 991px) {
  .sticky-bar {
    height: auto;
    padding: 10px 0;
  }
  .sticky-bar,
  .sticky-cta .icon-txt {
    font-size: 16px;
    line-height: 20px;
  }
  .sticky-bar font,
  .sticky-cta .icon-txt font {
    font-size: 15px;
  }
  .sticky-bar .sticky-highlight,
  .sticky-cta .icon-txt .sticky-highlight {
    font-size: 22px;
  }
  .sticky-cta .icon-txt {
    padding: 0 12px;
  }
  .sticky-cta .icon-txt .icon-txt-desc {
    padding-left: 6px;
  }
  .icon-txt-img {
    width: 30px;
  }
}
@keyframes flipping {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.star-title {
  position: relative;
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 46px;
  line-height: 130%;
  font-weight: bold;
  color: #0f4b41;
}
.star-title:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -28px;
  width: 25px;
  height: 25px;
  background: url("./icn_gem_pattern.svg") no-repeat center;
  background-size: contain;
  animation: flipping 1.5s infinite;
}

@media (max-width: 1650px) {
  .star-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .star-title {
    font-size: 38px;
  }
  .star-title:before {
    top: -13px;
    left: -18px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 1199px) {
  .star-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .star-title {
    margin-bottom: 20px;
  }
}
.section-column {
  display: flex;
}

.section-left {
  width: 32%;
}

.section-left-desc {
  max-width: 450px;
  padding-right: 20px;
}
.section-left-desc p {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 12px;
}

.section-right {
  width: 68%;
}

@media (max-width: 1399px) {
  .section-left {
    width: 30%;
  }
  .section-left-desc p {
    font-size: 20px;
    line-height: 33px;
  }
  .section-right {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .section-column {
    display: block;
  }
  .section-left,
  .section-right {
    width: 100%;
  }
  .section-left-desc {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-left-desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
  }
}
.img-card {
  display: flex;
  width: 100%;
  border: 1px solid #b1c5ad;
  background-color: #fff;
  color: #0f4b41;
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  transform: scale(1);
  transition: box-shadow ease 0.3s, background-color ease 0.3s, color ease 0.3s, transform ease 0.3s;
}
.img-card .txt-yellow {
  color: #7a5c1e;
  transition: color ease 0.3s;
}
.img-card:hover {
  color: #fff;
  background-color: #0f4b41;
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.24);
  transform: scale(1.01);
}
.img-card:hover .txt-yellow {
  color: #d4ab59;
}

.img-card-title {
  font-size: 40px;
  padding-top: 20px;
}

.img-card-img {
  width: 60%;
  text-align: right;
}
.img-card-img img {
  margin-right: -1px;
  width: 100%;
}

.img-card-img-mb {
  display: none;
}

.img-card-desc {
  position: relative;
  width: 40%;
  margin: 6% 0;
  padding: 0 5%;
}
.img-card-desc span {
  white-space: unset;
}

.img-card-cta {
  position: absolute;
  bottom: 0;
  font-size: 80%;
}

@media (max-width: 1399px) {
  .img-card-img {
    width: 55%;
  }
  .img-card-desc {
    width: 45%;
  }
  .img-card {
    font-size: 21px;
  }
  .img-card-title {
    font-size: 34px;
    padding-top: 15px;
  }
  .img-card-desc {
    margin: 30px 0;
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .img-card-desc {
    margin: 20px 0;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .img-card-img-mb {
    display: block;
  }
  .img-card-img-dt {
    display: none;
  }
  .img-card {
    display: block;
    font-size: 18px;
  }
  .img-card-img,
  .img-card-desc {
    width: 100%;
  }
  .img-card-img img {
    width: 100%;
    margin: 0;
  }
  .img-card-title {
    font-size: 30px;
    padding-top: 8px;
    padding-bottom: 25px;
  }
  .img-card-desc {
    padding: 30px 25px 20px;
    margin: 0;
  }
  .img-card-cta {
    position: relative;
    bottom: 0;
    font-size: 100%;
  }
  .img-card-cta .arrow-btn:after {
    bottom: 6px;
  }
}
/* icon card */
@keyframes slideRight {
  0% {
    left: -15px;
  }
  100% {
    left: 120%;
  }
}
.gold-badge,
.white-badge {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  color: #fff;
  padding: 2px 22px;
  overflow: hidden;
  background: linear-gradient(127.57deg, #20796a 0%, #0f4b41 100%);
}
.gold-badge:after,
.white-badge:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 0px;
  height: 200%;
  background: #fff;
  transform: rotate(-15deg);
  box-shadow: 1px 1px 12px 2px #fff;
  animation-name: slideRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.white-badge {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #0f4b41;
  background: #ffffff;
}
.white-badge:after {
  background: #666;
  box-shadow: 1px 1px 12px 1px #666;
}

.icon-card-holder {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.icon-card-item {
  flex: 0 0 calc(33.3333333333% - 20px);
}

.icon-card {
  position: relative;
  display: block;
  width: 100%;
  height: 212px;
  border: 1px solid #b1c5ad;
  background-color: #fff;
  background-image: url("./icn_know_more_green.svg");
  background-position: bottom 25px right 25px;
  background-size: 43px;
  background-repeat: no-repeat;
  color: #0f4b41;
  font-size: 24px;
  line-height: 145%;
  font-weight: bold;
  padding: 20px 10px 20px 32px;
  transform: scale(1);
  transition: box-shadow ease 0.3s, background-color ease 0.3s, background-image ease 0.3s, color ease 0.3s, transform ease 0.3s;
}
.icon-card .txt-yellow {
  color: #7a5c1e;
  transition: color ease 0.3s;
}
.icon-card .icon-card-img {
  position: relative;
  width: 88px;
  height: 88px;
}
.icon-card .icon-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity ease 0.3s;
}
.icon-card .icon-card-img.active {
  opacity: 0;
}
.icon-card .gold-badge {
  transition: background ease 0.3s, color ease 0.3s;
}
.icon-card span {
  white-space: initial;
}
.icon-card:hover {
  color: #fff;
  background-color: #0f4b41;
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.24);
  transform: scale(1.01);
  background-image: url("./icn_know_more_white.svg");
}
.icon-card:hover .txt-yellow {
  color: #d4ab59;
}
.icon-card:hover .icon-card-img img {
  opacity: 0;
}
.icon-card:hover .icon-card-img img.active {
  opacity: 1;
}
.icon-card:hover .gold-badge {
  background: #fff;
  color: #0f4b41;
}
.icon-card:hover .gold-badge:after {
  background: #666;
  box-shadow: 1px 1px 12px 1px #666;
}

.icon-card-inner {
  display: flex;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.icon-card-desc {
  width: calc(100% - 88px);
  padding-left: 20px;
}
.icon-card-desc .txt-yellow {
  font-size: 32px;
}

@media (max-width: 1399px) {
  .icon-card-holder {
    gap: 25px;
  }
  .icon-card {
    padding: 20px 10px 20px 30px;
    font-size: 20px;
  }
  .icon-card .icon-card-img {
    width: 65px;
    height: 65px;
  }
  .icon-card .icon-card-desc {
    width: calc(100% - 65px);
    padding-left: 16px;
  }
  .icon-card .icon-card-desc .txt-yellow {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .icon-card-item {
    flex: 0 0 calc(49% - 10px);
  }
}
@media (max-width: 767px) {
  .gold-badge,
  .white-badge {
    line-height: 150%;
    font-size: 95%;
  }
  .icon-card-holder {
    display: block;
    flex-flow: unset;
  }
  .icon-card-item {
    display: block;
    flex: unset;
  }
  .icon-card {
    height: auto;
    margin-bottom: 20px;
    padding: 35px 10px 35px 30px;
    background-position: bottom 15px right 20px;
  }
  .icon-card-inner {
    top: 0;
    transform: translateY(0);
  }
}
.popup-opened {
  overflow: hidden;
}

@media (max-width: 767px) {
  .popup-opened .icon-card,
  .popup-opened .star-title,
  .popup-opened .sticky-bar {
    opacity: 0;
  }
}
.mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background-color: #000000;
  display: none;
}

.icon-card-popup {
  position: relative;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -1960px;
  width: 100%;
  height: 100%;
  max-width: 960px;
  background-color: #fff;
  transition: right ease 0.3s;
}
.icon-card-popup.active {
  right: 0;
}

.icon-card-popup-head {
  height: 120px;
}

.icon-card-popup-close {
  position: absolute;
  top: 65px;
  left: 90px;
  width: 32px;
  height: 32px;
  background: url("./icn_close.svg") no-repeat center;
  background-size: contain;
}
.icon-card-popup-close:hover {
  opacity: 0.7;
}

.icon-card-popup-inner {
  position: relative;
  height: calc(100% - 120px);
  padding: 50px 75px;
  overflow-y: auto;
}

.icon-card-popup-img {
  width: 87px;
  margin-bottom: 10px;
}

.icon-card-popup-content {
  font-size: 24px;
}
.icon-card-popup-content span {
  white-space: initial;
}
.icon-card-popup-content p,
.icon-card-popup-content ul,
.icon-card-popup-content ol {
  font-size: inherit;
  margin: 12px 0;
}
.icon-card-popup-content p li,
.icon-card-popup-content ul li,
.icon-card-popup-content ol li {
  margin-bottom: 5px;
}
.icon-card-popup-content p.subtitle,
.icon-card-popup-content ul.subtitle,
.icon-card-popup-content ol.subtitle {
  margin: 20px 0 10px;
}
.icon-card-popup-content p {
  line-height: 160%;
}
.icon-card-popup-content ul,
.icon-card-popup-content ol {
  padding-left: 25px;
}
.icon-card-popup-content table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border: 1px solid #b1c5ad;
  font-size: 73%;
  line-height: 125%;
  margin: 15px 0;
}
.icon-card-popup-content table th,
.icon-card-popup-content table td {
  border: 1px solid #b1c5ad;
  padding: 12px 10px;
  text-align: center;
}
.icon-card-popup-content table th {
  background-color: #0f4b41;
  color: #fff;
  font-weight: normal;
}
.icon-card-popup-content table .txt-yellow {
  font-size: 100%;
}
.icon-card-popup-content table span {
  white-space: initial;
}
.icon-card-popup-content .txt-yellow {
  font-size: 32px;
  line-height: 120%;
  font-weight: bold;
  color: #7a5c1e;
}

@media (max-width: 991px) {
  .icon-card-popup-close {
    top: 20px;
    left: 25px;
  }
  .icon-card-popup-img {
    margin-bottom: 0;
  }
  .icon-card-popup-head {
    height: 70px;
  }
  .icon-card-popup-inner {
    height: calc(100% - 70px);
    padding: 50px 25px;
  }
  .icon-card-popup-content {
    font-size: 18px;
  }
  .icon-card-popup-content .txt-yellow {
    font-size: 25px;
  }
  .icon-card-popup-content table {
    font-size: 85%;
  }
  .icon-card-popup-content table th,
  .icon-card-popup-content table td {
    padding: 8px 6px;
  }
}
.offer-box-holder {
  display: flex;
  flex-flow: wrap;
  gap: 18px;
  background: url("./img_offer_bg.jpg");
  background-size: cover;
  padding: 20px;
  align-items: stretch;
  justify-content: space-between;
  text-align: start;
  width: 100%;
}

.offer-box {
  cursor: pointer;
  position: relative;
  z-index: 10;
  border: 1px solid #ffffff;
  color: #fff;
  flex: 0 0 calc(16.666% - 15px);
  padding: 55px 15px 65px;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  transition: background-color ease 0.3s;
}
.offer-box:hover {
  border: 1.5px solid #b1c5ad;
  background-color: rgba(177, 197, 173, 0.09);
}
.offer-box:first-child {
  z-index: 11;
}
.offer-box:first-child:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -28px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: url("./icn_add.svg") no-repeat center;
  background-size: contain;
}
.offer-box:last-of-type,
.offer-box.hasAddSign {
  z-index: 11;
}
.offer-box:last-of-type:after,
.offer-box.hasAddSign:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -28px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: url("./icn_add.svg") no-repeat center;
  background-size: contain;
}

.offer-box-link {
  color: #333;
  text-decoration: underline;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 10px;
}

.offer-cta {
  position: absolute;
  left: 25px;
  bottom: 35px;
  font-size: 20px;
}
.offer-cta.arrow-btn:after {
  bottom: 7px;
  background: url(./icn_know_more_white.svg) no-repeat center;
  background-size: contain;
}

.offer-box-value {
  margin-top: 10px;
  font-size: 26px;
  line-height: 125%;
  margin-bottom: 25px;
}
.offer-box-value span {
  white-space: initial;
}

.offer-box-bottom-holder {
  text-align: center;
  margin: 20px 0;
}

.offer-box-title {
  padding-bottom: 10px;
}

.offer-box-bottom {
  position: relative;
  padding: 55px 35px;
  background: #d4dfd3 url("./icn_gift.svg") no-repeat bottom -35px right -20px;
  background-size: contain;
  color: #0f4b41;
  font-size: 38px;
  line-height: 130%;
  font-weight: bold;
}
.offer-box-bottom .txt-yellow {
  color: #7a5c1e;
}
.offer-box-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}

@media (max-width: 1599px) {
  .offer-box-value,
  .offer-box-bottom {
    font-size: 20px;
  }
  .offer-cta {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .offer-box {
    display: block;
    padding: 45px 12px 55px;
    font-size: 16px;
  }
  .offer-box-value {
    margin-top: 8px;
    font-size: 18px;
  }
  .offer-box-bottom {
    font-size: 18px;
  }
  .offer-cta {
    font-size: 14px;
  }
  .offer-box-link {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .offer-box-holder {
    width: 100%;
    display: block;
    padding: 16px 16px 1px;
    background: url("./img_mobile_offer_bg.jpg");
    background-size: cover;
  }
  .offer-box {
    display: block;
    flex: unset;
    padding: 40px 18px 25px;
    height: auto;
    margin-bottom: 16px;
  }
  .offer-box .white-badge {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .offer-box:first-child:after {
    top: initial;
    bottom: -26px;
    right: 50%;
    margin-right: -16px;
    margin-top: 0;
    width: 32px;
    height: 32px;
  }
  .offer-box:last-of-type:after,
  .offer-box.hasAddSign:after {
    top: -26px;
    left: 50%;
    margin-left: -16px;
    margin-top: 0;
    width: 32px;
    height: 32px;
  }
  .offer-box-value {
    margin-bottom: 35px;
  }
  .offer-cta {
    position: relative;
    left: 0;
    bottom: 0;
    padding-right: 46px;
  }
  .offer-cta.arrow-btn:after {
    width: 38px;
    bottom: 3px;
  }
  .offer-box-bottom {
    padding: 55px 35px;
    font-size: 30px;
    background: #d4dfd3 url("./icn_gift.svg") no-repeat bottom -25px right -12px;
    background-size: 80px;
  }
  .offer-box-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #ffffff transparent transparent transparent;
  }
  .offer-box-arrow img {
    width: 42px;
  }
}
.en .section-left-desc p {
  font-size: 22px;
  line-height: 36px;
}
@media (max-width: 1399px) {
  .en .section-left-desc p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .en .section-left-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
.en .offer-box-value {
  margin-top: 0;
}
.en .offer-box {
  height: auto;
  padding: 55px 15px 65px;
}
.en .img-card-title {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .en .img-card-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .en .img-card-cta {
    padding-top: 20px;
  }
}
.en .icon-card {
  font-size: 19px;
  padding-left: 25px;
}
@media (max-width: 1399px) {
  .en .icon-card {
    font-size: 18px;
  }
}
.en .icon-card-desc .txt-yellow {
  font-size: 23px;
}
@media (max-width: 1399px) {
  .en .icon-card-desc .txt-yellow {
    font-size: 20px;
  }
}
.en .icon-card-popup-content table {
  font-size: 75%;
}
.en .accordion-head h3 {
  font-weight: bold;
}
.en .sticky-cta .icon-txt,
.en .sticky-bar font,
.en .sticky-cta .icon-txt font {
  font-size: 20px;
}
@media (max-width: 550px) {
  .en .sticky-cta .icon-txt,
  .en .sticky-bar font,
  .en .sticky-cta .icon-txt font {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .en .sticky-bar-inner {
    padding: 0 10px;
  }
}
.en .sticky-cta .icon-txt {
  padding: 0 2%;
}
@media (max-width: 550px) {
  .en .sticky-cta .icon-txt {
    padding: 0 8px;
  }
}
.en .icon-card-popup-content .txt-yellow {
  text-wrap: wrap;
}

/* Update Header Style */
#logo_area {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
#logo_area .green_bar {
  display: none;
}

#top_banner_area {
  padding-top: 0;
}

.anni-logo {
  position: absolute;
  top: 0;
  right: 130px;
  width: 75px;
}
.anni-logo img {
  width: 100%;
}

@media (max-width: 1400px) {
  .anni-logo {
    width: 55px;
  }
}
@media (max-width: 970px) {
  .anni-logo {
    right: 110px;
  }
}
@media (max-width: 768px) {
  .anni-logo {
    width: 40px;
    right: 105px;
  }
}
.pp-logo {
  position: absolute;
  top: 0;
  left: 550px;
  width: 205px;
}
.pp-logo img {
  width: 100%;
}

@media (max-width: 1400px) {
  .HSB_logo {
    width: 360px;
  }
  .pp-logo {
    width: 150px;
    left: 395px;
  }
}
@media (max-width: 768px) {
  .HSB_logo {
    width: 230px;
  }
  .pp-logo {
    width: 90px;
    left: 240px;
  }
}
.en .offer-box-value {
  font-size: 135%;
}

.order-list {
  line-height: 150%;
}

#popup7 table {
  table-layout: auto;
}
#popup7 table th {
  width: 20%;
}

.image-link {
  height: 20px;
}

.option-box-container {
  display: flex;
  gap: 20px;
  margin: auto;
}

.option-box {
  background-color: #e7efe6;
  padding: 20px;
  border-radius: 12px;
  width: 50%;
  position: relative;
}

.option-box h2 {
  color: #006b39;
  font-size: 1.2rem;
  flex-basis: 60%; /* Takes the remaining 70% of the width */
  margin: 0;
  margin-left: 3%;
}

.option-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.option-icon-wrapper {
  background-color: white;
  padding: 3%;
  border-radius: 0 50px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-basis: 40%;
  aspect-ratio: 1/1;
}

.option-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.option-header p {
  margin: 0%;
}

@media (max-width: 768px) {
  .option-box-container {
    flex-direction: column;
  }
  .option-box {
    width: 100%;
  }
}
@font-face {
  font-family: "Coolvetica_RG";
  src: url(font/coolvetica_rg.ttf);
}
.section1 {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 70px !important;
}

.section-desc :last-child {
  margin: 20px auto;
}
.section-desc .remarks {
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}
.section-desc p {
  font-size: 24px;
  line-height: 32px;
}

.section2 {
  display: flex;
  flex-direction: column;
}

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

.sticky-highlight {
  white-space: normal;
}

.scroll-table {
  display: block;
  overflow-x: auto;
}
.scroll-table th,
.scroll-table td {
  min-width: 150px;
}
@media (min-width: 1400px) {
  .scroll-table th,
  .scroll-table td {
    min-width: 200px;
  }
}

.pre {
  white-space: pre !important;
}

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

.ws-normal {
  white-space: normal !important;
}

.clockenflap {
  display: inline !important;
  font-weight: normal !important;
  font-family: "Coolvetica_RG";
}
.clockenflap.inherit-size {
  font-size: inherit !important;
  line-height: inherit !important;
}
.clockenflap.white {
  color: #fff7f3 !important;
}
.clockenflap.black {
  color: #020000 !important;
}
.clockenflap.green {
  color: #006838 !important;
}
.clockenflap.gold {
  color: #a79200 !important;
}

.icon-card-popup-content a,
.icon-card-popup-content a:visited {
  text-decoration: underline;
  color: #000;
}
.icon-card-popup-content a:hover {
  color: #006838;
}

.remark-list {
  list-style: none;
  counter-reset: roman;
  padding-left: 2em;
  margin-bottom: 10px;
}

.remark-list li {
  counter-increment: roman;
  position: relative;
}

.remark-list li::before {
  content: counter(roman, lower-roman) ")";
  position: absolute;
  left: -20px;
} /*# sourceMappingURL=reward.css.map */
