@charset "UTF-8";
#wrap {
  max-width: 100% !important;
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
  z-index: 11;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
}

*:lang(zh-cn) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#wrap {
  padding-bottom: 100px;
}
@media (min-width: 971px) {
  #wrap {
    padding-bottom: 120px;
  }
}
#wrap .hide-for-medium {
  display: inline-block !important;
}
@media (min-width: 971px) {
  #wrap .hide-for-medium {
    display: none !important;
  }
}
#wrap .show-for-medium {
  display: inline-block !important;
}
@media (max-width: 970px) {
  #wrap .show-for-medium {
    display: none !important;
  }
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

#footer .footer_state_area {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_state_area .large-12.columns {
  padding: 0;
}

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

.green {
  color: #0e4b42;
  font-weight: bold;
}

#leadin {
  padding: 40px 0;
}
@media (min-width: 971px) {
  #leadin {
    padding: 45px 0;
  }
}
#leadin p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  #leadin p {
    font-size: 24px;
    line-height: 40px;
  }
}
#leadin p:last-child {
  margin-bottom: 0;
}
#leadin .leadin-btn {
  text-align: center;
  width: 210px;
  background: #0e4b42;
  border-radius: 10px;
  margin: 0 auto;
}
#leadin .leadin-btn span {
  display: block;
  cursor: pointer;
  font-size: 22px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 971px) {
  #leadin .leadin-btn span {
    font-size: 24px;
    line-height: 60px;
    padding: 0 15px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 970px) {
  .section-title {
    overflow: hidden;
  }
}
.section-title-inner {
  display: inline-block;
  position: relative;
}
@media (min-width: 971px) {
  .section-title-inner {
    padding-left: 74px;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-size: cover;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon span:not(.icon) {
    padding-left: 20px;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon span:not(.icon):before {
    left: -300px;
  }
}
.section-title-inner.s1-icon:before {
  background-image: url("../images/S1-icon.png");
}
.section-title-inner.s2-icon:before {
  background-image: url("../images/S2-icon.png");
}
.section-title-inner.s3-icon:before {
  background-image: url("../images/S3-icon.png");
}
.section-title-inner.s4-icon:before {
  background-image: url("../images/S4-icon.png");
}
@media (min-width: 971px) {
  .section-title span.icon {
    display: none;
  }
}
.section-title span:not(.icon) {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
  padding: 0 60px;
  display: block;
}
@media (min-width: 971px) {
  .section-title span:not(.icon) {
    padding: 0 25px;
    display: inline-block;
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span:not(.icon):before, .section-title span:not(.icon):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 223px;
  height: 10px;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):before, .section-title span:not(.icon):after {
    height: 10px;
  }
}
.section-title span:not(.icon):before {
  left: -173px;
  background-image: url("../images/Dot-L.png");
}
@media (min-width: 971px) {
  .section-title span:not(.icon):before {
    left: -223px;
  }
}
.section-title span:not(.icon):after {
  right: -173px;
  background-image: url("../images/Dot-R.png");
}
@media (min-width: 971px) {
  .section-title span:not(.icon):after {
    right: -223px;
  }
}
.section-title span:not(.icon).s4-icon {
  background-image: url("../images/Dot-L.png");
}

.features {
  background-image: url("../images/S1-background.jpg");
  background-position: center bottom;
  padding-bottom: 50px;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .features {
    background-position: center top;
    background-repeat: repeat;
    padding-bottom: 100px;
  }
}
.features .section-title {
  margin-bottom: 40px;
}
.features .flip-card-item-container {
  max-width: 1320px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .features .flip-card-item-container {
    display: flex;
    justify-content: space-between;
  }
}
.features .flip-card-item {
  max-width: 410px;
  margin: 0 auto;
  width: 100%;
  height: 378px;
  perspective: 1000px;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .features .flip-card-item {
    width: calc(33.33% - 30px);
    margin-bottom: 0px;
  }
}
.features .flip-card-item:last-child {
  margin-bottom: 0;
}
.features .flip-card-item.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.features .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.features .flip-card-front,
.features .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .flip-card-front {
  background-color: #b3d3bb;
  border-radius: 20px;
}
.features .flip-card-front-inner {
  padding: 35px 20px;
}
.features .flip-card-front-icon {
  margin-bottom: 20px;
}
.features .flip-card-front-desc {
  font-size: 24px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
}
.features .flip-card-back {
  background-color: #0e4b42;
  transform: rotateY(180deg);
  border-radius: 20px;
}
.features .flip-card-back-inner {
  position: relative;
  padding: 35px 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .flip-card-back-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/S1-pattern.png");
  width: 410px;
  height: 378px;
}
.features .flip-card-back-title {
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-weight: bold;
  margin-bottom: 35px;
}
.features .flip-card-back-desc {
  font-size: 22px;
  line-height: 32px;
  color: white;
}

.gradient1 {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(227, 239, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E3EFE5", GradientType=0);
}

#luckydraw {
  padding: 0 15px 10px;
}
@media (min-width: 971px) {
  #luckydraw {
    padding: 0 15px 10px;
  }
}

.luckydraw {
  background: #C5DFD0;
  background: linear-gradient(90deg, rgb(197, 223, 208) 0%, rgb(187, 218, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5DFD0", endColorstr="#BBDACD", GradientType=1);
  max-width: 1840px;
  margin: 0 auto;
  padding: 25px 0px 25px;
  border-radius: 40px;
}
@media (min-width: 971px) {
  .luckydraw {
    padding: 50px 0px 60px;
  }
}
.luckydraw-desc {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  text-align: center;
}
@media (min-width: 971px) {
  .luckydraw-desc {
    font-size: 22px;
    line-height: 34px;
  }
}
.luckydraw-table.desktop-table {
  display: none;
}
@media (min-width: 971px) {
  .luckydraw-table.desktop-table {
    display: block;
    margin-bottom: 55px;
  }
}
.luckydraw-table.desktop-table table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.luckydraw-table.desktop-table table tbody {
  background: none;
}
.luckydraw-table.desktop-table table tr:nth-child(odd):not(:first-child) {
  background: #e2f3e5;
}
.luckydraw-table.desktop-table table tr:nth-child(even):not(:first-child) {
  background: #fff;
}
.luckydraw-table.desktop-table table tr:nth-child(2) td:first-child {
  border-radius: 15px 0 0 0;
}
.luckydraw-table.desktop-table table td {
  height: 80px;
  padding: 15px 25px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  border-right: 1px solid #b4d2cc;
  text-align: center;
}
.luckydraw-table.desktop-table table td:first-child {
  text-align: left;
}
.luckydraw-table.desktop-table table td:last-child {
  border-right: none;
}
.luckydraw-table.desktop-table table th {
  width: 20%;
  height: 68px;
  padding: 25px 15px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #b4d2cc;
}
.luckydraw-table.desktop-table table th:first-child {
  background: none;
}
.luckydraw-table.desktop-table table th:last-child {
  border-right: none;
}
.luckydraw-table.desktop-table table th.level_1 {
  background: #6bc075;
}
.luckydraw-table.desktop-table table th.level_2 {
  background: rgba(0, 110, 47, 0.55);
}
.luckydraw-table.desktop-table table th.level_3 {
  background: #d8a067;
}
.luckydraw-table.desktop-table table th.level_4 {
  background: #c2963d;
}
.luckydraw-table.mobile-table {
  display: block;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 971px) {
  .luckydraw-table.mobile-table {
    display: none;
  }
}
.luckydraw-table.mobile-table .swiper-button-prev,
.luckydraw-table.mobile-table .swiper-button-next {
  background: url("../images/green-arrow.png") no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  margin-top: 0;
}
.luckydraw-table.mobile-table .swiper-button-prev {
  transform: translateY(-50%) rotate(90deg);
  left: -25px;
}
.luckydraw-table.mobile-table .swiper-button-next {
  right: -25px;
}
.luckydraw-table.mobile-table .swiper-slide .slide-header {
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.luckydraw-table.mobile-table .swiper-slide .slide-header.level_1 {
  background: #6bc075;
}
.luckydraw-table.mobile-table .swiper-slide .slide-header.level_2 {
  background: rgba(0, 110, 47, 0.55);
}
.luckydraw-table.mobile-table .swiper-slide .slide-header.level_3 {
  background: #d8a067;
}
.luckydraw-table.mobile-table .swiper-slide .slide-header.level_4 {
  background: #c2963d;
}
.luckydraw-table.mobile-table .swiper-slide table {
  width: 100%;
  background: white;
  border: 0;
  border-collapse: separate;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.luckydraw-table.mobile-table .swiper-slide table tr:nth-child(even) {
  background: #e2f3e5;
}
.luckydraw-table.mobile-table .swiper-slide table td {
  height: 70px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}
.luckydraw-table.mobile-table .swiper-slide table td:first-child {
  width: 60%;
  border-right: 1px solid #b4d2cc;
}
.luckydraw-table.mobile-table .swiper-slide table td:last-child {
  width: 40%;
  text-align: center;
}
@media (min-width: 971px) {
  .luckydraw-content {
    display: flex;
    flex-direction: row-reverse;
  }
}
.luckydraw-graphic {
  position: relative;
  width: 341px;
  margin: 0 auto 25px;
  z-index: 1;
}
@media (min-width: 971px) {
  .luckydraw-graphic {
    width: 32%;
    min-width: 32%;
    margin: 0;
  }
}
@media (min-width: 971px) {
  .luckydraw-graphic img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 407px;
    min-width: 407px;
  }
}
@media (min-width: 1240px) {
  .luckydraw-graphic img {
    width: 607px;
    min-width: 607px;
  }
}
@media (min-width: 971px) {
  .luckydraw-prize {
    width: 68%;
    min-width: 68%;
  }
}
.luckydraw-prize-header {
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.luckydraw-prize-header-icon {
  width: 48px;
  min-width: 48px;
}
@media (min-width: 971px) {
  .luckydraw-prize-header-icon {
    width: 64px;
    min-width: 64px;
  }
}
.luckydraw-prize-header-text {
  padding-left: 15px;
  font-size: 26px;
  line-height: 28px;
  color: #0e4b42;
  font-weight: bold;
}
@media (min-width: 971px) {
  .luckydraw-prize-header-text {
    font-size: 32px;
    line-height: 34px;
  }
}
.luckydraw-prize-content {
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .luckydraw-prize-content {
    margin-bottom: 30px;
  }
}
.luckydraw-prize-item {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px;
  background: #00372E;
  background: linear-gradient(90deg, rgb(0, 55, 46) 0%, rgb(39, 106, 86) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00372E", endColorstr="#276A56", GradientType=1);
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .luckydraw-prize-item {
    background: #00372E;
    background: linear-gradient(90deg, rgb(0, 55, 46) 0%, rgb(0, 86, 66) 50%, rgba(187, 226, 215, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00372E", endColorstr="#BBE2D7", GradientType=1);
  }
}
.luckydraw-prize-item:last-child {
  margin-bottom: 0;
}
.luckydraw-prize-item-name {
  padding-left: 15px;
  font-size: 24px;
  line-height: 26px;
  color: white;
  font-weight: bold;
}
@media (min-width: 971px) {
  .luckydraw-prize-item-name {
    font-size: 32px;
    line-height: 36px;
  }
}
.luckydraw-prize-item-name:lang(en) {
  width: 185px;
}
@media (min-width: 971px) {
  .luckydraw-prize-item-name:lang(en) {
    width: 260px;
  }
}
.luckydraw-prize-item-prize {
  font-size: 24px;
  line-height: 26px;
  color: #cfa44c;
  font-weight: bold;
}
@media (min-width: 971px) {
  .luckydraw-prize-item-prize {
    font-size: 32px;
    line-height: 36px;
  }
}
.luckydraw-remark {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.luckydraw-remark a {
  color: #333333;
  text-decoration: underline;
}

#reward {
  padding: 0 15px 50px;
  overflow: hidden;
}

.reward {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  padding: 25px 5px 25px;
  border-radius: 40px;
  background: #b7d6c2;
}
@media (min-width: 971px) {
  .reward {
    padding: 50px 0px 60px;
  }
}
.reward:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1840px;
  height: 879px;
  background-image: url("../images/S4-pattern.png");
  background-position: center;
  background-size: cover;
}
.reward .container {
  position: relative;
}

.tab-buttons {
  max-width: 1400px;
  display: flex;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #fff;
  padding: 2px;
}
@media (min-width: 971px) {
  .tab-buttons {
    border-radius: 50px;
    margin-bottom: 20px;
  }
}
.tab-button {
  padding: 16px;
  cursor: pointer;
  width: 50%;
  color: #0e4b42;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}
@media (min-width: 971px) {
  .tab-button {
    padding: 21px;
    font-size: 32px;
    line-height: 34px;
  }
}
.tab-button.active {
  border-radius: 30px;
  background-color: #0e4b42;
  color: white;
}
@media (min-width: 971px) {
  .tab-button.active {
    border-radius: 50px;
  }
}
.tab-content {
  border-radius: 15px;
  background: #fff;
  padding: 12px 15px;
}
@media (min-width: 971px) {
  .tab-content {
    padding: 24px 40px 35px;
  }
}
.tab-content-title {
  font-size: 26px;
  line-height: 28px;
  color: #0e4b42;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .tab-content-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.tab-content-desc {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .tab-content-desc {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}
.tab-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.tab-content ul li {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  position: relative;
}
.tab-content ul li::marker {
  content: none;
  display: none;
}
.tab-content ul li:before {
  content: "";
  background-image: url("../images/arrow-gold.png");
  background-size: cover;
  width: 9px;
  height: 13px;
  position: absolute;
  top: 16px;
  left: -16px;
  transform: translateY(-50%);
}
@media (min-width: 971px) {
  .tab-content ul li {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 971px) {
  .tab-content .case-inner {
    display: flex;
    justify-content: space-between;
  }
}
.tab-content .case-item {
  background: #e2efe4;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .tab-content .case-item {
    margin-bottom: 0;
    padding: 20px;
  }
}
.tab-content .case-item:first-child {
  padding: 0px;
}
@media (min-width: 971px) {
  .tab-content .case-item:first-child {
    padding: 0px;
    width: 36.516%;
    min-width: 36.516%;
    display: flex;
    align-items: flex-end;
  }
}
.tab-content .case-item:first-child .case-image {
  max-width: 482px;
  margin: 0 auto;
}
.tab-content .case-item:first-child .case-image img {
  width: 100%;
}
.tab-content .case-item:last-child {
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .tab-content .case-item:last-child {
    margin-bottom: 0;
    width: 62.728%;
    min-width: 62.728%;
    display: flex;
    flex-wrap: wrap;
  }
}
.tab-content .case-item.item1 {
  background: #82b799;
}
.tab-content .case-item.item2 {
  background: #d8a067;
}
.tab-content .case-image .hide-on-tablet {
  display: block;
}
@media (min-width: 971px) {
  .tab-content .case-image .hide-on-tablet {
    display: none;
  }
}
@media (min-width: 1400px) {
  .tab-content .case-image .hide-on-tablet {
    display: block;
  }
}
.tab-content .case-image .show-on-tablet {
  display: none;
}
@media (min-width: 971px) {
  .tab-content .case-image .show-on-tablet {
    display: block;
  }
}
@media (min-width: 1400px) {
  .tab-content .case-image .show-on-tablet {
    display: none;
  }
}
.tab-content .case-header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 971px) {
  .tab-content .case-header {
    margin-bottom: 15px;
    width: 100%;
  }
}
.tab-content .case-header-icon {
  width: 27px;
  min-width: 27px;
}
@media (min-width: 971px) {
  .tab-content .case-header-icon {
    width: 37px;
    min-width: 37px;
  }
}
.tab-content .case-header-text {
  padding-left: 5px;
  color: #0e4b42;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 971px) {
  .tab-content .case-header-text {
    font-size: 22px;
    line-height: 28px;
  }
}
.tab-content .case-subheader {
  text-align: center;
  color: #0e4b42;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .tab-content .case-subheader {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.tab-content .case-subitem {
  border-radius: 10px;
  background: #e2efe5;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 971px) {
  .tab-content .case-subitem {
    width: calc(33.333% - 20px);
    margin-bottom: 0px;
    display: block;
    text-align: center;
  }
}
.tab-content .case-subitem:last-child {
  margin-bottom: 0;
}
.tab-content .case-subitem:last-child:after {
  display: none;
}
.tab-content .case-subitem:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/plus.png");
}
@media (min-width: 971px) {
  .tab-content .case-subitem:after {
    top: 50%;
    left: auto;
    bottom: auto;
    right: -21.5px;
    transform: translateY(-50%);
  }
}
.tab-content .case-subitem-icon {
  width: 40px;
  min-width: 40px;
}
@media (min-width: 971px) {
  .tab-content .case-subitem-icon {
    display: none;
    width: 52px;
    min-width: 52px;
    margin: 0 auto 10px;
  }
}
.tab-content .case-subitem-text {
  padding-left: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: bold;
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text {
    padding-left: 0px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text > div {
    margin-bottom: 5px;
  }
}
.tab-content .case-subitem-text > div:last-child {
  margin-bottom: 0px;
}
.tab-content .case-subitem-text img {
  vertical-align: baseline;
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .mb-5 {
    margin-bottom: 5px;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .not-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .not-highlight .with-icon {
    padding-left: 45px;
    position: relative;
    margin: 10px 0;
    text-align: left;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .not-highlight .with-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .not-highlight .with-icon.icon2:before {
    background-image: url("../images/S4-icon2.png");
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .not-highlight .with-icon.icon3:before {
    background-image: url("../images/S4-icon3.png");
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .not-highlight .with-icon.icon4:before {
    background-image: url("../images/S4-icon4.png");
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .other-text {
    min-height: 91px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .other-text:lang(en) {
    min-height: 106px;
  }
}
.tab-content .case-subitem-text .line {
  text-decoration: line-through;
}
.tab-content .case-subitem-text .highlight {
  color: #c2963d;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .tab-content .case-subitem-text .highlight {
    font-size: 26px;
    line-height: 28px;
  }
}
.tab-content .case-subitem-text .primary {
  color: #333333;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 971px) {
  .tab-content .case-remark {
    margin-top: 10px;
  }
}
.tab-content .case-remark p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .tab-content .case-remark p {
    font-size: 16px;
    line-height: 20px;
  }
}
.tab-content .case-remark p:last-child {
  margin-bottom: 0;
}

#faq {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(234, 244, 234) 50%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  padding: 0 0 40px;
}
@media (min-width: 971px) {
  #faq {
    padding: 0 0 50px;
  }
}

.faq-container {
  background: #387766;
  border-radius: 40px;
  padding: 25px 20px;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
@media (min-width: 971px) {
  .faq-container {
    padding: 45px 40px;
  }
}
.faq-container.expanded {
  max-height: none !important;
}
.faq-item {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 0 15px;
}
@media (min-width: 971px) {
  .faq-item {
    padding: 0 35px;
    margin-bottom: 20px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-visible {
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .faq-visible {
    margin-bottom: 20px;
  }
}
.faq-question {
  font-size: 20px;
  line-height: 26px;
  color: #0e4b42;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 15px 38px 15px 0px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .faq-question {
    padding: 20px 16px 20px 0px;
    font-size: 24px;
    line-height: 34px;
  }
}
.faq-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-image: url("../images/green-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .faq-question:after {
    width: 48px;
    height: 48px;
  }
}
.faq-question.show:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-question-no {
  padding-right: 5px;
}
@media (min-width: 971px) {
  .faq-question-text {
    padding-right: 50px;
  }
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 971px) {
  .faq-answer {
    font-size: 22px;
    line-height: 34px;
  }
}
.faq-answer:before {
  content: "";
  border-top: 2px solid #b4d2cc;
  width: 100%;
  position: absolute;
  top: 0;
}
.faq-answer-inner {
  padding: 15px 0;
}
@media (min-width: 971px) {
  .faq-answer-inner {
    padding: 20px 0;
  }
}
.faq-answer.show {
  max-height: 2000px;
}
.faq-answer ul {
  padding-left: 20px;
}
.faq-answer ul li {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .faq-answer ul li {
    font-size: 22px;
    line-height: 34px;
  }
}
.faq-answer a {
  color: #333333;
  text-decoration: underline;
}
.faq .read-more-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
  background: #2c7767;
}
.faq .read-more-btn.expanded {
  position: static;
  transform: none;
  background: none;
}
.faq .read-more-btn.expanded .read-more-btn-inner {
  padding: 15px 10px 10px;
}
@media (min-width: 971px) {
  .faq .read-more-btn.expanded .read-more-btn-inner {
    padding: 0 10px;
  }
}
.faq .read-more-btn.expanded .read-more-btn-inner:after {
  display: none;
}
.faq .read-more-btn.expanded .read-more-btn-inner span:before {
  transform: translateY(-50%) rotate(0deg);
}
.faq .read-more-btn-inner {
  position: relative;
  padding: 10px 10px 30px 10px;
}
@media (min-width: 971px) {
  .faq .read-more-btn-inner {
    padding: 20px 10px 40px 10px;
  }
}
.faq .read-more-btn-inner:after {
  content: "";
  position: absolute;
  top: -99px;
  height: 100px;
  left: 0;
  width: 100%;
  background: #2C7767;
  background: linear-gradient(0deg, rgb(44, 119, 103) 0%, rgba(44, 119, 103, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2C7767", endColorstr="#2C776700", GradientType=0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (min-width: 971px) {
  .faq .read-more-btn-inner:after {
    top: -139px;
    height: 140px;
  }
}
.faq .read-more-btn span {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
  padding-left: 25px;
}
@media (min-width: 971px) {
  .faq .read-more-btn span {
    font-size: 22px;
    line-height: 32px;
  }
}
.faq .read-more-btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0px;
  width: 13px;
  height: 9px;
  background-image: url("../images/arrow-white.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#app {
  padding: 0 0 0px;
}
@media (min-width: 971px) {
  #app {
    padding: 0 0 30px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon) {
    padding: 0 0px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon):before {
    content: none;
    left: -193px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon):after {
    content: none;
    right: -193px;
  }
}

.app-container {
  display: flex;
  width: 450px;
  justify-content: center;
  margin: 20px auto;
}
@media (min-width: 971px) {
  .app-container {
    width: 492px;
    margin: 30px auto;
  }
}
.app-icon {
  width: 103px;
  min-width: 103px;
}
@media (min-width: 971px) {
  .app-icon {
    width: 113px;
    min-width: 113px;
  }
}
.app-content {
  margin-left: 5px;
  width: 362px;
}
.app-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media (min-width: 971px) {
  .app-row {
    margin-bottom: 10px;
  }
}
.app-row:last-child {
  margin-bottom: 0;
}
.app-row.app-search img {
  width: 100%;
}
.app-col img {
  height: 48px;
  width: auto;
}
@media (min-width: 971px) {
  .app-col img {
    height: 52px;
  }
}
.app-bottom-text {
  text-align: center;
  color: #333333;
  font-size: 22px;
  line-height: 32px;
}

#remark {
  padding-top: 45px;
}
#remark p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#remark p:last-child {
  margin-bottom: 0;
}
#remark p a {
  color: #333333;
}
#remark ol, #remark ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#remark ol li, #remark ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
#remark ol li ol, #remark ol li ul, #remark ul li ol, #remark ul li ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

#warning {
  padding: 20px;
  border: 1px solid #333333;
  margin: 30px 0;
}
@media (min-width: 971px) {
  #warning {
    margin: 20px 0;
    padding: 15px;
  }
}
#warning strong {
  font-weight: bold;
}
#warning p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 971px) {
  #warning p {
    font-size: 16px;
    line-height: 24px;
  }
}

#how-to-enrol {
  overflow: hidden;
  position: relative;
}
#how-to-enrol .graphic {
  position: absolute;
}
#how-to-enrol .graphic.graphic-1 {
  top: 185px;
  left: -30px;
  width: 127px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-1 {
    width: 265px;
    left: -63px;
    top: 305px;
  }
}
#how-to-enrol .graphic.graphic-2 {
  top: 500px;
  left: 10px;
  width: 70px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-2 {
    width: 147px;
    left: 230px;
    top: 550px;
  }
}
#how-to-enrol .graphic.graphic-3 {
  top: 30px;
  right: -50px;
  width: 145px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-3 {
    width: 458px;
    top: 20px;
    right: -130px;
  }
}
#how-to-enrol .app-step-header {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header {
    margin-top: 0;
    font-size: 36px;
    line-height: 54px;
  }
}
#how-to-enrol .app-step-header.hide-for-medium {
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header.hide-for-medium {
    display: none !important;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider {
  font-size: 0;
  line-height: 0;
  margin: 10px 0 20px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header .app-step-header-divider {
    margin: 15px 0 25px;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider img {
  width: 223px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0e4b42;
  z-index: 10;
  box-shadow: 1px 0 5px #0e4b42;
}
.sticky-footer-inner {
  padding: 15px;
}
@media (min-width: 971px) {
  .sticky-footer-inner {
    padding: 20px;
  }
}
.sticky-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.sticky-btn a, .sticky-btn div {
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid white;
  background: #C39231;
  background: linear-gradient(90deg, rgb(195, 146, 49) 0%, rgb(169, 121, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C39231", endColorstr="#A97919", GradientType=1);
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  width: 192px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 971px) {
  .sticky-btn a, .sticky-btn div {
    width: 240px;
    font-size: 24px;
    line-height: 26px;
  }
}
.sticky-btn a:after, .sticky-btn div:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.sticky-btn a:hover:after, .sticky-btn div:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}
.sticky-btn a span, .sticky-btn div span {
  padding-right: 25px;
  position: relative;
}
.sticky-btn a span:after, .sticky-btn div span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../images/2arrow.png");
  width: 16px;
  height: 13px;
  background-size: contain;
}/*# sourceMappingURL=style.css.map */