<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*######################### sc-hero-banner #########################*/
.sc-hero-banner {
  position: relative;
  /* border-image-slice: 1;
  border-width: 3px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #4cd6c3 0%, #00a94f 100%); */
}
.sc-hero-banner .swiper-pagination {
  position: absolute;
  padding: 0;
  bottom: 24px;
}

/*############################ sc-faq ###################################*/
.garage-container {
  font-family: "kurious-looped", Kurious;
}

.sc-faqs {
  background: #e5f6ed;
}
.sc-faqs.bg-white {
  background: #fff;
}
.sc-faqs.bg-gray {
  background: #f4f4f4 !important;
}
.sc-faqs .text-header {
  font-family: "kurious";
  font-size: 42px;
  font-weight: 700;
  color: var(--cr-dark);
  margin-bottom: 24px;
  text-align: center;
}
.sc-faqs .accordion {
  border-radius: 8px;
  background: var(--cr-light);
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 16px;
}
.sc-faqs .accordion-title {
  border-left: 0;
  font-family: "kurious";
  font-size: 18px;
  font-weight: 600;
  padding: 16px 64px 16px 24px;
}
.sc-faqs .accordion-title:after,
.sc-faqs .accordion-title:before {
  content: "";
  font-size: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}
.sc-faqs .accordion-title:after {
  top: 1px;
}
.sc-faqs .accordion-title:before {
  transform: rotate(90deg);
}
.sc-faqs .accordion-title:hover,
.sc-faqs .accordion-title.active {
  color: var(--cr-light);
  background-color: var(--cr-green);
}
.sc-faqs .accordion-title:hover:after,
.sc-faqs .accordion-title:hover:before {
  background-color: var(--cr-light);
}
.sc-faqs .accordion-title.active:after {
  background-color: var(--cr-light);
}
.sc-faqs .accordion-title.active:before {
  opacity: 0;
}
.sc-faqs .accordion-content {
  font-family: "kurious-looped", Kurious;
}
.sc-faqs .accordion-content .content-wrapper {
  font-family: "kurious-looped", Kurious;
  padding: 16px 24px 32px;
  border-left: 0;
  color: #333;
  word-wrap: break-word;
}
.sc-faqs .accordion-content .content-wrapper .link {
  text-decoration: underline;
  font-family: "kurious";
  font-size: 16px;
  font-weight: 500;
  color: var(--cr-green);
}
.sc-faqs ul a {
  color: #00a850;
  text-decoration: underline;
  font-weight: 500;
}
.sc-faqs .accordion-content .content-wrapper p {
  color: #333;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.sc-faqs .accordion-content .content-wrapper p + ol {
  margin-top: 0;
}
.sc-faqs .accordion-content .content-wrapper strong {
  color: #333;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 600;
}
.sc-faqs .accordion-content ul {
  margin: 0;
  margin-left: 1.2em;
  margin-bottom: 1.5rem;
}
.sc-faqs .accordion-content ul &gt; li {
  position: relative;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.sc-faqs .accordion-content ul &gt; li {
  list-style-type: none;
  /* list-style-type: disc; */
  position: relative;
}
.sc-faqs .accordion-content ul &gt; li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.sc-faqs .accordion-content ul &gt; li + li {
  margin-top: 0;
}
.sc-faqs .accordion-content ul &gt; li &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  text-align: left;
  width: 15px;
}
.sc-faqs .accordion-content ol {
  counter-reset: section;
  margin-left: 1.5em;
}
.sc-faqs .accordion-content ol &gt; li {
  position: relative;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.sc-faqs .accordion-content ol &gt; li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  right: 100%;
  top: 1px;
  text-align: left;
  width: 21px;
}
.sc-faqs .accordion-content ol &gt; li + li {
  margin-top: 0px;
}
.sc-faqs .accordion-content .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  color: var(--cr-light);
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.sc-faqs .accordion-content .link-tel {
  display: none;
}
.sc-faqs .accordion-content .link-tel .icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.sc-faqs .entrycontent ul &gt; li {
  margin-bottom: 0;
  line-height: 2em;
}
.sc-faqs .entrycontent ol &gt; li {
  margin-bottom: 0;
}
.sc-faqs .btn-link a {
  color: #00a94f;
  cursor: pointer;
  font-family: "kurious-looped", Kurious;
  text-decoration: underline;
  font-weight: 500;
}

/*############################ sc-promotion ###################################*/
.sc-promotion {
  background: var(--cr-light);
}
.sc-promotion .head {
  text-align: center;
  margin-bottom: 16px;
}
.sc-promotion .head .title {
  margin-bottom: 0;
}
.sc-promotion .body {
  position: relative;
  overflow: hidden;
  margin: 0 -12px;
  padding: 0 12px;
}
.sc-promotion .body .wrapper {
  display: block;
  border-radius: 8px;
  background: var(--cr-light);
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.sc-promotion .body .thumb {
  position: relative;
  overflow: hidden;
}
.sc-promotion .body .thumb &gt; img {
  transform: scale(1);
  transition: var(--tsition);
}
.sc-promotion .body .thumb:hover img {
  transform: scale(1.1);
}
.sc-promotion .body .content {
  padding: 24px;
}
.sc-promotion .body .content .title {
  margin-bottom: 0;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sc-promotion .body .content .action {
  padding-top: 16px;
}
.sc-promotion .body .content .action .txt {
  font-family: "kurious";
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--cr-green);
}

/*############################ popup ###################################*/
.icw-popup-function.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.icw-popup-function.mfp-bg.mfp-ready {
  opacity: 1;
}
.icw-popup-function .mfp-container {
  width: 100%;
}
.icw-popup-function .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
}
.icw-popup-function .mfp-content {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icw-popup-function .main-container {
  margin: 0;
}
.icw-popup-function .sc-content {
  padding: 48px;
}

.icw-popup-function .data-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
  margin: 80px auto;
}
.icw-popup-function .data-box {
  position: relative;
  background-color: var(--cr-light);
}
.icw-popup-function .data-box {
  position: relative;
  background-color: var(--cr-light);
}
.icw-popup-function .data-box .thumb {
  margin: 0 auto 48px;
  max-width: 364px;
  width: 100%;
}
.icw-popup-function .data-box .thumb &gt; img {
  border-radius: 8px;
  overflow: hidden;
}
.icw-popup-function .data-box .content {
  color: var(--cr-dark);
}
.icw-popup-function .data-box .content .title {
  margin-bottom: 16px;
}
.icw-popup-function .data-box .content .txt {
  font-family: "kurious";
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.icw-popup-function .data-box .content .list + .list {
  margin-top: 32px;
}
.icw-popup-function .data-box .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  color: var(--cr-light);
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.icw-popup-function .data-box .link-tel {
  display: none;
}
.icw-popup-function .data-box .link-tel .icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

/*######################### Breakpoint #########################*/
@media screen and (max-width: 1199px) {
  .footer-main {
    padding-bottom: 62px;
    padding-bottom: 0;
  }

  .sc-promotion .body .thumb:hover img {
    transform: scale(1);
  }

  .icw-popup-function .data-box {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  .icw-popup-function .data-box.popup-event {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sc-event .sc-bodyline {
    padding: 32px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  #packet .sc-inner {
    padding: 32px 0;
  }
  .sc-hero-banner {
    border-width: 4px;
  }
  .sc-hero-banner .swiper-pagination {
    bottom: 20px;
  }

  .sc-event {
    background-image: url(../img/bg-event-m.jpg);
  }
  .sc-event .sc-bodyline {
    padding: 48px 8px;
  }
  .sc-event .sc-bodyline .head {
    margin-bottom: 16px;
  }

  .sc-faqs .accordion-title {
    font-size: 16px;
    padding: 16px 50px 16px 16px;
  }
  .sc-faqs .accordion-title:after,
  .sc-faqs .accordion-title:before {
    right: 13px;
  }
  .sc-faqs .accordion-content .content-wrapper {
    padding: 24px 16px;
  }

  .sc-faqs .accordion-content .link-tel {
    display: inline-flex;
    margin-top: 16px;
  }

  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }

  .icw-popup-function .mfp-content {
    min-height: 100vh;
  }
  .icw-popup-function .data-box {
    margin: 0;
    width: 100%;
  }
  .icw-popup-function .data-box .link-tel {
    display: inline-flex;
    margin-top: 16px;
  }
  .icw-popup-function .sc-content {
    padding: 72px 16px 48px;
  }
  .section-shop .img-roof {
    top: -20px;
  }
  .section.sc-faqs  .sc-inner{
    padding: 32px 0;
  }
  .sc-promotion .head{
    margin-bottom: 26px;
  }
  .swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    padding-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .sc-faqs .accordion-content .content-wrapper {
    max-width: 296px;
    margin: 0 auto;
    padding: 16px 0px;
  }
}
.section-hb-apply {
  margin: 64px 0 0;
}

.section-hb-apply h2 {
  color: #333;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
}

@media (max-width: 450px) {
  .hb-promotion .sc-packet .accordion-content ul {
    padding-left: 2px;
  }

  .hb-promotion .sc-packet .accordion-title {
    padding: 16px 8px 16px 0px;
  }

  .hb-promotion .sc-packet .table-content {
    margin: 15px 0;
  }
}

/* ------------ hightlight-text ------------- */
.hb-promotion .hightlight-text {
  padding: 90px 0 67px;
}

.hb-promotion .hightlight-text h1 {
  color: #000;
  font-size: 42px;
  text-align: center;
}

.hb-promotion .hb-note {
  color: #000;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
  padding: 0 16px;
}
.hb-promotion .hb-note p {
  font-family: "kurious";
}

/*  */
@media (max-width: 450px) {
  .br-mobile {
    display: block;
  }
  .br-tablet {
    display: none;
  }
  .br-desktop {
    display: none;
  }
  .hb-promotion .img-section .img-mobile {
    display: block;
  }
  .hb-promotion .img-section .img-desktop {
    display: none;
  }
  .hb-promotion .hightlight-text {
    padding: 50px 0;
  }
  .hb-promotion .hightlight-text h1 {
    font-size: 28px;
  }
  .hb-promotion .sc-inner .text-header {
    font-size: 24px;
  }
  .hb-promotion .hb-note {
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
  }
  .hb-promotion .hb-note a {
    text-wrap: wrap;
  }
}

@media (min-width: 450px) {
  .br-mobile {
    display: none;
  }
  .br-tablet {
    display: block;
  }
  .br-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .br-mobile {
    display: none;
  }
  .br-tablet {
    display: none;
  }
  .br-desktop {
    display: block;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-3 {
  margin-top: 1rem !important;
}

@media screen and (max-width: 1024px) {
  .hidden-w1024 {
    display: none !important;
  }
}

.section .sc-accordion {
  max-width: 850px;
  margin: 0 auto;
}

.accordion-content ul &gt; li &gt; ul &gt; li {
  list-style-type: none;
  /* list-style-type: disc; */
  position: relative;
}
/* .sc-faqs .accordion-content ul &gt; li &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
} */

.hb-promotion .pl-1 {
  padding-left: 4px !important;
}
.hb-promotion .pl-2 {
  padding-left: 8px !important;
}
.hb-promotion .pl-3 {
  padding-left: 16px !important;
}
.hb-promotion .pl-4 {
  padding-left: 24px !important;
}
.hb-promotion .pl-30 {
  padding-left: 30px !important;
}
.hb-promotion .pl-5 {
  padding-left: 32px !important;
}

@media (max-width: 576px) {
  .hb-promotion .pl-5 {
    padding-left: 0 !important;
  }
  .hb-promotion .pl-30 {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  /* .visible-w767 {
    display: none !important;
  } */
  .visible-xs {
    display: none !important;
  }
}

@media (min-width: 1100px) {
}

@media (max-width: 450px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 767px) {
}

/* --------- popup-event ---------------- */
.popup-event {
  background-color: #384957 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.popup-event .sc-content {
  max-width: 1000px;
}
.icw-popup-function .data-box.popup-event {
  max-width: 1000px;
}
.popup-event .header-popup {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.popup-event .sc-content .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 23px;
  /* justify-content: space-between; */
  margin: 46px 0 0;
  /* width: 80%; */
  margin-left: auto;
  margin-right: auto;
}
.popup-event .sc-content .content .list-items {
  /* width: 27%; */
}
.popup-event .list-items .how-to-img {
  padding: 46px 30px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  width: 220px;
  height: 220px;
  display: flex;

  /* align-items: flex-end; */
  background: rgb(38, 177, 95);
  background: -moz-linear-gradient(
    135deg,
    rgba(38, 177, 95, 1) 0%,
    rgba(109, 207, 150, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(38, 177, 95, 1) 0%,
    rgba(109, 207, 150, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(38, 177, 95, 1) 0%,
    rgba(109, 207, 150, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26b15f",endColorstr="#6dcf96",GradientType=1);
}
.popup-event .list-items .how-to-img img {
  width: 100%;
}
.popup-event .list-items .how-to-img .num-img {
  width: 36px;
  height: 36px;
  background: #01e47f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.popup-event .list-items .how-to-img .num-img img {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
}
.popup-event .list-items .how-to-img .num-img p {
  font-family: "kurious";
  position: absolute;
  top: 7px;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.popup-event .list-items .popup-title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  font-family: "kurious";
  margin-bottom: 8px;
}
.popup-event .list-items .popup-desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 75px;
  font-family: "kurious-looped";
}
.popup-event .text-note-popup {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.btn-popup-box {
  display: flex;
}

.btn-popup-box .btn-popup {
  padding: 10px 23px;
  border-radius: 8px;
  background: #00a94f;
  color: #ffffff !important;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 64px;
}

@media screen and (max-width: 991px) {
  .popup-event .list-items .how-to-img {
    width: 180px;
    height: 180px;
  }
  .popup-event .sc-content .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup-event .sc-content .content .list-items {
    width: 100%;
  }
  .btn-popup-box .btn-popup {
    margin: 0 auto 40px;
  }
}
/* ------ */

/* -- grabplay wallet */

.section-grabpay-wallet {
  padding: 64px 0 35px;
}

.section-grabpay-wallet h1 {
  color: #333;
  text-align: center;
  font-family: Kurious;
  font-size: 40px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 24px;
}

.section-grabpay-wallet .note {
  color: #333;
  text-align: center;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
}

.text-green {
  color: #00a94f;
}

.img-container {
  max-width: 1032px;
  margin: 24px auto 0;
  padding: 0 16px;
  position: relative;
}

.img-container .codepic{
  position: absolute;
  width: 304px;
  height: 66px;
  bottom: 23%;
  cursor: pointer;
}
.img-container .codepic.pic1{
  left: 14.5%;
}
.img-container .codepic.pic2{
  right: 6.2%;
}

.tooltip .tooltip-text {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 45%;
  margin-left: -60px;
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

@media (max-width: 991px) {
  .img-container .codepic{
    width: 235px;
    height: 50px;
  }
  .tooltip .tooltip-text{
    top: 45px;
  }
}

@media (max-width: 767px) {
  .img-container {
    padding: 0 7px;
  }
}

@media (max-width: 576px) {
  .section-grabpay-wallet {
    padding: 48px 0 31px;
  }

  .section-grabpay-wallet h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .img-container {
    margin-top: 24px;
  }
  .img-container .codepic{
    width: 230px;
    height: 50px;
  }
  .img-container .codepic.pic1{
    left: 31.5%;
    bottom: 46%;
  }
  .img-container .codepic.pic2{
    bottom: 9.5%;
    right: 15.2%;
  }
}
@media (max-width: 380px) {
  .img-container .codepic{
    width: 200px;
    height: 41px;
  }
}
</pre></body></html>