.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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.5625rem;left:49.9375rem;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.5625rem;left:55.25rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { 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:#ff8100;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.248046875rem;left:3.75rem;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:1.9375rem;width:7rem;top:1.306640625rem;left:14.875rem;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:52.625rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:2.75rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:9.62109375rem;left:3.75rem;height:6.0498rem;font-style:normal;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:28.5625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:24.25rem;left:3.75rem;height:12rem;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; }
#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:38.75rem;left:21.8125rem;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:39.75rem;left:19.0625rem;height:1.29980625rem;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:18.1865234375rem;left:4.8740234375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#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:17.0234375rem;left:3.2490234375rem;height:0;display:none; }
#KoRMHiSfX6U0wAa6mo1rSSU8J4W56ZXW { color:#282828;display:block;width:25.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:17.875rem;left:5.125rem;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; }
#tMFsmzMUdCnwlsfNSo3edzByFGH7cMvE { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.75rem;height:5.4433625rem;display:block; }
#B14dzQsr4C6wkXBJNHlS1kE3rMBOBIiP { position:absolute;display:block;z-index:100017;height:4.6875rem;width:8.4375rem;top:8.125rem;left:53.98828125rem;display:block; }
#e4eHTLQHf3t5PUfD4DzMNTugtoX7bS8g { position:absolute;display:block;z-index:100018;height:2.31055rem;width:4.24805rem;top:8.12109375rem;left:46.8330078125rem;display:block; }
#WnZLTSWkDxDI2o2KKgmp7PV5hoHcT2Tx { background-color:#ff8100;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.125rem 0.125rem 0.375rem rgba(0,0,0,0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:38.75rem;left:3.75rem;display:block; }
#o37nO0eoS2UUgNd70Ptt9EXZ8XTdr3h0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BrQNAOykEsB7XQ2EJlJEF0Nu2LkVUPXT { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:44.3125rem;left:3.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGiv7G79OLFS5laCKwTZAXfmWONJv8SE { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:7.52734375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#hTPPBaJt1iIUMnLStByDWn1uwZ2T7TzF { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.1875rem;width:30.8745rem;top:9.62109375rem;left:39.6875rem;overflow:hidden;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .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); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container {  }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { 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.5rem;width:49.125rem;top:0.8125rem;left:12.90625rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:43.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.265625rem;left:15.78125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;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/2vDkJe7f/web_banner_square.png");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(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 { 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:26.3125rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.184875rem;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:2.62109375rem;left:28.403648376465rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.7682304382325rem;left:8.5286464691163rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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; }
#ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { color:#000000;display:block;width:48.875rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:18.1875rem;left:13.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgT5x8KoxsvgEWhwL5EJBJ8RN2uT3rTk { background-color:#ff8100;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.125rem 0.125rem 0.375rem rgba(0,0,0,0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:13.5625rem;left:30.4375rem;display:block; }
#PcZ9eOF8F6T9lldpuSVCJau2hxDNxv5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .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; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .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.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;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; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 { 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:#ffffff;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:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;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:4.08203125rem;left:23.65625rem;z-index:100012; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #FXBvk0E1Ok6a9kbGpWNm4ThPpVQnwAuT { display:flex;position:relative;top:0rem;left:0rem; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #k9r2TWMZ0a6rzCO2WFdnbcM9RHecxJrU { width:auto; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Tstm75RWyrNb5LIyTDFIT24CF96qQI9b {  }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #iecJa8fLs27BC8hQX3l6RtJGrWMBa0BB { display:flex;position:relative;top:0rem;left:0rem; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #gf4im4Cy3Ih95OWWKTN5iMmT1AZSv8H7 {  }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #MeCWOC9nk6CF4i2DZfpTQwDzV63W7QBc {  }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #pBRMBOvkxMlkZ3ZnofI9CbOHmJee84QI { display:flex;position:relative;top:0rem;left:0rem; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #v5qXzsfdS6KsMSSWJCyBeG7kzLaTW98J {  }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Zk0C3obJOCVeZm4zmxX2UoHDqbuObxry {  }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #yzsxSA1zJBq3p0XHuGqXclquzHLExI6e { display:flex;position:relative;top:0rem;left:0rem; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #ZLCTrZS3TvzIeqmgcre77lsLz2wDs55K {  }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Ga4TsCw7kFSWeKWW90BzO5iuvX1VxLlR {  }
#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.8736875rem;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.9140653610229rem;left:2.43359375rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.3736875rem;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.9375038146975rem;left:2.43359375rem;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:29.5625rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#8e6e53;display:block;width:14.125rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.337890625rem;left:5.7451171875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16rem;left:1.875rem;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.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.306640625rem;left:28.5rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16rem;left:26.625rem;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.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.306640625rem;left:54.3701171875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16rem;left:51.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:16.6875rem;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.687500953674rem;left:4.7109375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:16.875rem;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.687500953674rem;left:29.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:16.5625rem;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.6875rem;left:54.21875rem;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:7.3125rem;width:5.8125rem;top:4.4541015625rem;left:9.875rem;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:7.25rem;width:7.25rem;top:4.4853515625rem;left:58.4375rem;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:23.75rem;width:21.875rem;top:1.39453125rem;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:23.75rem;width:21.9375rem;top:1.39453125rem;left:26.52734375rem;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:23.75rem;width:21.8125rem;top:1.3958320617676rem;left:50.90104675293rem;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:2.712890625rem;left:32.4375rem;overflow:hidden;display:block; }
#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K { position:relative;display:block; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K { background-color: transparent; background-image: none; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row .container > .video-iframe-container { display: none; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row > .video-iframe-container { display: none; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .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); }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K { border-width: 0; border-radius: 0; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row .container > .video-iframe-container {  }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .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:31.75rem;width:75rem;position:relative;display:block; }#W6CkuQ2O8mPuOkrQ0LTDqqUNxC38Cdw8 { 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; }
#R9diqTUwcKUgvqfw4fTIIVex5BKJMn4w { 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; }
#XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:17.4375rem;left:41.875rem;height:7.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL li:before{  }
#DR5otD35ZRsrWZ8BraKVyBL6n7RgIXHF { 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.0625rem 0.6875rem rgba(86,86,86,0.42) ;height:13.8125rem;width:31.1875rem;top:12.75rem;left:40.4375rem;display:block; }
#rHymtFXZQFPSrXrbyEHm16rybTycIMcy { color:#8e6e53;display:block;width:23.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.09423828125rem;left:41.529296875rem;height:4.875rem;display:block; }
#dhTnvfGkOgOGa9l2AeuS2rVApan5eQSA { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.062rem;width:19.937125rem;top:2.0928955078125rem;left:10.811157226562rem;overflow:hidden;display:block; }
#LcauRXABa2vuqxM62QqGCS58RG7mHTNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr.adaptive-delivery-prevent-bg, #LcauRXABa2vuqxM62QqGCS58RG7mHTNr.lazyload, #LcauRXABa2vuqxM62QqGCS58RG7mHTNr.lazyloading { background-image: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { background-color: transparent; background-image: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.75); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container > .video-iframe-container { display: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.75); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row > .video-iframe-container { display: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .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); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { border-width: 0; border-radius: 0; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row > .video-iframe-container {  }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#zDgDVQuU4hq3NKOi2AVnG7J3HN1c8f9t { 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.9375rem;width:21.9375rem;top:3.9375rem;left:5.625rem;overflow:hidden;display:block; }
#kFqPswZDCdH2U8JbCrAMIuAIb3HHdd2I { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.0625rem;height:3.4121125rem;font-style:normal;display:block; }
#Qa61eravGOL9FsZBvqdcEA76rybaospO { color:#ffffff;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:6.875rem;left:32.0625rem;height:2.03125rem;font-style:normal;display:block; }
#oBV4nPts9ClWnmMEISIm4Hs3h5IIzsSd { color:#ffffff;display:block;width:66.99875rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:28.187500953674rem;left:4rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AW8HmGiTBtlppo4pxI2pUADTiOlm3dut { color:#000000;display:block;width:24.4361875rem;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:10.937500953674rem;left:32.0625rem;height:8.09765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TB4bg0AhWKa8qwL7TnXu8FtH4HV5LrIO { color:#000000;display:block;width:37.25rem;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:20.750000953674rem;left:32.0625rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q7baezUTrpSafDrMk00kZX19giLtha14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row .container { border-width: 0; border-radius: 0; }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row > .video-iframe-container {  }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#a9LDacVLT9MDqwOshIofUKztQE5bAdOW { 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; }
#ED4y6lF6mUK8fnTKOrG9WuNaBaOeJCVP { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZkehKMS3WFXGFle8saiez2yMrq3Pefw { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:6.34375rem;left:16.1875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row .container { border-width: 0; border-radius: 0; }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row > .video-iframe-container {  }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:none; }#WQNBxkTILvic4KOIoQlQg4v1Osln9s5J { background-color:#ff8100;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.125rem 0.125rem 0.375rem rgba(0,0,0,0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8740234375rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:14.53125rem;left:30.3408203125rem;display:block; }
#cgThUnhkBTuFRCphrMpQsDNGnV7onpoJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qeR0Nc5ATiPByQFausFTbwtdZJHlwfdT { position:absolute;display:block;z-index:100012;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:12rem;width:29.25rem;top:1.373046875rem;left:22.6533203125rem;display:block; }
#FMMFArQXTnvV4SgnRZzsrlIemgMBz4TO { color:#000000;display:block;width:17.6240234375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100014;line-height:2.2;letter-spacing:0;top:4.373046875rem;left:28.4658203125rem;height:6.0498rem;text-align:center;text-align-last:center;display:block; }
#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container { background-color: transparent; background-image: none; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container > .video-iframe-container { display: none; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row > .video-iframe-container { display: none; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .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); }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container { border-width: 0; border-radius: 0; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row > .video-iframe-container {  }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#bSD0LAVC9mvMl8GcOfDWvqSspgQyl4R1 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.7802734375rem;left:-0.001220703125rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#SP1SA5gzRoetf2o0pf6ThidMD710HCF2 { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container { background-color: transparent; background-image: none; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container > .video-iframe-container { display: none; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row > .video-iframe-container { display: none; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .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); }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container { border-width: 0; border-radius: 0; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row > .video-iframe-container {  }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#ikJuh23Hp7QfhNEId22XvARUyFyrXPmJ { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.875rem;width:18.625rem;top:3.936767578125rem;left:2.8125rem;display:block; }
#dKL7sPP8TNtPANoTr5IBzOpLEnRMpSZu { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKJctV3JIgU9xLaVO9dOUF6UArOEPcBn { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:20.4345703125rem;left:2.562255859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aJPCKwOuydDJbbxqWJiT5ei3ikRNQ7K4 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100045;line-height:1.3;letter-spacing:0;top:18.24951171875rem;left:2.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2y2S6B6Pxg4f96faRDIDisDWC5A13t4 { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100046;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:4.434814453125rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTFQ3Ky7A3iMUhtlCULrU6V5irbXpMzq { position:absolute;display:block;z-index:100055;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:9.0625rem;width:9.0625rem;top:5.762939453125rem;left:7.562255859375rem;overflow:hidden;display:block; }
#QFx5D1SD5uQQv64hqaR50JHoo97g74P1 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.87425rem;width:18.62425rem;top:3.8427734375rem;left:28.154296875rem;display:block; }
#mfWSNpfX5kMkiWgIu6e4HOUBt731cEFW { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.8730625rem;width:18.6230625rem;top:3.843994140625rem;left:53.187255859375rem;display:block; }
#Zga8mPTmtDzK6KFZ5xZ3DKVRSMX5XNG0 { position:absolute;display:block;z-index:100056;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:9.0625rem;width:9.0625rem;top:5.732421875rem;left:32.93701171875rem;overflow:hidden;display:block; }
#vtr6I5UakcM1ef9DqemUlaRIwieWgomk { position:absolute;display:block;z-index:100057;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:9.0625rem;width:9.0625rem;top:5.765380859375rem;left:57.93701171875rem;overflow:hidden;display:block; }
#hpcaA4hVIQwa1gZxRzSMaGRBf935qrvW { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTQoWagDMaJe9hlop7shDud7AM0hXnnq { color:#000000;display:block;width:18.62425rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;top:18.155517578125rem;left:28.155517578125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acgXLWEAZ5uMMkpeVQ0gmCCqswyeTxv2 { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Lq9kFh5p8MP2gHllRbG0JiKTQbHqJA3v { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100050;line-height:1.6;letter-spacing:0;top:23.265380859375rem;left:29.81201171875rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cefGokiFsAp0PT9DcXOLNdJ3muTToG3m { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9OtLHEQBoAXr2ZlTRKAPEpcR6a7f4Tl { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:18.25rem;left:53.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtCiHUUkVxfATTCV2Mv8zPpUpUK13s1k { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XWKurFzXnwv4UZSeZDqkJrPaFm8txMhZ { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100054;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:54.81201171875rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;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/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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(59,80,148,0.73); }#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(59,80,148,0.73); }#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:32.5625rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.373046875rem;left:0.3125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#ffffff;display:block;width:18.187040328979rem;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:8.5625rem;left:28.3740234375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { color:#ffffff;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:26.1875rem;left:17.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVwbWTIO0oiqqKK9mFn3kpCAsFsiegS2 { background-color:#ff8100;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.125rem 0.125rem 0.375rem rgba(0,0,0,0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:21.0625rem;left:30.5625rem;display:block; }
#X9OnSxh6DNaR2aQRosNVrJdnQEtTzTKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .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; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.7875rem;padding-right:0.7075rem;padding-bottom:0.7875rem;padding-left:0.7075rem;display:block;align-items:center;width:4.246875rem;min-width:4.246875rem;height:4.230625rem;position:relative;font-family:"open sans";font-size:3.150625rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.6625rem;height:1.671875rem;position:relative;font-family:"open sans";font-size:1.180625rem;font-weight:400;line-height:26.75px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.625rem;height:7.969375rem;padding-top:0.985rem;padding-right:1.01125rem;padding-bottom:0.985rem;padding-left:1.01125rem;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:10.216796875rem;left:23.1748046875rem;z-index:100022; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #Jy4h61bnAQi5T7q3l5QuXaJ6zu9r8xz6 { display:flex;position:relative;top:0rem;left:0rem; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #OO2PTFh02rw6Tc1ZQB8WQlpWeruFLtk6 { width:auto; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #GGp1fyTOVpRreyH3Q3miuxPXdko1eRCi {  }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #u1oKgwDth4vho8WUWvdzhrzp7skJG8G1 { display:flex;position:relative;top:0rem;left:0rem; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #IIz8hmS4iNW3U7UEkaF0VJilB2e8ZTcn {  }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #s7CUxTCR1UEzIuVUdzWJ7J3KHbbZKD6v {  }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #d6hwN6HZpKcrioJsJgPO4shu8RMATRxW { display:flex;position:relative;top:0rem;left:0rem; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #HzAAOR3LbO3MB3KECJGgXU9whixu20r4 {  }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #GBCZAHW5koKXK1MIrRAOPXqetpOeR9Hx {  }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #rLTdGTnTtwhvvE6AEGZZR1LSvcvgqCeV { display:flex;position:relative;top:0rem;left:0rem; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #ucnSl5k5lmOIcf8HKDC1BJCqRcoTmIOL {  }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #PlfAIeMayeg2936cmPsWgKcHMeX0KfWi {  }
#dTUmAM61COyhDXb53uFZ89ssrnMePXgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container { background-color: transparent; background-image: none; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container > .video-iframe-container { display: none; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row > .video-iframe-container { display: none; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .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); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container { border-width: 0; border-radius: 0; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row > .video-iframe-container {  }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#hHUzclGtrGgXPk9TMHFCID7flB3K8cJQ { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:2.75rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:6.182861328125rem;left:3.75rem;height:6.0498rem;font-style:normal;display:block; }
#WmSMF62pxfQuNUebF7aMw9XBvePxX6CH { color:#282828;display:block;width:28.5625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:20.811767578125rem;left:3.75rem;height:12rem;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; }
#AHpVmkXGKrRnf3DcvHZ1mQvMVHJiQULT { 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:18.1865234375rem;left:4.8740234375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LUChQkpWz8h1BVMibTkJxS41wmIcNW2T { 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:17.0234375rem;left:3.2490234375rem;height:0;display:none; }
#CB1rMTMNi6be7AR8507XpQObZSLJsKGz { color:#282828;display:block;width:25.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:14.437255859375rem;left:5.12451171875rem;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; }
#F3E4d3pcJRWnJofmHytH1HgJbW2sHVRr { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:13.24951171875rem;left:3.75rem;height:5.4433625rem;display:block; }
#WUgdQ1rKHkNGPiym7bGcfJa0Oe9VB35x { background-color:#ff8100;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.125rem 0.125rem 0.375rem rgba(0,0,0,0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:35.3125rem;left:3.75rem;display:block; }
#rsOIbozCHV8KqLPA9ZBJBMlAWTF11zWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cQ1Az98wQsrtZeqovP0DaEMeTUmTBJAm { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:40.8740234375rem;left:3.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bcIcQIlyCQ7ynRHma26O8BXDIfBOAVya { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:4.08935546875rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#bdltKU6GTRaSG1sXNzaQsGE71IshcGzq { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.1875rem;width:30.8745rem;top:6.182861328125rem;left:39.6875rem;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:1.6771240234375rem;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.5625rem;left:36.3125rem;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.5625rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { 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.1875rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:1.25rem;left:1.25rem;width:7rem;height:1.9375rem;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.5625rem;left:0rem;width:35.9375rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:24.25rem;left:0rem;width:28.5625rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:38.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:39.75rem;left:5.4375rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { top:18.125rem;left:0rem;width:23.5625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { top:17rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRMHiSfX6U0wAa6mo1rSSU8J4W56ZXW { top:17.875rem;left:0rem;width:25.625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMFsmzMUdCnwlsfNSo3edzByFGH7cMvE { top:16.6875rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B14dzQsr4C6wkXBJNHlS1kE3rMBOBIiP { top:8.125rem;left:39.3125rem;width:8.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4eHTLQHf3t5PUfD4DzMNTugtoX7bS8g { top:8.0625rem;left:33.2080078125rem;width:4.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnZLTSWkDxDI2o2KKgmp7PV5hoHcT2Tx { width:13.875rem;height:3.125rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37nO0eoS2UUgNd70Ptt9EXZ8XTdr3h0 { display:block; }
 }@media only screen and (max-width: 763px) { #BrQNAOykEsB7XQ2EJlJEF0Nu2LkVUPXT { top:44.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGiv7G79OLFS5laCKwTZAXfmWONJv8SE { top:7.5rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPPBaJt1iIUMnLStByDWn1uwZ2T7TzF { top:9.5625rem;left:16.9375rem;width:30.8125rem;height:37.112822677291rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0.8125rem;left:0rem;width:47.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:3.25rem;left:2.15625rem;width:43.4375rem;height:3.625rem;font-size:2.8125rem;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:2.5625rem;left:14.778648376465rem;width:18.125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.75rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;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) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { top:18.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgT5x8KoxsvgEWhwL5EJBJ8RN2uT3rTk { width:13.875rem;height:3.125rem;top:13.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcZ9eOF8F6T9lldpuSVCJau2hxDNxv5p { display:block; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .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; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .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; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #FXBvk0E1Ok6a9kbGpWNm4ThPpVQnwAuT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #k9r2TWMZ0a6rzCO2WFdnbcM9RHecxJrU {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Tstm75RWyrNb5LIyTDFIT24CF96qQI9b {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #iecJa8fLs27BC8hQX3l6RtJGrWMBa0BB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #gf4im4Cy3Ih95OWWKTN5iMmT1AZSv8H7 {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #MeCWOC9nk6CF4i2DZfpTQwDzV63W7QBc {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #pBRMBOvkxMlkZ3ZnofI9CbOHmJee84QI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #v5qXzsfdS6KsMSSWJCyBeG7kzLaTW98J {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Zk0C3obJOCVeZm4zmxX2UoHDqbuObxry {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #yzsxSA1zJBq3p0XHuGqXclquzHLExI6e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #ZLCTrZS3TvzIeqmgcre77lsLz2wDs55K {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Ga4TsCw7kFSWeKWW90BzO5iuvX1VxLlR {  }
 }@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.875rem;left:0rem;width:35.8125rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:6.9375rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1.125rem;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.3125rem;left:1.1826171875rem;width:14.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16rem;left:0rem;width:21.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.25rem;left:13.75rem;width:18rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16rem;left:9.8125rem;width:21.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.25rem;left:31.75rem;width:15rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16rem;left:25.8125rem;width:21.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:18.6875rem;left:0rem;width:16.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:18.6875rem;left:14.875rem;width:16.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:18.6875rem;left:31.0625rem;width:16.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.4375rem;left:5.3125rem;width:5.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.4375rem;left:35.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.9375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:2.6875rem;left:18.75rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K { display:block; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6CkuQ2O8mPuOkrQ0LTDqqUNxC38Cdw8 { top:5rem;left:23.875rem;width:14.25rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9diqTUwcKUgvqfw4fTIIVex5BKJMn4w { top:8.625rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL { top:17.4375rem;left:20.5625rem;width:27.1875rem;height:7.125rem;font-size:0.9375rem;display:block; }#XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL li:before{  }
 }@media only screen and (max-width: 763px) { #DR5otD35ZRsrWZ8BraKVyBL6n7RgIXHF { top:12.75rem;left:16.5625rem;width:31.1875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHymtFXZQFPSrXrbyEHm16rybTycIMcy { top:14.0625rem;left:23.8125rem;width:23.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhTnvfGkOgOGa9l2AeuS2rVApan5eQSA { top:2.0625rem;left:3.9375rem;width:19.875rem;height:25.980789607328rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcauRXABa2vuqxM62QqGCS58RG7mHTNr { display:block; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDgDVQuU4hq3NKOi2AVnG7J3HN1c8f9t { top:3.9375rem;left:0rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFqPswZDCdH2U8JbCrAMIuAIb3HHdd2I { top:3.3125rem;left:18.4375rem;width:18.875rem;height:3.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa61eravGOL9FsZBvqdcEA76rybaospO { top:6.875rem;left:18.4375rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBV4nPts9ClWnmMEISIm4Hs3h5IIzsSd { top:28.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW8HmGiTBtlppo4pxI2pUADTiOlm3dut { top:10.9375rem;left:18.4375rem;width:24.375rem;height:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4bg0AhWKa8qwL7TnXu8FtH4HV5LrIO { top:20.75rem;left:10.5rem;width:37.25rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7baezUTrpSafDrMk00kZX19giLtha14 { display:block; }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9LDacVLT9MDqwOshIofUKztQE5bAdOW { 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) { #ED4y6lF6mUK8fnTKOrG9WuNaBaOeJCVP { top:6.3125rem;left:4.6855459213257rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZkehKMS3WFXGFle8saiez2yMrq3Pefw { top:6.3125rem;left:2.5625rem;width:42.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD { display:block; }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQNBxkTILvic4KOIoQlQg4v1Osln9s5J { width:13.8125rem;height:3.125rem;top:14.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgThUnhkBTuFRCphrMpQsDNGnV7onpoJ { display:block; }
 }@media only screen and (max-width: 763px) { #qeR0Nc5ATiPByQFausFTbwtdZJHlwfdT { top:1.3125rem;left:0rem;width:29.25rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMMFArQXTnvV4SgnRZzsrlIemgMBz4TO { top:4.3125rem;left:6.3125rem;width:17.5625rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG { display:block; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSD0LAVC9mvMl8GcOfDWvqSspgQyl4R1 { top:2.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP1SA5gzRoetf2o0pf6ThidMD710HCF2 { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU { display:block; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikJuh23Hp7QfhNEId22XvARUyFyrXPmJ { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKL7sPP8TNtPANoTr5IBzOpLEnRMpSZu { top:16.1875rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKJctV3JIgU9xLaVO9dOUF6UArOEPcBn { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPCKwOuydDJbbxqWJiT5ei3ikRNQ7K4 { top:18.1875rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2y2S6B6Pxg4f96faRDIDisDWC5A13t4 { top:23.125rem;left:0rem;width:15.3125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFQ3Ky7A3iMUhtlCULrU6V5irbXpMzq { top:5.75rem;left:2.999755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFx5D1SD5uQQv64hqaR50JHoo97g74P1 { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfWSNpfX5kMkiWgIu6e4HOUBt731cEFW { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zga8mPTmtDzK6KFZ5xZ3DKVRSMX5XNG0 { top:5.6875rem;left:19.24951171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtr6I5UakcM1ef9DqemUlaRIwieWgomk { top:5.75rem;left:35.12451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpcaA4hVIQwa1gZxRzSMaGRBf935qrvW { top:16.1875rem;left:13.1875rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTQoWagDMaJe9hlop7shDud7AM0hXnnq { top:18.125rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgXLWEAZ5uMMkpeVQ0gmCCqswyeTxv2 { top:20.375rem;left:13.125rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq9kFh5p8MP2gHllRbG0JiKTQbHqJA3v { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cefGokiFsAp0PT9DcXOLNdJ3muTToG3m { top:16.1875rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9OtLHEQBoAXr2ZlTRKAPEpcR6a7f4Tl { top:18.25rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCiHUUkVxfATTCV2Mv8zPpUpUK13s1k { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKurFzXnwv4UZSeZDqkJrPaFm8txMhZ { top:23.125rem;left:31.99951171875rem;width:15.3125rem;height:6.25rem;font-size:1rem;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:3.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:8.5625rem;left:14.7490234375rem;width:18.125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { top:26.1875rem;left:3.8125rem;width:40.125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVwbWTIO0oiqqKK9mFn3kpCAsFsiegS2 { width:13.875rem;height:3.125rem;top:21.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9OnSxh6DNaR2aQRosNVrJdnQEtTzTKy { display:block; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .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; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .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; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN { display:flex;width:18rem;height:5.0625rem;top:5.0625rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #Jy4h61bnAQi5T7q3l5QuXaJ6zu9r8xz6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #OO2PTFh02rw6Tc1ZQB8WQlpWeruFLtk6 {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #GGp1fyTOVpRreyH3Q3miuxPXdko1eRCi {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #u1oKgwDth4vho8WUWvdzhrzp7skJG8G1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #IIz8hmS4iNW3U7UEkaF0VJilB2e8ZTcn {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #s7CUxTCR1UEzIuVUdzWJ7J3KHbbZKD6v {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #d6hwN6HZpKcrioJsJgPO4shu8RMATRxW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #HzAAOR3LbO3MB3KECJGgXU9whixu20r4 {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #GBCZAHW5koKXK1MIrRAOPXqetpOeR9Hx {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #rLTdGTnTtwhvvE6AEGZZR1LSvcvgqCeV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #ucnSl5k5lmOIcf8HKDC1BJCqRcoTmIOL {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #PlfAIeMayeg2936cmPsWgKcHMeX0KfWi {  }
 }@media only screen and (max-width: 763px) { #dTUmAM61COyhDXb53uFZ89ssrnMePXgs { display:block; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHUzclGtrGgXPk9TMHFCID7flB3K8cJQ { top:6.125rem;left:0rem;width:35.9375rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmSMF62pxfQuNUebF7aMw9XBvePxX6CH { top:20.75rem;left:0rem;width:28.5625rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHpVmkXGKrRnf3DcvHZ1mQvMVHJiQULT { top:18.125rem;left:0rem;width:23.5625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUChQkpWz8h1BVMibTkJxS41wmIcNW2T { top:17rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB1rMTMNi6be7AR8507XpQObZSLJsKGz { top:14.375rem;left:0rem;width:25.625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3E4d3pcJRWnJofmHytH1HgJbW2sHVRr { top:13.1875rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUgdQ1rKHkNGPiym7bGcfJa0Oe9VB35x { width:13.875rem;height:3.125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOIbozCHV8KqLPA9ZBJBMlAWTF11zWS { display:block; }
 }@media only screen and (max-width: 763px) { #cQ1Az98wQsrtZeqovP0DaEMeTUmTBJAm { top:40.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcIcQIlyCQ7ynRHma26O8BXDIfBOAVya { top:4.0625rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdltKU6GTRaSG1sXNzaQsGE71IshcGzq { top:6.125rem;left:16.9375rem;width:30.8125rem;height:37.113423714128rem;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:1.625rem;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) { #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.124080657959rem;height:1.6865807771682rem;top:1.0078125rem;left:14.25rem;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.1962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:5rem;height:1.375rem;top:1.03125rem;left:6.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { 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 { width:20rem;height:68.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.3984375rem;top:7.4140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:16.6875rem;height:14.4375rem;top:34.1875rem;left:1.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:1.75rem;top:55.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:3.6875rem;height:1.29980625rem;top:53.625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { width:17.75rem;height:3.2352941036224rem;top:20.64453125rem;left:1.1247702836991rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@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) { #KoRMHiSfX6U0wAa6mo1rSSU8J4W56ZXW { width:16.25rem;height:2.8125rem;top:30.125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tMFsmzMUdCnwlsfNSo3edzByFGH7cMvE { width:2.1875rem;height:auto;top:16.6875rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B14dzQsr4C6wkXBJNHlS1kE3rMBOBIiP { width:4.3125rem;height:2.3125rem;top:54.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4eHTLQHf3t5PUfD4DzMNTugtoX7bS8g { width:4.25rem;height:2.3125rem;top:54.1875rem;left:0.75rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #WnZLTSWkDxDI2o2KKgmp7PV5hoHcT2Tx { width:12.5rem;height:2.6875rem;top:50.0625rem;left:3.75rem;font-size:1rem;background-color:#ff8100;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) { #o37nO0eoS2UUgNd70Ptt9EXZ8XTdr3h0 { display:block; }
 }@media only screen and (max-width: 763px) { #BrQNAOykEsB7XQ2EJlJEF0Nu2LkVUPXT { width:17.0625rem;height:6.5625rem;top:59.625rem;left:1.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UGiv7G79OLFS5laCKwTZAXfmWONJv8SE { width:20rem;height:1.5rem;top:5.3515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTPPBaJt1iIUMnLStByDWn1uwZ2T7TzF { width:14.1875rem;height:17.125rem;top:12.3125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:27.4375rem;top:43.16667175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:0;top:54.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:rgba(10,22,59,0.91);background-image:url("https://images.assets-landingi.com/2vDkJe7f/web_banner_square.png");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:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.4619125rem;top:7.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.2744125rem;top:4.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:25.75rem;top:2.375rem;left:0.3125rem;z-index:100006;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) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { width:15.1875rem;height:3.375rem;top:21.80859375rem;left:2.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgT5x8KoxsvgEWhwL5EJBJ8RN2uT3rTk { width:12.5rem;height:2.6875rem;top:17.3125rem;left:3.75rem;font-size:1rem;background-color:#ff8100;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) { #PcZ9eOF8F6T9lldpuSVCJau2hxDNxv5p { display:block; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .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; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .widget-text.counter-number { padding-top:0.518125rem;padding-right:0.47125rem;padding-bottom:0.518125rem;padding-left:0.47125rem;width:2.830625rem;min-width:2.830625rem;height:2.78375rem;font-size:2.0725rem;line-height:44.54px;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; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.77375rem;height:1.1rem;font-size:0.7775rem;line-height:17.6px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oHL3fanucmisXsICazSC1sO5Gp3kUfg2 { display:flex;width:19.125rem;height:5.24375rem;top:10.6875rem;left:0.369140625rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #FXBvk0E1Ok6a9kbGpWNm4ThPpVQnwAuT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #k9r2TWMZ0a6rzCO2WFdnbcM9RHecxJrU {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Tstm75RWyrNb5LIyTDFIT24CF96qQI9b {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #iecJa8fLs27BC8hQX3l6RtJGrWMBa0BB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #gf4im4Cy3Ih95OWWKTN5iMmT1AZSv8H7 {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #MeCWOC9nk6CF4i2DZfpTQwDzV63W7QBc {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #pBRMBOvkxMlkZ3ZnofI9CbOHmJee84QI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #v5qXzsfdS6KsMSSWJCyBeG7kzLaTW98J {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Zk0C3obJOCVeZm4zmxX2UoHDqbuObxry {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #yzsxSA1zJBq3p0XHuGqXclquzHLExI6e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #ZLCTrZS3TvzIeqmgcre77lsLz2wDs55K {  }
 }@media only screen and (max-width: 763px) { #oHL3fanucmisXsICazSC1sO5Gp3kUfg2 #Ga4TsCw7kFSWeKWW90BzO5iuvX1VxLlR {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:2.19921875rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:14.5rem;height:2.923825rem;top:4.5625rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { background-color:#f8f8f8;background-image:none;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 { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:14.0625rem;height:2.11230625rem;top:10.61213684082rem;left:2.967600941658rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:20rem;height:1.29980625rem;top:13.40234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:16.9375rem;height:2.11230625rem;top:36.35546875rem;left:1.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:20rem;height:1.29980625rem;top:38.943359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.6875rem;height:2.11230625rem;top:61.37890625rem;left:3.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:15.6875rem;height:1.29980625rem;top:63.939453125rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.25rem;height:3.65625rem;top:16.623046875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:17.5625rem;height:3.65625rem;top:42.199219703674rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:16.25rem;height:3.65625rem;top:67.63671875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:5rem;height:6.25rem;top:3.3750057220459rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:5.5625rem;height:5.5625rem;top:54.583984375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:21.75rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:21.75rem;top:26.687494754791rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:21.75rem;top:52.076171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:7.5625rem;height:7.5625rem;top:27.9931640625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K { display:block; }#ReyJDxbToAh46Qqgx5PFHNoEFfFphM8K > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6CkuQ2O8mPuOkrQ0LTDqqUNxC38Cdw8 { width:20rem;height:2.19921875rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9diqTUwcKUgvqfw4fTIIVex5BKJMn4w { width:20rem;height:1.4619125rem;top:4.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL { width:16.93725rem;height:6.671875rem;top:29.6875rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#XsRypgQ5ph6V9KtQ4QFkT6zrgfhM0WqL li:before{  }
 }@media only screen and (max-width: 763px) { #DR5otD35ZRsrWZ8BraKVyBL6n7RgIXHF { width:20rem;height:13.8125rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHymtFXZQFPSrXrbyEHm16rybTycIMcy { width:20rem;height:1.8681625rem;top:27rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhTnvfGkOgOGa9l2AeuS2rVApan5eQSA { width:14.5rem;height:19rem;top:6.9228515625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcauRXABa2vuqxM62QqGCS58RG7mHTNr { background-color:#456aa8;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr.adaptive-delivery-prevent-bg, #LcauRXABa2vuqxM62QqGCS58RG7mHTNr.lazyload, #LcauRXABa2vuqxM62QqGCS58RG7mHTNr.lazyloading { background-image: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { background-color: transparent; background-image: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container > .video-iframe-container { display: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row > .video-iframe-container { display: none; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .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); }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDgDVQuU4hq3NKOi2AVnG7J3HN1c8f9t { width:10.125rem;height:10.125rem;top:2.8828430175781rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFqPswZDCdH2U8JbCrAMIuAIb3HHdd2I { width:18.875rem;height:2.2744125rem;top:13.217437744141rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qa61eravGOL9FsZBvqdcEA76rybaospO { width:18.875rem;height:1.29980625rem;top:15.4921875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBV4nPts9ClWnmMEISIm4Hs3h5IIzsSd { width:17.9375rem;height:5.09765625rem;top:39.875rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AW8HmGiTBtlppo4pxI2pUADTiOlm3dut { width:20rem;height:8.09765rem;top:19rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB4bg0AhWKa8qwL7TnXu8FtH4HV5LrIO { width:20rem;height:6.5625rem;top:29.645843505859rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7baezUTrpSafDrMk00kZX19giLtha14 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row .container { border-width: 0; border-radius: 0; }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row > .video-iframe-container {  }#Q7baezUTrpSafDrMk00kZX19giLtha14 > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9LDacVLT9MDqwOshIofUKztQE5bAdOW { width:20rem;height:2.1875rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ED4y6lF6mUK8fnTKOrG9WuNaBaOeJCVP { width:20rem;height:0;top:5.0416564941406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZkehKMS3WFXGFle8saiez2yMrq3Pefw { width:14.87425rem;height:1.68823125rem;top:5.04150390625rem;left:2.56103515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row .container { border-width: 0; border-radius: 0; }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row > .video-iframe-container {  }#E7uM7qJsKzVm3S4hKcXRvtWreKxnpTdD > .row .container { width:20rem;height:18.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WQNBxkTILvic4KOIoQlQg4v1Osln9s5J { width:13.8740234375rem;height:3.125rem;top:13.5380859375rem;left:3.0625rem;font-size:1rem;background-color:#ff8100;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) { #cgThUnhkBTuFRCphrMpQsDNGnV7onpoJ { display:block; }
 }@media only screen and (max-width: 763px) { #qeR0Nc5ATiPByQFausFTbwtdZJHlwfdT { width:20rem;height:9.9375rem;top:1.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMMFArQXTnvV4SgnRZzsrlIemgMBz4TO { width:17.5615234375rem;height:4.875rem;top:3.8916015625rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG { display:block; }#lbaCLKCfxmfnH3yqbQcTdNmsQO2SJuyG > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSD0LAVC9mvMl8GcOfDWvqSspgQyl4R1 { width:17.5625rem;height:4.3984375rem;top:1.45703125rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SP1SA5gzRoetf2o0pf6ThidMD710HCF2 { width:13.9375rem;height:2.923825rem;top:7.0859375rem;left:3.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU { display:block; }#ZwEXyNndi1NmEbuoxXWLy0VgUdp40PdU > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikJuh23Hp7QfhNEId22XvARUyFyrXPmJ { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKL7sPP8TNtPANoTr5IBzOpLEnRMpSZu { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKJctV3JIgU9xLaVO9dOUF6UArOEPcBn { width:15.49925rem;height:1.4619125rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPCKwOuydDJbbxqWJiT5ei3ikRNQ7K4 { width:18.5608125rem;height:1.29980625rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2y2S6B6Pxg4f96faRDIDisDWC5A13t4 { width:15.3125rem;height:6.3984375rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFQ3Ky7A3iMUhtlCULrU6V5irbXpMzq { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFx5D1SD5uQQv64hqaR50JHoo97g74P1 { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfWSNpfX5kMkiWgIu6e4HOUBt731cEFW { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zga8mPTmtDzK6KFZ5xZ3DKVRSMX5XNG0 { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtr6I5UakcM1ef9DqemUlaRIwieWgomk { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpcaA4hVIQwa1gZxRzSMaGRBf935qrvW { width:18.562rem;height:1.625rem;top:49.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTQoWagDMaJe9hlop7shDud7AM0hXnnq { width:18.5608125rem;height:1.29980625rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgXLWEAZ5uMMkpeVQ0gmCCqswyeTxv2 { width:18.6230625rem;height:1.4619125rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq9kFh5p8MP2gHllRbG0JiKTQbHqJA3v { width:15.3125rem;height:7.9980625rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cefGokiFsAp0PT9DcXOLNdJ3muTToG3m { width:18.562rem;height:1.625rem;top:83.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9OtLHEQBoAXr2ZlTRKAPEpcR6a7f4Tl { width:18.562rem;height:1.29980625rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCiHUUkVxfATTCV2Mv8zPpUpUK13s1k { width:18.6230625rem;height:1.4619125rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKurFzXnwv4UZSeZDqkJrPaFm8txMhZ { width:15.3125rem;height:6.3984375rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.2744125rem;top:3.6328125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.4619125rem;top:6.5107421875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { width:18.4375rem;height:3.375rem;top:22.50390625rem;left:0.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVwbWTIO0oiqqKK9mFn3kpCAsFsiegS2 { width:13.875rem;height:3.125rem;top:17.25390625rem;left:3.0625rem;font-size:1rem;background-color:#ff8100;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) { #X9OnSxh6DNaR2aQRosNVrJdnQEtTzTKy { display:block; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .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; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN .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; }
#UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN { display:flex;width:18rem;height:5.0625rem;top:8.87890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #Jy4h61bnAQi5T7q3l5QuXaJ6zu9r8xz6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #OO2PTFh02rw6Tc1ZQB8WQlpWeruFLtk6 {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #GGp1fyTOVpRreyH3Q3miuxPXdko1eRCi {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #u1oKgwDth4vho8WUWvdzhrzp7skJG8G1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #IIz8hmS4iNW3U7UEkaF0VJilB2e8ZTcn {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #s7CUxTCR1UEzIuVUdzWJ7J3KHbbZKD6v {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #d6hwN6HZpKcrioJsJgPO4shu8RMATRxW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #HzAAOR3LbO3MB3KECJGgXU9whixu20r4 {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #GBCZAHW5koKXK1MIrRAOPXqetpOeR9Hx {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #rLTdGTnTtwhvvE6AEGZZR1LSvcvgqCeV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #ucnSl5k5lmOIcf8HKDC1BJCqRcoTmIOL {  }
 }@media only screen and (max-width: 763px) { #UiSfUQ7fL6RKXzi8kdZ7Af0QF0wRNPWN #PlfAIeMayeg2936cmPsWgKcHMeX0KfWi {  }
 }@media only screen and (max-width: 763px) { #dTUmAM61COyhDXb53uFZ89ssrnMePXgs { display:block; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs { background-color: transparent; background-image: none; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container > .video-iframe-container { display: none; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row > .video-iframe-container { display: none; }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .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); }#dTUmAM61COyhDXb53uFZ89ssrnMePXgs > .row .container { width:20rem;height:68.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHUzclGtrGgXPk9TMHFCID7flB3K8cJQ { width:20rem;height:4.3984375rem;top:7.4140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmSMF62pxfQuNUebF7aMw9XBvePxX6CH { width:16.6875rem;height:14.4375rem;top:34.1875rem;left:1.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHpVmkXGKrRnf3DcvHZ1mQvMVHJiQULT { width:17.75rem;height:3.2352941036224rem;top:20.64453125rem;left:1.1247702836991rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LUChQkpWz8h1BVMibTkJxS41wmIcNW2T { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CB1rMTMNi6be7AR8507XpQObZSLJsKGz { width:16.25rem;height:2.8125rem;top:30.125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3E4d3pcJRWnJofmHytH1HgJbW2sHVRr { width:2.1875rem;height:auto;top:13.1875rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUgdQ1rKHkNGPiym7bGcfJa0Oe9VB35x { width:12.5rem;height:2.6875rem;top:50.0625rem;left:3.75rem;font-size:1rem;background-color:#ff8100;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) { #rsOIbozCHV8KqLPA9ZBJBMlAWTF11zWS { display:block; }
 }@media only screen and (max-width: 763px) { #cQ1Az98wQsrtZeqovP0DaEMeTUmTBJAm { width:17.0625rem;height:6.5625rem;top:59.625rem;left:1.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bcIcQIlyCQ7ynRHma26O8BXDIfBOAVya { width:20rem;height:1.5rem;top:5.3515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdltKU6GTRaSG1sXNzaQsGE71IshcGzq { width:14.1875rem;height:17.125rem;top:12.3125rem;left:2.90625rem;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; }
 }