.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3598b96b-db53-4a9b-98c5-73670ef36806/landing_materials02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.adaptive-delivery-prevent-bg, #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.lazyload, #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.lazyloading { background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { background-color: transparent; background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { border-width: 0; border-radius: 0; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { font-size:14px;font-family:arial;height:617px;width:1200px;position:relative;display:block; }#SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:51px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:442px;left:864px;display:block; }
#bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { color:#000000;display:block;width:25px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:457.1015625px;left:825px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { color:#282828;display:block;width:378px;position:absolute;font-family:"noto sans tc";font-size:20px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:290.984375px;left:77.984375px;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yhE8W7eIm8dDx6yek0cA4azegTrikhpl { color:#000000;display:block;width:35px;position:absolute;font-family:"noto sans tc";font-size:67px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:272.375px;left:51.984375px;height:0;display:none; }
#HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { color:#282828;display:block;width:524px;position:absolute;font-family:"noto sans tc";font-size:30px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:321px;left:584px;height:77.9862px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { position:absolute;display:block;z-index:15017;height:37px;width:73px;top:87px;left:165px;display:block; }
#NkED6IbN64aZgublimAusOuOT2QZvKZr { position:absolute;display:block;z-index:15018;height:44px;width:83px;top:83px;left:60px;display:block; }
#eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33px;width:159px;top:38px;left:997px;overflow:hidden;display:block; }
#TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28px;width:55px;top:41px;left:917px;overflow:hidden;display:block; }
#iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { color:#000000;display:block;width:35px;position:absolute;font-family:"noto sans tc";font-size:94px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:295px;left:557px;height:122.197px;display:block; }
#if3X2DCb5QmXGA12O4FkqdoelwWEfZC0 { background-color:#5acd57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 2px 2px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:51px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:442px;left:559px;display:block; }
#BhOGuCrlqx36eh25OqKKAxGhn8eoTGBT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tgXBhzC7bFtJyc3iry0yZyRiiB7JpuL6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:579px;width:615px;top:38px;left:5px;overflow:hidden;display:block; }
#qHmuSoWTkhf6ABDT8TzKdAkffcODRsCS { color:#282828;display:block;width:524px;position:absolute;font-family:"noto sans tc";font-size:28px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:263px;left:87px;height:84px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#aJiy37u69oPtOOwb0Fgz4teQzMbUb3p3 { color:#000000;display:block;width:811px;position:absolute;font-family:montserrat;font-size:50px;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:216px;left:60px;height:;font-style:normal;display:none; }
#B56pJxCBeQy0IpdTBT8LGFGkspV7DBdx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:129px;width:588px;top:160px;left:558px;overflow:hidden;display:block; }
#uVbF0ivAolDp7K7WU09gA5QV6Qztxrsn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:986px;width:829px;display:none; }
#xnhlF8CVP42VpTs1LFn2G26CKESo1C5G { color:#000000;display:block;width:461px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:535px;left:569px;height:41.5972px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container { background-color: transparent; background-image: none; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container > .video-iframe-container { display: none; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row > .video-iframe-container { display: none; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container { border-width: 0; border-radius: 0; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }#ZqZP7OU3WP9MGpNJl9UwrlpNINKXZef4 { color:#000000;display:block;width:1026.97px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:35.99609375px;left:97.94921875px;height:55px;text-align:center;text-align-last:center;display:block; }
#Ht6cPsnmLEexv8WgkpqapBZWfHZ8x5X1 { color:#000000;display:block;width:816.992px;position:absolute;font-family:"noto sans hk";font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:101px;left:203px;height:36.4062px;text-align:center;text-align-last:center;display:block; }
#dLQB5a3dEcxBOxbdLp8dcmF0Kxk4aucX { color:#000000;display:block;width:1026.97px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:35.99609375px;left:97.94921875px;height:55px;text-align:center;text-align-last:center;display:none; }
#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container { background-color: transparent; background-image: none; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container > .video-iframe-container { display: none; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row > .video-iframe-container { display: none; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container { border-width: 0; border-radius: 0; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container { font-size:14px;font-family:arial;height:521px;width:1200px;position:relative;display:block; }#SKZr9HXfRwPghIRasQEWiQllIRlqMBTr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:45px;top:36px;left:129px;overflow:hidden;display:block; }
#rVoP7puzSfLJNSycTh35RAfqqmA4zseF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:45px;top:126px;left:129px;overflow:hidden;display:block; }
#eimWixxtAdU7PTOQWcMUNF5CoKLbG5vC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:45px;top:221px;left:129px;overflow:hidden;display:block; }
#twV40W3BXXDhSiIuErOfGV3CJMXa2gS1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:45px;top:313px;left:129px;overflow:hidden;display:block; }
#fdh7ssUbJXKoSnMis4xOzpNJ4XvlczfH { color:#000000;display:block;width:859px;position:absolute;font-family:"noto sans tc";font-size:24px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:39px;left:213px;height:436.5284px;font-style:normal;display:block; }
#nVu3xWgJUcu69h224wTTCPGMPqufJWhh { color:#000000;display:block;width:514px;position:absolute;font-family:"noto sans tc";font-size:17px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:199.98046875px;left:627.96875px;height:337.3474px;font-style:normal;display:none; }
#zIOXR2R8qmP79nLwsrvJSBDJ6xhXMTR3 { color:#000000;display:block;width:537px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:60.984375px;left:590px;height:55px;display:none; }
#s09LlXlpTsiIS0X901LeipIh27WhfvJb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:45px;top:404.98046875px;left:128.984375px;overflow:hidden;display:block; }
#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { background-color: transparent; background-image: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container > .video-iframe-container { display: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container { display: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { border-width: 0; border-radius: 0; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { font-size:14px;font-family:arial;height:223px;width:1200px;position:relative;display:block; }#qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { color:#000000;display:block;width:682px;position:absolute;font-family:"noto sans hk";font-size:52px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:50px;left:101px;height:114.375px;text-align:left;text-align-last:left;display:block; }
#Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { color:#000000;display:block;width:816.969px;position:absolute;font-family:"noto sans hk";font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:176px;left:101px;height:36.4062px;text-align:left;text-align-last:left;display:block; }
#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { background-color: transparent; background-image: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container > .video-iframe-container { display: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container { display: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { border-width: 0; border-radius: 0; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { font-size:14px;font-family:arial;height:480px;width:1200px;position:relative;display:block; }#rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { color:#000000;display:block;width:514px;position:absolute;font-family:"noto sans tc";font-size:17px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:199.98046875px;left:627.96875px;height:337.3474px;font-style:normal;display:none; }
#iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { color:#000000;display:block;width:537px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:60.984375px;left:590px;height:55px;display:none; }
#kTOmQ0R46FoaSzPTWZguDghx83TrxHgM { color:#191919;display:block;width:522.984px;position:absolute;font-family:"noto sans tc";font-size:44px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:52px;left:561px;height:57.1973px;display:block; }
#QIhrEFDVXdI04UsrU0gfcSKSgutLThGI { color:#000000;display:block;width:470px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:326px;left:561px;height:20.7986px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyqSqwc5kWTLxgNHk1o2e2WW6T7X5Wqq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:397px;width:311px;top:0px;left:161px;overflow:hidden;display:block; }
#TVEDQlfk0ZVZ1N76BfutNXHHALIparzl { color:#000000;display:block;width:558px;position:absolute;font-family:"noto sans hk";font-size:26px;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:120px;left:561px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TVEDQlfk0ZVZ1N76BfutNXHHALIparzl li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TVEDQlfk0ZVZ1N76BfutNXHHALIparzl li:before{  }
#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9feb83e-4892-4744-ba22-4913d01c9ba1/roughgrungetextureofunevenpaintstrokes20210826230246utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB.adaptive-delivery-prevent-bg, #IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB.lazyload, #IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB.lazyloading { background-image: none; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container { background-color: transparent; background-image: none; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,97,97,0.9); }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container > .video-iframe-container { display: none; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,97,97,0.9); }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row > .video-iframe-container { display: none; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container { border-width: 0; border-radius: 0; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container { font-size:14px;font-family:arial;height:477px;width:1200px;position:relative;display:block; }#c6dMRnGR8m2fxfZUCrtnDMucHOSRwt95 { color:#f6f6f6;display:block;width:689px;position:absolute;font-family:"noto sans tc";font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:49px;left:256px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f6f6f6;padding-top:12.03px;padding-right:10.9px;padding-bottom:12.03px;padding-left:10.9px;display:block;align-items:center;width:65.33px;min-width:65.33px;height:64.65px;position:relative;font-family:"noto sans tc";font-size:48.11px;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-text.counter-label { background-color:;background-image:none;color:#f6f6f6;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.52px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:87.09px;height:25.55px;position:relative;font-family:"noto sans tc";font-size:18.05px;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:413px;height:121.78px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:158px;left:379px;z-index:15013; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #pEUrsgGT61XidN6OTixKHB8C7ii7Uf5r { display:flex;position:relative;top:0px;left:0px; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #K745V3yOFgRTq5cUsP65ooDxJK3pSnOl { width:auto; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #Gx4CqWLH2LFnsI6COBhxalcnybdCkE9a {  }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #xvQ1ZoOHDWQO6zaT65TZUXyWLUZtpOTz { display:flex;position:relative;top:0px;left:0px; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #wrdJTl139P7SeOZqV9wTCrD1DZUVUfJN {  }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #gI9gdIB0zydPxA16w9zK3t6c8nSq5Lyn {  }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #yL63GITGPTTmuP7o1lHVPoMrui1U1iOU { display:flex;position:relative;top:0px;left:0px; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #t0103aJOZD0FHVmEIeLwSmJehR2eU8cf {  }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #zhS2OmJVZRmanppoIyXnczHPlUByzNQu {  }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #qb76ePn0TrILBvolaIMi8uFc8dB1IHSk { display:flex;position:relative;top:0px;left:0px; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #So60uDkVAmsu1yLN9M4H3A74qzFZv0NE {  }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #GHUG2vvwO5TlztmaidUk7hnTGhlORpqZ {  }
#A6MlCLdeSCg8fbH6W5IRfk133em0Py3F { color:#ffffff;display:block;width:642px;position:absolute;font-family:"noto sans hk";font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:383px;left:279px;height:45px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTOAxVMATDpM2yoM7WMLGpFn9tKn43ua { color:#ffffff;display:block;width:391px;position:absolute;font-family:"noto sans tc";font-size:26px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:117px;left:405px;height:33.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0ZmzUZ8LfxU1wNkL9xzlDdIKDKV6UMy { background-color:#5acd57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:50.9961px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:310px;left:315px;display:block; }
#NSZdtJBTL3dkdffCpg78Rxb1lAF4KyzD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#da36mZ87MQQAdz0k3QvGSq4kZhgmRcWt { background-color:#5acd57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276px;height:51px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:310px;left:610px;display:block; }
#TA6v5qToev85sutQD6ny0XvXWSUkCEPk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:150px;top:35.499877929688px;left:225.00003051758px;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:445.99264526367px;position:absolute;font-family:"noto sans tc";font-size:14px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:28.194946289062px;left:676.98526000977px;height:47.5694px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:104px;height:51px;top:442px;left:646px;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { top:457px;left:607px;width:25px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { top:290px;left:0px;width:377px;height:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yhE8W7eIm8dDx6yek0cA4azegTrikhpl { top:272px;left:0px;width:35px;height:87px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { top:321px;left:240px;width:524px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { top:87px;left:0px;width:73px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { top:83px;left:0px;width:83px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { top:38px;left:605px;width:159px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { top:41px;left:699px;width:55px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { top:295px;left:339px;width:35px;height:122px;font-size:94px;display:block; }
 }@media only screen and (max-width: 763px) { #if3X2DCb5QmXGA12O4FkqdoelwWEfZC0 { width:240px;height:51px;top:442px;left:341px;display:block; }
 }@media only screen and (max-width: 763px) { #BhOGuCrlqx36eh25OqKKAxGhn8eoTGBT { display:block; }
 }@media only screen and (max-width: 763px) { #tgXBhzC7bFtJyc3iry0yZyRiiB7JpuL6 { top:38px;left:0px;width:615px;height:579px;display:block; }
 }@media only screen and (max-width: 763px) { #qHmuSoWTkhf6ABDT8TzKdAkffcODRsCS { top:487px;left:0px;width:320px;height:96px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #aJiy37u69oPtOOwb0Fgz4teQzMbUb3p3 { top:216px;left:0px;width:764px;height:0;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #B56pJxCBeQy0IpdTBT8LGFGkspV7DBdx { top:160px;left:176px;width:588px;height:129px;display:block; }
 }@media only screen and (max-width: 763px) { #uVbF0ivAolDp7K7WU09gA5QV6Qztxrsn { width:764px;height:908px;display:none; }
 }@media only screen and (max-width: 763px) { #xnhlF8CVP42VpTs1LFn2G26CKESo1C5G { top:535px;left:303px;width:461px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N { display:block; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqZP7OU3WP9MGpNJl9UwrlpNINKXZef4 { top:35px;left:0px;width:764px;height:55px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6cPsnmLEexv8WgkpqapBZWfHZ8x5X1 { top:100px;left:0px;width:764px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dLQB5a3dEcxBOxbdLp8dcmF0Kxk4aucX { top:24px;left:0px;width:320px;height:70px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR { display:block; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKZr9HXfRwPghIRasQEWiQllIRlqMBTr { top:36px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #rVoP7puzSfLJNSycTh35RAfqqmA4zseF { top:126px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #eimWixxtAdU7PTOQWcMUNF5CoKLbG5vC { top:221px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #twV40W3BXXDhSiIuErOfGV3CJMXa2gS1 { top:313px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #fdh7ssUbJXKoSnMis4xOzpNJ4XvlczfH { top:38px;left:0px;width:764px;height:436px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nVu3xWgJUcu69h224wTTCPGMPqufJWhh { top:130px;left:0px;width:265px;height:462px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zIOXR2R8qmP79nLwsrvJSBDJ6xhXMTR3 { top:26px;left:0px;width:320px;height:34px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #s09LlXlpTsiIS0X901LeipIh27WhfvJb { top:404px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { top:50px;left:0px;width:682px;height:114px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { top:176px;left:0px;width:764px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { top:130px;left:0px;width:265px;height:462px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { top:26px;left:0px;width:320px;height:34px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #kTOmQ0R46FoaSzPTWZguDghx83TrxHgM { top:52px;left:242px;width:522px;height:57px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QIhrEFDVXdI04UsrU0gfcSKSgutLThGI { top:326px;left:294px;width:470px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qyqSqwc5kWTLxgNHk1o2e2WW6T7X5Wqq { top:0px;left:0px;width:311px;height:397px;display:block; }
 }@media only screen and (max-width: 763px) { #TVEDQlfk0ZVZ1N76BfutNXHHALIparzl { top:120px;left:206px;width:558px;height:150px;font-size:19px;display:block; }#TVEDQlfk0ZVZ1N76BfutNXHHALIparzl li:before{  }
 }@media only screen and (max-width: 763px) { #IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB { display:block; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6dMRnGR8m2fxfZUCrtnDMucHOSRwt95 { top:48px;left:37.99609375px;width:688px;height:58px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR { display:flex;width:288px;height:81px;top:86px;left:79px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #pEUrsgGT61XidN6OTixKHB8C7ii7Uf5r { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #K745V3yOFgRTq5cUsP65ooDxJK3pSnOl {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #Gx4CqWLH2LFnsI6COBhxalcnybdCkE9a {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #xvQ1ZoOHDWQO6zaT65TZUXyWLUZtpOTz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #wrdJTl139P7SeOZqV9wTCrD1DZUVUfJN {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #gI9gdIB0zydPxA16w9zK3t6c8nSq5Lyn {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #yL63GITGPTTmuP7o1lHVPoMrui1U1iOU { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #t0103aJOZD0FHVmEIeLwSmJehR2eU8cf {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #zhS2OmJVZRmanppoIyXnczHPlUByzNQu {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #qb76ePn0TrILBvolaIMi8uFc8dB1IHSk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #So60uDkVAmsu1yLN9M4H3A74qzFZv0NE {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #GHUG2vvwO5TlztmaidUk7hnTGhlORpqZ {  }
 }@media only screen and (max-width: 763px) { #A6MlCLdeSCg8fbH6W5IRfk133em0Py3F { top:382px;left:60.993072509766px;width:641px;height:45px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fTOAxVMATDpM2yoM7WMLGpFn9tKn43ua { top:117px;left:187px;width:391px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZmzUZ8LfxU1wNkL9xzlDdIKDKV6UMy { width:270px;height:50px;top:310px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #NSZdtJBTL3dkdffCpg78Rxb1lAF4KyzD { display:block; }
 }@media only screen and (max-width: 763px) { #da36mZ87MQQAdz0k3QvGSq4kZhgmRcWt { width:275px;height:50px;top:310px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #TA6v5qToev85sutQD6ny0XvXWSUkCEPk { display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:35px;left:116.00003051758px;width:150px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:28px;left:319px;width:445px;height:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9feb83e-4892-4744-ba22-4913d01c9ba1/roughgrungetextureofunevenpaintstrokes20210826230246utc.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.adaptive-delivery-prevent-bg, #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.lazyload, #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.lazyloading { background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { background-color: transparent; background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { border-width: 0; border-radius: 0; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:108px;height:28px;top:632px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { width:59px;height:20.7986px;top:609px;left:131px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { width:284px;height:51.764705657959px;top:330.3125px;left:17.996324539185px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhE8W7eIm8dDx6yek0cA4azegTrikhpl { width:35px;height:0;top:328.46249389648px;left:10.5px;font-size:53px;display:none; }
 }@media only screen and (max-width: 763px) { #HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { width:320px;height:0;top:510px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { width:56px;height:29px;top:346px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { width:58px;height:31px;top:293px;left:252px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { width:120px;height:25px;top:34px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { width:47px;height:22px;top:35.5px;left:136.5px;display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { width:35px;height:auto;top:295px;left:142px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #if3X2DCb5QmXGA12O4FkqdoelwWEfZC0 { width:200px;height:43px;top:554px;left:60px;font-size:16px;background-color:#5acd57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BhOGuCrlqx36eh25OqKKAxGhn8eoTGBT { display:block; }
 }@media only screen and (max-width: 763px) { #tgXBhzC7bFtJyc3iry0yZyRiiB7JpuL6 { width:320px;height:301px;top:281.984375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qHmuSoWTkhf6ABDT8TzKdAkffcODRsCS { width:320px;height:85.7814px;top:449px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15011;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aJiy37u69oPtOOwb0Fgz4teQzMbUb3p3 { width:320px;height:0;top:862.5938px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B56pJxCBeQy0IpdTBT8LGFGkspV7DBdx { width:320px;height:70px;top:78px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uVbF0ivAolDp7K7WU09gA5QV6Qztxrsn { top:152.24609375px;left:35px;width:250px;height:297.988px;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xnhlF8CVP42VpTs1LFn2G26CKESo1C5G { width:320px;height:41.5972px;top:680px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N { display:block; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqZP7OU3WP9MGpNJl9UwrlpNINKXZef4 { width:320px;height:0;top:15.83984375px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ht6cPsnmLEexv8WgkpqapBZWfHZ8x5X1 { width:320px;height:28.5938px;top:117.21875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLQB5a3dEcxBOxbdLp8dcmF0Kxk4aucX { width:320px;height:70.3906px;top:37.84375px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR { display:block; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKZr9HXfRwPghIRasQEWiQllIRlqMBTr { width:16px;height:16px;top:24px;left:8.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #rVoP7puzSfLJNSycTh35RAfqqmA4zseF { width:15.9922px;height:15.9922px;top:145px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #eimWixxtAdU7PTOQWcMUNF5CoKLbG5vC { width:15.9922px;height:15.9922px;top:268px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #twV40W3BXXDhSiIuErOfGV3CJMXa2gS1 { width:15.9922px;height:15.9922px;top:390.9921875px;left:8.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #fdh7ssUbJXKoSnMis4xOzpNJ4XvlczfH { width:284px;height:611.806px;top:15.9921875px;left:30px;font-size:17px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #nVu3xWgJUcu69h224wTTCPGMPqufJWhh { width:266px;height:0;top:140.9765625px;left:30.99609375px;font-size:16px;line-height:1.8;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #zIOXR2R8qmP79nLwsrvJSBDJ6xhXMTR3 { width:320px;height:0;top:51px;left:0px;font-size:31px;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #s09LlXlpTsiIS0X901LeipIh27WhfvJb { width:16px;height:16px;top:512.6640625px;left:8.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { width:320px;height:76.9792px;top:44px;left:0px;font-size:35px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { width:232px;height:28.5938px;top:126.3984375px;left:44px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { width:320px;height:650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { width:266px;height:0;top:140.9765625px;left:30.99609375px;font-size:16px;line-height:1.8;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { width:320px;height:0;top:51px;left:0px;font-size:31px;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #kTOmQ0R46FoaSzPTWZguDghx83TrxHgM { width:320px;height:41.5938px;top:294px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIhrEFDVXdI04UsrU0gfcSKSgutLThGI { width:292px;height:41.5972px;top:566.7265625px;left:14px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyqSqwc5kWTLxgNHk1o2e2WW6T7X5Wqq { width:222.988px;height:285.996px;top:9.23828125px;left:48.4765625px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TVEDQlfk0ZVZ1N76BfutNXHHALIparzl { width:307.988px;height:158.125px;top:352px;left:6px;font-size:19px;text-align:left;text-align-last:left;line-height:1.3;display:block; }#TVEDQlfk0ZVZ1N76BfutNXHHALIparzl li:before{  }
 }@media only screen and (max-width: 763px) { #IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB { display:block; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6dMRnGR8m2fxfZUCrtnDMucHOSRwt95 { width:320px;height:41.5938px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-text.counter-number { padding-top:8.43px;padding-right:7.83px;padding-bottom:8.43px;padding-left:7.83px;width:47.02px;min-width:47.02px;height:45.27px;font-size:33.73px;line-height:45.27px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.26px;margin-right:0;margin-bottom:0;margin-left:0;width:62.7px;height:17.9px;font-size:12.65px;line-height:17.9px;top:-15%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR { display:flex;width:315px;height:85.29px;top:136px;left:0px;padding-top:1.06px;padding-right:1.11px;padding-bottom:1.06px;padding-left:1.11px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #pEUrsgGT61XidN6OTixKHB8C7ii7Uf5r { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #K745V3yOFgRTq5cUsP65ooDxJK3pSnOl {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #Gx4CqWLH2LFnsI6COBhxalcnybdCkE9a {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #xvQ1ZoOHDWQO6zaT65TZUXyWLUZtpOTz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #wrdJTl139P7SeOZqV9wTCrD1DZUVUfJN {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #gI9gdIB0zydPxA16w9zK3t6c8nSq5Lyn {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #yL63GITGPTTmuP7o1lHVPoMrui1U1iOU { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #t0103aJOZD0FHVmEIeLwSmJehR2eU8cf {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #zhS2OmJVZRmanppoIyXnczHPlUByzNQu {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #qb76ePn0TrILBvolaIMi8uFc8dB1IHSk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #So60uDkVAmsu1yLN9M4H3A74qzFZv0NE {  }
 }@media only screen and (max-width: 763px) { #szhotH0QLPNyKTHUwmyuwbriqWZ3ZPkR #GHUG2vvwO5TlztmaidUk7hnTGhlORpqZ {  }
 }@media only screen and (max-width: 763px) { #A6MlCLdeSCg8fbH6W5IRfk133em0Py3F { width:211px;height:41.9792px;top:391.96875px;left:54.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTOAxVMATDpM2yoM7WMLGpFn9tKn43ua { width:320px;height:24.6962px;top:97px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZmzUZ8LfxU1wNkL9xzlDdIKDKV6UMy { width:220px;height:42.9883px;top:244px;left:50px;font-size:16px;background-color:#5acd57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NSZdtJBTL3dkdffCpg78Rxb1lAF4KyzD { display:block; }
 }@media only screen and (max-width: 763px) { #da36mZ87MQQAdz0k3QvGSq4kZhgmRcWt { width:220px;height:43px;top:309px;left:50px;font-size:16px;background-color:#5acd57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TA6v5qToev85sutQD6ny0XvXWSUkCEPk { display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:117px;height:24px;top:23.9521484375px;left:100.9742603302px;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:320px;height:44.2014px;top:69.908203125px;left:0px;font-size:13px;display:block; }
 }