#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%;
}

#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: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_state_area {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_state_area .large-12.columns {
  padding: 0;
}

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

.green {
  color: #055541;
}

.bold {
  font-weight: bold;
}

.gold {
  color: #c39231;
}

#main_content_area {
  padding-bottom: 0;
}

#main_content_bg {
  position: relative;
  z-index: 2;
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(218, 234, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#DAEAE2", GradientType=0);
}

#bg2 {
  background: #c2ded0;
  padding-bottom: 20px;
}

#leadin {
  padding: 40px 0 30px;
}
@media (min-width: 971px) {
  #leadin {
    padding: 50px 0 80px;
  }
}

.leadin-title {
  text-align: center;
  font-size: 35px;
  line-height: 48px;
  color: #055541;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (min-width: 971px) {
  .leadin-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
  }
}
.leadin-desc p {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .leadin-desc p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 42px;
  }
}
.leadin-desc p:last-child {
  margin-bottom: 0;
}

.green {
  color: #005642;
}

.bold {
  font-weight: bold;
}

#offer {
  padding: 0px 0 45px;
}
@media (min-width: 971px) {
  #offer {
    padding: 0 0 70px;
  }
}

.offer-container {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media (min-width: 971px) {
  .offer-container {
    padding-top: 40px;
  }
}
.offer-info {
  position: relative;
}
.offer-info:before {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  content: "";
  position: absolute;
  background: url("../images/Promotion_bg_r.png") no-repeat;
  right: -40px;
  top: -30px;
  width: 244px;
  height: 133px;
}
@media (min-width: 971px) {
  .offer-info:before {
    width: 488px;
    height: 266px;
    right: -80px;
    top: -60px;
  }
}
.offer-info:after {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: none;
  content: "";
  position: absolute;
  background: url("../images/Promotion_bg_l.png") no-repeat;
  left: -80px;
  bottom: -50px;
  width: 379px;
  height: 244px;
}
@media (min-width: 971px) {
  .offer-info:after {
    width: 758px;
    height: 488px;
    left: -160px;
    bottom: -100px;
  }
}
.offer-item {
  margin-bottom: 115px;
  border-radius: 30px;
  background: #E2F8EC;
  background: linear-gradient(0deg, rgb(226, 248, 236) 0%, rgb(192, 220, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E2F8EC", endColorstr="#C0DCCE", GradientType=0);
  position: relative;
}
@media (min-width: 971px) {
  .offer-item {
    margin-bottom: 75px;
  }
}
.offer-item:last-child {
  margin-bottom: 0;
}
.offer-item.expanded {
  max-height: 2500px;
  transform: translateY(0);
  opacity: 1;
}
.offer-item.expanded .offer-info:after {
  display: block;
}
@media (min-width: 971px) {
  .offer-item.expanded .offer-btn {
    top: auto;
    right: 25px;
    bottom: 25px;
  }
}
.offer-item.expanded .offer-btn img {
  transform: rotate(0deg);
}
.offer-item.expanded .offer-content {
  max-height: 2500px;
  transform: translateY(0);
  opacity: 1;
  padding: 0;
}
.offer-header {
  position: absolute;
  top: -80px;
  left: 0;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
@media (min-width: 971px) {
  .offer-header {
    top: -41px;
  }
}
.offer-header > div {
  background: #005642;
  background: linear-gradient(90deg, rgb(0, 86, 66) 0%, rgb(0, 55, 46) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005642", endColorstr="#00372E", GradientType=1);
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100px;
  font-size: 28px;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 971px) {
  .offer-header > div {
    border-radius: 100px;
    font-size: 30px;
    line-height: 40px;
  }
}
.offer-header > div:lang(en) {
  max-width: 1200px;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 971px) {
  .offer-header > div:lang(en) {
    font-size: 30px;
    line-height: 40px;
  }
}
.offer-header .bigger {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 971px) {
  .offer-header .bigger {
    font-size: 40px;
    line-height: 48px;
  }
}
.offer-desc {
  max-width: 1180px;
  margin: 0 auto;
  padding: 85px 15px 15px;
  color: #333333;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 971px) {
  .offer-desc {
    padding: 70px 15px 15px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
  }
}
.offer-desc:lang(en) {
  padding: 85px 15px 15px;
}
@media (min-width: 971px) {
  .offer-desc:lang(en) {
    padding: 120px 15px 15px;
  }
}
@media (min-width: 1180px) {
  .offer-desc:lang(en) {
    padding: 70px 15px 15px;
  }
}
.offer-desc.two-row:lang(en) {
  padding: 120px 15px 15px;
}
@media (min-width: 971px) {
  .offer-desc.two-row:lang(en) {
    padding: 120px 15px 15px;
  }
}
@media (min-width: 1180px) {
  .offer-desc.two-row:lang(en) {
    padding: 120px 15px 15px;
  }
}
.offer-btn {
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 971px) {
  .offer-btn {
    padding-bottom: 0px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    transform: translateY(-50%);
    top: 50%;
    right: 25px;
    bottom: auto;
  }
}
.offer-btn img {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.offer-content {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  transform: translateY(-10px);
  opacity: 0;
  transition: max-height 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  max-width: 1180px;
  margin: 0 auto;
}
.offer-content-inner {
  padding: 0 15px 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 971px) {
  .offer-content-inner {
    padding: 0 15px 50px;
  }
}
.offer-content table {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .offer-content table.table1 td {
    height: 130px;
  }
}
@media (min-width: 971px) {
  .offer-content table.table3 td {
    height: 220px;
  }
}
.offer-content table tr th {
  background: #C49435;
  background: linear-gradient(270deg, rgb(196, 148, 53) 0%, rgb(208, 183, 134) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C49435", endColorstr="#D0B786", GradientType=0);
}
@media (min-width: 971px) {
  .offer-content table tr th {
    background: #C49435;
    background: linear-gradient(0deg, rgb(196, 148, 53) 0%, rgb(208, 183, 134) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C49435", endColorstr="#D0B786", GradientType=0);
    padding: 8px;
  }
}
@media (min-width: 971px) {
  .offer-content table tr th .th-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.offer-content table tr th .th-img-container .th-img {
  width: 53px;
  min-width: 53px;
}
@media (max-width: 970px) {
  .offer-content table tr th .th-img-container .th-img {
    text-align: center;
    margin: 0 auto;
  }
}
.offer-content table tr th .th-img-container .th-img img {
  width: 100%;
}
.offer-content table tr th .th-img-container .th-text {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  padding-left: 12px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 971px) {
  .offer-content table tr th .th-img-container .th-text {
    font-size: 24px;
    line-height: 34px;
  }
}
.offer-content table tr td, .offer-content table tr th {
  border: 1px solid #daeae2;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  padding: 60px 5px;
}
@media (min-width: 971px) {
  .offer-content table tr td, .offer-content table tr th {
    padding: 20px 5px;
    font-size: 24px;
    line-height: 34px;
  }
}
.offer-content table tr td {
  background: #fff;
  padding: 60px 15px;
  color: #333333;
}
@media (min-width: 971px) {
  .offer-content table tr td {
    padding: 20px 5px;
  }
}
.offer-remark {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 971px) {
  .offer-remark {
    padding: 0;
  }
}
.offer-remark p {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}
.offer-planlist {
  max-width: 840px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .offer-planlist {
    display: flex;
  }
}
.offer-planlist:lang(en) {
  max-width: 1024px;
}
.offer-planlist-container {
  padding: 25px 15px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .offer-planlist-container {
    padding: 25px;
  }
}
.offer-planlist-desc {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #055541;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .offer-planlist-desc {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 971px) {
  .offer-planlist-item {
    width: 50%;
  }
}
@media (min-width: 971px) {
  .offer-planlist-item:nth-child(2) {
    padding-left: 30px;
  }
}
.offer-planlist-item ul {
  list-style: none;
  padding-left: 30px;
}
.offer-planlist-item ul li {
  position: relative;
  color: #333333;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .offer-planlist-item ul li {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 971px) {
  .offer-planlist-item ul li:last-child {
    margin-bottom: 0;
  }
}
.offer-planlist-item ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #055541;
}
@media (min-width: 971px) {
  .offer-planlist-item ul li:before {
    top: 12px;
    left: -32px;
  }
}

.features-header {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 30px;
}
@media (min-width: 971px) {
  .features-header {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.features-header:lang(en) {
  max-width: 1024px;
}
.features-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  background: #055541;
}
@media (min-width: 971px) {
  .features-header:before {
    left: -5px;
  }
}
.features-header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  background: #055541;
}
@media (min-width: 971px) {
  .features-header:after {
    right: -5px;
  }
}
.features-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 20px;
}
.features-header-inner:before {
  content: "";
  border-top: 2px solid #055541;
  flex: 1;
}
.features-header-inner:after {
  content: "";
  border-top: 2px solid #055541;
  flex: 1;
}
.features-header-inner > span {
  font-weight: 700;
  color: #055541;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 971px) {
  .features-header-inner > span {
    font-size: 40px;
    line-height: 50px;
  }
}
.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: 410px;
  perspective: 1000px;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .features .flip-card-item {
    max-width: 645px;
    width: calc(50% - 30px);
    margin-bottom: 0px;
  }
}
.features .flip-card-item:lang(en) {
  height: 500px;
}
@media (min-width: 971px) {
  .features .flip-card-item:lang(en) {
    height: 480px;
  }
}
.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;
  box-shadow: 0px 0px 35px 0px rgba(0, 60, 49, 0.1);
}
.features .flip-card-front {
  background: #005542;
  background: linear-gradient(180deg, rgb(0, 85, 66) 0%, rgb(0, 56, 47) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005542", endColorstr="#00382F", GradientType=1);
  border-radius: 20px;
}
@media (min-width: 971px) {
  .features .flip-card-front {
    background: #005542;
    background: linear-gradient(90deg, rgb(0, 85, 66) 0%, rgb(0, 56, 47) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005542", endColorstr="#00382F", GradientType=1);
  }
}
.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: #fff;
  font-weight: bold;
}
@media (min-width: 971px) {
  .features .flip-card-front-desc {
    font-size: 30px;
    line-height: 40px;
  }
}
.features .flip-card-back {
  background-color: #fff;
  transform: rotateY(180deg);
  border-radius: 20px;
}
.features .flip-card-back-inner {
  position: relative;
  padding: 25px 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
}
@media (min-width: 971px) {
  .features .flip-card-back-inner {
    padding: 40px;
  }
}
.features .flip-card-back-inner > div {
  display: block;
  width: 100%;
  height: 100%;
}
.features .flip-card-back-title {
  font-size: 24px;
  line-height: 34px;
  color: #055541;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .features .flip-card-back-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }
}
.features .flip-card-back-title:lang(en) {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 971px) {
  .features .flip-card-back-title:lang(en) {
    font-size: 24px;
    line-height: 36px;
  }
}
.features .flip-card-back-detail {
  width: calc(100% - 80px);
}
@media (min-width: 971px) {
  .features .flip-card-back-detail {
    width: calc(100% - 143px);
  }
}
.features .flip-card-back-desc {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc {
    font-size: 24px;
    line-height: 34px;
  }
}
.features .flip-card-back-desc:lang(en) {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc:lang(en) {
    font-size: 22px;
    line-height: 32px;
  }
}
.features .flip-card-back-desc .bigger {
  font-size: 27px;
  line-height: 37px;
  font-weight: bold;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc .bigger {
    font-size: 32px;
    line-height: 42px;
  }
}
.features .flip-card-back-desc ul {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc ul {
    margin-bottom: 15px;
  }
}
.features .flip-card-back-desc ul li {
  position: relative;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc ul li {
    font-size: 24px;
    line-height: 34px;
  }
}
.features .flip-card-back-desc ul li:lang(en) {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc ul li:lang(en) {
    font-size: 18px;
    line-height: 28px;
  }
}
.features .flip-card-back-desc ul li:lang(en) .bigger {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
@media (min-width: 971px) {
  .features .flip-card-back-desc ul li:lang(en) .bigger {
    font-size: 28px;
    line-height: 38px;
  }
}
.features .flip-card-back-desc ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -32px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  background: #055541;
}
.features .flash-header {
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .features .flash-header {
    margin-bottom: 10px;
  }
}
.features .flash-header span {
  background: #C49435;
  background: linear-gradient(0deg, rgb(196, 148, 53) 0%, rgb(208, 183, 134) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C49435", endColorstr="#D0B786", GradientType=0);
  font-size: 24px;
  line-height: 34px;
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
}
@media (min-width: 971px) {
  .features .flash-header span {
    font-size: 32px;
    line-height: 42px;
  }
}
.features .flash-desc {
  font-size: 18px;
  line-height: 32px;
  color: #c39231;
  text-align: left;
}
@media (min-width: 971px) {
  .features .flash-desc {
    font-size: 24px;
    line-height: 34px;
  }
}
.features .flash-desc:lang(en) {
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 971px) {
  .features .flash-desc:lang(en) {
    font-size: 22px;
    line-height: 32px;
  }
}
.features .flash-img {
  min-width: 80px;
  width: 80px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (min-width: 971px) {
  .features .flash-img {
    min-width: 143px;
    width: 143px;
  }
}
.features .flash-img img {
  width: 100%;
}

.bg-separator {
  background: #c2ded0;
  position: relative;
}
.bg-separator-inner {
  position: relative;
  height: 120px;
  overflow: hidden;
}
@media (min-width: 971px) {
  .bg-separator-inner {
    height: 180px;
  }
}
.bg-separator-inner:before {
  content: "";
  width: 300%;
  height: 2000px;
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #d9eae3;
}
@media (min-width: 971px) {
  .bg-separator-inner:before {
    width: 200%;
    height: 2000px;
  }
}
.bg-separator-inner .container {
  position: relative;
  text-align: center;
}
.bg-separator-inner .container .example-top-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 38px;
  color: #055541;
  font-weight: 700;
  position: relative;
  height: 120px;
}
@media (min-width: 971px) {
  .bg-separator-inner .container .example-top-desc {
    height: 180px;
    font-size: 40px;
    line-height: 48px;
  }
}
.bg-separator-inner .container .example-top-desc:lang(en) {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 971px) {
  .bg-separator-inner .container .example-top-desc:lang(en) {
    font-size: 40px;
    line-height: 48px;
  }
}
.bg-separator .arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.bg-separator .arrow img {
  width: 80px;
}
@media (min-width: 971px) {
  .bg-separator .arrow img {
    width: 126px;
  }
}

.example {
  padding: 120px 0 0px;
  background: url("../images/bg_wave_pattern.png") no-repeat right top;
}
@media (min-width: 971px) {
  .example {
    padding: 120px 0 60px;
  }
}
.example-box {
  box-shadow: 0px 0px 35px 0px rgba(0, 60, 49, 0.1);
  background: #fff;
  border-radius: 30px;
  margin-bottom: 110px;
  position: relative;
}
@media (min-width: 971px) {
  .example-box {
    margin-bottom: 110px;
  }
}
.example-box:last-child {
  margin-bottom: 0;
}
.example-header {
  display: flex;
  align-items: center;
  border: 2px solid #055541;
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  margin: 0px auto;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 971px) {
  .example-header {
    margin: 0px auto;
  }
}
.example-header-no {
  color: #055541;
  font-weight: bold;
  font-size: 41px;
  padding: 0 20px;
}
@media (min-width: 971px) {
  .example-header-no {
    font-size: 57px;
  }
}
.example-header-title {
  padding: 20px 35px;
  border-radius: 100px;
  background: #055541;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 971px) {
  .example-header-title {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }
}
.example-header-title:lang(en) {
  font-size: 19px;
  line-height: 29px;
}
@media (min-width: 971px) {
  .example-header-title:lang(en) {
    text-align: left;
    font-size: 36px;
    line-height: 46px;
  }
}
.example-desc {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 25px;
  padding-top: 85px;
}
@media (min-width: 971px) {
  .example-desc {
    padding-top: 70px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 34px;
  }
}
.example-item-container {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .example-item-container {
    display: flex;
    margin-bottom: 25px;
  }
}
@media (min-width: 971px) {
  .example-item-container.two-item .example-item {
    width: 50%;
    padding: 30px 0;
  }
}
.example-item-container.two-item .example-item:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 352px;
  height: 352px;
}
@media (min-width: 971px) {
  .example-item-container.two-item .example-item:before {
    width: 376px;
    height: 376px;
  }
}
.example-item-container.two-item .example-item:nth-child(1):before {
  background: #E3EFE5;
  background: linear-gradient(0deg, rgb(227, 239, 229) 25%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E3EFE5", endColorstr="#FFFFFF", GradientType=0);
}
.example-item-container.two-item .example-item:nth-child(2):before {
  background: #FFF6E4;
  background: linear-gradient(0deg, rgb(255, 246, 228) 25%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF6E4", endColorstr="#FFFFFF", GradientType=0);
}
.example-item-container.four-item {
  margin-bottom: 0;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item {
    width: 25%;
  }
}
@media (max-width: 970px) {
  .example-item-container.four-item .example-item {
    padding: 45px 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 970px) {
  .example-item-container.four-item .example-item:first-child {
    padding-top: 0;
  }
}
.example-item-container.four-item .example-item:nth-child(1):before, .example-item-container.four-item .example-item:nth-child(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E3EFE5;
  background: linear-gradient(0deg, rgb(227, 239, 229) 0%, rgb(255, 255, 255) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E3EFE5", endColorstr="#FFFFFF", GradientType=0);
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item:nth-child(1):before, .example-item-container.four-item .example-item:nth-child(3):before {
    top: -50%;
    height: 200%;
    background: #E3EFE5;
    background: linear-gradient(270deg, rgb(227, 239, 229) 0%, rgb(255, 255, 255) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E3EFE5", endColorstr="#FFFFFF", GradientType=0);
  }
}
.example-item-container.four-item .example-item:nth-child(2):before, .example-item-container.four-item .example-item:nth-child(4):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF6E4;
  background: linear-gradient(0deg, rgb(255, 246, 228) 0%, rgb(255, 255, 255) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF6E4", endColorstr="#FFFFFF", GradientType=0);
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item:nth-child(2):before, .example-item-container.four-item .example-item:nth-child(4):before {
    top: -50%;
    height: 200%;
    background: #FFF6E4;
    background: linear-gradient(270deg, rgb(255, 246, 228) 0%, rgb(255, 255, 255) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF6E4", endColorstr="#FFFFFF", GradientType=0);
  }
}
.example-item-container.four-item .example-item-cross-container {
  z-index: 2;
  position: absolute;
  left: 0;
}
@media (max-width: 970px) {
  .example-item-container.four-item .example-item-cross-container {
    bottom: -51px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-cross-container {
    left: auto;
    right: -28px;
  }
}
.example-item-container.four-item .example-item-cross {
  width: 24px;
  height: 24px;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-cross {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-cross:before, .example-item-container.four-item .example-item-cross:after {
    margin-left: 9px;
  }
}
.example-item-container.four-item .example-item-cross-bg {
  position: relative;
}
@media (max-width: 970px) {
  .example-item-container.four-item .example-item-cross-bg {
    margin: 0 auto;
    width: 60px;
  }
}
.example-item-container.four-item .example-item-cross-bg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-cross-bg:after {
    right: -5px;
  }
}
.example-item-container.four-item .example-item-title {
  font-size: 24px;
  line-height: 40px;
  color: #055541;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 34px;
  }
}
.example-item-container.four-item .example-item-desc {
  font-size: 22px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-desc {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
  }
}
.example-item-container.four-item .example-item-highlight {
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
  color: #055541;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-highlight {
    font-size: 27px;
    line-height: 47px;
  }
}
.example-item-container.four-item .example-item-highlight .gold {
  font-size: 45px;
  line-height: 48px;
}
@media (min-width: 971px) {
  .example-item-container.four-item .example-item-highlight .gold {
    font-size: 36px;
    line-height: 47px;
  }
}
.example-item-container.four-item .example-item-highlight .normal {
  color: #333333;
  font-weight: 400;
}
@media (min-width: 971px) {
  .example-item-container.four-item ~ .example-total {
    padding: 15px 10px 35px;
  }
}
.example-info {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
.example-item {
  position: relative;
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 60px;
}
@media (min-width: 971px) {
  .example-item {
    margin-bottom: 0px;
    padding: 0 28px;
  }
}
.example-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.example-item:last-child:after {
  display: none;
}
.example-item-inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 971px) {
  .example-item-inner {
    height: 100%;
  }
}
.example-item-cross-bg {
  position: relative;
}
@media (max-width: 970px) {
  .example-item-cross-bg {
    margin: 0 auto;
    width: 60px;
  }
}
.example-item-cross-bg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg) translateY(-50%);
  background: #055541;
}
@media (min-width: 971px) {
  .example-item-cross-bg:after {
    right: -5px;
  }
}
.example-item-cross-container {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: -80px;
}
@media (max-width: 970px) {
  .example-item-cross-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 971px) {
  .example-item-cross-container {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    margin-top: -5px;
  }
}
.example-item-cross {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.example-item-cross:before, .example-item-cross:after {
  z-index: 2;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
  margin-left: 19px;
}
@media (min-width: 971px) {
  .example-item-cross:before, .example-item-cross:after {
    margin-left: 11px;
  }
}
.example-item-cross:before {
  width: 100%;
  height: 4px;
}
.example-item-cross:after {
  width: 4px;
  height: 100%;
}
.example-item-icon {
  text-align: center;
}
.example-item-title {
  font-size: 24px;
  line-height: 40px;
  color: #055541;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .example-item-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }
}
.example-item-desc {
  font-size: 22px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .example-item-desc {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
  }
}
.example-item-highlight {
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
  color: #055541;
}
@media (min-width: 971px) {
  .example-item-highlight {
    font-size: 35px;
    line-height: 48px;
  }
}
.example-item-highlight .gold {
  font-size: 45px;
  line-height: 48px;
}
@media (min-width: 971px) {
  .example-item-highlight .gold {
    font-size: 45px;
    line-height: 48px;
  }
}
.example-item-highlight .normal {
  color: #333333;
  font-weight: 400;
}
.example-total {
  padding: 20px 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 971px) {
  .example-total {
    padding: 0 100px 35px;
  }
}
.example-total > span {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  color: #055541;
}
@media (max-width: 970px) {
  .example-total > span {
    display: block;
    padding: 0 20px;
  }
}
@media (min-width: 971px) {
  .example-total > span {
    font-size: 35px;
    line-height: 48px;
  }
}
.example-total > span:before, .example-total > span:after {
  content: "";
  position: absolute;
  background: url(../images/two-arrow-r.png) no-repeat;
  width: 47px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.example-total > span:before {
  width: 48px;
  background: url(../images/two-arrow-l.png) no-repeat;
  left: 0px;
}
@media (min-width: 971px) {
  .example-total > span:before {
    left: -100px;
  }
}
.example-total > span:after {
  right: 0px;
}
@media (min-width: 971px) {
  .example-total > span:after {
    right: -100px;
  }
}
.example-total > span .gold {
  font-size: 45px;
  line-height: 48px;
}
@media (min-width: 971px) {
  .example-total > span .gold {
    font-size: 45px;
    line-height: 48px;
  }
}

#remark {
  padding-top: 45px;
}
#remark p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 5px;
}
#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;
}
#remark a {
  color: #333333;
}
#remark table tbody {
  background: none;
  border: none;
}
#remark table tr {
  background: none;
}
#remark table th {
  background: #055541;
  color: #fff;
}
#remark table th,
#remark table td {
  border: 1px solid #333333;
  background: none;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}

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

.floating {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  padding: 20px;
  background: #055541;
}
@media (min-width: 971px) {
  .floating {
    padding: 20px;
  }
}
@media (min-width: 971px) {
  .floating__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.floating a {
  min-width: 200px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #c39332;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.floating__btn {
  display: flex;
}
@media (max-width: 970px) {
  .floating__btn {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.floating__text {
  padding-left: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 970px) {
  .floating__text {
    padding-left: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}

.poplist {
  margin-left: 0;
  position: fixed;
  transform: translateX(50%) !important;
  left: -40%;
  top: 5%;
  border: 0px transparent !important;
  border-radius: 25px;
  padding: 10px 30px;
}
.poplist .section__subtitle {
  font-size: 24px;
  font-weight: bold;
}
.poplist .row-para {
  font-size: 16px;
}
.poplist .pop_btn_container {
  text-align: center;
  padding-top: 20px;
  width: 100%;
}
.poplist .pop_btn_container .pop_btn {
  max-width: 300px;
  margin: 0 auto 10px;
  background-color: red !important;
  border-radius: 10px;
  width: 100%;
}
.poplist .pop_btn_container .pop_btn img {
  margin-top: -5px;
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .poplist .pop_btn_container .mobile-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .poplist {
    width: 600px;
    transform: translateX(-50%) !important;
    left: 50%;
    top: 10%;
  }
}/*# sourceMappingURL=style.css.map */