@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
body:lang(zh-cn),
body:lang(zh-hk) {
  font-family: "Noto Sans TC", "Noto Sans SC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
}

#logo_area {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: none;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 769px) {
  .md-show {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

p {
  line-height: 1.5;
}

html {
  --fz-18: 18px;
  --fz-25: 25px;
  --fz-28: 28px;
  --fz-45: 45px;
}
@media (max-width: 768px) {
  html {
    --fz-18: 16px;
    --fz-25: 18px;
    --fz-28: 20px;
    --fz-45: 24px;
  }
}

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

.main_banner_section {
  height: auto;
  background-color: transparent !important;
}

#wrap {
  position: relative;
}

#wrap {
  max-width: unset;
  background-color: #fff;
}

body {
  background-color: #fff;
}

.page_banner {
  height: auto;
}
.page_banner > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page_banner > img {
    height: 100%;
  }
}

#main_content_area {
  padding-top: 90px !important;
  font-size: var(--fz-28);
}
#main_content_area p {
  font-size: var(--fz-28);
}
@media (max-width: 768px) {
  #main_content_area {
    padding-top: 40px !important;
  }
}

.inline-image {
  height: 1.15em;
  width: auto !important;
}
.inline-image.yuu {
  margin-top: 0.1em;
  margin-inline: 0.2em;
}
.inline-image:not(.yuu) {
  margin-top: -0.16em;
}
.inline-image.funCentre {
  height: 1.75em;
  margin-top: -1em;
}

.leadIn {
  font-size: var(--fz-22);
  text-align: center;
}

b {
  color: inherit;
}

.section {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .section {
    margin: 40px auto;
  }
}

ol,
ul {
  margin-left: 1.25rem;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px !important;
  color: #000;
}

.text-center {
  text-align: center;
}

.txt-blue {
  color: #2a7de1;
  font-weight: bold;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-text {
  margin-bottom: 100px;
  text-align: center;
}

.promo-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0px 50px #9dd7d7;
  opacity: 0.6;
}
.promo-card .card-bg::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 30px;
}
.promo-card {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .promo-card {
    margin-bottom: 40px;
  }
}
.promo-card {
  position: relative;
  padding-top: 45px;
  margin-top: 40px;
  z-index: 2;
}
.promo-card > * {
  position: relative;
  z-index: 2;
}

.wave-bg {
  margin-top: -45vw;
  margin-bottom: -60vw;
  position: relative;
  z-index: 1;
}

.card-pill-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(10deg, #ff8e51, #f6e199);
  color: #fff;
  padding: 10px 40px;
  border-radius: 37px;
  font-size: var(--fz-45);
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(255, 94, 98, 0.4);
  z-index: 10;
  line-height: 1.5;
  text-align: center;
  max-width: calc(100% - 40px);
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .card-pill-title {
    top: 0;
    transform: translate(-50%, -50%);
    padding: 5px 15px;
  }
}
.card-pill-title * {
  line-height: 1.5;
  text-align: center;
}

.bg {
  background-image: url(../images/bg.png);
  background-size: 100% auto;
}

.card-body {
  padding: 30px 20px 60px;
}
@media screen and (max-width: 768px) {
  .card-body {
    padding: 30px 10px 60px;
  }
}
.card-body {
  max-width: 1065px;
  margin: auto;
}

.phases-text {
  margin-bottom: 30px;
}
.phases-text p {
  margin: 0px 0;
  font-size: var(--fz-28);
}

.reward-table {
  margin-bottom: 30px;
}
.reward-table * {
  line-height: 1.2;
}
.reward-table {
  font-size: var(--fz-25);
}

.rt-head {
  display: flex;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rt-head {
    flex-wrap: wrap;
  }
}
.rt-head > div {
  padding: 24px 10px;
}
@media screen and (max-width: 768px) {
  .rt-head > div {
    padding: 10px 5px;
  }
}
.rt-head > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0 !important;
}
.rt-head .rt-h-col1 {
  width: 33%;
  background: linear-gradient(to bottom, #f2ffce 0%, #daf299 100%);
  border-radius: 30px 30px 0 0;
  border: 2px solid #a6ce39;
}
@media screen and (max-width: 768px) {
  .rt-head .rt-h-col1 {
    width: 100%;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
  }
}
.rt-head .rt-h-col2 {
  margin-left: -2px;
  width: 27%;
  background: linear-gradient(to bottom, #f2ffce 0%, #daf299 100%);
  border-radius: 30px 30px 0 0;
  border: 2px solid #a6ce39;
}
@media screen and (max-width: 768px) {
  .rt-head .rt-h-col2 {
    margin-left: 0;
    width: 50%;
    border-radius: 0;
    background: #f8ffe3;
    background: #f8ffe3;
    border-right: 2px solid #a6ce39;
  }
}
.rt-head .rt-h-col3 {
  margin-left: -2px;
  width: calc(40% + 4px);
  background: linear-gradient(to bottom, #92beff 0%, #91beff 20%, #6aa6fe 100%);
  color: #fff;
  border-radius: 30px 30px 0 0;
  border: 2px solid #3d7dda;
}
@media screen and (max-width: 768px) {
  .rt-head .rt-h-col3 {
    margin-left: -2px;
    width: calc(50% + 2px);
    border-radius: 0;
    border: unset;
    border: 2px solid #a6ce39;
  }
}

.rt-body-row {
  display: flex;
}

.rt-b-col1 {
  width: 33%;
  padding: 15px 8px;
  background: #fff;
  border-inline: 2px solid #a6ce39;
  border-bottom: 2px solid #a6ce39;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .rt-b-col1 {
    border-radius: 0 0 0 20px;
  }
}
.rt-b-col1 {
  text-align: center;
}

.rt-b-group {
  width: 67%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .rt-b-group {
    width: 100%;
  }
}

.rt-row-inner {
  display: flex;
  flex: 1;
}
.rt-row-inner .rt-b-cell-cat {
  margin-left: -2px;
  width: 40.3%;
  padding: 15px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-inline: 2px solid #a6ce39;
}
@media screen and (max-width: 968px) {
  .rt-row-inner .rt-b-cell-cat {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .rt-row-inner .rt-b-cell-cat {
    margin-left: 0;
    width: 50%;
    border-right: 2px solid #a6ce39;
    border-left: 2px solid #a6ce39;
  }
}
.rt-row-inner .rt-b-cell-cat img {
  width: 115px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .rt-row-inner .rt-b-cell-cat img {
    max-width: 80px;
    margin-right: 0;
    height: auto;
  }
}
.rt-row-inner .rt-b-cell-reward {
  margin-left: -2px;
  width: calc(59.7% + 4px);
  padding: 15px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-inline: 2px solid #3d7dda;
}
@media screen and (max-width: 768px) {
  .rt-row-inner .rt-b-cell-reward {
    flex-direction: column;
    gap: 8px;
    padding: 5px 8px;
    width: calc(50% + 2px);
    border: unset;
    border: 2px solid #a6ce39;
  }
}
.rt-row-inner .rt-b-cell-reward .reward-icon {
  width: 127px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .rt-row-inner .rt-b-cell-reward .reward-icon {
    max-width: 80px;
    margin-right: 0;
    height: auto;
  }
}
.rt-row-inner .rt-b-cell-reward .reward-text {
  text-align: center;
  line-height: 1.5;
}
.rt-row-inner .rt-b-cell-reward .reward-text .large {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .rt-row-inner .rt-b-cell-reward .reward-text .large {
    font-size: 1.5em;
  }
}
.rt-row-inner:last-child .rt-b-cell-cat {
  border-block: 2px solid #a6ce39;
  background: #f8ffe3;
}
@media screen and (max-width: 768px) {
  .rt-row-inner:last-child .rt-b-cell-cat {
    border-radius: 0;
    border-top: 0;
  }
}
.rt-row-inner:last-child .rt-b-cell-reward {
  border-top: 2px solid #3d7dda;
  background: #f0f6ff;
  border-bottom: 2px solid #3d7dda;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .rt-row-inner:last-child .rt-b-cell-reward {
    border-radius: 0;
    border: 2px solid #a6ce39;
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .rt-row-inner:first-child .rt-b-cell-cat {
    border-bottom: 0;
    border-bottom: 0;
    border-bottom: 2px solid #a6ce39;
  }
  .rt-row-inner:first-child .rt-b-cell-reward {
    border-top: 0;
  }
}

.summary-text {
  margin-bottom: 30px;
}
.summary-text p {
  margin-bottom: 30px;
}
.summary-text .large {
  font-size: 1.4em;
}
.summary-text .txt-blue {
  display: inline-block;
}

.example-accordion-wrapper {
  overflow: hidden;
}

.acc-trigger {
  padding: 10px;
  border-radius: 70px;
  text-align: center;
  font-weight: bold;
  color: #0d6c28;
  background: linear-gradient(to right, #daf299, #e4ff9c);
  cursor: pointer;
  position: relative;
}
.acc-trigger .arrow {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .acc-trigger .arrow {
    width: var(--fz-28);
  }
}
.acc-trigger.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.acc-content {
  display: none;
  padding-top: 35px;
}

.table-ctn {
  overflow-x: auto;
}

.example-table-container {
  min-width: 700px;
  border: 2px solid #a6ce39;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .example-table-container {
    border-radius: 15px;
  }
}

.example-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: var(--fz-25);
}
.example-table tbody tr:nth-child(even) {
  background-color: #fff;
}
.example-table th,
.example-table td {
  padding: 30px 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  border-inline: 1px solid #a6ce39;
}
@media screen and (max-width: 768px) {
  .example-table th,
  .example-table td {
    padding: 10px 5px;
  }
}
.example-table th:first-child,
.example-table td:first-child {
  border-left: 0;
}
.example-table th:last-child,
.example-table td:last-child {
  border-right: 0;
}
.example-table th {
  border-bottom: 0;
}
.example-table td {
  border-top: 1px solid #a6ce39;
  border-bottom: 0;
}
.example-table tr:last-child td {
  border-top: 0;
  border-bottom: 0;
}
.example-table .et-header-top th {
  background: linear-gradient(to bottom, #f2ffce 0%, #daf299 100%);
  color: #0d6c28;
  font-size: var(--fz-28);
  font-weight: bold;
  border-color: #fff;
}
.example-table .et-header-top .empty-cell {
  background: linear-gradient(to bottom, #f2ffce 0%, #daf299 100%);
  border-color: #fff;
}
.example-table .et-header-sub th {
  background: #fff;
  color: #000;
  font-weight: normal;
}
.example-table .et-header-sub .et-col-cond {
  background-color: #f2ffcc;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .example-table .et-header-sub .et-col-cond {
    min-width: 120px;
  }
}
.example-table .et-header-sub th:nth-child(odd):not(:first-child) {
  background: linear-gradient(to bottom, #92beff 0%, #6aa6fe 100%);
  color: #fff;
}
.example-table .et-header-sub th:nth-child(even) {
  background-color: #f2ffcc;
}
.example-table .phase-label {
  font-weight: 400;
  width: 15%;
}
.example-table .txt-blue {
  color: #2a7de1;
  font-weight: bold;
}
.example-table .txt-blue .yuu {
  margin-bottom: 2px;
}
.example-table .empty-cell {
  background: transparent;
}

.footnote {
  font-size: var(--fz-18);
  margin-top: 10px;
}

.merchant-card .card-bg {
  background: linear-gradient(57deg, #a6ce39 0%, #ffd96a 100%);
  border-radius: 30px;
}

.merchant-row {
  display: flex;
  padding-block: 40px;
  gap: 60px;
  align-items: center;
}
.merchant-row:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .merchant-row {
    flex-direction: column;
    gap: 20px;
    margin-inline: 10px;
    padding-block: 20px;
  }
}

.dotted-line {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dotted-line {
    margin-inline: 10px;
    width: calc(100% - 20px);
  }
}

.cat-col {
  width: 30%;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cat-col img {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cat-col {
    width: 100%;
    flex-direction: row;
    border-right: none;
    padding-bottom: 10px;
    justify-content: flex-start;
  }
  .cat-col img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.logos-col {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 46px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .logos-col {
    gap: 30px;
  }
}
.logos-col img {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .logos-col img {
    max-height: 35px;
  }
}
@media (max-width: 768px) {
  .logos-col {
    width: 100%;
  }
}

.promo-footer {
  margin-top: 30px;
  margin-bottom: 80px;
}
.promo-footer .yuu-text {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .promo-footer .yuu-text {
    margin-bottom: 20px;
  }
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  min-width: calc(50% - 10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cta-btn {
    min-width: 100%;
    padding: 8px 30px;
  }
}
.cta-btn.btn-blue {
  background: linear-gradient(to bottom, #3d7dda, #3d7dda 20%, #274381);
}
.cta-btn.btn-orange {
  background: linear-gradient(to bottom, #f36e20, #eb1b2c 80%, #eb1b2c); /* Fallback */
}

.register_now {
  margin-top: 100px;
  margin-bottom: 40px;
  border: 2px solid #055541;
  border-radius: 20px;
  padding: 20px;
  font-size: var(--fz-28);
}
@media screen and (max-width: 968px) {
  .register_now {
    padding: 20px 10px;
  }
}
.register_now .title {
  font-size: 32px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  text-align: center;
  margin-top: -38px;
  background-color: #fff;
  font-weight: bold;
  color: #055541;
}
.register_now .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.register_now .item .text {
  margin-top: 3px;
  line-height: 1.7;
}
.register_now .item a {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #0d6c28;
  border-radius: 5px;
  font-weight: bold;
  color: #fff !important;
  padding: 0 20px;
  margin-bottom: 4px !important;
  text-align: center;
  text-decoration: none !important;
}
.register_now .item a: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%;
}
.register_now .item a:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}
.register_now .item > img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 968px) {
  .register_now .item > img {
    width: 50px;
    height: 50px;
    margin-right: 4px;
  }
}
.register_now .item:nth-child(2) {
  padding-top: 20px;
}
.register_now .item:last-child {
  padding-bottom: 20px;
}
.register_now.center {
  text-align: center;
}
.register_now.center .item {
  justify-content: center;
  text-align: center;
}

.remarks {
  font-size: 14px;
  margin-bottom: 30px;
}

footer {
  padding: 20px 0;
}
footer .container {
  margin-bottom: 20px;
}

.promoteBar.placeholder {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  position: relative;
}
.promoteBar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  background: #3d70b2;
  background-image: url(../images/sticky_bg.jpg);
  background-size: 100% 100%;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .promoteBar {
    padding: 5px 0;
  }
  .promoteBar.is-active {
    display: none;
  }
}
.promoteBar__inner {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .promoteBar__inner {
    padding: 0 5px;
  }
}
.promoteBar__content {
  color: #0b4e9c;
  padding-left: 20px;
  width: 100%;
  font-size: 26px;
  padding-right: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .promoteBar__content {
    padding-left: 15px;
    font-size: 18px;
    text-align: left;
  }
}
.promoteBar__content .smaller {
  font-size: 0.8em;
  display: block;
}
.promoteBar__content strong {
  font-size: 1.2em;
  display: inline-block;
}
.promoteBar__button {
  position: static;
  transform: none;
  margin: 0;
  width: 134px;
}
.promoteBar__button:after {
  content: none;
}
.promoteBar__button.en {
  width: 150px;
}
.promoteBar .container {
  margin-bottom: 0;
}
.promoteBar .btn {
  font-size: var(--fz-25);
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  background: linear-gradient(10deg, #ff8e51, #ff8e51 30%, #f6e199);
  min-width: 220px;
  display: inline-block;
  color: #fff;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .promoteBar .btn {
    padding: 8px 20px;
    min-width: 140px;
  }
}
.promoteBar .btn-ctn {
  margin-left: auto;
}
.promoteBar .cardface {
  margin: 0;
  width: auto;
}
.promoteBar .cardface img {
  max-height: unset;
  margin-top: -60px;
  width: 150px;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .promoteBar .cardface img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.promoteBar .yuu {
  margin-inline: 0em;
}

.example-mobile-container {
  border: 2px solid #a6ce39;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
}
.example-mobile-container .em-global-header {
  background: linear-gradient(to bottom, #f2ffce 0%, #daf299 100%);
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: var(--fz-25);
}
.example-mobile-container .em-block .em-block-title {
  background: #f8ffe3;
  color: #0d6c28;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: var(--fz-28);
  border-bottom: 2px solid #a6ce39;
  border-top: 2px solid #a6ce39;
}
.example-mobile-container .em-block:first-of-type .em-block-title {
  border-top: 0;
}
.example-mobile-container .em-block .em-row {
  display: flex;
  border-bottom: 1px solid #a6ce39;
}
.example-mobile-container .em-block .em-row:last-child {
  border-bottom: 0;
}
.example-mobile-container .em-block .em-cell {
  width: 50%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--fz-25);
  line-height: 1.3;
}
.example-mobile-container .em-block .em-headers .em-cat-header {
  background: #f8ffe3;
  border-right: 1px solid #a6ce39;
}
.example-mobile-container .em-block .em-headers .em-reward-header {
  background: linear-gradient(to bottom, #92beff 0%, #6aa6fe 100%);
  color: #fff;
  font-weight: bold;
}
.example-mobile-container .em-block .em-cat-content {
  border-right: 1px solid #a6ce39;
  align-items: flex-start;
  display: block;
  text-align: center;
}
.example-mobile-container .em-block .em-cat-content .em-phase-label {
  color: #39b54a;
  font-weight: bold;
  margin-bottom: 5px;
}
.example-mobile-container .em-block .em-reward-content {
  font-weight: bold;
}
.example-mobile-container .em-block .em-reward-content img {
  height: 0.9em;
  margin-bottom: -2px;
}

.acq {
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: calc(var(--fz-28) * 1);
  text-align: center;
}
.acq .title {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
  color: #055541;
}
.acq .content {
  margin-bottom: 20px;
}
.acq .smaller {
  font-size: 0.8em;
  display: block;
}
.acq .btn {
  font-size: var(--fz-25);
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  background: linear-gradient(10deg, #ff8e51, #ff8e51 30%, #f6e199);
  min-width: 220px;
  display: inline-block;
  color: #fff;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .acq .btn {
    padding: 8px 20px;
    min-width: 140px;
  }
}/*# sourceMappingURL=style.css.map */