@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap");
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: unset;
  font-family: inherit !important;
  margin-bottom: 0;
  line-height: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
  color: #222222;
}

/* 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;
  margin-top: 50px;
}
@media (max-width: 970px) {
  #main_content_area {
    margin-top: 30px;
  }
}

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

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

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

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

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

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

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

.section {
  padding: 12px 15px;
}

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

.section_icon {
  margin-bottom: 5px;
}

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

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

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

#footer {
  max-width: 1400px;
  margin: auto;
  padding-right: 10px;
}
@media (max-width: 970px) {
  #footer {
    padding-right: 30px;
    padding-left: 15px;
  }
}

/* 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: 767px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
.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 */
}

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

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

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

.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 !important;
}
.isD2G .isD2G-hide {
  display: none !important;
}

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

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

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

html {
  --main-green: #055541;
  --sec-green: #b1c5ad;
  --ter-green: #00372d;
  --main-brown: #c39332;
}

.top-banner {
  position: relative;
}
.top-banner img {
  width: 100%;
}
.top-banner .banner-btn {
  position: absolute;
  bottom: 4%;
  right: 28%;
  width: 44%;
}
.top-banner .banner-btn img {
  width: 100%;
}
@media (min-width: 1201px) {
  .top-banner .banner-btn {
    bottom: 7.5%;
    right: 10%;
    width: 19%;
  }
}

:root {
  --plyr-color-main: var(--main-green);
}

.sticky-bottom {
  position: fixed;
  z-index: 30;
  bottom: 0px;
  width: 100%;
  transition: transform 0.5s ease-out;
}
.sticky-bottom .link-box {
  text-align: center;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link:first-child a {
    text-align: center;
  }
  .sticky-bottom .bottom-link .link-box .mobile-open-icon {
    height: 20px !important;
    margin-right: 12px !important;
  }
  .sticky-bottom .bottom-link span {
    font-size: 18px;
  }
  .sticky-bottom .sticky-wrapper {
    align-items: flex-start !important;
  }
}
.sticky-bottom .sticky-wrapper {
  background-color: var(--main-green);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 30px 10px;
}
@media (max-width: 970px) {
  .sticky-bottom .sticky-wrapper {
    padding-top: 0;
    height: auto;
  }
}
.sticky-bottom .imgtitle-container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 50px;
  justify-content: center;
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container {
    height: 100%;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sticky-bottom .imgtitle-container img {
    height: 50px;
    width: 45px;
  }
  .sticky-bottom .imgtitle-container span.img-title {
    width: 100%;
  }
}
.sticky-bottom .imgtitle-container img {
  margin-right: 15px;
  height: 50px;
  width: 45px;
  vertical-align: bottom;
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container img {
    margin-right: 0px;
  }
}
.sticky-bottom .imgtitle-container span.img-title {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 3px;
  padding-top: 10px;
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container span.img-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container {
    padding-bottom: 10px;
  }
}
.sticky-bottom .bottom-link {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: transform 0.2s ease-out;
  justify-content: center;
  margin: 12px 0;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link {
    margin-bottom: 20px;
  }
}
.sticky-bottom .bottom-link .link-box {
  flex-wrap: wrap;
  align-items: center;
  transition: transform 0.2s ease-out;
}
.sticky-bottom .bottom-link .link-box:hover {
  transform: scale(1.05);
}
.sticky-bottom .bottom-link .link-box .mobile-open-icon {
  height: 30px;
  margin-right: 10px;
  transform: translateY(-4px);
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link .link-box .mobile-open-icon {
    transform: translateY(-2px);
  }
}
.sticky-bottom .bottom-link .link-box:nth-child(3) .anchorToTab,
.sticky-bottom .bottom-link .link-box:nth-child(3) a {
  padding: 5px 25px 5px 30px;
  border-radius: 50px;
  background-color: var(--main-brown);
  color: white;
}
.sticky-bottom .bottom-link .link-box:nth-child(3) .anchorToTab:after,
.sticky-bottom .bottom-link .link-box:nth-child(3) a:after {
  background: none;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link .link-box:nth-child(5) {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
    margin-right: 20px;
  }
}
.sticky-bottom .bottom-link .link-box:last-child {
  margin-right: 20px;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link .link-box:last-child {
    margin-bottom: 0px;
  }
}
.sticky-bottom .bottom-link .anchorToTab,
.sticky-bottom .bottom-link a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sticky-bottom .bottom-link-anchor:hover {
  transform: scale(1.05);
}
.sticky-bottom .bottom-link:last-child {
  margin-top: 24px;
}
.sticky-bottom .bottom-link:last-child a {
  position: relative;
}
.sticky-bottom .bottom-link:last-child a:after {
  content: "";
  background: url(../images/icon_openwindow_white.png) no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.sticky-bottom .bottom-link span:not(.etb_show):not(.etb_hide) {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  line-height: 45px;
}
.sticky-bottom .bottom-link hr {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  height: 30px;
  width: 1px;
  margin: 0 60px;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link hr.mobile-hide {
    display: none;
  }
}
.sticky-bottom .bottom-link hr:nth-child(2) {
  margin: 0px 60px;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link hr {
    margin: 0 16px !important;
  }
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    margin: 0;
  }
  .sticky-bottom .bottom-link span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .sticky-bottom .bottom-link .link-box:nth-child(3) a {
    padding: 6px 20px;
  }
  .sticky-bottom .bottom-link:first-child {
    margin-top: 10px;
  }
  .sticky-bottom .bottom-link:last-child {
    margin-bottom: 10px;
  }
  .sticky-bottom .bottom-link:last-child a {
    position: relative;
  }
  .sticky-bottom .bottom-link:last-child a:after {
    content: "";
    background: url(../images/icon_openwindow_white.png) no-repeat;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    right: -14px;
    transition: 0.3s ease-out;
  }
  .sticky-bottom .bottom-link:last-child a:last-child {
    margin-right: 10px;
  }
}
.sticky-bottom .bottom-link br.break-sm {
  display: none;
}
@media (max-width: 546px) {
  .sticky-bottom .bottom-link br.break-sm {
    display: block;
  }
}
.sticky-bottom .bottom-link br.break-md {
  display: none;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link br.break-md {
    display: block;
  }
}

#wrap {
  max-width: none;
}

.row {
  max-width: none;
}

.mobile-break {
  display: hidden;
}
@media (max-width: 970px) {
  .mobile-break {
    display: block;
  }
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 970px) {
  .container {
    max-width: 900px;
    padding: 0px 50px 50px 50px;
  }
}

.lead-in {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.lead-in:first-child {
  margin-bottom: 15px;
}
@media (max-width: 970px) {
  .lead-in {
    font-size: 16px;
    line-height: 24px;
  }
  .lead-in:first-child {
    margin-bottom: 20px;
  }
}

.tagline-container {
  max-width: 1440px !important;
}
.tagline-container .tagline-video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 5;
  border: none;
}
.tagline-container .tagline-video-title {
  padding: 20px 0 0;
}
.tagline-container .tagline-video-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
.tagline-container .tagline-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--sec-green);
  top: 22px;
  left: 22px;
}
.tagline-container .tagline-image {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
}
.tagline-container a.txt-remark {
  font-size: 16px !important;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 970px) {
  .tagline-container .tagline-video-title {
    padding: 20px 0;
  }
}

.tagline {
  font-size: 24px;
  line-height: 32px;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #000;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.tagline span:not(.normal) {
  padding-left: 0px;
  font-size: 32px;
  line-height: 42px;
}
.tagline span.wrap {
  white-space: initial !important;
}
.tagline span.inline-block {
  display: inline-block;
}
@media (max-width: 970px) {
  .tagline {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-top: 30px;
  }
  .tagline span:not(.normal) {
    padding-left: 5px;
    font-size: 24px;
    line-height: 24px;
    white-space: initial;
  }
  .tagline:last-child {
    padding-bottom: 0;
  }
}

.txt-green {
  color: var(--main-green);
}

.txt-white {
  color: #fff !important;
}

.desktop .h-tabs {
  display: flex;
  padding-top: 80px;
}
.desktop .h-tabs button {
  display: flex;
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 50px 10px 25px;
  transition: margin-top 0.2s ease-out;
  position: relative;
}
.desktop .h-tabs button p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
}
.desktop .h-tabs button p.txt-green {
  color: var(--ter-green);
}
.desktop .h-tabs button p span {
  font-size: 22px;
  font-weight: bold;
  color: #603e14;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.desktop .h-tabs button.active {
  transition: unset;
}
.desktop .h-tabs button.active p {
  font-size: 26px;
  line-height: 32px;
}
.desktop .h-tabs button.active p span {
  font-size: 26px;
  line-height: 34px;
}
.desktop .h-tabs button.active br.selective {
  display: block;
}
.desktop .h-tabs button br.selective {
  display: none;
}
.desktop .h-tabs button:not(.active):hover {
  margin-top: -15px;
}
.desktop .h-tabs #tab1 {
  background: var(--sec-green);
}
.desktop .h-tabs #tab2 {
  background: var(--sec-green);
  border-left: 1px solid #fff;
}
.desktop .h-tabs #tab3 {
  background: var(--main-green);
  border-left: 1px solid #fff;
}
.desktop .h-tabs #tab4 {
  background: var(--main-green);
  border-left: 1px solid #fff;
}
.desktop .h-tabs .active {
  margin-top: -30px;
  border-top: 16px solid #6e471b;
}

.mobile .h-tabs {
  padding-top: 30px;
  padding-bottom: 15px;
}
.mobile .h-tabs button {
  width: 100%;
  display: block;
  padding: 10px 40px 10px 30px;
  margin: auto;
  text-align: center;
  position: relative;
}
.mobile .h-tabs button:after {
  content: "";
  background: url("Icon/icon_arrow_left_white.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
  transition: transform 0.5s ease-out;
}
.mobile .h-tabs button p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.mobile .h-tabs button p.txt-green {
  color: var(--ter-green);
}
.mobile .h-tabs button p span {
  font-size: 24px;
  font-weight: bold;
  color: #603e14;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre;
}
.mobile .h-tabs button br.selective {
  display: none;
}
.mobile .h-tabs button.has-new-offer {
  padding-top: 50px;
}
.mobile .h-tabs #tab1 {
  background: var(--sec-green);
}
.mobile .h-tabs #tab2 {
  background: var(--sec-green);
}
.mobile .h-tabs #tab3 {
  background: var(--main-green);
}
.mobile .h-tabs #tab4 {
  background: var(--main-green);
}
.mobile .h-tabs .active {
  border-top: 5px solid #94552c;
}
.mobile .h-tabs .active:after {
  content: "";
  background: url("Icon/icon_arrow_left_white.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
}
.mobile .h-tabs .active p {
  font-size: 22px;
  line-height: 30px;
}
.mobile .h-tabs .active p span {
  font-size: 26px;
  line-height: 32px;
}
.mobile .h-tabs .active br.selective {
  display: block;
}

.offer .desktop {
  display: block;
}
@media (max-width: 970px) {
  .offer .desktop {
    display: none;
  }
}
.offer .mobile {
  display: block;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9f8 100%);
}
@media (min-width: 971px) {
  .offer .mobile {
    display: none;
  }
}
.offer .green-line {
  height: 1px;
  background: #b5c6af;
}
.offer .tab-content {
  display: none;
}
.offer .tab-content.active {
  display: block !important;
}
.offer .tab-content .box-container .box button:hover {
  background-color: var(--sec-green);
  transition: background-color 0.3s;
}
.offer .tab-content .new-offer {
  margin-bottom: 20px;
}
.offer .special-icontitle {
  display: flex;
  flex: 1;
  width: 33%;
  align-items: center;
  min-height: 120px;
  margin: 0 0 15px -25px;
}
@media (max-width: 1200px) {
  .offer .special-icontitle {
    width: 100%;
  }
}
@media (max-width: 970px) {
  .offer .special-icontitle {
    margin: 0 0 5px -15px;
    min-height: 80px;
  }
}
.offer .special-icontitle .icon {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 5px 10px 5px 0;
  width: 120px;
}
.offer .special-icontitle .icon .icon1 {
  display: block;
  width: 100%;
}
@media (max-width: 970px) {
  .offer .special-icontitle .icon {
    width: 80px;
  }
}
.offer .special-icontitle .desc {
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  color: #000;
  width: 70%;
}
.offer .special-icontitle .desc span:not(.normal) {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #0c6c26;
}
.offer .special-title {
  font-weight: bold;
  color: #0c6c26;
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 20px;
  display: inline-block;
}
.offer .special-content {
  font-size: 20px;
  line-height: 28px;
}
.offer .special-content ul {
  padding-left: 25px;
}
.offer .special-content ul li span {
  font-weight: bold;
  color: #0c6c26;
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 970px) {
  .offer .special-content ul li span {
    font-size: 24px;
    line-height: 32px;
  }
}
.offer .special-content .remark {
  margin: 10px 0 20px;
}
@media (max-width: 970px) {
  .offer .special-content:last-child {
    padding-bottom: 30px;
  }
}
.offer .box-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.offer .box {
  display: flex;
  margin-bottom: 10px;
  min-height: 120px;
}
.offer .box button {
  border: 1px solid #98b693;
  display: flex;
  flex: 1;
  margin: 0 5px;
  justify-content: start;
  align-items: center;
  padding: 25px 12px 25px;
}
@media (max-width: 970px) {
  .offer .box button {
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
.offer .box button .icon {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 30%;
}
.offer .box button .icon .icon1 {
  display: block;
  width: 100%;
}
@media (max-width: 970px) {
  .offer .box button .icon {
    width: 40%;
    height: auto;
    padding-top: 20px;
    margin: 0;
  }
}
.offer .box button .desc {
  font-size: 22px;
  text-align: left;
  line-height: 32px;
  width: 70%;
}
.offer .box button .desc span:not(.normal) {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  color: var(--ter-green);
}
@media (max-width: 970px) {
  .offer .box button .desc {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px 30px 5px;
    margin-top: 0;
    margin-bottom: auto;
  }
  .offer .box button .desc span:not(.normal) {
    font-size: 20px;
    line-height: 28px;
  }
}
.offer .box button:hover .desc {
  color: var(--ter-green);
}
.offer .box button:hover .desc span {
  color: var(--ter-green);
}
@media (min-width: 971px) {
  .offer .box-container {
    padding: 20px;
  }
  .offer .box {
    width: 33%;
  }
}
@media (max-width: 1250px) {
  .offer .box {
    width: 50%;
  }
}

section.info {
  background: #fff;
  overflow: hidden;
}
section.info .container {
  padding-bottom: 0px;
}

.img-txt-container {
  padding: 50px 0;
}
.img-txt-container .img-txt-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-txt-container .img-txt-wrapper .img-column {
  width: 50%;
  display: inline-block;
}
@media (max-width: 970px) {
  .img-txt-container .img-txt-wrapper .img-column img {
    opacity: 1;
  }
  .img-txt-container .img-txt-wrapper .img-column {
    width: 100%;
  }
}
.img-txt-container .img-txt-wrapper .img-column img {
  opacity: 0;
  width: 100%;
}
.img-txt-container .img-txt-wrapper .txt-column {
  background-color: #fff;
  border-bottom: 20px solid #98b693;
  width: 50%;
  display: inline-block;
  padding: 50px 70px;
  min-height: 390px;
}
.img-txt-container .img-txt-wrapper .txt-column .txt-title {
  border-left: 3px solid #94552c;
  padding-left: 30px;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 10px;
  font-weight: bold;
  color: #94552c;
  margin-bottom: 60px;
}
.img-txt-container .img-txt-wrapper .txt-column p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
}
@media (max-width: 970px) {
  .img-txt-container .img-txt-wrapper .txt-column {
    width: 100%;
    border-bottom: 4px solid #98b693;
    min-height: auto;
    padding: 30px 30px;
  }
  .img-txt-container .img-txt-wrapper .txt-column .txt-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .img-txt-container .img-txt-wrapper .txt-column p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}
.img-txt-container2 {
  padding: 50px 20px;
}
@media (max-width: 1440px) {
  .img-txt-container2 {
    padding: 30px 50px;
  }
}
@media (max-width: 970px) {
  .img-txt-container2 {
    padding: 30px 0;
  }
}
.img-txt-container2 .img-txt-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-txt-container2 .img-txt-wrapper .img-column {
  width: 50%;
  display: inline-block;
  background: url("refer2.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}
.img-txt-container2 .img-txt-wrapper .img-column img {
  opacity: 0;
}
@media (max-width: 970px) {
  .img-txt-container2 .img-txt-wrapper .img-column {
    width: 100%;
  }
  .img-txt-container2 .img-txt-wrapper .img-column img {
    opacity: 1;
    width: 100%;
  }
}
.img-txt-container2 .img-txt-wrapper .txt-column {
  width: 50%;
  background: #b1c5ad;
  display: inline-block;
  padding: 14px;
}
@media (max-width: 970px) {
  .img-txt-container2 .img-txt-wrapper .txt-column {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px;
    margin: auto;
    width: 70%;
    justify-content: center;
  }
  .img-txt-container2 .img-txt-wrapper .txt-column .title-tagline {
    margin: auto;
    font-size: 24px;
    line-height: 32px;
  }
  .img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt {
    width: 100%;
    text-align: center;
  }
  .img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt .left-txt {
    width: 40% !important;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    padding-right: 10px;
  }
  .img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt .right-txt {
    width: 60% !important;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .img-txt-container2 .img-txt-wrapper .txt-column {
    width: 100%;
  }
}
.img-txt-container2 .img-txt-wrapper .txt-column .inner-txt-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 56px;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
}
.img-txt-container2 .img-txt-wrapper .txt-column .ribbon-txt {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 35px;
  background-image: url(img_ribbon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2px 51px;
}
.img-txt-container2 .img-txt-wrapper .txt-column .title-tagline {
  background-color: #6e471b;
  color: #fff;
  display: inline-block;
  padding: 5px 30px 10px 30px;
  font-size: 30px;
}
.img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #6e471b;
}
.img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt .left-txt {
  width: 40%;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt .left-txt {
    font-size: 18px;
  }
}
.img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt .right-txt {
  width: 60%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 64px;
}
@media (max-width: 1200px) {
  .img-txt-container2 .img-txt-wrapper .txt-column .highlight-txt .right-txt {
    font-size: 40px;
    padding-left: 10px;
  }
}
.img-txt-container2 .img-txt-wrapper .txt-column p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}
.img-txt-container2 .img-txt-wrapper .txt-column p a {
  color: #005d3e;
}
.img-txt-container2 .img-txt-wrapper .txt-column p a:hover {
  color: #000;
}
@media (max-width: 970px) {
  .img-txt-container2 .img-txt-wrapper .txt-column p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 15px;
  }
}

.pillar-gallery {
  padding: 0;
}
@media (max-width: 970px) {
  .pillar-gallery {
    overflow: hidden;
  }
}
.pillar-gallery .gallery-txt {
  padding: 20px 0px;
  text-align: center;
  background-color: var(--sec-green);
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (max-width: 970px) {
  .pillar-gallery .gallery-txt {
    font-size: 22px;
    line-height: 30px;
  }
}
.pillar-gallery .gallery-content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5%;
}
.pillar-gallery .gallery-content .pillar-content {
  width: 25%;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 970px) {
  .pillar-gallery .gallery-content .pillar-content {
    width: 100%;
    padding: 10px 0;
  }
}
.pillar-gallery .gallery-content .pillar-content .gallery-icon {
  width: 143px;
  height: 143px;
  margin-bottom: 20px;
}
.pillar-gallery .gallery-content .pillar-content .pillar-title {
  color: #c39231;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: center;
}
.pillar-gallery .gallery-content .pillar-content .pillar-txt {
  font-size: 16px;
  text-align: center;
  color: #4c4c4c;
}
@media (max-width: 970px) {
  .pillar-gallery .gallery-content .pillar-content .pillar-txt {
    width: 80%;
  }
}

section.refer p {
  color: var(--main-green) !important;
}
@media (max-width: 970px) {
  section.refer .container {
    padding-bottom: 20px;
  }
}

.prestige-info {
  font-size: 30px;
  line-height: 42px;
  color: #005d3e;
  font-weight: bold;
  text-align: center;
  padding: 70px 0;
}
.prestige-info a {
  color: #005d3e;
}
.prestige-info img {
  margin: auto;
}
@media (max-width: 970px) {
  .prestige-info {
    font-size: 24px;
    line-height: 32px;
    padding: 35px 0;
  }
}

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

.residents-tab-bar .residents-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 320px;
  padding: 16px 50px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #d8e3d8 !important;
  color: var(--ter-green) !important;
  margin-right: 0;
}
@media (max-width: 970px) {
  .residents-tab-bar .residents-tab-btn {
    min-width: none;
    max-width: calc(50% - 10px);
  }
}

.residents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px 0;
}
.residents-container table {
  margin-block: 20px;
  max-width: 700px;
}
.residents-container th {
  background-color: #bbd1bd;
  color: #055541;
  border: 1px solid #dddddd;
}
.residents-container td {
  background-color: #fff;
  border: 1px solid #dddddd;
}
.residents-container a {
  text-decoration: underline;
  color: inherit;
}
.residents-container ul {
  margin-left: 1.2em;
}

.residents-tab-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 18px;
  gap: 20px;
}
.residents-tab-bar .residents-tab-btn.active {
  background-color: var(--sec-green) !important;
  color: var(--ter-green) !important;
}
@media (max-width: 970px) {
  .residents-tab-bar {
    gap: 10px;
  }
  .residents-tab-bar .residents-tab-btn {
    font-size: 18px;
    min-width: 240px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .residents-tab-bar .residents-tab-btn {
    font-size: 18px;
    line-height: 24px;
    min-width: 120px;
    margin-bottom: 10px;
  }
}

.app-swiper-container.residents-tab-content {
  display: none !important;
}

.app-swiper-container.residents-tab-content.active {
  display: flex !important;
}

.download {
  font-size: 30px;
  line-height: 42px;
  color: #005d3e;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
.download sup {
  font-size: 0.4em;
  top: -1.3em;
}
@media (max-width: 970px) {
  .download {
    font-size: 24px;
    line-height: 32px;
  }
}

.app-icon {
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
.app-icon .app-img-template {
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
  padding-right: 10px;
}
.app-icon .app-img-template .app-icon-img {
  width: 77px;
  min-width: 77px;
}
.app-icon .app-download-template {
  padding-right: 10px;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
}
.app-icon .app-download-template .app-search-box {
  width: 255px;
  margin-bottom: 5px;
}
.app-icon .qr-code {
  max-width: 80px;
  min-width: 80px;
}
.app-icon .btn-download img {
  width: 125px;
  height: 37px;
}

.info-btn.isD2G-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.info-btn.isP2G-block {
  text-align: center;
}
.info-btn.isP2G-block p {
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 970px) {
  .info-btn.isP2G-block p {
    font-size: 24px;
    line-height: 32px;
  }
}
.info-btn img {
  width: 100%;
}
.info-btn {
  padding-bottom: 70px;
}
.info-btn a {
  width: 360px;
  transition: 0.3s ease-out;
}
.info-btn a:nth-child(2) {
  margin-left: 30px;
}
.info-btn a:hover {
  opacity: 0.6;
}
@media (max-width: 970px) {
  .info-btn a {
    width: 55%;
  }
  .info-btn a:first-child {
    margin-bottom: 10px;
  }
  .info-btn a:nth-child(2) {
    margin-left: 0px;
  }
}
@media (max-width: 546px) {
  .info-btn a {
    width: 80%;
  }
}

section.tnc {
  padding: 50px 30px 0 30px;
  max-width: 1400px;
  margin: auto;
}
section.tnc .tnc-remarks {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 970px) {
  section.tnc .tnc-remarks {
    font-size: 12px;
    line-height: 16px;
  }
}
section.tnc .tnc-remarks .tnc-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 970px) {
  section.tnc .tnc-remarks .tnc-title {
    font-size: 16px;
    line-height: 24px;
  }
}
section.tnc .tnc-remarks .tnc-border {
  border: 1px solid #000;
  padding: 20px;
  margin: 30px 0;
}
section.tnc .tnc-remarks ol {
  padding-left: 30px;
}
section.tnc .tnc-remarks ol li {
  padding-left: 10px;
  padding-bottom: 5px;
}

.remark {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.remark.mobile {
  display: none;
}
@media (max-width: 970px) {
  .remark.mobile {
    display: block;
  }
}
.remark.desktop {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 970px) {
  .remark.desktop {
    display: none;
  }
}
@media (max-width: 970px) {
  .remark {
    font-size: 14px;
  }
}

.pop-imgtitle-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -25px;
  margin-bottom: 15px;
}
.pop-imgtitle-container .pop-img {
  width: 20%;
}
@media (max-width: 970px) {
  .pop-imgtitle-container .pop-img {
    width: 30%;
  }
}
.pop-imgtitle-container .pop-img img {
  min-width: 140px;
}

.pop-title {
  width: 80%;
  text-align: left;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 970px) {
  .pop-title {
    width: 70%;
  }
}
.pop-title span {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: #005d3e;
}

.poplist {
  border: 0px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 80%;
  margin-left: 0px;
  flex-wrap: wrap;
  overflow-y: auto;
  z-index: 500;
}
@media (max-width: 970px) {
  .poplist {
    width: 100%;
    left: auto;
    right: 0;
    padding-bottom: 50px;
  }
}
.poplist .btns {
  height: 80px;
  width: 100%;
}
.poplist .btns a {
  float: left;
  margin-left: 10%;
  margin-top: 30px;
  background-image: url("Icon/icon_close_green.svg");
  background-position: center;
  height: 40px;
  width: 40px;
  background-size: cover;
}
.poplist .btns a p {
  opacity: 0;
}
.poplist #pop_dialog {
  width: 100%;
  margin-bottom: 150px;
}
.poplist .pop-content {
  margin: auto;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.poplist .pop-content > div {
  width: 80%;
  display: none;
}
.poplist .pop-content > div.active {
  display: block;
}
@media (max-width: 970px) {
  .poplist .pop-content > div {
    width: 90%;
  }
}
.poplist .pop-content .pop-heading {
  font-size: 24px;
  line-height: 32px;
  padding-top: 15px;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.poplist .pop-content .pop-heading img {
  margin-left: -30px;
}
.poplist .pop-content .pop-heading span {
  font-size: 28px;
  line-height: 36px;
  color: #005d3e;
  font-weight: bold;
  white-space: break-spaces;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-heading span {
    font-size: 24px;
    line-height: 32px;
  }
}
.poplist .pop-content .pop-inner-content {
  font-size: 20px;
  line-height: 28px;
  padding-top: 15px;
}
.poplist .pop-content .pop-inner-content .list-icon {
  width: 55px;
  height: 55px;
}
.poplist .pop-content .pop-inner-content .pop-imgtxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
.poplist .pop-content .pop-inner-content a:not(.normal) {
  color: #000;
  text-decoration: underline;
}
.poplist .pop-content .pop-inner-content a:not(.normal):hover {
  color: #005d3e;
}
.poplist .pop-content .pop-inner-content img {
  width: 35%;
  height: 35%;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-inner-content img {
    width: 50%;
    height: auto;
    margin: auto;
    padding-bottom: 15px;
  }
}
.poplist .pop-content .pop-inner-content img.giflink {
  padding-bottom: 0px;
  width: auto;
}
.poplist .pop-content .pop-inner-content img.popup-whatsapp {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-inner-content img.popup-whatsapp {
    padding-bottom: 0px;
    width: 25px;
    height: 25px;
  }
}
.poplist .pop-content .pop-inner-content img.family-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.poplist .pop-content .pop-inner-content p {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  width: 60%;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-inner-content p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.poplist .pop-content .pop-inner-content span:not(.normal) {
  font-size: 24px;
  line-height: 32px;
  color: #005d3e;
  font-weight: bold;
  white-space: break-spaces;
}
.poplist .pop-content .pop-inner-content span:not(.normal).pre {
  white-space: pre;
}
.poplist .pop-content .pop-inner-content span:not(.normal).pre.general {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-inner-content span:not(.normal) {
    font-size: 20px;
    line-height: 28px;
  }
}
.poplist .pop-content .pop-inner-content ul {
  padding-left: 30px;
  padding-bottom: 20px;
}
.poplist .pop-content .pop-inner-content ul li {
  padding-top: 10px;
}
.poplist .pop-content .pop-inner-content ul li ul {
  list-style-type: "-";
  margin-left: 15px;
  padding-left: 0;
  padding-bottom: 0;
}
.poplist .pop-content .pop-inner-content ul li ul li {
  padding-left: 10px;
}
.poplist .pop-content .pop-inner-content ul.gold-highlight span {
  font-size: 120%;
  color: #6e471b;
}
.poplist .pop-content .pop-inner-content ol li {
  padding-bottom: 12px;
}
.poplist .pop-content .pop-inner-content ol ol li {
  padding-bottom: 0;
}
@media (max-width: 970px) {
  .poplist .pop-content .pop-inner-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.poplist .pop-content .pop-inner-content.flex-content {
  display: flex;
  gap: 20px;
}
.poplist .pop-content .pop-inner-content.flex-content .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.poplist .pop-content .pop-inner-content.flex-content .left-content .left-img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.poplist .pop-content .pop-inner-content.flex-content .left-content .left-img img {
  width: 100% !important;
  height: 100% !important;
}
.poplist .pop-content .pop-inner-content.flex-content .left-content.justify-start {
  justify-content: start;
}
.poplist .pop-content .pop-inner-content .disabled-link {
  width: revert-layer;
}
.poplist .pop-content .pop-inner-content .remark ol li {
  padding-bottom: 0;
}
.poplist .pop-content table {
  table-layout: fixed;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  border: 1px solid #94552c;
  width: 100%;
  margin-top: 30px;
}
.poplist .pop-content table thead {
  background-color: #94552c;
}
.poplist .pop-content table thead td {
  color: #fff;
  font-weight: normal;
  padding: 5px 30px;
}
.poplist .pop-content table thead td.table-header {
  border-right: 1px solid #e9e9e9;
}
.poplist .pop-content table thead td.table-header:last-child {
  border-right: 0;
}
.poplist .pop-content table thead td.b-bottom {
  border-bottom: 1px solid #e9e9e9;
}
.poplist .pop-content table thead td:not(.table-header) {
  border-right: 1px solid #e9e9e9;
  width: 33%;
}
.poplist .pop-content table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.poplist .pop-content table tbody span:not(.txt-normal) {
  font-weight: bold;
  color: #005d3e;
}
.poplist .pop-content table tbody.border-by-td tr {
  border-bottom: none !important;
}
.poplist .pop-content table tbody.border-by-td tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.poplist .pop-content table th,
.poplist .pop-content table td {
  padding: 10px 30px;
}
.poplist .pop-content table th:last-child,
.poplist .pop-content table td:last-child {
  text-align: left;
}
.poplist .pop-content table th.b-right,
.poplist .pop-content table td.b-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.poplist .pop-content table th.table-col-highlight,
.poplist .pop-content table td.table-col-highlight {
  color: #fff;
  font-weight: bold;
  background-color: #94552c;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .poplist .pop-content table {
    font-size: 16px;
    line-height: 20px;
  }
  .poplist .pop-content table td,
  .poplist .pop-content table th {
    padding: 8px 6px !important;
  }
  .poplist .pop-content table span {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

br.breakview {
  display: block;
}
@media (max-width: 970px) {
  br.breakview {
    display: none !important;
  }
}

.app-dl-icon {
  display: inline-block;
}
.app-dl-icon img {
  width: 100%;
}

@media (max-width: 970px) {
  .app-dl-icon img {
    width: 150px !important;
  }
}
.warn-modal .modal-content {
  top: 30%;
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .warn-modal .modal-content {
    max-width: 90%;
  }
}
.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 .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}

#open-app-modal .modal-content {
  border: 5px solid #fff;
  border-radius: 15px;
  text-align: center;
}
#open-app-modal .modal-content img {
  margin-bottom: 20px;
  margin-left: 12px;
}
#open-app-modal .modal-content .btn-holder .btn {
  border: 2px solid #98b693;
  border-radius: 60px;
  font-size: 16px;
  background: #fff;
  color: #000;
  display: block;
  margin-left: 0;
  width: 100%;
  padding: 15px 12px 14px;
  margin-bottom: 15px;
  text-align: center;
}

.iOS-show,
.AOS-show {
  display: none !important;
}

.isAOS .AOS-show {
  display: block !important;
}

.isIOS .iOS-show {
  display: block !important;
}

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

span.break-word {
  white-space: break-spaces;
}

.no-icon {
  margin-right: 0px !important;
  line-height: 30px;
}
.no-icon:after {
  display: none;
}

.payroll-table-border {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #94552c;
}

.prize-section {
  display: flex;
  padding: 30px 0;
}
.prize-section .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.prize-arrow-container {
  z-index: 20;
  width: 60px;
  display: flex;
}
.prize-arrow-container img {
  transform: rotate(-90deg);
  margin-left: 5px;
}
.prize-block {
  width: 25%;
  min-height: 150px;
  position: relative;
  padding: 20px 25px;
  display: flex;
  align-items: center;
}
.prize-block__add {
  width: 35px;
  height: 35px;
  position: absolute;
  transform: rotate(45deg);
  right: -18px;
  top: calc(50% - 18px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prize-block__add img {
  margin-top: -1px;
  width: 20px;
  height: 20px;
}
.prize-block:nth-child(odd) {
  background: var(--sec-green);
}
.prize-block:nth-child(odd):not(:last-child) .prize-block__add {
  background: var(--sec-green);
}
.prize-block:nth-child(even) {
  background: var(--main-green);
  border-right: 1px solid #fff;
}
.prize-block:nth-child(even):not(:last-child) .prize-block__add {
  background: var(--main-green);
}
.prize-block__new-offer {
  position: absolute;
  top: 0;
  left: 0;
  background: #c39332;
  padding: 5px 28px;
  font-size: 24px;
  font-weight: bold;
  color: var(--ter-green);
}
.prize-block__txt {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  z-index: 15;
}
.prize-block__txt span {
  font-size: 28px;
  display: block;
  white-space: normal;
}
.prize-block__txt span.txt-green {
  color: var(--ter-green);
}
.prize-block__txt span.txt-brown {
  color: #603e14;
}
.prize-block__txt span.txt-gold {
  color: #d4ab59;
}
.prize-block__txt span.font-bold {
  font-weight: bold;
}
.prize-block__txt span.txt-md {
  font-size: 18px;
}
.prize-block__txt span.txt-sm {
  font-size: 14px;
}
.prize-block__txt a {
  color: var(--ter-green);
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .prize-section {
    padding-bottom: 50px;
  }
  .prize-block {
    width: 100% !important;
    min-height: 160px;
    padding-top: 10px;
    padding: 30px 15px 10px;
    border-right: 0;
  }
  .prize-block__add {
    right: calc(50% - 18px);
    top: calc(100% - 18px);
  }
  .prize-block:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
  .prize-block:nth-child(2) .prize-block__add {
    border-top: 0;
    border-bottom: 1px solid #fff;
    top: calc(100% - 17px);
  }
  .prize-block:last-child:before {
    left: calc(50% - 18px);
    top: -18px;
  }
  .prize-arrow-container {
    width: 100%;
    justify-content: center;
  }
  .prize-arrow-container img {
    margin: 10px 0 0;
    transform: rotate(0deg);
  }
}
@media (max-width: 970px) {
  .prize-section {
    padding-bottom: 0;
  }
}

.new-offer {
  background: #c39332;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: var(--ter-green);
}
.new-offer.tab-new-offer {
  position: absolute;
  top: 0;
  left: 0;
}
.new-offer.popup-offer {
  padding: 5px 20px;
}
@media (max-width: 970px) {
  .new-offer {
    font-size: 20px;
  }
}

.banner-mb {
  display: none;
}

@media (max-width: 1200px) {
  .banner-mb {
    display: block;
  }
  .banner-dt {
    display: none;
  }
}
.text-center {
  text-align: center !important;
}

.app-swiper-container {
  max-width: 1240px;
  padding: 60px 20px 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.app-swiper-container .app-swiper-wrapper {
  width: 45%;
  overflow: hidden;
  padding: 0 50px 30px;
  position: relative;
}
.app-swiper-container .app-swiper-wrapper .app-swiper {
  overflow: hidden;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 8px;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet-active {
  background: #055541;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-prev {
  left: 0;
  color: #055541;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-next {
  right: 0;
  color: #055541;
}
@media (max-width: 970px) {
  .app-swiper-container {
    padding: 30px 20px;
  }
  .app-swiper-container .app-swiper-wrapper {
    width: 100%;
    padding: 0 30px 30px;
  }
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-prev:after,
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-next:after {
    font-size: 30px;
    font-weight: bold;
  }
}

.app-step-container {
  width: 55%;
  padding-left: 50px;
}
.app-step-container .app-step {
  display: flex;
  cursor: pointer;
}
.app-step-container .app-step .app-step__icon {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  background-color: var(--sec-green);
  color: var(--main-green);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  transition: all 0.2s ease-out;
  align-items: center;
  justify-content: center;
}
.app-step-container .app-step .app-step__content {
  width: calc(100% - 80px);
  position: relative;
}
.app-step-container .app-step .app-step__content .app-step__inner-content {
  display: none;
}
.app-step-container .app-step .app-step__content .app-step__title {
  font-weight: bold;
  color: #055541;
  font-size: 26px;
  line-height: 35px;
}
.app-step-container .app-step .app-step__content .app-step__title span {
  font-size: 30px;
}
.app-step-container .app-step .app-step__content .app-step__desc {
  max-width: 460px;
  padding: 12px 0;
}
.app-step-container .app-step .app-step__content .app-step__desc a {
  color: inherit;
  text-decoration: underline;
}
.app-step-container .app-step:not(:last-child) .app-step__content {
  padding-bottom: 80px;
}
.app-step-container .app-step:not(:last-child) .app-step__content:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 66px;
  width: 1px;
  height: calc(100% - 82px);
  background-color: #055541;
}
.app-step-container .app-step.active .app-step__icon {
  background-color: var(--main-green);
  color: #fff;
}
.app-step-container .app-step.active .app-step__content {
  padding-bottom: 20px !important;
}
.app-step-container .app-step.active .app-step__inner-content {
  display: block;
}
@media (max-width: 970px) {
  .app-step-container {
    width: 100%;
    padding-left: 0;
  }
  .app-step-container .app-step .app-step__icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .app-step-container .app-step .app-step__content {
    width: calc(100% - 80px);
    position: relative;
  }
  .app-step-container .app-step .app-step__content .app-step__title {
    font-size: 18px;
    line-height: 28px;
  }
  .app-step-container .app-step .app-step__content .app-step__title span {
    font-size: 24px;
  }
  .app-step-container .app-step .app-step__content .app-step__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .app-step-container .app-step:not(:last-child) .app-step__content {
    padding-bottom: 60px;
  }
  .app-step-container .app-step:not(:last-child) .app-step__content:before {
    left: -40px;
    top: 52px;
    height: calc(100% - 64px);
  }
}

.img-test-placeholder {
  width: 35%;
  aspect-ratio: 65/41;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

.inline-block {
  display: inline-block !important;
}

.faq-section {
  margin-top: 30px;
  padding-top: 30px;
  padding-inline: 20px;
  margin-bottom: 40px;
}
.faq-section .faq-flex {
  display: flex;
}
.faq-section .faq-flex .faq-heading {
  width: 30%;
}
.faq-section .faq-flex .accordion-item-ctn {
  width: 70%;
}
@media screen and (max-width: 970px) {
  .faq-section .faq-flex {
    flex-direction: column;
  }
  .faq-section .faq-flex .faq-heading,
  .faq-section .faq-flex .accordion-item-ctn {
    width: 100%;
  }
}
.faq-section .faq-heading {
  margin-bottom: 24px;
}
.faq-section .faq-heading .faq-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.faq-section .faq-heading .faq-title::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  background-color: #34a344;
  border-radius: 2px;
}
.faq-section .faq-heading .faq-subtitle {
  font-size: 18px;
  font-weight: 700;
}
.faq-section .faq-table {
  margin: 18px 0;
}
.faq-section .faq-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}
.faq-section .faq-table th,
.faq-section .faq-table td {
  padding: 12px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
  text-align: left;
  line-height: 1.8;
}
.faq-section .faq-table th {
  background: #f4f4f4;
  font-weight: 700;
}
.faq-section .accordion-item {
  margin: 0 0;
  padding: 0;
}
.faq-section .accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.faq-section .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.faq-section .accordion-item .accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 15px 0px;
  background: #fff;
  cursor: pointer;
}
.faq-section .accordion-item .accordion-head h3 {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.faq-section .accordion-item .accordion-head {
  position: relative;
}
.faq-section .accordion-item .accordion-head::after {
  content: "";
  position: absolute;
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  max-width: 20px;
  min-width: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: #333;
  transition: transform 0.2s ease;
  background: url(../images/icn_stroke_chevron_down_grey02.svg) no-repeat center;
  background-size: contain;
}
.faq-section .accordion-item .accordion-body {
  padding: 16px 0px 20px;
  border: 0;
  color: #333;
  display: none;
}
.faq-section .accordion-item.active .accordion-head {
  color: #055541;
}
.faq-section .accordion-item.active .accordion-head::after {
  background: url(../images/icn_stroke_chevron_up_hase_green.svg) no-repeat center;
  background-size: contain;
}
.faq-section .accordion-item.active .accordion-body {
  display: block;
}
.faq-section .faq-remarks {
  margin-top: 20px;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}

.border-content {
  border: 1px solid #005d3e;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 24px;
  position: relative;
}
.border-content h4 {
  color: #005d3e;
  font-weight: bold;
}
.border-content .num-mark {
  color: #fff;
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  background-color: #005d3e;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.green-table {
  border: 1px solid #00372d !important;
}
.green-table .table-header {
  background-color: #00372d;
}

.payroll-offer table th {
  color: #fff;
  font-weight: normal;
  padding: 5px 30px;
  background-color: #94552c;
  border-bottom: 1px solid #e9e9e9;
  width: 30%;
}

.payroll-offer table tr:last-child th {
  color: #fff;
  font-weight: normal;
  padding: 5px 30px;
  background-color: #94552c;
  border-bottom: 1px solid #94552c;
}

.tabAccordion-item {
  margin: 18px 0;
  overflow: hidden;
}
.tabAccordion-item .pop-heading {
  padding: 12px 0;
}
.tabAccordion-item .tabAccordion-head {
  position: relative;
  cursor: pointer;
  padding-top: 12px;
  color: #005d3e;
  font-weight: bold;
  font-size: 20px;
}
.tabAccordion-item .tabAccordion-head .pop-heading {
  padding-top: 0;
}
.tabAccordion-item .tabAccordion-head .tabAccordion-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 17px;
  height: 11px;
  background: url(./arrow_black.svg) no-repeat center;
  background-size: contain;
}
.tabAccordion-item .tabAccordion-body {
  padding: 15px 0;
  border-top: 1px solid #005126;
  border-bottom: 1px solid #005126;
}
.tabAccordion-item .tabAccordion-body .pop-inner-content {
  padding-top: 0;
}
.tabAccordion-item .tabAccordion-body a {
  color: #000;
}
.tabAccordion-item .tabAccordion-body a:hover {
  text-decoration: underline;
}
.tabAccordion-item .tabAccordion-outer-content .pop-inner-content {
  color: #525252;
}
.tabAccordion-item.active .tabAccordion-head .tabAccordion-arrow {
  transform: rotate(180deg);
}
.tabAccordion-item.active .tabAccordion-outer-content {
  display: none;
}

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

.sub-heading {
  margin-top: 80px;
  position: relative;
  padding-left: 0px;
  font-size: 32px;
  line-height: 42px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  color: #4e4c49;
}
.sub-heading::after {
  content: "";
  background: #a67a26;
  background: linear-gradient(90deg, rgb(166, 122, 38) 0%, rgb(224, 214, 195) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A67A26", endColorstr="#E0D6C3", GradientType=1);
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: calc(100% + 75px);
  max-width: calc(100vw - 40px);
  height: 4px;
}
@media (max-width: 970px) {
  .sub-heading {
    margin-top: 30px;
  }
}

.tab-video {
  max-width: 1240px;
  padding: 60px 20px 40px;
  margin: auto;
}

.hero-banner {
  position: relative;
  z-index: 0;
}
.hero-banner__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero-banner__pagination .swiper-pagination-bullet-active {
  background: #306c24;
}
.hero-banner__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 5;
  border: none;
}

.main-video-wrapper {
  padding-top: 50px;
  width: 900px;
  margin: 0 auto;
}
.main-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 5;
  border: none;
}
@media (max-width: 970px) {
  .main-video-wrapper {
    max-width: 100%;
  }
}

.welcome-tagline {
  line-height: 42px;
}
@media (max-width: 970px) {
  .welcome-tagline {
    line-height: 24px;
  }
}

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

.clockenflap {
  display: inline !important;
  color: inherit !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
  font-family: "Coolvetica Regular";
}
.clockenflap.inherit-size {
  font-size: inherit !important;
}
.clockenflap.green {
  color: #006838 !important;
}
.clockenflap.black {
  color: #020000 !important;
}
.clockenflap.brown {
  color: #a79200 !important;
}
.clockenflap.white {
  color: #fff7f4 !important;
}

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

.bold {
  font-weight: bold;
}

section.now-banner {
  margin-top: -60px;
  padding-bottom: 120px;
}
section.now-banner ol {
  padding-left: 1.2em;
}
section.now-banner .now-banner__inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  gap: 10px;
  background-image: url(../images/offer_bg_d.png);
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 970px) {
  section.now-banner .now-banner__inner {
    background-image: url(../images/offer_bg_m.png);
  }
}
@media (max-width: 970px) {
  section.now-banner .now-banner__inner {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
}
section.now-banner .now-banner__img {
  order: 2;
}
section.now-banner .now-banner__img img {
  width: 100%;
  display: block;
}
@media (max-width: 970px) {
  section.now-banner .now-banner__img {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-top: 50px;
  }
  section.now-banner .now-banner__img img {
    width: 80%;
    margin: 0 auto;
  }
}
section.now-banner .now-banner__content {
  font-size: 22px;
}
@media (max-width: 970px) {
  section.now-banner .now-banner__content {
    font-size: 16px;
  }
}
section.now-banner .now-banner__content p {
  font-size: 22px;
}
@media (max-width: 970px) {
  section.now-banner .now-banner__content p {
    font-size: 16px;
  }
}
section.now-banner .now-banner__content {
  flex: 1;
  order: 1;
  color: #333;
}
@media (max-width: 970px) {
  section.now-banner .now-banner__content {
    order: 2;
    padding: 0px;
    width: 100%;
  }
}
section.now-banner .now-banner__pre {
  margin: 0 0 0px;
  line-height: 1.5;
  color: #02372c;
  font-weight: 700;
}
section.now-banner .now-banner__pre strong {
  color: #c39231;
  font-weight: bolder;
}
section.now-banner p.now-banner__title {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 0px;
  line-height: 1.4;
  color: #c39231;
}
@media (max-width: 970px) {
  section.now-banner p.now-banner__title {
    font-size: 28px;
  }
}
section.now-banner p.now-banner__title span {
  font-size: 22px;
}
@media (max-width: 970px) {
  section.now-banner p.now-banner__title span {
    font-size: 16px;
  }
}
section.now-banner p.now-banner__desc {
  margin: 0 0 16px;
  line-height: 1.6;
  color: #02372c;
  font-weight: 700;
}
section.now-banner p.now-banner__tnc {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 970px) {
  section.now-banner p.now-banner__tnc {
    font-size: 12px;
  }
}
section.now-banner ol {
  font-size: 14px;
}
@media (max-width: 970px) {
  section.now-banner ol {
    font-size: 12px;
  }
}
section.now-banner .now-banner__header {
  margin-bottom: -10px;
  pointer-events: none;
}
@media (max-width: 970px) {
  section.now-banner .now-banner__header {
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
  }
  section.now-banner .now-banner__header img {
    height: 80px;
  }
}

/* Luckydraw Banner Section */
.luckydraw-banner {
  overflow: hidden;
  text-align: left;
  background-image: url(../images/luckydraw_bg_d.png);
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 970px) {
  .luckydraw-banner {
    background-image: url(../images/luckydraw_bg_m.png);
  }
}
.luckydraw-banner .luckydraw-banner__inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
  gap: 30px;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__inner {
    flex-direction: column;
    padding: 30px 0px;
    gap: 0px;
    text-align: center;
  }
}
.luckydraw-banner .luckydraw-banner__img {
  order: 2;
  flex: 0 0 40%;
}
.luckydraw-banner .luckydraw-banner__img img {
  width: 100%;
  display: block;
  transform: scale(1.1);
}
.luckydraw-banner .luckydraw-banner__content {
  padding: 20px 0;
  flex: 1;
  order: 1;
  color: #02372c;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__content {
    padding: 0;
    display: contents;
    order: 2;
    width: 100%;
  }
}
.luckydraw-banner .luckydraw-banner__pre {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.4;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__pre {
    font-size: 14px;
  }
}
.luckydraw-banner .luckydraw-banner__pre strong {
  font-size: 30px;
  font-weight: bold;
  color: #c39231;
  margin: 0;
  line-height: 1.2;
  display: block;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__pre strong {
    font-size: 28px;
    display: inline-block;
  }
}
.luckydraw-banner p.luckydraw-banner__title {
  font-size: 38px;
  font-weight: bold;
  color: #c39231;
  margin: 0;
  line-height: 1.2;
  display: block;
}
@media (max-width: 970px) {
  .luckydraw-banner p.luckydraw-banner__title {
    font-size: 28px;
  }
}
.luckydraw-banner .luckydraw-banner__reward {
  margin: 20px 0 0;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__reward {
    width: 100%;
    position: relative;
    order: 4;
    display: flex;
  }
  .luckydraw-banner .luckydraw-banner__reward .luckydraw-banner__img {
    width: 30%;
    position: relative;
    height: auto;
  }
  .luckydraw-banner .luckydraw-banner__reward .luckydraw-banner__img img {
    position: absolute;
    bottom: 0px;
    right: -30px;
    max-width: 230px;
    display: block;
    transform: scale(1.2);
  }
}
.luckydraw-banner .luckydraw-banner__reward-box {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  display: inline-flex;
}
.luckydraw-banner .luckydraw-banner__reward-box > *:first-child {
  text-align: right;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__reward-box {
    width: 70%;
    gap: 0;
    flex-direction: column;
    display: flex;
    padding: 0px;
    padding-bottom: 50px;
  }
}
.luckydraw-banner .luckydraw-banner__reward-pre,
.luckydraw-banner .luckydraw-banner__reward-post {
  font-size: 19px;
  font-weight: bold;
  color: #02372c;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__reward-pre,
  .luckydraw-banner .luckydraw-banner__reward-post {
    font-size: 18px;
  }
}
.luckydraw-banner .luckydraw-banner__ticket img {
  width: auto;
}
.luckydraw-banner .luckydraw-banner__footer {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-right: auto;
  gap: 15px;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__footer {
    order: 5;
  }
}
.luckydraw-banner .luckydraw-banner__more {
  display: inline-block;
  color: #6e471a;
  text-decoration: underline;
  font-weight: bold;
  font-size: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__more {
    font-size: 22px;
  }
}
.luckydraw-banner .luckydraw-banner__tnc {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.luckydraw-banner .luckydraw-banner__tnc p {
  margin: 0;
  font-size: 14px;
}
.luckydraw-banner .luckydraw-banner__tnc a {
  text-decoration: underline;
}
@media (max-width: 970px) {
  .luckydraw-banner .luckydraw-banner__tnc {
    font-size: 12px;
  }
  .luckydraw-banner .luckydraw-banner__tnc p {
    font-size: 12px;
  }
}

.w-full {
  width: 100%;
}

.PSEClub_image {
  position: relative;
}
.PSEClub_image .PSEClub__btn {
  position: absolute;
  left: 50%;
  bottom: 51%;
  transform: translateX(-50%);
}
@media screen and (min-width: 971px) {
  .PSEClub_image .PSEClub__btn {
    left: 30%;
    bottom: 5%;
  }
}
.PSEClub_image .PSEClub__btn a {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  padding: 15px 38px 15px 20px;
  text-align: left;
  min-width: 215px;
}

.cta__redbtn_section {
  padding-bottom: 120px;
}

.cta__redbtn {
  text-align: center;
  margin: 20px auto;
}

.redbtn {
  background-color: #ff0000;
  line-height: 20px;
  padding-top: 10px;
}

.redbtn:hover {
  background-color: #930f16;
}

.cta__redbtn a {
  border-radius: 10px;
  padding: 9px 22px 8px;
  cursor: pointer;
  background-color: #ea1a1b;
  border: 1px #ea1a1b solid;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  word-break: break-all;
  display: inline-block;
}/*# sourceMappingURL=reward.css.map */