.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: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; }#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; }#cipkNPTezKUuBxXMJ5rNTJO7SPgucJiM { color:#000000;display:block;width:499px;position:absolute;font-family:montserrat;font-size:52px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:183px;left:559px;height:114.375px;font-style:normal;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-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:472px;left:867px;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:488px;left:823px;height:20.7986px;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:26px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:322px;left:586px;height:67.6042px;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:75px;width:135px;top:33px;left:961px;display:block; }
#NkED6IbN64aZgublimAusOuOT2QZvKZr { position:absolute;display:block;z-index:15018;height:36.9688px;width:67.9688px;top:33px;left:846px;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;height:30px;width:145px;top:44px;left:60px;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;height:95px;width:95px;top:11px;left:207px;overflow:hidden;display:block; }
#iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { color:#000000;display:block;width:35px;position:absolute;font-family:"noto sans tc";font-size:92px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:294px;left:559px;height:119.6px;display:block; }
#if3X2DCb5QmXGA12O4FkqdoelwWEfZC0 { background-color:#ff8027;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:472px;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: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;height:505px;width:413px;top:82.796875px;left:60px;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; }
#rInhrvt0uNT6o4QeyFA5zaQ1pMTT4M3p { color:#282828;display:block;width:539px;position:absolute;font-family:"noto sans tc";font-size:24px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:137px;left:559px;height:36px;font-style:normal;display:block; }
#t8s1PbrDZ1iJJI1r8l5yewB0d8KKOC7c { color:#282828;display:block;width:539px;position:absolute;font-family:"noto sans tc";font-size:24px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:126px;left:60px;height:36px;font-style:normal;display:none; }
#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:880.996px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:35px;left:159px;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.3984px;text-align:center;text-align-last:center;display:block; }
#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:452px;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;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;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;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;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:342.9866px;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; }
#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.3984px;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:78px;left:572px;height:57.1973px;display:block; }
#QIhrEFDVXdI04UsrU0gfcSKSgutLThGI { color:#000000;display:block;width:512px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:372px;left:572px;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;height:453px;width:350px;top:10px;left:162px;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:146px;left:572px;height:150.417px;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/e7452955-2275-42a8-bcbf-3a779b2aabc6/pexelsmikhailnilov6707630.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(147,89,171,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(147,89,171,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.4896px;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;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:#ff8027;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-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:15009;text-align:center;text-align-last:center;top:309.765625px;left:335px;display:block; }
#NSZdtJBTL3dkdffCpg78Rxb1lAF4KyzD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cNaJrlHQXy0tatCEZsnP56dObBT3176u { background-color:#ff8027;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-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:15010;text-align:center;text-align-last:center;top:309.765625px;left:613px;display:block; }
#ghen70nGMN6BEhGr1Pu5Li8bSfx9uTMA { 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;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) { #cipkNPTezKUuBxXMJ5rNTJO7SPgucJiM { top:183px;left:265px;width:499px;height:114px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:104px;height:51px;top:472px;left:649px;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { top:488px;left:605px;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:322px;left:240px;width:524px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { top:33px;left:629px;width:135px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { top:33px;left:628px;width:67px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { top:44px;left:0px;width:145px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { top:11px;left:0px;width:95px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { top:294px;left:341px;width:35px;height:119px;font-size:92px;display:block; }
 }@media only screen and (max-width: 763px) { #if3X2DCb5QmXGA12O4FkqdoelwWEfZC0 { width:240px;height:51px;top:472px;left:341px;display:block; }
 }@media only screen and (max-width: 763px) { #BhOGuCrlqx36eh25OqKKAxGhn8eoTGBT { display:block; }
 }@media only screen and (max-width: 763px) { #tgXBhzC7bFtJyc3iry0yZyRiiB7JpuL6 { top:82px;left:0px;width:413px;height:505px;display:block; }
 }@media only screen and (max-width: 763px) { #qHmuSoWTkhf6ABDT8TzKdAkffcODRsCS { top:456px;left:0px;width:320px;height:96px;font-size:23px;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) { #rInhrvt0uNT6o4QeyFA5zaQ1pMTT4M3p { top:137px;left:225px;width:539px;height:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #t8s1PbrDZ1iJJI1r8l5yewB0d8KKOC7c { top:92px;left:0px;width:320px;height:21px;font-size:18px;display:none; }
 }@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:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6cPsnmLEexv8WgkpqapBZWfHZ8x5X1 { top:101px;left:0px;width:764px;height:36px;font-size:22px;display:block; }
 }@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:39px;left:0px;width:764px;height:343px;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) { #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:24px;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:78px;left:242px;width:522px;height:57px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QIhrEFDVXdI04UsrU0gfcSKSgutLThGI { top:372px;left:252px;width:512px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qyqSqwc5kWTLxgNHk1o2e2WW6T7X5Wqq { top:10px;left:0px;width:350px;height:453px;display:block; }
 }@media only screen and (max-width: 763px) { #TVEDQlfk0ZVZ1N76BfutNXHHALIparzl { top:146px;left:206px;width:558px;height:;font-size:22px;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:49px;left:38px;width:689px;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.993103027344px;width:641px;height:45px;font-size:12px;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:240px;height:51px;top:309px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #NSZdtJBTL3dkdffCpg78Rxb1lAF4KyzD { display:block; }
 }@media only screen and (max-width: 763px) { #cNaJrlHQXy0tatCEZsnP56dObBT3176u { width:240px;height:51px;top:309px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #ghen70nGMN6BEhGr1Pu5Li8bSfx9uTMA { 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 { display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { 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 { width:320px;height:765px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cipkNPTezKUuBxXMJ5rNTJO7SPgucJiM { width:320px;height:76.9792px;top:122px;left:0px;font-size:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:108px;height:28px;top:676px;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:651px;left:126px;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:135px;height:26px;top:34px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { width:70px;height:70px;top:12px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { width:35px;height:auto;top:294px;left:142px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #if3X2DCb5QmXGA12O4FkqdoelwWEfZC0 { width:200px;height:43px;top:598px;left:60px;font-size:16px;background-color:#ff8027;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:204px;height:249px;top:190px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qHmuSoWTkhf6ABDT8TzKdAkffcODRsCS { width:320px;height:96.6147px;top:456px;left:0px;font-size:23px;text-align:center;text-align-last:center;z-index:15011;line-height:1.4;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) { #rInhrvt0uNT6o4QeyFA5zaQ1pMTT4M3p { width:320px;height:0;top:788px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #t8s1PbrDZ1iJJI1r8l5yewB0d8KKOC7c { width:320px;height:21.5972px;top:92.390625px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N { display:block; }#v5QPgAlfh79t3xTBRI49xl8vHelHrJ4N > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqZP7OU3WP9MGpNJl9UwrlpNINKXZef4 { width:289px;height:83.5764px;top:37px;left:15.5px;font-size:38px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6cPsnmLEexv8WgkpqapBZWfHZ8x5X1 { width:278px;height:28.5938px;top:140px;left:21px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR { display:block; }#aQKPBbFTyB1x7XeKZ4WfFSG0xRnO8CWR > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKZr9HXfRwPghIRasQEWiQllIRlqMBTr { width:16px;height:16px;top:19px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #rVoP7puzSfLJNSycTh35RAfqqmA4zseF { width:15.9922px;height:15.9922px;top:140px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #eimWixxtAdU7PTOQWcMUNF5CoKLbG5vC { width:15.9922px;height:15.9922px;top:263px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #twV40W3BXXDhSiIuErOfGV3CJMXa2gS1 { width:15.9922px;height:15.9922px;top:385px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #fdh7ssUbJXKoSnMis4xOzpNJ4XvlczfH { width:285px;height:489.4448px;top:10px;left:35px;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) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:320px;height:165px;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:31.1875px;top:131.1875px;left:44px;font-size:24px;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:710px;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:320px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIhrEFDVXdI04UsrU0gfcSKSgutLThGI { width:320px;height:41.5972px;top:634.75px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyqSqwc5kWTLxgNHk1o2e2WW6T7X5Wqq { width:224px;height:290px;top:9px;left:48px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TVEDQlfk0ZVZ1N76BfutNXHHALIparzl { width:320px;height:207.917px;top:378px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:block; }#TVEDQlfk0ZVZ1N76BfutNXHHALIparzl li:before{  }
 }@media only screen and (max-width: 763px) { #IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB { display:block; }#IWrWl2fm5rP1Ku9lGkTpToxdTOsB07HB > .row .container { width:320px;height:485px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6dMRnGR8m2fxfZUCrtnDMucHOSRwt95 { width:320px;height:41.5938px;top:47px;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:138.296875px;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:192px;height:53.9583px;top:390px;left:64px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTOAxVMATDpM2yoM7WMLGpFn9tKn43ua { width:320px;height:24.6875px;top:99.390625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZmzUZ8LfxU1wNkL9xzlDdIKDKV6UMy { width:200px;height:43px;top:245px;left:60px;font-size:16px;background-color:#ff8027;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) { #NSZdtJBTL3dkdffCpg78Rxb1lAF4KyzD { display:block; }
 }@media only screen and (max-width: 763px) { #cNaJrlHQXy0tatCEZsnP56dObBT3176u { width:200px;height:43px;top:311px;left:60px;font-size:16px;background-color:#ff8027;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) { #ghen70nGMN6BEhGr1Pu5Li8bSfx9uTMA { 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; }
 }