html:not(.isCN) .cn_show {
  display: none !important;
}

html.isCN .cn_hide {
  display: none !important;
}

body[data-view=daasc] .view_d2g:not(.view_daasc),
body[data-view=daasc] .view_p2g:not(.view_daasc) {
  display: none !important;
}

body[data-view=d2g] .view_daasc:not(.view_d2g),
body[data-view=d2g] .view_p2g:not(.view_d2g) {
  display: none !important;
}

body[data-view=p2g] .view_daasc:not(.view_p2g),
body[data-view=p2g] .view_d2g:not(.view_p2g) {
  display: none !important;
}

.disclaimer {
  font-size: 14px;
  line-height: 1.5;
}

.gold {
  color: #c39332;
}

h2 {
  font-size: 36px;
}
@media screen and (max-width: 970px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
}
@media screen and (max-width: 970px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 26px;
}
@media screen and (max-width: 970px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 970px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 1em;
  line-height: 1.5;
}

#wrap {
  font-size: 20px;
}
@media screen and (max-width: 970px) {
  #wrap {
    font-size: 16px;
  }
}

.line-title {
  text-align: center;
  position: relative;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-title .left,
.line-title .right {
  flex-shrink: 0;
}
.line-title .left img,
.line-title .right img {
  margin-top: -3px;
  width: 20px;
}
.line-title::before, .line-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  min-width: 40px;
  background: linear-gradient(to right, rgba(215, 164, 66, 0) 0%, #a37a17 50%, #d7a442);
}
@media (max-width: 970px) {
  .line-title::before, .line-title::after {
    width: 5%;
  }
}
.line-title::after {
  background: linear-gradient(to left, rgba(215, 164, 66, 0) 0%, #a37a17 50%, #d7a442);
}
.line-title h2 {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: bold;
  color: #055541;
  line-height: 1.5;
  display: inline;
  margin-inline: 26px;
}
@media screen and (max-width: 970px) {
  .line-title h2 {
    font-size: 24px;
    margin-inline: 16px;
    min-width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 70%;
  }
}

.title-before-slider {
  font-size: 30px;
  font-weight: bold;
  color: #055541;
  padding-bottom: 12px;
}
@media screen and (max-width: 970px) {
  .title-before-slider {
    font-size: 22px;
  }
}

.slider-card-section {
  margin-bottom: 70px;
}
.slider-card-section.pse-gold, .slider-card-section.pse-bank {
  background-image: url(../images/PSE_gold_bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-card-section .slider-card-slider .swiper-slide {
  height: auto;
}
.slider-card-section .slider-card-slider {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 970px) {
  .slider-card-section .slider-card-slider {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .slider-card-section .slider-card-slider {
    padding: 0 30px;
  }
}
.slider-card-section .slider-card-swiper {
  overflow: hidden;
}
.slider-card-section .slider-card-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slider-card-section .slider-card-card__img {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.slider-card-section .slider-card-card__img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
@media (max-width: 640px) {
  .slider-card-section .slider-card-card__img img {
    height: 200px;
  }
}
.slider-card-section .slider-card-card:hover .slider-card-section .slider-card-card__img img {
  transform: scale(1.04);
}
.slider-card-section .slider-card-card__body {
  padding: 15px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-image: linear-gradient(to bottom, #fff, #e1e6e4);
}
.slider-card-section .slider-card-card__title {
  font-weight: bold;
  color: #c39332;
  margin-bottom: 8px;
  line-height: 1.4;
}
.slider-card-section .slider-card-card__desc ul {
  padding-left: 1.2em;
  margin: 0;
}
.slider-card-section .slider-card-card__desc ul li {
  margin-bottom: 4px;
}
.slider-card-section .slider-card-card .btn-learn-more-wrapper {
  padding-top: 14px;
  margin-top: auto;
}
.slider-card-section .slider-card-card .btn-learn-more {
  font-size: 14px;
  color: #055541;
}
.slider-card-section .slider-card-card .btn-learn-more .chevron-right::after {
  content: ">";
  font-weight: bold;
}
.slider-card-section .slider-card-card__disclaimer {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
}
.slider-card-section .swiper-button-prev.slider-card-prev,
.slider-card-section .swiper-button-next.slider-card-next {
  width: 36px;
  height: 36px;
  background: #055541;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translate(0, -50%);
}
.slider-card-section .swiper-button-prev.slider-card-prev::after,
.slider-card-section .swiper-button-next.slider-card-next::after {
  font-size: 14px;
  font-weight: bold;
}
.slider-card-section .swiper-button-next.slider-card-next {
  right: -15px;
}
@media screen and (max-width: 970px) {
  .slider-card-section .swiper-button-next.slider-card-next {
    right: -15px;
  }
}
.slider-card-section .swiper-button-prev.slider-card-prev {
  left: -15px;
}
@media screen and (max-width: 970px) {
  .slider-card-section .swiper-button-prev.slider-card-prev {
    left: -15px;
  }
}
.slider-card-section .swiper-pagination.slider-card-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}
.slider-card-section .swiper-pagination.slider-card-pagination .swiper-pagination-bullet {
  background: #f0f0f0;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.slider-card-section .swiper-pagination.slider-card-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #055541;
}

.pse-rewards {
  background: url(../images/offer_green_bg.jpg);
  background-size: cover;
  padding: 60px 0 80px;
}
.pse-rewards .line-title h2 {
  color: #fff !important;
}
.pse-rewards .rewards-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.pse-rewards .rewards-tabs-nav {
  width: 600px;
  display: flex;
  background: linear-gradient(to right, #d4e2d6, #c5d8c7 25%, #a2c2a6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 5px;
  position: relative;
}
.pse-rewards .rewards-tab-btn {
  width: 50%;
  padding: 15px 24px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .pse-rewards .rewards-tab-btn {
    min-width: 130px;
    padding: 10px 16px;
  }
}
.pse-rewards .rewards-tab-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.pse-rewards .rewards-tab-btn.active {
  background: linear-gradient(to right, #c08400 0%, #e1b262 50%, #c08400 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(163, 122, 23, 0.3);
}
.pse-rewards .rewards-tab-btn.active::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  pointer-events: none;
}
.pse-rewards .rewards-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e1b262 transparent transparent transparent;
}
.pse-rewards .rewards-main-content {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #c39332, #ffffff 45%, #ffffff 32%, #c39332) border-box;
  border: 4px solid transparent;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  min-height: 550px;
  padding: 40px 0;
}
@media (max-width: 970px) {
  .pse-rewards .rewards-main-content {
    padding: 0 0 20px;
    flex-direction: column;
  }
}
.pse-rewards .rewards-sidebar {
  width: 25%;
  position: relative;
  min-width: 320px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.pse-rewards .rewards-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222222 20%, #222222 80%, rgba(34, 34, 34, 0));
}
.pse-rewards .rewards-sidebar .rewards-scroll-arrow {
  display: none;
}
@media (max-width: 970px) {
  .pse-rewards .rewards-sidebar {
    width: 100%;
    border-right: none;
    position: relative;
  }
  .pse-rewards .rewards-sidebar .scroll-container-wrapper {
    position: relative;
    width: 100%;
  }
  .pse-rewards .rewards-sidebar .scroll-container-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    z-index: 2;
  }
  .pse-rewards .rewards-sidebar .rewards-cat-list-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .pse-rewards .rewards-sidebar .rewards-scroll-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #055541;
    color: #fff;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    animation: arrowShift 1.2s infinite ease-in-out;
    cursor: pointer;
  }
  .pse-rewards .rewards-sidebar .rewards-scroll-arrow::after {
    content: "next next";
    font-family: "swiper-icons";
    font-size: 13px;
    font-weight: bold;
  }
}
@keyframes arrowShift {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(4px);
  }
}
.pse-rewards .rewards-cat-list {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 970px) {
  .pse-rewards .rewards-cat-list {
    display: flex;
    white-space: nowrap;
    padding: 0;
  }
}
.pse-rewards .rewards-cat-item {
  padding: 4px 24px;
  padding-bottom: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 500;
}
@media (max-width: 970px) {
  .pse-rewards .rewards-cat-item {
    border-bottom: none;
    padding: 8px 20px;
    padding-right: 40px;
  }
}
.pse-rewards .rewards-cat-item:hover {
  background: #f7fafc;
  color: #055541;
}
.pse-rewards .rewards-cat-item.active {
  background: linear-gradient(90deg, #055541 0%, rgba(5, 85, 65, 0.8) 80%, #fff);
  color: #fff;
  font-weight: bold;
  position: relative;
}
.pse-rewards .rewards-cat-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c08400 0%, #e1b262 80%, #fff);
}
.pse-rewards .rewards-content-panel {
  width: 75%;
  padding: 20px 30px;
  overflow-y: auto;
}
@media (max-width: 970px) {
  .pse-rewards .rewards-content-panel {
    width: 100%;
    padding: 20px 16px;
  }
}
.pse-rewards .rewards-toggle-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pse-rewards .rewards-toggle-item {
  border-bottom: 1px solid #cbd5e0;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s ease;
}
.pse-rewards .rewards-toggle-item ol,
.pse-rewards .rewards-toggle-item ul {
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
.pse-rewards .rewards-toggle-item.active {
  border-color: #055541;
}
.pse-rewards .rewards-toggle-item.active .rewards-toggle-trigger .arrow-circle {
  transform: rotate(90deg);
  background-color: #055541;
  color: #fff;
}
.pse-rewards .rewards-toggle-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
  padding-bottom: 20px;
}
.pse-rewards .rewards-toggle-trigger:hover .arrow-circle {
  background-color: #055541;
  color: #fff;
}
.pse-rewards .rewards-toggle-trigger .trigger-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pse-rewards .rewards-toggle-trigger .trigger-left img.offer-icon {
  width: 45px;
  flex-shrink: 0;
}
.pse-rewards .rewards-toggle-trigger h4.offer-title {
  color: #055541;
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}
.pse-rewards .rewards-toggle-trigger h4.offer-title strong {
  color: #c39332;
}
.pse-rewards .rewards-toggle-trigger .arrow-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #055541;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
.pse-rewards .rewards-toggle-trigger .arrow-circle::after {
  content: "next";
  font-family: "swiper-icons";
  font-size: 10px;
}
.pse-rewards .rewards-toggle-content {
  padding: 0 0 20px 57px;
  line-height: 1.7;
}
.pse-rewards .rewards-toggle-content p {
  margin-top: 0;
  margin-bottom: 12px;
}
.pse-rewards .rewards-toggle-content b {
  color: inherit;
}
.pse-rewards .rewards-toggle-content strong {
  color: #055541;
}
.pse-rewards .rewards-toggle-content .rewards-toggle-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 970px) {
  .pse-rewards .rewards-toggle-content .rewards-toggle-content-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-right: 15px;
  }
}
.pse-rewards .rewards-toggle-content .rewards-toggle-text {
  flex: 1;
  width: 100%;
}
.pse-rewards .rewards-toggle-content .rewards-toggle-cardface {
  width: 140px;
  min-width: 140px;
  flex-shrink: 0;
  margin-top: 10px;
}
.pse-rewards .rewards-toggle-content .rewards-toggle-cardface img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 970px) {
  .pse-rewards .rewards-toggle-content .rewards-toggle-cardface {
    width: 100px;
    min-width: 100px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.pse-rewards .table-responsive {
  overflow-x: auto;
  margin: 16px 0;
}
.pse-rewards .rewards-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.pse-rewards .rewards-table th,
.pse-rewards .rewards-table td {
  padding: 12px;
  border: 1px solid #d9e1d8;
  text-align: left;
}
.pse-rewards .rewards-table th {
  background-color: #bbd1bd;
  color: #055541;
  font-weight: bold;
  text-align: center;
}
.pse-rewards .rewards-table tr {
  background-color: #fff;
}
.pse-rewards .rewards-table .text-center {
  text-align: center;
}
.pse-rewards .footnote {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}
.pse-rewards .footnote:not(ol) {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.pse-rewards .btn-learn-more-wrapper {
  margin-top: 16px;
}
.pse-rewards .btn-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #055541;
  color: #fff;
  padding: 6px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
}
.pse-rewards .btn-learn-more:hover {
  background-color: #033f30;
  color: #fff;
}
.pse-rewards .btn-learn-more .chevron-right::after {
  content: ">";
  font-weight: bold;
}

.tnc-link-wrapper {
  max-width: 1240px;
  margin: auto;
}
.tnc-link-wrapper ol,
.tnc-link-wrapper ul {
  padding-left: 1.2em;
}
.tnc-link-wrapper .tnc-toggle-btn {
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #222222;
}
.tnc-link-wrapper .tnc-toggle-btn .arrow-icon {
  width: 14px;
  transition: transform 0.2s ease;
}
.tnc-link-wrapper .tnc-toggle-btn.expanded .arrow-icon {
  transform: rotate(180deg);
}
.tnc-link-wrapper .tnc-detail-content {
  margin-top: 8px;
  padding: 10px 0px;
  border-radius: 4px;
  font-size: 14px;
}

.promote-section {
  margin: 70px 0;
}
.promote-section .slider-card-card {
  cursor: pointer;
}
.promote-section .slider-card-card__title h5 {
  color: #222222 !important;
}

.promo-tag {
  position: absolute;
  top: 15px;
  left: 0;
  background: linear-gradient(to right, #e1bc54, #d7a442, #e5c65c, #eeda7f 50%, #f6ebbe, #ebd482);
  color: #fff;
  padding: 8px 27px 8px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}
.promo-tag::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 2px;
  bottom: 2px;
  background-color: #055541;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
}
.promo-tag img.promo-tag__icon {
  width: 26px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.promote-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 970px) {
  .promote-modal-overlay {
    align-items: flex-end;
  }
}

.promote-modal-wrapper {
  width: 70%;
  max-width: 960px;
  height: 100%;
  background: #fff;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  position: relative;
}
@media (max-width: 970px) {
  .promote-modal-wrapper {
    border-radius: 20px 0 0 20px;
    max-width: 100%;
    width: 100%;
  }
}

.promote-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  font-size: 32px;
  color: #a0aec0;
  cursor: pointer;
  z-index: 100;
  transition: color 0.2s ease;
}
.promote-modal-close:hover {
  color: #4a5568;
}

.promote-modal-img {
  position: relative;
  width: 100%;
  padding: 50px 40px 0;
}
@media (max-width: 640px) {
  .promote-modal-img {
    padding: 40px 20px 0;
  }
}
.promote-modal-img img {
  width: auto;
  height: 260px;
  display: block;
}
.promote-modal-img .promo-tag {
  top: 65px;
  left: 40px;
}
@media (max-width: 640px) {
  .promote-modal-img .promo-tag {
    top: 55px;
    left: 20px;
  }
}

.promote-modal-body {
  padding: 30px 40px 40px;
}
@media (max-width: 640px) {
  .promote-modal-body {
    padding: 20px;
  }
}

.promote-modal-title {
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-top: 0;
}
.promote-modal-title span {
  color: #c39332;
}

.promote-modal-details {
  font-size: 20px;
}
@media screen and (max-width: 970px) {
  .promote-modal-details {
    font-size: 16px;
  }
}
.promote-modal-details p {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
}
.promote-modal-details p b {
  color: inherit;
}
.promote-modal-details p strong {
  color: #055541;
}
.promote-modal-details ol {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 12px;
}
.promote-modal-details ol li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.promote-modal-details p.footnote {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-left: 0.9em;
  text-indent: -0.9em;
}

#open-account {
  margin: 70px 0;
  background: #fff;
}
#open-account .tab-header {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  height: auto !important;
}
#open-account .tab-btn-container {
  display: flex;
  background: linear-gradient(to right, #d4e2d6, #c5d8c7 25%, #a2c2a6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 5px;
  position: relative;
  width: 900px;
  max-width: 100%;
  box-sizing: border-box;
  border: none !important;
  float: none !important;
}
@media (max-width: 970px) {
  #open-account .tab-btn-container {
    width: 100%;
  }
}
#open-account .tab-btn {
  width: 33.333% !important;
  padding: 15px 10px !important;
  font-weight: bold !important;
  color: #055541 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
  box-shadow: none !important;
  float: none !important;
}
@media (max-width: 970px) {
  #open-account .tab-btn {
    font-size: 16px !important;
    padding: 10px 5px !important;
  }
}
#open-account .tab-btn span {
  display: inline-block !important;
  line-height: 1.2 !important;
  width: 100% !important;
  text-align: center !important;
}
#open-account .tab-btn span::after {
  display: none !important;
}
#open-account .tab-btn:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
#open-account .tab-btn.active {
  background: linear-gradient(to right, #c08400 0%, #e1b262 50%, #c08400 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(163, 122, 23, 0.3) !important;
}
#open-account .tab-btn.active::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  pointer-events: none;
}
#open-account .tab-btn.active::after {
  content: "" !important;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e1b262 transparent transparent transparent;
  display: block !important;
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
}
#open-account .tab-box {
  position: relative;
  background-color: transparent;
}
#open-account .tab-box > * {
  position: relative;
  z-index: 2;
}
#open-account .tab-box::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f8f3;
  z-index: 1;
}
#open-account .tab-box .app-swiper-container {
  background-color: #fff;
  border-radius: 10px;
}
#open-account .tab-box .tab-content {
  padding-bottom: 50px;
}
#open-account .tab-box .residents-tab-bar {
  margin-bottom: -35px;
}
#open-account .tab-box .residents-tab-btn {
  position: relative;
}
#open-account .tab-box .residents-tab-btn.active {
  background-color: #055541 !important;
  color: #fff !important;
}
#open-account .tab-box .residents-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #055541 transparent transparent transparent;
  display: block;
}

section.faq {
  margin: 70px 0;
}

.mgm-section {
  text-align: center;
}
.mgm-section .mgm-bg {
  position: relative;
  padding-bottom: 60px;
}
.mgm-section .mgm-bg > * {
  position: relative;
  z-index: 2;
}
.mgm-section .mgm-bg::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/MGM_green_bg.jpg) no-repeat top;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 970px) {
  .mgm-section .mgm-bg::after {
    top: 27px;
  }
}
.mgm-section .mgm-tagline {
  line-height: 1.6;
  margin: 30px auto;
  padding: 0 20px;
}
.mgm-section .mgm-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.mgm-section .mgm-tab-btn-container {
  display: flex;
  background: linear-gradient(to right, #d4e2d6, #c5d8c7 25%, #a2c2a6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 5px;
  position: relative;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}
.mgm-section .mgm-tab-btn {
  width: 50% !important;
  padding: 15px 10px !important;
  font-weight: bold !important;
  color: #055541 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .mgm-section .mgm-tab-btn {
    font-size: 16px !important;
    padding: 10px 5px !important;
  }
}
.mgm-section .mgm-tab-btn:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
.mgm-section .mgm-tab-btn.active {
  background: linear-gradient(to right, #c08400 0%, #e1b262 50%, #c08400 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(163, 122, 23, 0.3) !important;
}
.mgm-section .mgm-tab-btn.active::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  pointer-events: none;
}
.mgm-section .mgm-tab-btn.active::after {
  content: "" !important;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e1b262 transparent transparent transparent;
  display: block !important;
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
}
.mgm-section .mgm-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 970px) {
  .mgm-section .mgm-card {
    flex-direction: column;
  }
}
.mgm-section .mgm-card-img {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 970px) {
  .mgm-section .mgm-card-img {
    width: 100%;
  }
}
.mgm-section .mgm-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mgm-section .mgm-card-body {
  width: 50%;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 970px) {
  .mgm-section .mgm-card-body {
    width: 100%;
    padding: 30px 24px;
  }
}
.mgm-section .mgm-card-body h4 {
  color: #055541;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.mgm-section .mgm-card-body .mgm-offer-details {
  color: #333;
  margin-bottom: 30px;
}
.mgm-section .mgm-card-body .mgm-offer-details p strong, .mgm-section .mgm-card-body .mgm-offer-details ul strong {
  color: #055541;
}
.mgm-section .mgm-card-body .mgm-offer-details ul {
  padding-left: 1.2em;
}
.mgm-section .mgm-card-body .mgm-btn-learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #c39332;
  color: #fff;
  padding: 6px 36px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.mgm-section .mgm-card-body .mgm-btn-learn-more:hover {
  background-color: #a77c25;
}
.mgm-section .mgm-card-body .mgm-btn-learn-more::after {
  content: ">";
  font-weight: bold;
  font-size: 14px;
}
.mgm-section .mgm-tab-content {
  display: none;
}
.mgm-section .mgm-tab-content.active {
  display: block;
}

.contact-us {
  margin: 70px 0;
}
.contact-us .contact-box {
  background: #f4f8f3;
  padding: 30px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 5px solid #c39332;
}
@media (max-width: 970px) {
  .contact-us .contact-box {
    padding: 24px 20px;
  }
}
.contact-us .contact-title {
  font-weight: bold;
  color: #055541;
  text-align: left;
  margin-bottom: 20px;
}
.contact-us .contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-us .contact-row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.contact-us .contact-left {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 15px;
}
.contact-us .contact-icon {
  width: 30px;
  height: 30px;
  background: #055541;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  margin-bottom: auto;
}
.contact-us .contact-icon img {
  width: 100%;
  height: 100%;
}
.contact-us .contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  margin-bottom: auto;
}
.contact-us .contact-name {
  font-size: 20px;
  font-weight: bold;
  color: #055541;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .contact-us .contact-name {
    font-size: 16px;
  }
}
.contact-us .contact-desc {
  font-size: 14px;
}
.contact-us .contact-number {
  font-weight: bold;
  color: #055541;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .contact-us .contact-number {
    text-align: right;
  }
}
.contact-us .contact-qrcode img {
  width: 90px;
  height: 90px;
  display: block;
}
.contact-us .contact-footnotes {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .contact-disclosures {
  margin-top: 30px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .contact-disclosures .tnc-link-wrapper {
  margin: 15px 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.contact-us .contact-disclosures .tnc-link-wrapper .tnc-toggle-btn {
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.contact-us .contact-disclosures .tnc-link-wrapper .tnc-toggle-btn .arrow-icon {
  width: 14px;
  margin-left: 4px;
}
.contact-us .contact-disclosures .tnc-link-wrapper .tnc-detail-content {
  margin-top: 8px;
  padding: 10px 0 !important;
  padding-left: 1.2em !important;
  background: transparent !important;
  font-size: 14px;
}

.line-title.no-line {
  margin-bottom: 24px;
}
.line-title.no-line::before, .line-title.no-line::after {
  display: none !important;
}

.follow-us {
  padding: 0 0 80px;
  background-color: #fff;
  text-align: center;
}
.follow-us .follow-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-top: 44px;
}
@media (max-width: 970px) {
  .follow-us .follow-items {
    display: flex;
    flex-direction: column;
  }
}
.follow-us .follow-item {
  display: inline-flex;
  align-items: center;
  background: #f5f6f7;
  border-radius: 100px;
  padding: 0 30px 0 0;
  text-decoration: none;
  height: 40px;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}
@media (max-width: 970px) {
  .follow-us .follow-item {
    width: 100%;
    max-width: 300px;
  }
}
.follow-us .follow-item:hover:not(.no-link) {
  opacity: 0.8;
}
.follow-us .follow-item.no-link {
  cursor: default;
}
.follow-us .follow-item .social-icon {
  height: 40px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.follow-us .follow-item .social-name {
  font-weight: bold;
  color: #055541;
  margin-left: 18px;
  line-height: 1;
}

.slider-card-section.pse-bank .swiper-slide {
  display: block;
}
.slider-card-section.pse-bank .swiper-slide[data-card="1"] .title-before-slider {
  width: 50%;
}
@media screen and (max-width: 970px) {
  .slider-card-section.pse-bank .swiper-slide[data-card="1"] .title-before-slider {
    width: 100%;
  }
}
.slider-card-section.pse-bank .swiper-slide .half-show {
  display: none;
}
@media screen and (min-width: 971px) {
  .slider-card-section.pse-bank .swiper-slide[data-card="2"] .title-before-slider > * .half-show {
    display: block;
  }
}
.slider-card-section.pse-bank .slide-cards-row {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}
@media (max-width: 970px) {
  .slider-card-section.pse-bank .slide-cards-row {
    flex-direction: column;
    gap: 20px;
  }
}
.slider-card-section.pse-bank .slider-card-card {
  flex: 1;
  min-width: 0;
  max-width: calc(50% - 15px);
  height: auto;
}
@media (max-width: 970px) {
  .slider-card-section.pse-bank .slider-card-card {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .isDesktop-show {
    display: none !important;
  }
  .isMobile-block {
    display: block !important;
  }
  .isMobile-inline-block {
    display: inline-block !important;
  }
  .isMobile-inline-table {
    display: inline-table;
  }
}
.luckydraw-banner__reward-box {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  display: inline-flex;
}
.luckydraw-banner__reward-box > *:first-child {
  text-align: right;
}
@media (max-width: 480px) {
  .luckydraw-banner__reward-box {
    gap: 0;
    flex-direction: column;
    display: flex;
    padding: 0px;
    padding-bottom: 50px;
  }
}

.faq-section .accordion-item .accordion-head {
  position: relative;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.faq-section .accordion-item .accordion-body {
  padding-left: 1.6em;
}
.faq-section .accordion-item .accordion-body ul {
  padding-left: 1.2em;
}

@media screen and (max-width: 970px) {
  .app-step-container .app-step:not(.active) {
    display: none;
  }
  .app-step-container .app-step__content::before {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */