<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
  padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}

.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00A950;
  color: #fff;
  top: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
  transition: .3s ease-in-out;
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  transition: .3s ease-in-out;
}

.mfp-close-btn-in .mfp-close:before {
  transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
  background-color: #fff;
}

.mfp-close-btn-in .mfp-close:hover:after {
  background-color: #fff;
}

.mfp-close-btn-in .mfp-close:active {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
}

/* ###### popup scan ####### */
.scan .mfp-content {
  /* padding: 48px 48px 0; */
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  z-index: 10058;
}

.scan .mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.scan {
  z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.img-phone {
  position: relative;
  z-index: 2;
}

.scan-phone {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  bottom: -1px;
}


.qrcode {
  position: absolute;
  width: 100%;
  top: 39px;
  left: 55px;
  margin: auto;
}

.qrcode img,
.qrcode canvas {
  position: absolute;
  max-width: 190px;
  width: 100%;
}

.qrcode2 {
  position: relative;
  max-width: 282px;
  width: 100%;
  top: auto;
  left: auto;
  margin: auto;

  border-radius: 10px;
  background: #FFF;
  padding: 4px;
}

.qrcode2 img,
.qrcode2 canvas {
  position: relative;
  max-width: 282px;
  width: 100%;
  image-rendering: pixelated;
}

.txt-phone {
  color: #FFF;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.scan-content {
  display: flex;
  /* gap: 172px; */
  justify-content: space-between;
  align-items: center;
}

.scan-content .title {
  color: #333;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 16px;
  margin-top: 0;
}

.scan-content .des2 .title {
  color: #00A94F;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
}

.scan-content .sub-title {
  color: #333;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
}

.scan-content .des2 .sub-title {
  color: #666;
  font-family: kurious-looped;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.scan-content2 {
  display: flex;
  align-items: center;
  padding: 48px 48px 96px;
}

.w-50 {
  width: 50%;
}

.pl-96 {
  padding-left: 96px;
}

.scan-content2:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(96deg, #2EAA99 0.54%, #2A9489 100%);
}

.white-popup {
  background: #FFF;
}

._popup-contact {
  display: flex;
  align-items: center;
}

._popup-contact .col-l {
  background-color: #FFF;
  width: 50%;
  padding: 0 66px;
}

._popup-contact .col-r {
  width: 50%;
  padding: 96px 66px;
  text-align: center;
}

._popup-contact.line .col-r {
  background: #00A94F;
  background: linear-gradient(9deg, #272425 -168.55%, #00A94F -63.1%, #66CAAE 89.22%);
  position: relative;
}

.icw .pos-ab {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  max-width: 83px;
  width: 100%;
  margin: auto;
  display: block;
}

._popup-contact.tel .col-r {
  background: #66CAAE;
  background: linear-gradient(16deg, #66CAAE -47.42%, #E9FDF2 77.16%);
}

._popup-contact.kwealth .col-r {
  background: #A78677;
  background: url(../img/bg-kplus.png), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(96deg, #A78677 0.54%, #E6E0BF 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


._popup-contact.kplus .col-r {
  background: #66CAAE;
  background: url(../img/bg-popup-scanqr.jpg), radial-gradient(128.98% 36.06% at 85.96% 97.79%, rgba(0, 169, 79, 0.30) 0%, rgba(0, 169, 79, 0.00) 100%), linear-gradient(142deg, #345C61 31.93%, rgba(45, 85, 89, 0.00) 90.7%), linear-gradient(0deg, rgba(76, 214, 195, 0.20) 0%, rgba(76, 214, 195, 0.20) 100%), linear-gradient(143deg, rgba(52, 70, 82, 0.00) -0.44%, #22343E 86.66%), linear-gradient(313deg, #1F313A -1.62%, #465968 100%), linear-gradient(9deg, #272425 -168.55%, #00A94F -63.1%, #66CAAE 89.22%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._popup-contact.wealth-plus .col-r {
  background: #66CAAE;
  background: url(../img/bg-popup-scanqr_Wealth-PLUS.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


._popup-contact.kmyfund .col-r {
  background: #2EAA99;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._popup-header {
  font-size: 26px;
  line-height: 39px;
  color: #00A94F;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: kurious-looped;
}

._popup-desc {
  font-size: 18px;
  line-height: 27px;
  color: #666;
  position: relative;
  font-family: kurious-looped;
}

/* ._popup-desc &gt; img {
  position: absolute;
  bottom: 0;
  right: -8px;
} */

.mfp-content {
  padding: 0;
  /* background-color: transparent; */
  max-width: 1000px;
}

.mfp-wrap {
  z-index: 10056;
}

.mfp-bg {
  z-index: 10055;
}

@media screen and (min-width: 1024px) {
  .white-popup {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .mfp-wrap.mfp-ready .mfp-content {
    border-radius: 8px;
  }
}</pre></body></html>