* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans HK", sans-serif;
  outline: 0;
}

body {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #2bbbed;
}
body.en {
  font-family: "Noto Sans", sans-serif !important;
}
body.en .ecard2_tab,
body.en .ecard2_required,
body.en .ecard2_field label,
body.en .ecard2_field input,
body.en .ecard2_header_msg_ctr label,
body.en .ecard2_next,
body.en .ecard2_back,
body.en .e_card_cta button,
body.en .modal_e_card_header h2,
body.en .content p,
body.en .email,
body.en .modal_e_card_send,
body.en .modal_e_card_edit,
body.en .e_card_info h3,
body.en .modal_e_card_cta button,
body.en .otp_footer .otp_countdown,
body.en .otp_footer .otp_resend,
body.en .otp_footer .otp_not_received,
body.en .header_e_card_text,
body.en .lang_btn,
body.en .ad_content h3,
body.en .item_click p,
body.en .merry_step_btn_detail p,
body.en .merry_post p,
body.en .cta_coming_soon {
  font-family: "Noto Sans", sans-serif !important;
}
body.tc {
  font-family: "Noto Sans HK", sans-serif !important;
}
body.tc .ecard2_tab,
body.tc .ecard2_required,
body.tc .ecard2_field label,
body.tc .ecard2_field input,
body.tc .ecard2_header_msg_ctr label,
body.tc .ecard2_next,
body.tc .ecard2_back,
body.tc .modal_e_card_header h2,
body.tc .content p,
body.tc .email,
body.tc .modal_e_card_send,
body.tc .modal_e_card_edit,
body.tc .e_card_info h3,
body.tc .e_card_cta button,
body.tc .modal_e_card_cta button,
body.tc .otp_footer .otp_countdown,
body.tc .otp_footer .otp_resend,
body.tc .otp_footer .otp_not_received,
body.tc .header_e_card_text,
body.tc .lang_btn,
body.tc .ad_content h3,
body.tc .item_click p,
body.tc .merry_step_btn_detail p,
body.tc .merry_post p,
body.tc .cta_coming_soon {
  font-family: "Noto Sans HK", sans-serif !important;
}
body.sc {
  font-family: "Noto Sans SC", sans-serif !important;
}
body.sc .ecard2_tab,
body.sc .ecard2_required,
body.sc .ecard2_field label,
body.sc .ecard2_field input,
body.sc .ecard2_header_msg_ctr label,
body.sc .ecard2_next,
body.sc .ecard2_back,
body.sc .e_card_cta button,
body.sc .modal_e_card_header h2,
body.sc .content p,
body.sc .email,
body.sc .modal_e_card_send,
body.sc .modal_e_card_edit,
body.sc .e_card_info h3,
body.sc .e_card_cta.cta_step_1,
body.sc .modal_e_card_cta button,
body.sc .otp_footer .otp_countdown,
body.sc .otp_footer .otp_resend,
body.sc .otp_footer .otp_not_received,
body.sc .header_e_card_text,
body.sc .lang_btn,
body.sc .ad_content h3,
body.sc .item_click p,
body.sc .merry_step_btn_detail p,
body.sc .merry_post p,
body.sc .cta_coming_soon {
  font-family: "Noto Sans SC", sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer_whatsapp,
.footer_to_top {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.footer_whatsapp img,
.footer_to_top img {
  display: block;
}

.footer_to_top {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.footer_to_top.visible {
  opacity: 1;
  pointer-events: auto;
}

.footer_whatsapp {
  position: fixed;
  top: 16px;
  right: 60px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}

.footer_whatsapp {
  display: none;
}

.footer_whatsapp img {
  width: 28px;
  height: 28px;
  margin-top: 10px;
}

.footer_to_top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_to_top img {
  width: 40px;
  height: 40px;
}

.footer_to_top:hover {
  background: rgba(255, 255, 255, 0.12);
}

.footer_to_top:active {
  transform: scale(0.92);
}

.footer_to_top:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer_buttons {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1024px;
  z-index: 99;
}

.cta_coming_soon_wrapper {
  padding: 12px 20px 22px;
  opacity: 50%;
}
.cta_coming_soon_wrapper.merry_article_section {
  padding: 0 !important;
}
.cta_coming_soon_wrapper .cta_coming_soon {
  flex: 1;
  background: #fff;
  border: #fff 1px solid;
  color: #2bbbed;
  cursor: not-allowed;
  height: 48px;
  border-radius: 100px;
  font-family: "Noto Sans HK";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */