body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px;
}

html {
  scroll-behavior: smooth;
}

.mobuse {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobuse {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .webuse {
    display: none;
  }
}

.container {
  max-width: 1400px;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 82%;
  }
}

a {
  text-decoration: none;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

header {
  position: sticky;
  top: 0px;
}

.chat-header {
  width: 100%;
  top: 0;
  z-index: 5000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  min-height: 60px;
  align-content: center;
}
.chat-header .chat-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.chat-header .chat-logo {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
.chat-header .chat-logo img {
  display: block;
  padding: 6px 0px;
}
.chat-header .chat-burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
}
.chat-header .chat-burger span {
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.chat-header .chat-burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.chat-header .chat-burger.open span:nth-child(2) {
  opacity: 0;
}
.chat-header .chat-burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.chat-header .chat-mobile-menu {
  position: fixed;
  top: 0;
  text-align: center;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  z-index: 1000;
  box-sizing: border-box;
}
.chat-header .chat-mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 0px;
}
.chat-header .chat-mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
}
.chat-header .chat-mobile-menu ul li a:hover {
  color: #9A0036;
}
.chat-header .chat-mobile-menu.active {
  transform: translateY(0);
}
.chat-header .chat-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 998;
}
.chat-header .chat-overlay.active {
  display: block;
}

.chat-nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0px;
}
.chat-nav-list li {
  margin-bottom: 0px;
}
.chat-nav-list li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-weight: 500;
  padding: 20px;
}
.chat-nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #9A0036;
  transition: width 0.3s ease;
}
.chat-nav-list li a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .chat-nav {
    display: none;
  }
  .chat-burger {
    display: flex;
  }
}
.btn-now {
  position: fixed;
  right: 1px;
  top: 40vh;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .btn-now img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-now {
    top: auto;
    bottom: 10vh;
  }
}

ul li {
  margin-bottom: 0.75em;
}
ul li ul {
  padding-left: 12px;
}

#woodcardspe {
  position: absolute;
  top: -21vh;
}
@media only screen and (max-width: 768px) {
  #woodcardspe {
    top: -70px;
  }
}

.g-visual {
  position: relative;
  width: 100vw;
  height: 86vh;
  background: url(../img/bg-kv.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #f5f9f3;
}
@media only screen and (max-width: 768px) {
  .g-visual {
    height: 80vh;
    background-size: cover;
  }
}
.g-visual .info {
  width: 30vw;
  padding-left: 10vw;
  padding-top: 20vh;
  display: flex;
  position: relative;
  z-index: 1000;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .g-visual .info {
    width: 80%;
    padding-top: 5vh;
    position: relative;
    z-index: 2;
  }
}
.g-visual .info .btn {
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .g-visual .info .btn {
    display: none;
  }
}
.g-visual .g-small {
  right: 1vw;
  position: absolute;
  top: -30vh;
  width: 60vw;
}
@media only screen and (max-width: 768px) {
  .g-visual .g-small {
    position: absolute;
    width: 80vw;
    bottom: -12vh;
    right: 0px;
    top: auto;
  }
}
.g-visual .g-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.g-visual .g-bg-img {
  animation: zoomInOnly 20s ease-in-out infinite;
  transform-origin: center center;
}
.g-visual .g-mask-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-visual .g-mask-container .g-background {
  position: absolute;
  width: 120%;
  height: 120%;
  background-image: url("../img/store/AD_10801080.jpg");
  background-size: cover;
  background-position: center;
  animation: zoomIn 20s ease-in-out infinite;
  mask-image: url("../img/shape.svg");
  mask-size: 60vmin;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/shape.svg");
  -webkit-mask-size: 60vmin;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.g-visual .g-mask-container .g-mask-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-visual .g-mask-container .g-bg-img {
  animation: zoomIn 20s ease-in-out infinite;
}
.g-visual .g-hand {
  position: absolute;
  top: 10vh;
  right: -60vw;
  width: 70vw;
  animation: handSlideIn 2s ease-out 1s forwards;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .g-visual .g-hand {
    width: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .g-visual .g-hand {
    width: 160vw;
    right: -110vw;
    top: 30vh;
  }
}

.g-mask-wrapper {
  position: absolute;
  width: 141vw;
  height: 110%;
  top: -6vh;
  mask-image: url(../img/gshape.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: 40vmin;
          mask-size: 40vmin;
  -webkit-mask-image: url(../img/gshape.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 80vmin;
}
@media only screen and (max-width: 768px) {
  .g-mask-wrapper {
    top: 100px;
    -webkit-mask-size: 70vmin;
    width: 130vw;
  }
}
.g-mask-wrapper .g-inner-bg {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -69%;
  background-image: url(../img/handbg3.jpg);
  background-size: cover;
  background-position: center;
  animation: zoomInBackground 20s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .g-mask-wrapper .g-inner-bg {
    width: 260%;
  }
}

@keyframes zoomInBackground {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomInOnly {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes handSlideIn {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-40vw);
    opacity: 1;
  }
}
.bg-tree {
  position: absolute;
  right: 0px;
}

.banner {
  background-image: url(../img/banner.jpg);
  min-height: 80vh;
  width: 100%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .banner {
    background-position: bottom center;
    min-height: 80vh;
    background-image: url(../img/banner-mob.jpg);
  }
}
.banner .info {
  width: 30vw;
  padding-left: 10vw;
  padding-top: 20vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .banner .info {
    width: 80%;
    padding-top: 5vh;
  }
}
.banner .info .btn {
  margin: 20px auto;
}

.box-woodcard {
  display: flex;
  gap: 30px;
  position: absolute;
  top: -20vh;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .box-woodcard {
    flex-direction: column;
    position: relative;
    top: -10vh;
    text-align: center;
  }
}
.box-woodcard .single img {
  max-width: 300px;
}
@media only screen and (max-width: 1400px) {
  .box-woodcard .single img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box-woodcard .single {
    margin: auto;
  }
  .box-woodcard .single img {
    width: 100%;
    box-shadow: 7px 10px 25px 1px rgba(173, 173, 173, 0.75);
    -webkit-box-shadow: 7px 10px 25px 1px rgba(173, 173, 173, 0.75);
    -moz-box-shadow: 7px 10px 25px 1px rgba(173, 173, 173, 0.75);
  }
}

#forest {
  background: url(../img/crystal2.jpg);
  background-size: cover;
  min-height: 750px;
  width: 100%;
  background-position: center;
  position: relative;
  height: 70vh;
}
@media only screen and (max-width: 768px) {
  #forest {
    background-position: bottom center;
    background-size: 170%;
    background-repeat: no-repeat;
    background-color: #071a09;
    padding-bottom: 20vh;
    height: auto;
  }
}

#sec-money {
  padding-top: 5vh;
}

.title-major {
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
.title-major .percut {
  position: absolute;
  top: -80px;
}
@media only screen and (max-width: 768px) {
  .title-major .percut {
    right: 10px;
  }
}
.title-major h3 {
  font-size: 2em;
  color: #314626;
}
@media only screen and (max-width: 768px) {
  .title-major h3 {
    font-size: 26px;
  }
}
.title-major h3.circle span {
  background-color: #CDEEB8;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .title-major h3.circle span {
    width: 41px;
  }
}
.title-major h5 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: normal;
  color: #314626;
}

.sec-op {
  background-color: #F5FAF3;
}

.box-option {
  display: flex;
  gap: 3%;
}
@media only screen and (max-width: 768px) {
  .box-option {
    flex-direction: column;
  }
}
.box-option .single {
  position: relative;
  margin: auto;
  flex: 1;
  min-height: 140px;
  box-sizing: border-box;
  padding: 3% 2%;
  margin-bottom: 5vh;
  border-radius: 10px;
  background: #FFF;
  box-shadow: -35px 58px 19px 0px rgba(121, 160, 148, 0), -22px 37px 17px 0px rgba(121, 160, 148, 0.01), -13px 21px 15px 0px rgba(121, 160, 148, 0.05), -6px 9px 11px 0px rgba(121, 160, 148, 0.09), -1px 2px 6px 0px rgba(121, 160, 148, 0.1);
}
@media only screen and (max-width: 768px) {
  .box-option .single {
    width: 100%;
    min-height: 120px;
    margin-bottom: 5vh;
  }
}
.box-option .single .m {
  flex-direction: row;
  display: flex;
  gap: 10px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%);
}
.box-option .single .m .in {
  flex-direction: column;
  min-width: 120px;
}
.box-option .single .m .in .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: -6px;
  text-align: center;
}
.box-option .single .m .in .spa {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.box-option .single .m .in .spa p {
  min-width: 60px;
  text-align: center;
}
.box-option .single .m .in .spa .big {
  font-size: 42px;
  color: #339A3D;
  font-weight: bold;
}
.box-option .single .btn-more {
  position: absolute;
  bottom: -16px;
  border-radius: 4px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  background: var(--Gradient-SuccessDark, linear-gradient(108deg, #008C0E 6.47%, #093F0F 91.92%));
}

.opt-single {
  margin: 6vh auto 2vh auto;
  gap: 10px;
}

.opt01 {
  display: flex;
  margin-top: 4vh;
}
.opt01#op01 {
  margin-top: 1vh;
}
.opt01 .icon {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .opt01 .icon {
    width: 60px;
  }
}
.opt01 .icon img {
  width: 100%;
}
.opt01 .title h3 {
  font-size: 2em;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .opt01 .title h3 {
    font-size: 22px;
  }
}
.opt01 .title h3 span {
  color: #339A3D;
}
.opt01 .title h3::before {
  position: absolute;
  width: 100%;
  content: "";
  border-bottom: 4px solid #339A3D;
  bottom: -9px;
}
.opt01 .title .plus {
  color: #339A3D;
  font-size: 16px;
}
.opt01 .title .plus span {
  background-color: #339A3D;
  color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  text-align: center;
  margin-right: 6px;
}
.opt01 .title .note {
  position: relative;
}
.opt01 .title .note span {
  margin-left: 10px;
}
.opt01 .title .note span::before {
  content: url(../img/Check.svg);
  margin-right: 3px;
}

.green-button-box {
  margin: auto;
  text-align: center;
  margin-top: 2vh;
}

.cashback-note {
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 10vh auto;
}
.cashback-note a {
  color: #314626;
  border-bottom: 1px solid #314626;
}
.cashback-note.style2 h3 {
  color: #CA3E3C;
}
@media only screen and (max-width: 768px) {
  .cashback-note.style2 h3 {
    font-size: 20px;
    width: 70%;
    padding: 10px 10px;
    text-align: center;
  }
}
.cashback-note .money-terms {
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .cashback-note {
    margin-top: 10vh;
    padding: 5% 3% 5% 4%;
    width: 82%;
  }
}
.cashback-note h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1a7834;
  margin-bottom: 16px;
  position: absolute;
  left: 50%;
  background-color: #fff;
  top: -30px;
  transform: translateX(-50%);
  padding: 14px 50px;
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cashback-note h3 {
    min-width: 170px;
    padding: 14px 40px 4px 40px;
  }
}
.cashback-note .scroll-area {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 12px;
}
.cashback-note ol {
  list-style-position: inside;
  font-size: 15px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cashback-note ol {
    padding: 0px;
  }
}
.cashback-note ol li {
  margin-bottom: 12px;
  line-height: 1.6;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-wrapper a {
  color: #314626;
  border-bottom: 1px solid #314626;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none !important;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  max-height: 1px;
  position: relative;
  float: left;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar::before {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content,
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content a,
[data-simplebar].simplebar-dragging .simplebar-track a {
  color: #314626;
  border-bottom: 1px solid #314626;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-area::-webkit-scrollbar {
  width: 8px;
}

.scroll-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #a3d9a5, #4CAF50);
  border-radius: 8px;
}

.scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7cc57e, #388e3c);
}

.scroll-area {
  max-height: 300px;
  overflow: auto;
  position: relative;
}
.scroll-area.forbig {
  max-height: none !important;
}

.simplebar-scrollbar::before {
  background: linear-gradient(180deg, #a3d9a5, #4CAF50);
  border-radius: 8px;
  transition: background 0.3s ease;
}

.simplebar-scrollbar:hover::before {
  background: linear-gradient(180deg, #7cc57e, #388e3c);
}

.simplebar-track.simplebar-vertical {
  width: 10px;
  background: #f1f1f1;
  border-radius: 8px;
  right: 0;
}

.simplebar-track.simplebar-vertical {
  opacity: 1 !important;
  visibility: visible !important;
}

.simplebar-scrollbar::before {
  background: linear-gradient(180deg, #a3d9a5, #4CAF50);
  border-radius: 8px;
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  #green {
    padding: 30px 0px;
    background: linear-gradient(175deg, #8FCE76 3.62%, #68AD4C 92.66%);
    margin-bottom: 5vh;
  }
}
@media only screen and (max-width: 768px) {
  #green .green-button-box button {
    background-color: #fff;
    margin-top: 10px;
  }
}

.content-many {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .content-many {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-top: 10px;
  }
}

.chat-popup-btn {
  border: 2px solid #339A3D;
  padding: 6px 20px;
  font-size: 16px;
  color: #339A3D;
  background-color: rgba(123, 186, 98, 0.2);
  border-radius: 6px;
  letter-spacing: 1px;
}
.chat-popup-btn::after {
  content: url(../img/notice.svg);
  width: 30px;
  height: 30px;
  top: 10px;
}
.chat-popup-btn:hover {
  background-color: #339A3D;
  color: #fff;
  transition: 400ms;
}
.chat-popup-btn:hover::after {
  content: url(../img/notice-w.svg);
  transition: 400ms;
}

.chat-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chat-popup-overlay.active {
  display: block;
  opacity: 1;
}

.chat-popup-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  height: 10vh;
  background: #fff;
  border-radius: 12px;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  z-index: 0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .chat-popup-window {
    height: 80vh;
  }
}
.chat-popup-window.active {
  display: flex;
  z-index: 999;
  opacity: 1;
  min-height: 80vh;
  transform: translate(-50%, -50%) scale(1);
}

.chat-popup-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-popup-header h2 {
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  margin: 0;
  color: #339A3D;
}

.chat-popup-close {
  background: #339A3D;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.chat-popup-close:hover {
  color: #000;
}

.chat-popup-content {
  padding: 1.25rem;
  overflow-y: auto;
  flex: 1;
  height: 60vh;
}
.chat-popup-content ul {
  padding-left: 1.2em;
}
.chat-popup-content ul li {
  margin-bottom: 0.75em;
  line-height: 1.6;
  color: #444;
}
.chat-popup-content ul li ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.chat-popup-content ul li ul li {
  list-style-type: circle;
}
.chat-popup-content::-webkit-scrollbar {
  width: 0px !important;
}

.title-money {
  color: #339A3D;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 3vh;
}
@media only screen and (max-width: 768px) {
  .title-money {
    font-size: 1.1em;
  }
}
.title-money .num {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 6px;
  color: #fff;
  background-color: #339A3D;
  margin-right: 5px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .title-money .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.title-money .per {
  font-size: 150%;
  margin-left: 3px;
  font-weight: bold;
}

.money-tab-wrapper {
  max-width: 100%;
  border-radius: 16px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .money-tab-wrapper {
    margin-bottom: 0px;
  }
}

.money-tab-scroll-wrap {
  position: relative;
  overflow: hidden;
}
.money-tab-scroll-wrap .money-tab-header {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  scrollbar-width: none;
}
@media only screen and (max-width: 768px) {
  .money-tab-scroll-wrap .money-tab-header {
    gap: 1rem;
  }
}
.money-tab-scroll-wrap .money-tab-header::-webkit-scrollbar {
  display: none;
}
.money-tab-scroll-wrap .money-tab-header .money-tab-btn {
  background: #fff;
  border: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  padding: 0.8rem 1rem 0.5rem 1rem;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  position: relative;
}
.money-tab-scroll-wrap .money-tab-header .money-tab-btn:last-child {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .money-tab-scroll-wrap .money-tab-header .money-tab-btn {
    flex: 0 0 auto;
    font-size: 23px;
    padding: 0.8rem 1rem 0.5rem 1rem;
  }
}
.money-tab-scroll-wrap .money-tab-header .money-tab-btn span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #5c7f5e;
}
.money-tab-scroll-wrap .money-tab-header .money-tab-btn.active {
  color: #2a8c3b;
  background: #f1fff1;
  border-bottom: 2px solid #2a8c3b;
}
.money-tab-scroll-wrap .money-tab-header .money-tab-btn.active::before {
  content: url(../img/leaf.svg);
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.money-tab-scroll-wrap .money-tab-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border: none;
  background: linear-gradient(to right, transparent 0%, #f8fdf7 60%);
  font-size: 1.2rem;
  color: #2a8c3b;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s;
  padding-right: 8px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .money-tab-scroll-wrap .money-tab-arrow {
    display: flex;
    width: 30px;
    font-size: 14px;
  }
}

.money-tab-content {
  display: none;
  background: #fff;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.6;
  color: #2e4935;
}
.money-tab-content.active {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .money-tab-content.active {
    flex-direction: column;
  }
}
.money-tab-content.active .logos {
  flex: 3;
  align-self: center;
  font-size: 20px;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .money-tab-content.active .logos {
    font-size: 16px;
  }
}
.money-tab-content.active .picture {
  border-radius: 0px 0px 10px 0px;
  overflow: hidden;
}
.money-tab-content.active .picture img {
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
}

.content-money2 {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .content-money2 {
    flex-direction: column;
  }
}
.content-money2 .single {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  padding: 5%;
}
.content-money2 .single.train {
  background-image: url(../img/bg-train.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.content-money2 .single .coop {
  max-width: 400px;
  margin: auto;
}
.content-money2 .single .coop img {
  width: 100%;
}
.content-money2 .single .fon h5 {
  font-size: 20px;
  text-align: center;
}

.money-tab-scroll-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.money-tab-scroll-wrap .money-tab-header {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  flex: 1;
}
.money-tab-scroll-wrap .money-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.money-tab-scroll-wrap .money-tab-arrow.money-tab-arrow-left {
  left: 0;
}
.money-tab-scroll-wrap .money-tab-arrow.money-tab-arrow-right {
  right: 0;
}

.box-gift {
  background: linear-gradient(90deg, #F7E5DD 0%, #FFFEF0 100%);
  padding: 5% 0px 5% 0px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .box-gift {
    padding: 20% 0px 5% 0px;
  }
}
.box-gift .title {
  font-size: 2em;
  text-align: center;
  color: #CA3E3C;
}
.box-gift .cho {
  display: flex;
  gap: 20px;
  margin: auto;
  max-width: 800px;
  margin-top: 3vh;
}
@media only screen and (max-width: 768px) {
  .box-gift .cho {
    max-width: 240px;
    margin: auto;
    flex-direction: column;
  }
}
.box-gift .cho .single {
  flex: 1;
}
.box-gift .cho .single img {
  width: 100%;
}

.forgift {
  position: relative;
}
.forgift span {
  position: relative;
}
.forgift span::before {
  content: url(../img/title-gift-left.svg);
  position: absolute;
  left: -50px;
  top: -10px;
}
.forgift span::after {
  content: url(../img/title-gift-rift.svg);
  position: absolute;
  right: -50px;
  top: -10px;
}

.gift-rule {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .gift-rule {
    flex-direction: column;
    gap: 0px;
  }
}
.gift-rule .single {
  margin-bottom: 20px;
  flex: 1;
  padding-left: 10px;
  margin-top: 5px;
  padding: 1% 3%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.gift-rule .single h6 {
  font-weight: normal;
}
.gift-rule .single .icon {
  max-width: 130px;
  width: 160px;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
}
.gift-rule .single .icon::before {
  width: 100px;
  content: "";
  position: absolute;
  height: 100px;
  background-color: #fff;
  border-radius: 100px;
  bottom: 30px;
  left: 12px;
}
@media only screen and (max-width: 768px) {
  .gift-rule .single {
    padding: 5%;
    min-height: 170px;
  }
}
.gift-rule .single.gift-2 {
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.gift-rule .single.gift-1 {
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.gift-time {
  max-width: 900px;
  margin: auto;
  width: 90%;
  margin-bottom: 20px;
}
.gift-time h4 {
  color: #CA3E3C;
  margin-top: 4vh;
  font-size: 1.4em;
  text-align: center;
}
.gift-time p {
  text-align: center;
  font-size: 20px;
}
.gift-time h5 {
  font-size: 20px;
  color: #40443D;
  position: relative;
  margin-bottom: 10px;
}
.gift-time h5 span {
  position: relative;
}
.gift-time h5 span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(270deg, #9A0036 0.35%, #AB0E3E 33.35%, #D73456 97.35%, #DC464B 100.35%);
  display: inline-block;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  position: absolute;
}
.gift-time h5 span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(270deg, #9A0036 0.35%, #AB0E3E 33.35%, #D73456 97.35%, #DC464B 100.35%);
  display: inline-block;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  position: absolute;
}
.gift-time h6 {
  font-size: 14px;
}
.gift-time h6 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.gift-time h6 span::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -2px;
  width: 90%;
  height: 13px;
  background-color: #FFCDCD;
  z-index: -1;
  border-radius: 4px;
}

.gift-top {
  position: relative;
  width: 100%;
  height: 16px;
  display: inline-block;
}
.gift-top img {
  left: 50%;
  top: -30px;
  position: absolute;
  transform: translateX(-50%);
}

.gift-round {
  position: relative;
  border: 1px solid #A82D2D;
  max-width: 900px;
  margin: auto;
  margin-top: 5vh;
  border-radius: 16px;
}

.title-tree {
  display: flex;
  margin-top: 5vh;
  flex-direction: column;
}
.title-tree h3 {
  font-size: 2em;
  color: #314626;
  text-align: center;
}
.title-tree h3.white {
  color: #fff;
}
.title-tree .trees {
  max-width: 80px;
  margin: auto;
}
.title-tree .trees img {
  width: 100%;
}

.box-vip-inner {
  display: flex;
  margin-top: 5vh;
}
@media only screen and (max-width: 768px) {
  .box-vip-inner {
    flex-direction: column;
  }
}
.box-vip-inner a {
  flex: 1;
}
.box-vip-inner a img {
  width: 100%;
}

.store-card .store-image img {
  width: 100%;
}
.store-card .store-logo {
  max-width: 120px;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .carousel-wrapper {
    margin-bottom: 20px;
  }
}

.carousel-track-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 auto;
  aspect-ratio: 5/3;
  border-radius: 10px;
  background: #fff;
  min-width: calc((100% - 16px * (var(--items-per-view, 4) - 1)) / var(--items-per-view, 4));
  max-width: calc((100% - 16px * (var(--items-per-view, 4) - 1)) / var(--items-per-view, 4));
}
.carousel-item.type1 {
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.carousel-item.type1 img {
  max-width: 200px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .carousel-item.type1 img {
    max-width: 140px;
  }
}
.carousel-item.type2 {
  position: relative;
  padding-bottom: 40px;
}
.carousel-item.type2 .store-img {
  width: 100%;
  background-size: cover;
  background-position: left center;
  aspect-ratio: 5/3;
}
.carousel-item.type2 .store-content {
  padding: 5%;
}
.carousel-item.type2 .store-content h4 {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.carousel-item.type2 .store-content p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-item.type2 .store-logo {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding: 3%;
  height: 80px;
  align-content: center;
  width: 70px;
  background-color: #fff;
  border-radius: 0 0 0 30px;
}
.carousel-item.type2 .store-logo img {
  width: 100%;
  height: auto;
  max-height: 60px;
}
.carousel-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.carousel-nav {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  font-size: 11px;
  color: #fff;
  background: #339A3D;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.carousel-nav.carousel-prev {
  left: 10px;
}
.carousel-nav.carousel-next {
  right: 10px;
}

.carousel-dots {
  text-align: center;
  margin-top: 16px;
}
.carousel-dots button {
  width: 10px;
  height: 11px;
  border-radius: 10px;
  background: #ccc;
  border: none;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.3s;
  transform: scale(0.8);
}
.carousel-dots button.active {
  background: linear-gradient(140deg, #a3d9a5, #2e8231);
  width: 30px;
  border-radius: 10px;
  transition: 100ms;
}

@media (max-width: 768px) {
  .carousel-item {
    min-width: 100%;
    min-height: 350px;
    max-width: 100%;
  }
}
.store-content {
  padding-bottom: 10px;
}
.store-content a {
  bottom: 0px;
  position: absolute;
  color: #fff;
  font-style: italic;
  background-color: #9bb64c;
  left: 0px;
  padding: 10px 20px;
  border-radius: 0px 10px 0px 10px;
}
.store-content a:hover {
  background-color: #2e8231;
}

.formon-mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .formon-mob {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .formon-web {
    display: none;
  }
}

.faq-container {
  margin: 0 auto;
  margin-bottom: 18px;
}
.faq-container .faq-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.faq-container .faq-item {
  border-bottom: 3px solid #339A3D;
  margin-bottom: 10px;
}
.faq-container .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  gap: 6px;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
  position: relative;
}
.faq-container .faq-item .faq-question:hover {
  color: #333;
}
.faq-container .faq-item .faq-question:hover .faq-icon {
  color: #fff;
  background-color: #339A3D;
}
.faq-container .faq-item .faq-question .faq-text {
  flex: 1;
  text-align: left;
}
.faq-container .faq-item .faq-question .faq-text h3 {
  color: #314626;
  font-weight: 600;
}
.faq-container .faq-item .faq-question .faq-text h3 span {
  color: #339A3D;
}
.faq-container .faq-item .faq-question .faq-icon {
  color: #fff;
  background-color: #339A3D;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  border-radius: 20px;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-container .faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-container .faq-item .faq-answer {
  font-size: 16px;
  line-height: 1.7;
  color: #314626;
  padding: 0 0 10px 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  background-color: #F0F9EC;
  pointer-events: none;
  padding: 0px;
}
.faq-container .faq-item .faq-answer button {
  margin: 20px auto 0px auto;
  display: block;
}
.faq-container .faq-item .faq-answer .plus {
  color: #339A3D;
  font-size: 16px;
  padding: 0px 10px;
}
.faq-container .faq-item .faq-answer .plus span {
  background-color: #339A3D;
  color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  text-align: center;
  margin-right: 6px;
}
.faq-container .faq-item .faq-answer .note {
  position: relative;
  padding: 20px 10px;
}
.faq-container .faq-item .faq-answer .note span {
  margin-left: 10px;
}
.faq-container .faq-item .faq-answer .note span::before {
  content: url(../img/Check.svg);
  margin-right: 3px;
}

.box-vipspe {
  display: flex;
  gap: 20px;
  margin-top: 5vh;
}

.vipspe-airport-card {
  position: relative;
  width: 280px;
  height: 340px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
}
.vipspe-airport-card .vipspe-bg {
  position: absolute;
  bottom: 0px;
}
.vipspe-airport-card .vipspe-airport-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  bottom: 0px;
  pointer-events: none;
}
.vipspe-airport-card .vipspe-airport-bg .vipspe-car {
  position: absolute;
  bottom: 40px;
  left: -30%;
  width: 80px;
  height: 40px;
  border-radius: 6px;
  transition: transform 400ms ease-out;
}
.vipspe-airport-card .vipspe-airport-bg .vipspe-plane {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60px;
  height: 30px;
  border-radius: 6px;
  transition: transform 1s ease-out;
}
.vipspe-airport-card .vipspe-airport-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.vipspe-airport-card .vipspe-airport-content .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vipspe-airport-card .vipspe-airport-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.vipspe-airport-card .vipspe-airport-content .vipspe-more {
  margin-top: 10px;
  display: inline-block;
  color: #9A0036;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.vipspe-airport-card .vipspe-airport-content .vipspe-more .vipspe-arrow {
  display: inline-block;
  transition: transform 0.4s ease;
}
.vipspe-airport-card:hover .vipspe-airport-bg .vipspe-car {
  transform: translateX(120%);
}
.vipspe-airport-card:hover .vipspe-airport-bg .vipspe-plane {
  transform: translate(500%, -500%) rotate(15deg);
}
.vipspe-airport-card:hover .vipspe-arrow {
  animation: vipspe-bounce-arrow 0.6s infinite alternate;
}

@keyframes vipspe-bounce-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
#else {
  background: linear-gradient(180deg, #17331C 0%, #5F7946 100%);
}

.box-join {
  color: #fff;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .box-join {
    flex-direction: column;
  }
}
.box-join h3 {
  background: #fff;
  color: #314626;
  text-align: center;
  font-size: 1.4em;
  padding: 10px;
  margin-bottom: 10px;
}
.box-join .single {
  flex: 1;
  padding: 5%;
}
.box-join .single p {
  font-size: 16px;
  margin-bottom: 10px;
}
.box-join .single ul {
  padding-left: 12px;
}

.title-tree.white h3 {
  color: #fff;
}
.title-tree.white .trees img {
  filter: brightness(10);
}

.box-future {
  display: flex;
  flex-direction: column;
}
.box-future .single {
  flex: 1;
  width: 100%;
  background-color: #fff;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin: 3vh auto;
}
@media only screen and (max-width: 768px) {
  .box-future .single {
    flex-direction: column;
  }
}
.box-future .single .info {
  padding: 0px 5%;
  align-content: center;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .box-future .single .info {
    padding: 5%;
    min-height: auto;
  }
}
.box-future .single .info h4 {
  color: #339A3D;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.box-future .single .pic {
  flex: 1;
}
.box-future .single .pic img {
  width: 100%;
  height: auto;
  float: right;
}
@media only screen and (max-width: 768px) {
  .box-future .single .pic img {
    height: auto;
    width: 100%;
  }
}

.esg {
  width: 100%;
  margin: 4vh auto;
}

.box-end {
  color: #fff;
  text-align: center;
}
.box-end h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  margin-top: 5vh;
}
.box-end h4 {
  font-size: 1.2em;
}
.box-end h5 {
  font-size: 1.4em;
  margin-top: 5vh;
  color: #F2FFA9;
  padding-bottom: 5vh;
}

footer {
  background-color: #4D4D4D;
  color: #fff;
}

.footer-for {
  width: 100%;
  margin-bottom: -10px;
}

.endline {
  margin-bottom: 16px;
}

.chat-footer .box-footer-top {
  background-color: #383838;
  width: 100%;
}
.chat-footer .top {
  width: 50%;
  max-width: 800px;
  margin: auto;
  color: #fff;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 6px;
}
@media only screen and (max-width: 768px) {
  .chat-footer .top {
    width: 100%;
    gap: 4px;
  }
}
.chat-footer .top a {
  color: #fff;
  flex: 1;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .chat-footer .top a {
    font-size: 13px;
  }
}
.chat-footer .bottom {
  padding: 3% 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .chat-footer .bottom p {
    font-size: 12px;
    line-height: 20px;
  }
}
.chat-footer .bottom .single {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .chat-footer .bottom .single {
    flex-direction: column;
  }
}
.chat-footer .bottom .single.one .l {
  flex: 1;
}
.chat-footer .bottom .single.one .l h5 {
  font-size: 26px;
  font-weight: normal;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .chat-footer .bottom .single.one .l h5 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
}
.chat-footer .bottom .single.one .r {
  flex: 3;
}
.chat-footer .bottom .single.two {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .chat-footer .bottom .single.two {
    flex-direction: column;
  }
}
.chat-footer .bottom .single.two .boxx {
  flex: 1;
  border-left: 2px #fff solid;
  padding-left: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.chat-footer .bottom .single.two .boxx a {
  color: #fff;
}
.chat-footer .bottom .single.two .boxx .add {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .chat-footer .bottom .single.two .boxx .add {
    flex-direction: column;
  }
}
.chat-footer .bottom .single.two .boxx .add .title {
  font-weight: bold;
}
.chat-footer .bottom .single.three p {
  text-align: center;
  width: 100%;
}
.chat-footer .bottom .single.three p a {
  color: #fff;
}
.chat-footer .bottom .single.four p {
  text-align: center;
  width: 100%;
}

#errorie {
  display: none;
  background-color: #e5e5e5;
  color: #333;
  padding: 20px;
  font-family: "Arial", sans-serif;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  margin-top: 5vh;
  margin-bottom: 10vh;
  padding-top: 8vh;
}
#errorie p {
  margin-bottom: 20px;
}
#errorie h1 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: lighter;
}
#errorie .info {
  padding: 3%;
  display: flex;
  flex-direction: column;
}
#errorie .info .r {
  margin: auto;
  width: 300px;
}
#errorie .info .r img {
  margin: auto;
}/*# sourceMappingURL=main.css.map */