.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.55546569824219rem;left:44.81796836853rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.55546873807907rem;left:50.121095657349rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.55546569824219rem;left:55.43124961853rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.66819846630094rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.0625rem;top:1.3372396230698rem;left:3.625rem;overflow:hidden;display:block; }
#UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.400390625rem;left:14.625rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container {  }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:9.37109375rem;left:3.5625rem;height:3.4375rem;font-style:normal;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:30.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:21.185546875rem;left:3.5625rem;height:10.5rem;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:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:41.5625rem;left:3.5625rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:41.5625rem;left:22.0625rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:42.5rem;left:20.3125rem;height:1.29980625rem;display:block; }
#AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.0625rem;width:25rem;top:10.123046875rem;left:39.5rem;overflow:hidden;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.30859375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { color:#282828;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:15.062039375305rem;left:4.8747692108154rem;height:3.75rem;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:block; }
#vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13.899355888367rem;left:3.249080657959rem;height:5.4433625rem;display:block; }
#SwU1F8fbTVRb2wiPxtkABTbopL5SHT7Z { position:absolute;display:block;z-index:100017;height:4.0625rem;width:7.4375rem;top:6.74609375rem;left:66.125rem;display:block; }
#MKFn1uoVk9abMacfHuMixVLMzUsIGlcP { position:absolute;display:block;z-index:100023;height:2.4375rem;width:4.75rem;top:11.5234375rem;left:68.875rem;display:block; }
#h9DV2GfKuy8m4TTMdSEPyNLs5OiA11V3 { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100021;line-height:2.2;letter-spacing:0;top:34.3125rem;left:5.5625rem;height:4.6748rem;font-style:normal;display:block; }
#hG1wufK5bBcFDtinIxeiAdlDnZy9uJtX { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:34.75rem;left:3.5625rem;overflow:hidden;display:block; }
#L3Ui1BkA3k3TnKRSOM04Msry9ATW3fCO { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:37.1875rem;left:3.5625rem;overflow:hidden;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .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); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container {  }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.357421875rem;left:28.40625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { position:absolute;display:block;z-index:100005;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#BmpFqVSLbAz8oR1TzElOGWmaOcAH4H1D { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19rem;left:30rem;display:block; }
#eyzPVmbgxLMFP1TnJmXv78zD5psKHLmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yStCVSyNTaTAv06PKLUdN9OREhRFD6eQ { color:#252525;display:block;width:41.125rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3rem;left:16.9375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#000000;padding-top:0.761875rem;padding-right:0.693125rem;padding-bottom:0.761875rem;padding-left:0.693125rem;display:block;align-items:center;width:4.1525rem;min-width:4.1525rem;height:4.09375rem;position:relative;font-family:"noto sans tc";font-size:3.046875rem;font-weight:700;line-height:65.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.535rem;height:1.618125rem;position:relative;font-family:"noto sans tc";font-size:1.143125rem;font-weight:400;line-height:25.89px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);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:26.125rem;height:7.711875rem;padding-top:0.95rem;padding-right:0.953125rem;padding-bottom:0.95rem;padding-left:0.953125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.755859375rem;left:23.484375rem;z-index:100014; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #gEQ4wP2EozUKmWTH0B3W66gscXpgRF9h { display:flex;position:relative;top:0rem;left:0rem; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #IfUQVhWTAZPFKPiH9FsGfrgzZRtZoB3y { width:auto; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #UoeaBZlSzrnVLAlCqAGuADsCiLlrRg3z {  }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #T5ZeuyBxMHON6dpVMzhMtaBtCUDZmQ93 { display:flex;position:relative;top:0rem;left:0rem; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #TuK09OCeuf8gUuMTSBZQp4fI4HgvBisR {  }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #epWFqLb6Wyygp08X4mckVmWiSRCs5zeS {  }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #BZocaTbyJypXUBOiwczN3Qxme2MKSQp6 { display:flex;position:relative;top:0rem;left:0rem; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #elif5DA1t8K4v1X9uXJNo8bqb9GqDHcn {  }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #ARHkZcxFKco9bohsG2LTzLdkHGWMHlJM {  }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #FTOSTcJ7Tx9OAVThqKm413WZDfoH1Vk4 { display:flex;position:relative;top:0rem;left:0rem; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #v0bTiTmJK7lJXCkuMQcTxpX9JyXrLS6q {  }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #MRVx0orDUtGBernIC1HRDabaU8JvVz27 {  }
#LeVflwlaWNFQ5f8SgsdRf2EkBRymi8kW { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:23.625rem;left:17.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .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); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container {  }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.8000030517578rem;left:2.4351558685302rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4937515258787rem;left:2.4328126907349rem;height:1.7871125rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .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); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container {  }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#8e6e53;display:block;width:13.374310493469rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.284698486328rem;left:6.3694858551025rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:15.77214050293rem;left:6.80859375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#8e6e53;display:block;width:18rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.33854675293rem;left:28.500001907349rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.718055725097rem;left:29.842599868774rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#8e6e53;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.33854675293rem;left:54.373697280884rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:13.187040328979rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.718055725097rem;left:55.275735855103rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:18.779949188233rem;left:3.9921875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:18.779949188233rem;left:28.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.779949188233rem;left:52.99870300293rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:4.6438446044922rem;left:9.9333629608156rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:4.4542770385742rem;left:34.217599868774rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:4.6875rem;top:4.6435546875rem;left:59.529296875rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:99999;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:24.5rem;width:21.875rem;top:1.3953170776368rem;left:2.0859375rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:24.5rem;width:21.875rem;top:1.3953123092651rem;left:26.527345657349rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:24.5rem;width:22rem;top:1.3958320617676rem;left:50.90104675293rem;display:block; }
#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { position:relative;display:block; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { background-color: transparent; background-image: none; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container > .video-iframe-container { display: none; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row > .video-iframe-container { display: none; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .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); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { border-width: 0; border-radius: 0; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container > .video-iframe-container {  }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#cTEMLR55TTBZOTTWz3d2Fa87hTnysPos { color:#8e6e53;display:block;width:25.25rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.6875rem;left:42.0625rem;height:2.4375rem;display:block; }
#g6LCoTgcpzOdMd5l9HrElmBczhR7EncL { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:41.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#g6LCoTgcpzOdMd5l9HrElmBczhR7EncL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g6LCoTgcpzOdMd5l9HrElmBczhR7EncL li:before{  }
#p8TOuMtlvdWIiXgpWQJXhPpqOMrOE78r { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:5rem;left:40.437501907349rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#tchnhR8B3XvBkNfDO2Mzzt7gk0SzgEMe { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:8.625rem;left:40.437501907349rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ey0N2D4MBfhuNgglTfEv5HoT59WvTzoU { position:absolute;display:block;z-index:99998;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.42) ;height:10.1875rem;width:25.375rem;top:12.375rem;left:40.4375rem;display:block; }
#BvBfPN1WzpcieVKAwouyydAal2qS2H82 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:18rem;top:1.75rem;left:15.625rem;overflow:hidden;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .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); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container {  }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Z0dom0g64u660RIcmpu75NPr1o6Jnk4O { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.1875rem;left:30rem;display:block; }
#T8Q7tffSTSh4i4yr7MiFPdcu4LmOR6WD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container {  }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:21.125rem;width:21.125rem;top:5.5204467773438rem;left:8.7005977630612rem;overflow:hidden;display:block; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#8e6e53;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.9356689453125rem;left:35.186120986939rem;height:3.4121125rem;font-style:normal;display:block; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:#252525;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.4995422363281rem;left:35.184968948364rem;height:2.03125rem;font-style:normal;display:block; }
#IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { color:#252525;display:block;width:31.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:12.588470458984rem;left:35.182672500611rem;height:8.09765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { color:#f6f6f6;display:block;width:32.375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:22.0703125rem;left:35.185546875rem;height:8.92383125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGPN3wqKnVivWrbRBfCpzMyONNAfpiKk { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.5);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;height:10rem;width:33.5625rem;top:21.3828125rem;left:34.2451171875rem;display:block; }
#EmnDcSnMGA9wSkbiJbdkN8UwTdvMrpbl { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.5);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;height:8.75rem;width:33.5625rem;top:12.212890625rem;left:34.2451171875rem;display:block; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container {  }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:none; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { border-width: 0; border-radius: 0; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row > .video-iframe-container {  }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:none; }#XeOT9W42Z1adVhCPxIr3dnOysVsTf2Ks { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:17.875rem;width:29.25rem;top:2.59375rem;left:5.59375rem;display:block; }
#kzmLdqgsPeP5GHNg0GNIoiRh6TxKyJMr { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:17.875rem;width:29.25rem;top:2.59375rem;left:40.46875rem;display:block; }
#Ad3Kstzl1AU533QO7ClNn8rMmIsThgkN { color:#ffbf38;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.3125rem;left:7.9375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxZCi8ryABd75QzmhxPDg5MwkvfeFRJQ { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:4.3125rem;left:42.8125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rAS5DNlO9wDmaPtbXSGbXss5Po23gh6V { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:2.2;letter-spacing:0;top:7.8125rem;left:11rem;height:7.4238375rem;text-align:center;text-align-last:center;display:block; }
#GSQHVwb9EFo7kmzsTTlzITz12PoTi6el { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100023;line-height:2.2;letter-spacing:0;top:7.8125rem;left:45.875rem;height:7.4238375rem;text-align:center;text-align-last:center;display:block; }
#msTnKqECQyMOl5BhFQq9DHvNQcKBRHxv { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:14.9375rem;width:29.25rem;top:24.625rem;left:22.875rem;display:block; }
#x9PFnmAC0oJxeNibnwCrpHEiq3lT4mq4 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:26.6875rem;left:25.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fp78gQzT8dI0NiFAObfEnKf4dUG5ynaz { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:2.2;letter-spacing:0;top:29.3125rem;left:28.3125rem;height:4.949225rem;text-align:center;text-align-last:center;display:block; }
#g2toT92tRomyhMaHOUAxqT1WkXM1khay { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:15.90625rem;left:12.71875rem;display:block; }
#IuEcrete6sS2QgeEihKWZQT2rKxVndeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sff7kpJZOuKPRmoiPVxTHbG6TB3JTG80 { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:15.90625rem;left:48.4375rem;display:block; }
#CNWuu7iKbKXfR2SqpuuQkXMpgDXPZ6Qn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GFZwpr3QtrRgI04sM92NNhapdpzIp31g { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:34.75rem;left:30rem;display:block; }
#FDCWE1cTw4BF5LqNMqlEWD0LFqMS7gOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container {  }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:none; }#trwwwBzd8qBfn1wKiCBsQDcK9BSBxLpD { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:1.5625rem;left:17.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { background-color: transparent; background-image: none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container > .video-iframe-container { display: none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row > .video-iframe-container { display: none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .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); }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { border-width: 0; border-radius: 0; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row > .video-iframe-container {  }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { background-color: transparent; background-image: none; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container > .video-iframe-container { display: none; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row > .video-iframe-container { display: none; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .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); }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { border-width: 0; border-radius: 0; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row > .video-iframe-container {  }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#dXtRaHylltwvcAuM8TBN23sMsKaU0xiA { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fve4pTTf4BruF0SscTkneiVEccwWU6rC { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:4.2429685592651rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGcA5M4ioClSFs2Qh8tA1zN7uBhcRmvn { position:absolute;display:block;z-index:99999;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.3953113555908rem;left:2.0859375rem;display:block; }
#E7Le0edMdQF4MnnTMu5cfut4dedLugTu { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.875rem;left:31.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZH3RENReFTTv4WfD1MSiPSqR14XoTL8c { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:4rem;left:28.75rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6Q3bs0VJ6RSH0GlsPTmeihggyELq5T4 { position:absolute;display:block;z-index:100003;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:26.5625rem;display:block; }
#RZv4UCK76SAvCx8h51QBkmzRuoT8BJH1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:51.5625rem;display:block; }
#c3TKZs7ZCdsMueJAqtZvAPIuqTEkDI6b { color:#000000;display:block;width:17.5609375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:53.719530105591rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tluKymQx3wyhdgNT1oHat4J0rTDsdaMo { color:#263a80;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15.875rem;left:55.718748092651rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .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); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container {  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#000000;display:block;width:41.125rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#252525;display:block;width:18.1865rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.4052734375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#000000;padding-top:0.761875rem;padding-right:0.693125rem;padding-bottom:0.761875rem;padding-left:0.693125rem;display:block;align-items:center;width:4.1525rem;min-width:4.1525rem;height:4.09375rem;position:relative;font-family:"noto sans tc";font-size:3.046875rem;font-weight:700;line-height:65.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.535rem;height:1.618125rem;position:relative;font-family:"noto sans tc";font-size:1.143125rem;font-weight:400;line-height:25.89px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);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:26.125rem;height:7.711875rem;padding-top:0.95rem;padding-right:0.953125rem;padding-bottom:0.95rem;padding-left:0.953125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.068359375rem;left:23.484375rem;z-index:100015; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #qrRTwRuAFTzr88r2NEJ0tmSzidIusr89 { display:flex;position:relative;top:0rem;left:0rem; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #c1qa4gGC37pZibDX840THcM53dTGkubW { width:auto; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #ThuC3Ph8at3ZCVrfJEMSAf0UzQVtg0O5 {  }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #EpSTGLuF7sPX6Mzx7tQ6WJbU4au7fZom { display:flex;position:relative;top:0rem;left:0rem; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #scTsIcsuTHi4Fcdh4ZsBMmGF9Bb2EGBW {  }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #uyR9y7unNJmp9u877kK7azOZHAVM9B0w {  }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #Mp45UOTqp2t7F6CZVRb7nZC4G5yBGmJa { display:flex;position:relative;top:0rem;left:0rem; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #PKCPzhg8GFPJPXI0rKHeCG5KPQeDcFe9 {  }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #EuMw23g6qfIbCpozsmMsbX4UvwAvvIpi {  }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #R5vzKrySAZs1RUONK85TlDa8GGDEX9pq { display:flex;position:relative;top:0rem;left:0rem; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #ass1iI9CghtEG8yapTOHT5sTWyXUwWQz {  }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 #WRpTuvPZcIFoquBw23xep52JlqTiceeR {  }
#mmUNyPLcFUVih7M7qrGPLHyCrS53d16O { position:absolute;display:block;z-index:100005;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#SxX0G9Z2zBlcO1JlBaWo7AetmT5CVuWa { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:18.6787109375rem;left:19.84375rem;display:block; }
#mNIpl1JL2RzneGmP00fT3vxB043ndHcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aRl3IpUhN34CbxixJ10G6OqHTh6pwdMQ { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:18.6787109375rem;left:39.40625rem;display:block; }
#DfVRJU8FBNNz38a3weEZXtLZtcJ60z9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NgteKZ3nD2MyNG5ZQLFbCGTTTme8vypG { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:23.875rem;left:17.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { background-color: transparent; background-image: none; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container > .video-iframe-container { display: none; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row > .video-iframe-container { display: none; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .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); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { border-width: 0; border-radius: 0; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row > .video-iframe-container {  }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#VazU8qATv9dkJfJADbH54FLf7C1NCBNJ { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:6.18359375rem;left:3.5625rem;height:3.4375rem;font-style:normal;display:block; }
#tTWATq1pXHttNOXSETREXLw2uGLg6xh3 { color:#282828;display:block;width:30.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.998046875rem;left:3.5625rem;height:10.5rem;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:block; }
#BAHgRLuk6QPZOWBQIxp7e4s2r9DW6rRk { background-color:#efbc1e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:38.375rem;left:3.5625rem;display:block; }
#JQK4ABQMzZBhcCcxVZDZ84xKl7pTwQh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HWdNpcsyMlgTmBDU67Bpns5AAfPxAl46 { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:4.12109375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#hCKvulJHtpFFiiRb9FOuTaJcxvtzZafg { color:#282828;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:11.8740234375rem;left:4.8740234375rem;height:3.75rem;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:block; }
#cry2ZvSDUiI2zvGV4VCCfDXMJqLg9zMg { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.7109375rem;left:3.2490234375rem;height:5.4433625rem;display:block; }
#rlfJdxtBspJuXcldgKT2sS8RZVUiXlJw { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100021;line-height:2.2;letter-spacing:0;top:31.125rem;left:5.5625rem;height:4.6748rem;font-style:normal;display:block; }
#gb4V0zqzAt4bKc0pXGiG7uBpcmT8qRSg { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#kaGh9aQTxtgLK9zr9KwAWb8n0xqnRFVW { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:34rem;left:3.5625rem;overflow:hidden;display:block; }
#J8d6eU6Guz5eNWKozkI6nWfKiMs4Pu5g { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.0625rem;width:25rem;top:5.90234375rem;left:40.25rem;overflow:hidden;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;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 {  }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10.0625rem;top:2.1249923706055rem;left:13.71875rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9746125rem;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) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.5rem;left:31.19296836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:4.5625rem;height:3.4375rem;top:0.5rem;left:36.496095657349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:0.5rem;left:41.80624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1.3125rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:0.375rem;left:1rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:9.3125rem;left:0rem;width:35.9375rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:21.125rem;left:0rem;width:30.625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:15rem;height:3.1875rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:41.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:42.5rem;left:6.6875rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { top:10.0625rem;left:22.75rem;width:25rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.25rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { top:15rem;left:0rem;width:23.625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { top:13.875rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwU1F8fbTVRb2wiPxtkABTbopL5SHT7Z { top:6.6875rem;left:40.3125rem;width:7.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKFn1uoVk9abMacfHuMixVLMzUsIGlcP { top:11.5rem;left:43rem;width:4.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9DV2GfKuy8m4TTMdSEPyNLs5OiA11V3 { top:34.3125rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG1wufK5bBcFDtinIxeiAdlDnZy9uJtX { top:34.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ui1BkA3k3TnKRSOM04Msry9ATW3fCO { top:37.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:7.3125rem;left:14.78125rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmpFqVSLbAz8oR1TzElOGWmaOcAH4H1D { width:15rem;height:3.1875rem;top:19rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyzPVmbgxLMFP1TnJmXv78zD5psKHLmt { display:block; }
 }@media only screen and (max-width: 763px) { #yStCVSyNTaTAv06PKLUdN9OREhRFD6eQ { top:3rem;left:3.3125rem;width:41.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #gEQ4wP2EozUKmWTH0B3W66gscXpgRF9h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #IfUQVhWTAZPFKPiH9FsGfrgzZRtZoB3y {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #UoeaBZlSzrnVLAlCqAGuADsCiLlrRg3z {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #T5ZeuyBxMHON6dpVMzhMtaBtCUDZmQ93 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #TuK09OCeuf8gUuMTSBZQp4fI4HgvBisR {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #epWFqLb6Wyygp08X4mckVmWiSRCs5zeS {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #BZocaTbyJypXUBOiwczN3Qxme2MKSQp6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #elif5DA1t8K4v1X9uXJNo8bqb9GqDHcn {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #ARHkZcxFKco9bohsG2LTzLdkHGWMHlJM {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #FTOSTcJ7Tx9OAVThqKm413WZDfoH1Vk4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #v0bTiTmJK7lJXCkuMQcTxpX9JyXrLS6q {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #MRVx0orDUtGBernIC1HRDabaU8JvVz27 {  }
 }@media only screen and (max-width: 763px) { #LeVflwlaWNFQ5f8SgsdRf2EkBRymi8kW { top:23.625rem;left:3.8125rem;width:40.125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:2.75rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:6.4375rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.25rem;left:1.8059902191162rem;width:13.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:15.75rem;left:2.24609375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.3125rem;left:13.75rem;width:18rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:15.6875rem;left:16.154949188233rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.3125rem;left:31.75rem;width:15rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:15.6875rem;left:32.462242126465rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:18.75rem;left:0rem;width:18.1875rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:18.75rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:18.75rem;left:29.875rem;width:17.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.625rem;left:5.3708629608154rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:4.4375rem;left:20.530099868774rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.625rem;left:36.716796875rem;width:4.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.625rem;width:22rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { display:block; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTEMLR55TTBZOTTWz3d2Fa87hTnysPos { top:13.6875rem;left:22.5rem;width:25.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LCoTgcpzOdMd5l9HrElmBczhR7EncL { top:16.8125rem;left:23.875rem;width:23.25rem;height:5.5rem;font-size:0.9375rem;display:block; }#g6LCoTgcpzOdMd5l9HrElmBczhR7EncL li:before{  }
 }@media only screen and (max-width: 763px) { #p8TOuMtlvdWIiXgpWQJXhPpqOMrOE78r { top:5rem;left:23.875rem;width:14.3125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchnhR8B3XvBkNfDO2Mzzt7gk0SzgEMe { top:8.625rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0N2D4MBfhuNgglTfEv5HoT59WvTzoU { top:12.375rem;left:22.375rem;width:25.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvBfPN1WzpcieVKAwouyydAal2qS2H82 { top:1.75rem;left:5.875rem;width:18rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0dom0g64u660RIcmpu75NPr1o6Jnk4O { width:15rem;height:3.1875rem;top:0.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Q7tffSTSh4i4yr7MiFPdcu4LmOR6WD { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { top:5.5rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { top:4.875rem;left:21.560546875rem;width:22.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:8.4375rem;left:21.5595703125rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { top:12.5625rem;left:16.0625rem;width:31.6875rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { top:22.0625rem;left:15.375rem;width:32.375rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGPN3wqKnVivWrbRBfCpzMyONNAfpiKk { top:21.375rem;left:14.1875rem;width:33.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmnDcSnMGA9wSkbiJbdkN8UwTdvMrpbl { top:12.1875rem;left:14.1875rem;width:33.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeOT9W42Z1adVhCPxIr3dnOysVsTf2Ks { top:2.5625rem;left:0rem;width:29.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzmLdqgsPeP5GHNg0GNIoiRh6TxKyJMr { top:2.5625rem;left:18.5rem;width:29.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad3Kstzl1AU533QO7ClNn8rMmIsThgkN { top:4.3125rem;left:0rem;width:24.5625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZCi8ryABd75QzmhxPDg5MwkvfeFRJQ { top:4.3125rem;left:23.1875rem;width:24.5625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAS5DNlO9wDmaPtbXSGbXss5Po23gh6V { top:7.8125rem;left:0rem;width:18.4375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSQHVwb9EFo7kmzsTTlzITz12PoTi6el { top:7.8125rem;left:29.3125rem;width:18.4375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTnKqECQyMOl5BhFQq9DHvNQcKBRHxv { top:24.625rem;left:9.25rem;width:29.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9PFnmAC0oJxeNibnwCrpHEiq3lT4mq4 { top:26.6875rem;left:11.625rem;width:24.5625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp78gQzT8dI0NiFAObfEnKf4dUG5ynaz { top:29.3125rem;left:14.6875rem;width:18.4375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2toT92tRomyhMaHOUAxqT1WkXM1khay { width:15rem;height:3.1875rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuEcrete6sS2QgeEihKWZQT2rKxVndeS { display:block; }
 }@media only screen and (max-width: 763px) { #sff7kpJZOuKPRmoiPVxTHbG6TB3JTG80 { width:15rem;height:3.1875rem;top:15.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNWuu7iKbKXfR2SqpuuQkXMpgDXPZ6Qn { display:block; }
 }@media only screen and (max-width: 763px) { #GFZwpr3QtrRgI04sM92NNhapdpzIp31g { width:15rem;height:3.1875rem;top:34.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDCWE1cTw4BF5LqNMqlEWD0LFqMS7gOx { display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trwwwBzd8qBfn1wKiCBsQDcK9BSBxLpD { top:1.5625rem;left:3.8125rem;width:40.125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:block; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy { display:block; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXtRaHylltwvcAuM8TBN23sMsKaU0xiA { top:15.875rem;left:1.6875rem;width:12.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fve4pTTf4BruF0SscTkneiVEccwWU6rC { top:4.25rem;left:0rem;width:17.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcA5M4ioClSFs2Qh8tA1zN7uBhcRmvn { top:1.375rem;left:0rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Le0edMdQF4MnnTMu5cfut4dedLugTu { top:15.875rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH3RENReFTTv4WfD1MSiPSqR14XoTL8c { top:4rem;left:14.25rem;width:17.5rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Q3bs0VJ6RSH0GlsPTmeihggyELq5T4 { top:1.375rem;left:9.875rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZv4UCK76SAvCx8h51QBkmzRuoT8BJH1 { top:1.375rem;left:25.75rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TKZs7ZCdsMueJAqtZvAPIuqTEkDI6b { top:4.25rem;left:30.125rem;width:17.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluKymQx3wyhdgNT1oHat4J0rTDsdaMo { top:15.875rem;left:32.90625rem;width:13.5625rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:2.125rem;left:3.3125rem;width:41.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.6875rem;left:14.7802734375rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #qrRTwRuAFTzr88r2NEJ0tmSzidIusr89 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #c1qa4gGC37pZibDX840THcM53dTGkubW {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #ThuC3Ph8at3ZCVrfJEMSAf0UzQVtg0O5 {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #EpSTGLuF7sPX6Mzx7tQ6WJbU4au7fZom { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #scTsIcsuTHi4Fcdh4ZsBMmGF9Bb2EGBW {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #uyR9y7unNJmp9u877kK7azOZHAVM9B0w {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #Mp45UOTqp2t7F6CZVRb7nZC4G5yBGmJa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #PKCPzhg8GFPJPXI0rKHeCG5KPQeDcFe9 {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #EuMw23g6qfIbCpozsmMsbX4UvwAvvIpi {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #R5vzKrySAZs1RUONK85TlDa8GGDEX9pq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #ass1iI9CghtEG8yapTOHT5sTWyXUwWQz {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #WRpTuvPZcIFoquBw23xep52JlqTiceeR {  }
 }@media only screen and (max-width: 763px) { #mmUNyPLcFUVih7M7qrGPLHyCrS53d16O { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxX0G9Z2zBlcO1JlBaWo7AetmT5CVuWa { width:15rem;height:3.1875rem;top:18.625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNIpl1JL2RzneGmP00fT3vxB043ndHcJ { display:block; }
 }@media only screen and (max-width: 763px) { #aRl3IpUhN34CbxixJ10G6OqHTh6pwdMQ { width:15rem;height:3.1875rem;top:18.625rem;left:25.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfVRJU8FBNNz38a3weEZXtLZtcJ60z9Z { display:block; }
 }@media only screen and (max-width: 763px) { #NgteKZ3nD2MyNG5ZQLFbCGTTTme8vypG { top:23.875rem;left:3.8125rem;width:40.125rem;height:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ { display:block; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VazU8qATv9dkJfJADbH54FLf7C1NCBNJ { top:6.125rem;left:0rem;width:35.9375rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWATq1pXHttNOXSETREXLw2uGLg6xh3 { top:17.9375rem;left:0rem;width:30.625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHgRLuk6QPZOWBQIxp7e4s2r9DW6rRk { width:15rem;height:3.1875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQK4ABQMzZBhcCcxVZDZ84xKl7pTwQh9 { display:block; }
 }@media only screen and (max-width: 763px) { #HWdNpcsyMlgTmBDU67Bpns5AAfPxAl46 { top:4.0625rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCKvulJHtpFFiiRb9FOuTaJcxvtzZafg { top:11.8125rem;left:0rem;width:23.625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cry2ZvSDUiI2zvGV4VCCfDXMJqLg9zMg { top:10.6875rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfJdxtBspJuXcldgKT2sS8RZVUiXlJw { top:31.125rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb4V0zqzAt4bKc0pXGiG7uBpcmT8qRSg { top:31.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGh9aQTxtgLK9zr9KwAWb8n0xqnRFVW { top:34rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8d6eU6Guz5eNWKozkI6nWfKiMs4Pu5g { top:5.875rem;left:22.75rem;width:25rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:2.0625rem;left:6.90625rem;width:10.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124025rem;height:1.686525rem;top:0.875rem;left:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:6.25rem;height:1.25rem;top:1.0091146230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:3rem;height:3rem;top:0.3955078125rem;left:6.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container {  }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:2.1308625rem;top:7.3515625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6875rem;height:13.125rem;top:30.875rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12.5rem;height:2.6875rem;top:52.4375rem;left:3.75rem;font-size:1rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:2.3125rem;top:58.4375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:56.625rem;left:8.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { width:11.25rem;height:14.375rem;top:10.58203125rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.40625rem;top:5.6787109375rem;left:0.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { width:17.75rem;height:3.375rem;top:26.08203125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwU1F8fbTVRb2wiPxtkABTbopL5SHT7Z { width:4.1875rem;height:2.25rem;top:19.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKFn1uoVk9abMacfHuMixVLMzUsIGlcP { width:4.4375rem;height:2.25rem;top:13.45703125rem;left:0rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #h9DV2GfKuy8m4TTMdSEPyNLs5OiA11V3 { width:17.8125rem;height:4.0244125rem;top:46.3125rem;left:2.0625rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hG1wufK5bBcFDtinIxeiAdlDnZy9uJtX { width:1.3125rem;height:1.3125rem;top:46.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ui1BkA3k3TnKRSOM04Msry9ATW3fCO { width:1.1875rem;height:1.1875rem;top:48.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:rgba(255,191,56,0.2);background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .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); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.4624rem;top:7.32421875rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:20rem;height:22.3125rem;top:2.125rem;left:0rem;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BmpFqVSLbAz8oR1TzElOGWmaOcAH4H1D { width:12.5rem;height:2.6875rem;top:15.65625rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eyzPVmbgxLMFP1TnJmXv78zD5psKHLmt { display:block; }
 }@media only screen and (max-width: 763px) { #yStCVSyNTaTAv06PKLUdN9OREhRFD6eQ { width:20rem;height:1.94970625rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .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; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.440625rem;padding-bottom:0.48125rem;padding-left:0.440625rem;width:2.646875rem;min-width:2.646875rem;height:2.5875rem;font-size:1.92625rem;line-height:41.4px;top:0rem;left:0rem;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:#ffffff;background-image:none; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.300625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.528125rem;height:1.021875rem;font-size:0.7225rem;line-height:16.35px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 { display:flex;width:18.125rem;height:4.8725rem;top:10.125rem;left:0.875rem;padding-top:0.060625rem;padding-right:0.0625rem;padding-bottom:0.060625rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #gEQ4wP2EozUKmWTH0B3W66gscXpgRF9h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #IfUQVhWTAZPFKPiH9FsGfrgzZRtZoB3y {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #UoeaBZlSzrnVLAlCqAGuADsCiLlrRg3z {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #T5ZeuyBxMHON6dpVMzhMtaBtCUDZmQ93 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #TuK09OCeuf8gUuMTSBZQp4fI4HgvBisR {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #epWFqLb6Wyygp08X4mckVmWiSRCs5zeS {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #BZocaTbyJypXUBOiwczN3Qxme2MKSQp6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #elif5DA1t8K4v1X9uXJNo8bqb9GqDHcn {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #ARHkZcxFKco9bohsG2LTzLdkHGWMHlJM {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #FTOSTcJ7Tx9OAVThqKm413WZDfoH1Vk4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #v0bTiTmJK7lJXCkuMQcTxpX9JyXrLS6q {  }
 }@media only screen and (max-width: 763px) { #mf3qgx61FNAUmPUZRLH2ue2metOvCGm1 #MRVx0orDUtGBernIC1HRDabaU8JvVz27 {  }
 }@media only screen and (max-width: 763px) { #LeVflwlaWNFQ5f8SgsdRf2EkBRymi8kW { width:15.4375rem;height:3.375rem;top:19.9375rem;left:2.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:1.92480625rem;top:2.2291641235351rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.54345625rem;top:4.7708358764649rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:14.0625rem;height:1.94970625rem;top:10.61213684082rem;left:2.967600941658rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:12.5rem;height:1.29980625rem;top:13.0078125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:16.9375rem;height:1.94970625rem;top:34.73046875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:14.875rem;height:1.29980625rem;top:37.0703125rem;left:2.6865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.6875rem;height:1.94970625rem;top:59.87890625rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:14.1875rem;height:1.29980625rem;top:62.1904296875rem;left:2.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.25rem;height:4.875rem;top:15.999542236328rem;left:1.7810202836991rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:15.5rem;height:4.875rem;top:40.38671875rem;left:2.2177734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:16.25rem;height:4.875rem;top:65.26171875rem;left:1.9677734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:3.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:27.119140625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:4.6875rem;height:6.25rem;top:52.333984375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:21.625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:23.625rem;top:24.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:23.625rem;top:49.888671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { display:block; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTEMLR55TTBZOTTWz3d2Fa87hTnysPos { width:20rem;height:1.86865rem;top:21.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6LCoTgcpzOdMd5l9HrElmBczhR7EncL { width:16.625rem;height:5.171875rem;top:23.8125rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#g6LCoTgcpzOdMd5l9HrElmBczhR7EncL li:before{  }
 }@media only screen and (max-width: 763px) { #p8TOuMtlvdWIiXgpWQJXhPpqOMrOE78r { width:20rem;height:2.19970625rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tchnhR8B3XvBkNfDO2Mzzt7gk0SzgEMe { width:20rem;height:1.625rem;top:5.0416564941406rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ey0N2D4MBfhuNgglTfEv5HoT59WvTzoU { width:18.9375rem;height:10.125rem;top:32.403904724121rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvBfPN1WzpcieVKAwouyydAal2qS2H82 { width:10.625rem;height:13.6875rem;top:6.9375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0dom0g64u660RIcmpu75NPr1o6Jnk4O { width:12.5rem;height:2.6875rem;top:0.91796875rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T8Q7tffSTSh4i4yr7MiFPdcu4LmOR6WD { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { width:9.0625rem;height:9.0625rem;top:2.55859375rem;left:5.4055606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2749rem;top:12.624084472656rem;left:0.56181073188782rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { width:18.875rem;height:1.29980625rem;top:14.874771118164rem;left:0.56181073188782rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { width:20rem;height:6.296875rem;top:18.302154541016rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { width:18.25rem;height:11.1953125rem;top:26.796875rem;left:0.8743106126785rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qGPN3wqKnVivWrbRBfCpzMyONNAfpiKk { width:20rem;height:11.625rem;top:26.546875rem;left:0rem;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EmnDcSnMGA9wSkbiJbdkN8UwTdvMrpbl { width:20rem;height:8.75rem;top:17.0517578125rem;left:0rem;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19970625rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XeOT9W42Z1adVhCPxIr3dnOysVsTf2Ks { width:20rem;height:17.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzmLdqgsPeP5GHNg0GNIoiRh6TxKyJMr { width:20rem;height:16.6875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad3Kstzl1AU533QO7ClNn8rMmIsThgkN { width:20rem;height:1.86865rem;top:2.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZCi8ryABd75QzmhxPDg5MwkvfeFRJQ { width:20rem;height:1.86865rem;top:20.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAS5DNlO9wDmaPtbXSGbXss5Po23gh6V { width:18.4375rem;height:6.59911875rem;top:5.45703125rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSQHVwb9EFo7kmzsTTlzITz12PoTi6el { width:18.4375rem;height:6.59911875rem;top:23.4375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msTnKqECQyMOl5BhFQq9DHvNQcKBRHxv { width:20rem;height:14.875rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9PFnmAC0oJxeNibnwCrpHEiq3lT4mq4 { width:20rem;height:1.86865rem;top:38.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp78gQzT8dI0NiFAObfEnKf4dUG5ynaz { width:18.4375rem;height:4.3994125rem;top:41.6875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2toT92tRomyhMaHOUAxqT1WkXM1khay { width:12.5rem;height:2.6875rem;top:13.20703125rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IuEcrete6sS2QgeEihKWZQT2rKxVndeS { display:block; }
 }@media only screen and (max-width: 763px) { #sff7kpJZOuKPRmoiPVxTHbG6TB3JTG80 { width:12.5rem;height:2.6875rem;top:30.9375rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CNWuu7iKbKXfR2SqpuuQkXMpgDXPZ6Qn { display:block; }
 }@media only screen and (max-width: 763px) { #GFZwpr3QtrRgI04sM92NNhapdpzIp31g { width:12.5rem;height:2.6875rem;top:47.1875rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FDCWE1cTw4BF5LqNMqlEWD0LFqMS7gOx { display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #trwwwBzd8qBfn1wKiCBsQDcK9BSBxLpD { width:16.375rem;height:3.375rem;top:0.875rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:block; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { width:20rem;height:2.19970625rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { width:20rem;height:1.3808625rem;top:4.6666667461395rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy { display:block; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXtRaHylltwvcAuM8TBN23sMsKaU0xiA { width:12.5rem;height:3.574225rem;top:10.605476379394rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fve4pTTf4BruF0SscTkneiVEccwWU6rC { width:17.5rem;height:4.19824375rem;top:3.87890625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcA5M4ioClSFs2Qh8tA1zN7uBhcRmvn { width:19.375rem;height:13.875rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Le0edMdQF4MnnTMu5cfut4dedLugTu { width:12.5rem;height:3.574225rem;top:26.812512159347rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH3RENReFTTv4WfD1MSiPSqR14XoTL8c { width:17.5rem;height:5.59765625rem;top:18.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Q3bs0VJ6RSH0GlsPTmeihggyELq5T4 { width:19.375rem;height:14.75rem;top:16.249219894409rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZv4UCK76SAvCx8h51QBkmzRuoT8BJH1 { width:19.375rem;height:14.375rem;top:32.592956542969rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TKZs7ZCdsMueJAqtZvAPIuqTEkDI6b { width:17.5rem;height:4.19824375rem;top:35.274749755859rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluKymQx3wyhdgNT1oHat4J0rTDsdaMo { width:13.5625rem;height:3.574225rem;top:42.187511920929rem;left:3.2187501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:1.94970625rem;top:4.4990234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.4624rem;top:7.2607421875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 .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; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.440625rem;padding-bottom:0.48125rem;padding-left:0.440625rem;width:2.646875rem;min-width:2.646875rem;height:2.5875rem;font-size:1.92625rem;line-height:41.4px;top:0rem;left:0rem;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:#ffffff;background-image:none; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.300625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.528125rem;height:1.021875rem;font-size:0.7225rem;line-height:16.35px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nqfASdhDhT277o6kZh89yITM2Rsi1k12 { display:flex;width:18.125rem;height:4.8725rem;top:10.126953125rem;left:0.875rem;padding-top:0.060625rem;padding-right:0.0625rem;padding-bottom:0.060625rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #qrRTwRuAFTzr88r2NEJ0tmSzidIusr89 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #c1qa4gGC37pZibDX840THcM53dTGkubW {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #ThuC3Ph8at3ZCVrfJEMSAf0UzQVtg0O5 {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #EpSTGLuF7sPX6Mzx7tQ6WJbU4au7fZom { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #scTsIcsuTHi4Fcdh4ZsBMmGF9Bb2EGBW {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #uyR9y7unNJmp9u877kK7azOZHAVM9B0w {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #Mp45UOTqp2t7F6CZVRb7nZC4G5yBGmJa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #PKCPzhg8GFPJPXI0rKHeCG5KPQeDcFe9 {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #EuMw23g6qfIbCpozsmMsbX4UvwAvvIpi {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #R5vzKrySAZs1RUONK85TlDa8GGDEX9pq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #ass1iI9CghtEG8yapTOHT5sTWyXUwWQz {  }
 }@media only screen and (max-width: 763px) { #nqfASdhDhT277o6kZh89yITM2Rsi1k12 #WRpTuvPZcIFoquBw23xep52JlqTiceeR {  }
 }@media only screen and (max-width: 763px) { #mmUNyPLcFUVih7M7qrGPLHyCrS53d16O { width:20rem;height:29.9375rem;top:2.5rem;left:0rem;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SxX0G9Z2zBlcO1JlBaWo7AetmT5CVuWa { width:12.5rem;height:2.6875rem;top:16.9375rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mNIpl1JL2RzneGmP00fT3vxB043ndHcJ { display:block; }
 }@media only screen and (max-width: 763px) { #aRl3IpUhN34CbxixJ10G6OqHTh6pwdMQ { width:12.5rem;height:2.6875rem;top:21.5625rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DfVRJU8FBNNz38a3weEZXtLZtcJ60z9Z { display:block; }
 }@media only screen and (max-width: 763px) { #NgteKZ3nD2MyNG5ZQLFbCGTTTme8vypG { width:15.4375rem;height:3.375rem;top:27.3125rem;left:2.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { background-color: transparent; background-image: none; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container > .video-iframe-container { display: none; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row > .video-iframe-container { display: none; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .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); }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { border-width: 0; border-radius: 0; }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row > .video-iframe-container {  }#uZcftcR0vTWUzHWPHwd8zUTbzq744vvQ > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VazU8qATv9dkJfJADbH54FLf7C1NCBNJ { width:20rem;height:2.1308625rem;top:4.6875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTWATq1pXHttNOXSETREXLw2uGLg6xh3 { width:18.6875rem;height:13.125rem;top:27.9375rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAHgRLuk6QPZOWBQIxp7e4s2r9DW6rRk { width:12.5rem;height:2.6875rem;top:50.15625rem;left:3.75rem;font-size:1rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JQK4ABQMzZBhcCcxVZDZ84xKl7pTwQh9 { display:block; }
 }@media only screen and (max-width: 763px) { #HWdNpcsyMlgTmBDU67Bpns5AAfPxAl46 { width:19.6875rem;height:1.40625rem;top:3.0625rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCKvulJHtpFFiiRb9FOuTaJcxvtzZafg { width:17.75rem;height:3.375rem;top:22.89453125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cry2ZvSDUiI2zvGV4VCCfDXMJqLg9zMg { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlfJdxtBspJuXcldgKT2sS8RZVUiXlJw { width:17.8125rem;height:4.0244125rem;top:43.6875rem;left:2.125rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gb4V0zqzAt4bKc0pXGiG7uBpcmT8qRSg { width:1.3125rem;height:1.3125rem;top:44.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGh9aQTxtgLK9zr9KwAWb8n0xqnRFVW { width:1.1875rem;height:1.1875rem;top:46.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8d6eU6Guz5eNWKozkI6nWfKiMs4Pu5g { width:11.25rem;height:14.4375rem;top:7.45703125rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:7.3125rem;height:1.5rem;top:1.4970092773438rem;left:6.3108912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761725rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }