.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.5625rem;left:49.8125rem;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.125rem;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:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.0625rem;top:1.0613510608673rem;left:3.8125rem;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.25rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:9.556884765625rem;left:3.56201171875rem;height:3.4375rem;font-style:normal;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:30.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:21.749267578125rem;left:3.56201171875rem;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; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.3125rem;left:3.5625rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:36.3125rem;left:20.9375rem;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:37.25rem;left:19.375rem;height:1.3rem;display:block; }
#AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5625rem;top:6.8115234375rem;left:36.497802734375rem;overflow:hidden;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.30859375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { color:#282828;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top: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:23.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:15.3125rem;left:5.1875rem;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:14.125rem;left:3.5625rem;height:5.44375rem;display:block; }
#B14dzQsr4C6wkXBJNHlS1kE3rMBOBIiP { position:absolute;display:block;z-index:100017;height:6.6858125rem;width:11.9360625rem;top:7.899169921875rem;left:49.249267578125rem;display:block; }
#e4eHTLQHf3t5PUfD4DzMNTugtoX7bS8g { position:absolute;display:block;z-index:100018;height:2.31079375rem;width:4.24805rem;top:7.899169921875rem;left:63.748779296875rem;display:block; }
#AQt7sVAHaOD8tFt5eGhSqORTIXn87WdF { color:#000000;display:block;width:14.5605625rem;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:41.639404296875rem;left:3.56201171875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i6JOLegPA4L6KnKTGw3a6X9ZiIzPUStV { color:#000000;display:block;width:48.8733125rem;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:46.748046875rem;left:13.062744140625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:none; }#hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp > .row .container { border-width: 0; border-radius: 0; }#hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp > .row > .video-iframe-container {  }#hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:none; }#fuwHx8dfGESdSPfwFDTg4kQsMyy7bOKw { color:#000000;display:block;width:38.374rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:3.25rem;height:1.75rem;display:block; }
#E9o3UTvPuDI9ElMVkpNcG4wJ7IAHXBh5 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:2.125rem;left:3.25rem;height:3.4375rem;font-style:normal;display:block; }
#GIv08DASmEXtX42duXObre0Esmb4zkfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:none; }#GIv08DASmEXtX42duXObre0Esmb4zkfH > .row .container { border-width: 0; border-radius: 0; }#GIv08DASmEXtX42duXObre0Esmb4zkfH > .row > .video-iframe-container {  }#GIv08DASmEXtX42duXObre0Esmb4zkfH > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:none; }#tTXUfdOCGM5MknEk8MOyaSXMHhf6D46S { 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:18.0625rem;width:31.0625rem;top:5rem;left:3.21875rem;display:block; }
#quZ2AliBCfudL8z8SxXGggoDUt4iPT9M { color:#2d4185;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:5.96875rem;height:5.6875rem;font-style:italic;display:block; }
#AKgSSI6tMKbTJzobcOz9C98v4rF0f8Cb { color:#8e6e53;display:block;width:20.0625rem;position:absolute;font-family:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.875rem;left:8.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkM9qQ5D95r2oTKSMdfsLuy9sd8249bW { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:12.125rem;left:8.0625rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAXCtDFBE3ISAioHTIvZ9OmKlTopDuIi { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.59375rem;left:6.75rem;height:3.5625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k22ksbTgTCo3NhxkVF1lv74f2GSchapo { 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.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:18.0625rem;width:31.0625rem;top:5.0625rem;left:40.75rem;display:block; }
#ryyfdWT8cgcoTDKtT82FLEGT1yQiCgtv { color:#000000;display:block;width:23.8748125rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:15.59353351593rem;left:44.312067031861rem;height:3.5625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PTyNfkDuI74GuJkhqzzm0zFhKpWt2kdo { color:#8e6e53;display:block;width:20.5625rem;position:absolute;font-family:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.8747863769531rem;left:46.780382156372rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rH5FvVuTU9EgCO1eMw8ePbwTOfyRyTDW { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.125rem;left:45.5625rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSrLQoWwxFUlUTT0TDDUAQmzliFq7RPE { color:#2d4185;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:3.25rem;left:43.5rem;height:5.6875rem;font-style:italic;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:25.375rem;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:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.0807304382324rem;left:15.78125rem;height:3.9rem;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:23.4375rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.186197280884rem;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:1.80859375rem;left:28.406251907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#efbc1e;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:#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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498697280884rem;height:2.9361979961395rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:12.998439788818rem;left:29.250001907349rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:16.935760498047rem;left:13.187066078186rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#2d4185;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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL { 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:3.5751953125rem;left:23.65625rem;z-index:100014; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #VafaeezvAi6aoOTiJUoBDZzzOo7vTN4l { display:flex;position:relative;top:0rem;left:0rem; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #UvluNWqFOTzT9roestveOmrZPpmMvvAT { width:auto; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #G4rsOyNzcTFmofMyXMUAG5AbpiuZP5QW {  }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #natNurmUiBxL8eTXoTl7q8AaI6R4WvTT { display:flex;position:relative;top:0rem;left:0rem; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #wwzAGQDDLFFGHRoutueFlU38a17E6yWb {  }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #qR5yqDaIRh3pBmKf6Aa7feMHvg5VK10A {  }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #OG0tcKOxOSO8sly1oysP5GVTrKralJDM { display:flex;position:relative;top:0rem;left:0rem; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #DUQdDgxCibcXmNFRTWDbdDuoxXaNCK82 {  }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #fy2iT8WiKaeTVPRABJGvCT1m7lycMuMq {  }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #wwEIs9wilqVBdoIneOXOsGGCZB7EtwLQ { display:flex;position:relative;top:0rem;left:0rem; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #bCysDu8FIr3p1HviUVikdT03ebN9bs6V {  }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL #sl0nzCrdpaTtFKFcob93kcGTFSLKXnRo {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container {  }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.8000030517578rem;left:2.4351558685302rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4937515258787rem;left:2.4328126907349rem;height:1.7875rem;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:32.1875rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#8e6e53;display:block;width:21.625rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.33740234375rem;left:2.055419921875rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:18.25rem;left:2.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#8e6e53;display:block;width:18rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.33854675293rem;left:28.500001907349rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#8e6e53;display:block;width:21.875rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.33740234375rem;left:50.93505859375rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:16.9360625rem;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:21.25rem;left:4.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.0615rem;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:21.25rem;left:28.625rem;height:4.875rem;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.8125rem;width:7.937rem;top:3.75rem;left:8.865966796875rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.18725rem;width:8.125rem;top:3.560791015625rem;left:33.4375rem;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.124rem;width:7.06175rem;top:4.061279296875rem;left:58.341064453125rem;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:27.1875rem;width:21.875rem;top:1.3953170776368rem;left:2.0859375rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3953123092651rem;left:26.527345657349rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:16.499rem;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:21.25rem;left:53.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKpyGb6eWCct75SyWLQirev7uzBgMhxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#cKpyGb6eWCct75SyWLQirev7uzBgMhxw > .row .container { border-width: 0; border-radius: 0; }#cKpyGb6eWCct75SyWLQirev7uzBgMhxw > .row > .video-iframe-container {  }#cKpyGb6eWCct75SyWLQirev7uzBgMhxw > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:none; }#LQH5gtVF211b6WeRUtDMd6equ3zXtbVE { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4937515258787rem;left:2.4328126907349rem;height:1.71875rem;display:block; }
#VlillEvKudqy2Zp2o8dPVzKP5ayipvoC { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.4326171875rem;height:3.4375rem;display:block; }
#vICz45C5EWSt1r1frM2yIemd7A1p0LAq { position:relative;display:none; }#vICz45C5EWSt1r1frM2yIemd7A1p0LAq { border-width: 0; border-radius: 0; }#vICz45C5EWSt1r1frM2yIemd7A1p0LAq > .row .container > .video-iframe-container {  }#vICz45C5EWSt1r1frM2yIemd7A1p0LAq > .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.9375rem;width:75rem;position:relative;display:none; }#MW7yv5zgGL02tgI9uiIiar4kmTPd2fJn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.75rem;width:33.5rem;top:2.25rem;left:33.5rem;overflow:hidden;display:block; }
#TIHoZxrJuXN71EdWSBgFuKTCL8SiikC5 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.0625rem;left:2.25rem;height:2.734375rem;font-style:normal;display:block; }
#lTlxhhJ3WuG8QfJadsTfgWs7biArBU9t { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.25rem;height:3.4375rem;display:block; }
#LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U { color:#252525;display:block;width:34.3125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100015;line-height:1.8;letter-spacing:0;top:14.0625rem;left:2.25rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U li:before{  }
#wVw5VuJZOJ2Ar0fFhTg6RaGvURUHzcdV { background-color:#efbc1e;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:#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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.93555rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:23.4375rem;left:11rem;display:block; }
#ZwIf2sKPC7Z1zGMCkLXiuziTKmwhSb4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yGKTIUU3CAheuJQq4ChOMbhJFLIcQvwF { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:27rem;left:2.125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LcauRXABa2vuqxM62QqGCS58RG7mHTNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(59,80,148,0.6);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(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 { border-width: 0; border-radius: 0; }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row > .video-iframe-container {  }#LcauRXABa2vuqxM62QqGCS58RG7mHTNr > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;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:5.521484375rem;left:5.576171875rem;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:4.9365234375rem;left:32.0615234375rem;height:3.4125rem;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:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#oBV4nPts9ClWnmMEISIm4Hs3h5IIzsSd { color:#ffffff;display:block;width:66.9990234375rem;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:32.959655761719rem;left:4rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AW8HmGiTBtlppo4pxI2pUADTiOlm3dut { color:#000000;display:block;width:24.437040328979rem;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:13.2138671875rem;left:32.0595703125rem;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:23.353515625rem;left:32.0595703125rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { position:relative;display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container {  }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .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:8.8125rem;width:75rem;position:relative;display:none; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:3.21875rem;left:19.560546875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;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:none; }
#rzwtFQoFFIRIbHT4Jodgyf1MwTrc5W1f { color:#000000;display:block;width:35.874rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:6.65625rem;left:19.5615234375rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { position:relative;display:none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { border-width: 0; border-radius: 0; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container > .video-iframe-container {  }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .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:19.9375rem;width:75rem;position:relative;display:none; }#O9lm6sRaM8zKoEdCsZ3AqBbgVUiyICli { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:25.3125rem;display:none; }
#ZMQ4tk1bGuTlLWu1G4KDvDsuK8xIwyan { 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.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:18.3745625rem;width:29.249125rem;top:2rem;left:7.9375rem;display:none; }
#H4uWyu5A8vNlIc17M9OX7T8MwqH4uEWc { color:#ffb100;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.75rem;left:38.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLdmaqxhrAld09PerzVX3SB5DyM42WlJ { position:absolute;display:block;z-index:100002;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:15.875rem;width:23.6875rem;top:2.09375rem;left:13.65625rem;display:block; }
#BBkdsb8X5y5fBAcJQhcKPUvbHqa6ZKXn { color:#ffb100;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nS5BI3TwJBsdEz97n9fFPTUqmknJ34Pt { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:2.2;letter-spacing:0;top:6.8125rem;left:16.53125rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#ren65Bxmbh4gc9OE9vRJvyPyiPvQer2O { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:2.2;letter-spacing:0;top:6.8125rem;left:41.125rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#bTiXCPuc6aSdaMhozpG1QpNwzD5IE3Ab { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:16rem;width:23.6875rem;top:2.0625rem;left:38.1875rem;display:block; }
#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:13.125rem;left:44.3125rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eu8bMct7NBeifPqDntOHQH328U8gpIT4 { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:13.125rem;left:19.8125rem;display:block; }
#nQzWC6vdXAKOczmJIBgxxwhLThPCZSc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { position:relative;display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container {  }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .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:5.125rem;width:75rem;position:relative;display:none; }#q2FQFRtcScOk5U5kp1nGpQGEofUBElE8 { color:#000000;display:block;width:32.6865rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:0.5625rem;left:22.28125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container { background-color: transparent; background-image: none; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container > .video-iframe-container { display: none; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row > .video-iframe-container { display: none; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .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); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container { border-width: 0; border-radius: 0; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row > .video-iframe-container {  }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#CF3xq1K79VTSDQZdh5LZb7xmn2f1GTvw { color:#ffb100;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:34.6240234375rem;height:3.4125rem;font-style:normal;display:block; }
#cFlOXgmp09eVKbMggIMyf0mxW1dRR9df { color:#252525;display:block;width:74.75rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:29.58056640625rem;left:-0.030517578125rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp { color:#252525;display:block;width:24.4375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.8;letter-spacing:0;top:12.3125rem;left:34.6240234375rem;height:;text-align:left;text-align-last:left;display:block; }#z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp li:before{  }
#JasXHFPEBZLV0TFd571unrRfVPJQdo2b { color:#2d4185;display:block;width:22.561875rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.12451171875rem;left:34.6240234375rem;height:2.03125rem;font-style:normal;display:block; }
#THWwdDqAPaNC2s0gifWMw6aX9riMSCx2 { background-color:#ffb100;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:24.4365234375rem;left:35.499267578125rem;display:block; }
#xOOtWJhxSP4AWBfgxG4kGttQ7iImg5T0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dVWFp6ouwAtpOmdavPze1dRnPoPKuHTA { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.5625rem;width:31.25rem;top:0.716552734375rem;left:1.328125rem;overflow:hidden;display:block; }
#o2SxJrSnzflbETpmusIa9sf3ngGHOUPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:none; }#o2SxJrSnzflbETpmusIa9sf3ngGHOUPU > .row .container { border-width: 0; border-radius: 0; }#o2SxJrSnzflbETpmusIa9sf3ngGHOUPU > .row > .video-iframe-container {  }#o2SxJrSnzflbETpmusIa9sf3ngGHOUPU > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:none; }#qTJU978TkWsooKG74WNP7Guzt66kKl84 { color:#ffb100;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:38.6875rem;height:3.515625rem;font-style:normal;display:block; }
#CMAqMwsWJlwqTDswnVXOxXAoaFpQAEnO { color:#252525;display:block;width:50.1855625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:31.25rem;left:12.4375rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsRtQuTHQkRHcCGKw6vOmXAQDqkW6mNp { color:#2d4185;display:block;width:25.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:38.6875rem;height:1.71875rem;font-style:normal;display:block; }
#lZMiqbGJuGTydNkaqsDqOiPcqLSe4Ma9 { background-color:#ffb100;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:27.125rem;left:30.0625rem;display:block; }
#L3Kn4uZEflW9H1Vs0ZxP2MwV72LI4dso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CZggOHBiBdHPlRLxgOQbBnJ8nhFaTJZQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:38.875rem;top:4.43603515625rem;left:0.936279296875rem;overflow:hidden;display:block; }
#SXOzgPP1Jo2MIxKWvwVuVXegG1wGpcRU { color:#191919;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:38.6875rem;height:1.71875rem;display:block; }
#vS8pJJFWUhNl9uGcw3SHMf7h9X7t4tqT { color:#000000;display:block;width:23.6865rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:12rem;left:38.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OskeuVmdBcnxrbEantQDhNu7qenDWhPO { color:#1e1e1e;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.4375rem;left:38.6875rem;height:1.71875rem;display:block; }
#RSz43xSIzgRU3PeyctvCFuTGwixJB0Nb { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:17.375rem;left:38.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GiqX4ZwUTouc9BCzPOK4LdoNCw6sIQJ0 { color:#1e1e1e;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:20.75rem;left:38.6875rem;height:1.71875rem;display:block; }
#GPHKfV5nJWeRcs8IaIqndJCFTV16hUJd { color:#000000;display:block;width:30.375rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:22.8125rem;left:38.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container { background-color: transparent; background-image: none; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container > .video-iframe-container { display: none; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row > .video-iframe-container { display: none; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .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); }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container { border-width: 0; border-radius: 0; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row > .video-iframe-container {  }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#CO8ARoZbvRI75rJNOB0sXAlUw3TOa9MJ { 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; }
#AVClBcGrT7FBOBdytEKWtBnbcgl7odWt { 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.1125rem;text-align:center;text-align-last:center;display:block; }
#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container { background-color: transparent; background-image: none; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container > .video-iframe-container { display: none; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row > .video-iframe-container { display: none; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .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); }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container { border-width: 0; border-radius: 0; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row > .video-iframe-container {  }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#hPCfgi4q0tdyEDQZqyFVzTPzzQJVpvMB { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:14rem;left:6.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpgeDV3BgZi7aCWMMhkoqitsXeqn9AfV { 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:16.603515625rem;left:1.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbQSTQXBD96KNUDEFqBLVFaAmVEfUTRk { color:#000000;display:block;width:17.561197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:3.375rem;left:3.7197265625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZEQla6c7l99kSa27VFLKS18TuPpN5rn { 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:18.3125rem;width:21.875rem;top:1.375rem;left:1.5625rem;display:block; }
#fMSgZeB7TBTrLKduebbXcAT4KLlBqfX4 { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:14rem;left:31.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLlHfxUJD15VZlLaGaz77TyctuIDGyDz { color:#000000;display:block;width:18.49975rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:3.3740234375rem;left:28.248291015625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udvcNAo6TyWHHDWiEEery192A33roc30 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:18.375rem;width:21.875rem;top:1.375rem;left:26.562501907349rem;display:block; }
#E8UmOasML5Jk1itk2dTTzmPQHTvJG7lK { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16.603515625rem;left:26.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxEa27IWOFFcyeQfeUwMcOmbAn8qrUcx { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:18.3125rem;width:21.875rem;top:1.375rem;left:51.562501907349rem;display:block; }
#su3OWLL1pWuJVRUaT0u2vPeFA3Z9cAHt { color:#000000;display:block;width:17.559896469116rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:3.375rem;left:53.7197265625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUAbEFGy9pKWwacFs8ax7kzBz52HJy0B { color:#263a80;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.021484375rem;left:55.71875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#am8GOfM2DtzaN2H4h74RvCD9RJ5ge2KT { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:16.603515625rem;left:51.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdB6V7qFuSelcfnrvnz6y3G8AT09nOzO { position:absolute;display:block;z-index:100019;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:18.3125rem;width:21.875rem;top:22.1875rem;left:51.625rem;display:block; }
#JzA2c0Zdt7MJdrJ6pUlswIWxm8EIawE1 { position:absolute;display:block;z-index:100015;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:18.375rem;width:21.875rem;top:22.125rem;left:26.625rem;display:block; }
#fIUFaBMOFOI5FXAlfulczeWcuhlA8Nl4 { color:#000000;display:block;width:17.5595703125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.6;letter-spacing:0;top:24.625rem;left:53.7197265625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpAXc6NCq4S8wSlZXqTvTmuMiL5eUlZD { color:#000000;display:block;width:18.999rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.6;letter-spacing:0;top:25.5224609375rem;left:27.999267578125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKZBRuJ9ifbkPezVD3DooT4iTuSietRL { position:absolute;display:block;z-index:100011;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:18.3125rem;width:21.875rem;top:22.1875rem;left:1.625rem;display:block; }
#xbCL07rigGJbFMz4z9HZbGBps6ufPrOv { color:#000000;display:block;width:17.560546875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:24.5625rem;left:3.7197265625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f47b1DRoHBQ4bxFuiMlCpeDJweGzSyJN { color:#263a80;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:35.03125rem;left:55.71875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKl6FQcoynh3BDgKm0O9UnUkKNvuEqVb { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:35.03125rem;left:31.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SsKWQQ1Gq0GLagIDs2RoZGbm69qq4fMw { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:35.03125rem;left:6.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTCAGVPT9Brrf6slOQIsV8LBWorAlfwO { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:37.5625rem;left:1.53125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3DFMHbQKJXTF1KQE1CnaA0lnZbP2gEK { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:37.4375rem;left:26.53125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdSswlnXp1ZH475yEFMckMSOQO13eE8I { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:37.5625rem;left:51.53125rem;height:1.3rem;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:rgba(12,33,50,0.91);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:cover !important;position:relative;display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container {  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;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:2.1234817504883rem;left:0.3125rem;height:3.9rem;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:6.6875rem;left:28.374307632446rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { color:#ffffff;display:block;width:40.1248125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:23.625011444092rem;left:17.40625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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.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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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.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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width: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:9.1318359375rem;left:23.65625rem;z-index:100015; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #ONzsFwTTqzZ3cdpILzyCAl4XF9ipUg1D { display:flex;position:relative;top:0rem;left:0rem; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #MCbeNEfAy8hdEFJU2Z7eK8q3tF5WSUMG { width:auto; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #xCp2Qp8GN4gUtng9sVtLXcEbdb7PJqKe {  }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #mozXdx7akXFZsHQvw6700FCMykWyMUHL { display:flex;position:relative;top:0rem;left:0rem; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #t8MVEpBCZuRWXGNxs7sCL8WEmCk2tJut {  }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #FdZSKu22noDARHGTrXs0GotFTBeT8S6F {  }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #puhP3516yfF1riBu68AMLyiPvbI2WTqm { display:flex;position:relative;top:0rem;left:0rem; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #TGhehal9SIoVaqB5R3LTXhsSi435mEMW {  }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #GO5QhdffELuWoC7f6QRTnBeAZSu9voTM {  }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #TdsF7zwFyGHkrdXyQI4UhWSwK205q6GX { display:flex;position:relative;top:0rem;left:0rem; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #EnazIUTCOOagX4yIAsbZGAlMwCDKdSsT {  }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #A6zO7K1phuwG3N8bJegH2iTcRQBMAmcE {  }
#FeBpqZ9ISZCxP6W0QVoMbi4OEqg8QNEU { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:18.6171875rem;left:16.34375rem;display:block; }
#PT7gIT8OGEQFlspK60NvA93IXMVZQ8bM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TFDUuN6es4ZwXFPJAuQvqnRvAfdwyCNx { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:18.6171875rem;left:38.529296875rem;display:block; }
#legN7zmTgt2e8seBNEk6r8UKUGXHsxsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container { background-color: transparent; background-image: none; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container > .video-iframe-container { display: none; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row > .video-iframe-container { display: none; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .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); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container { border-width: 0; border-radius: 0; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row > .video-iframe-container {  }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#mWT7Dp3lkwPFqtpNSzlBHUxQbkvazASs { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:5.806884765625rem;left:3.56201171875rem;height:3.4375rem;font-style:normal;display:block; }
#mbQLKw4zbSLAJHQG21KWtikedzGvZnO8 { color:#282828;display:block;width:30.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.999267578125rem;left:3.56201171875rem;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; }
#sh7b6KypO39xrTV94fGHp9r1CPqxvMtu { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:32.562255859375rem;left:3.56201171875rem;display:block; }
#vWEJ4l5JaSl6HVVzKlZbSA7Kn6vwhpya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTtrlkSv5reGzhTnKAanlDanofikWqol { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;top:5rem;left:36.46728515625rem;overflow:hidden;display:block; }
#f2LXTwMTkrevOtNtPTpWydfAXFh1XBzk { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:3.558349609375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#uvy63b7PwsiRNUkkLUyoCrJaKlyQ6iQ5 { 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; }
#PDriGz2FxitKrIF6t0IVD4mse6qJkyoQ { 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; }
#KrAwCGrzeLQwvcTVao48RvPA33I3n1pR { color:#282828;display:block;width:23.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:11.5625rem;left:5.186767578125rem;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; }
#fqvI6OvVggu495WnCn3dq9c5ITqUdhig { 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:10.374755859375rem;left:3.56201171875rem;height:5.44375rem;display:block; }
#vxPQ97LOv3dlH3k9QqTHAt6qUX5JWkyJ { color:#000000;display:block;width:14.5605625rem;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:37.889404296875rem;left:3.56201171875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zgZ3qVprLkN77wa29fw22wqXsLA85MTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#zgZ3qVprLkN77wa29fw22wqXsLA85MTP > .row .container { border-width: 0; border-radius: 0; }#zgZ3qVprLkN77wa29fw22wqXsLA85MTP > .row > .video-iframe-container {  }#zgZ3qVprLkN77wa29fw22wqXsLA85MTP > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:none; }#UNOxQfhpgRt9huEJae8HteX4MIZDH532 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:5.87109375rem;left:3.5625rem;height:6.875rem;font-style:normal;display:block; }
#Jki4qkv56L8dXpxxKvFVBLUWbmPVawHS { color:#282828;display:block;width:29.4998125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:22.6240234375rem;left:3.5615234375rem;height:13.359375rem;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; }
#lsGdIAL5wRHpngDnw3CdIE5oVT3CnIsJ { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:38.875rem;left:3.5625rem;display:block; }
#TQzTLCcP1grfg5KnUhTdToLiRhBcx1ka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cTg2Kpkwq4a18xTRGkTxTe55KRFSeNbk { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:36.5625rem;top:21.6865234375rem;left:34.125rem;overflow:hidden;display:block; }
#HQVBiWdC5IZA6ZTL5Jl52rCml0Utzaig { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:3.80859375rem;left:3.75rem;height:1.71875rem;font-style:normal;display:block; }
#zlx5wv01ZdnhmJlhsBr7m3IWGvtp7MH9 { 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; }
#xeDieV7xCWUT5MViiEb7ZIXTXR2oBJBC { 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; }
#CPquKcF4WMuE40Kg0ifrtwon7SlyXSKE { color:#282828;display:block;width:23.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:15.9375rem;left:5.1875rem;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; }
#DRd6ExTbFi4dnOg6VT6xESn2uqId7v3O { 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:14.75rem;left:3.5625rem;height:5.390625rem;display:block; }
#mmzaQTuoT8tssmgWFmkSNcLySNQ7Zput { position:absolute;display:block;z-index:100017;height:6.6865rem;width:11.9365rem;top:37.1240234375rem;left:43.92578125rem;display:block; }
#dOHak2JVktxoMBfgrmWt7DCirWTA9svV { position:absolute;display:block;z-index:100018;height:2.311525rem;width:4.249025rem;top:37.5947265625rem;left:36.3349609375rem;display:block; }
#Za5w9RMb8BQE80bA9i1v3vK6NnlbpJKx { color:#000000;display:block;width:14.5625rem;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:43.5rem;left:3.5625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;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; }#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.975rem;text-align:center;text-align-last:center;display:block; }
#nIRZDxdLLcu8EC0o2wxX5qu6ahigDRpe { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:12.125rem;top:1.96875rem;left:12.6875rem;overflow:hidden;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.1875rem;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.5rem;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:1rem;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.5rem;left:0rem;width:35.9375rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:21.6875rem;left:0rem;width:30.625rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:15rem;height:3.125rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.4375rem;height:3.125rem;top:36.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:37.25rem;left:5.75rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { top:6.75rem;left:10.1875rem;width:37.5625rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.25rem;left:0rem;width:29.5rem;height:1.6875rem;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:15.3125rem;left:0rem;width:23.5625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMFsmzMUdCnwlsfNSo3edzByFGH7cMvE { top:14.125rem;left:0rem;width:2.1875rem;height:5.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B14dzQsr4C6wkXBJNHlS1kE3rMBOBIiP { top:7.875rem;left:35.624267578125rem;width:11.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4eHTLQHf3t5PUfD4DzMNTugtoX7bS8g { top:7.875rem;left:43.5625rem;width:4.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQt7sVAHaOD8tFt5eGhSqORTIXn87WdF { top:41.625rem;left:0rem;width:14.5rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6JOLegPA4L6KnKTGw3a6X9ZiIzPUStV { top:46.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp { display:block; }#hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuwHx8dfGESdSPfwFDTg4kQsMyy7bOKw { top:5.5625rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9o3UTvPuDI9ElMVkpNcG4wJ7IAHXBh5 { top:2.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIv08DASmEXtX42duXObre0Esmb4zkfH { display:block; }#GIv08DASmEXtX42duXObre0Esmb4zkfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTXUfdOCGM5MknEk8MOyaSXMHhf6D46S { top:5rem;left:0rem;width:31.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quZ2AliBCfudL8z8SxXGggoDUt4iPT9M { top:3.1875rem;left:0rem;width:3.5625rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKgSSI6tMKbTJzobcOz9C98v4rF0f8Cb { top:8.875rem;left:1.90625rem;width:20.0625rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkM9qQ5D95r2oTKSMdfsLuy9sd8249bW { top:12.125rem;left:1.25rem;width:21.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXCtDFBE3ISAioHTIvZ9OmKlTopDuIi { top:15.5625rem;left:0rem;width:22.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k22ksbTgTCo3NhxkVF1lv74f2GSchapo { top:5.0625rem;left:16.6875rem;width:31.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryyfdWT8cgcoTDKtT82FLEGT1yQiCgtv { top:15.5625rem;left:23.875rem;width:23.8125rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyNfkDuI74GuJkhqzzm0zFhKpWt2kdo { top:8.8125rem;left:26.342882156372rem;width:20.5625rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH5FvVuTU9EgCO1eMw8ePbwTOfyRyTDW { top:12.125rem;left:25.125rem;width:21.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSrLQoWwxFUlUTT0TDDUAQmzliFq7RPE { top:3.25rem;left:23.875rem;width:3.5625rem;height:5.6875rem;font-size:4.375rem;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:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:3.0625rem;left:2.15625rem;width:43.4375rem;height:3.875rem;font-size:3rem;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:1.75rem;left:14.781251907349rem;width:18.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:12.9375rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2.125rem;font-size:1.6875rem;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:16.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #VafaeezvAi6aoOTiJUoBDZzzOo7vTN4l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #UvluNWqFOTzT9roestveOmrZPpmMvvAT {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #G4rsOyNzcTFmofMyXMUAG5AbpiuZP5QW {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #natNurmUiBxL8eTXoTl7q8AaI6R4WvTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #wwzAGQDDLFFGHRoutueFlU38a17E6yWb {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #qR5yqDaIRh3pBmKf6Aa7feMHvg5VK10A {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #OG0tcKOxOSO8sly1oysP5GVTrKralJDM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #DUQdDgxCibcXmNFRTWDbdDuoxXaNCK82 {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #fy2iT8WiKaeTVPRABJGvCT1m7lycMuMq {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #wwEIs9wilqVBdoIneOXOsGGCZB7EtwLQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #bCysDu8FIr3p1HviUVikdT03ebN9bs6V {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #sl0nzCrdpaTtFKFcob93kcGTFSLKXnRo {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:2.75rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:6.4375rem;left:0rem;width:38.3125rem;height:1.6875rem;font-size:1rem;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:0rem;width:21.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:18.25rem;left:0rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.3125rem;left:13.8125rem;width:17.9375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:18.1875rem;left:9.9375rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.3125rem;left:25.75rem;width:21.875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:18.1875rem;left:25.75rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:21.25rem;left:0rem;width:16.875rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:21.25rem;left:13.75rem;width:18rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.75rem;left:4.303466796875rem;width:7.875rem;height:7.7514725337031rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:3.5rem;left:19.75rem;width:8.125rem;height:8.18725rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4rem;left:35.528564453125rem;width:7rem;height:7.0617056678588rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:21.25rem;left:31.1875rem;width:16.4375rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKpyGb6eWCct75SyWLQirev7uzBgMhxw { display:block; }#cKpyGb6eWCct75SyWLQirev7uzBgMhxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQH5gtVF211b6WeRUtDMd6equ3zXtbVE { top:6.4375rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlillEvKudqy2Zp2o8dPVzKP5ayipvoC { top:2.375rem;left:0rem;width:42.0625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vICz45C5EWSt1r1frM2yIemd7A1p0LAq { display:block; }#vICz45C5EWSt1r1frM2yIemd7A1p0LAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MW7yv5zgGL02tgI9uiIiar4kmTPd2fJn { top:2.25rem;left:0rem;width:33.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHoZxrJuXN71EdWSBgFuKTCL8SiikC5 { top:4.0625rem;left:0rem;width:35.1875rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTlxhhJ3WuG8QfJadsTfgWs7biArBU9t { top:7.5rem;left:0rem;width:32.4375rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U { top:14.0625rem;left:0rem;width:34.3125rem;height:7.9375rem;font-size:0.9375rem;display:block; }#LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U li:before{  }
 }@media only screen and (max-width: 763px) { #wVw5VuJZOJ2Ar0fFhTg6RaGvURUHzcdV { width:15rem;height:2.875rem;top:23.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwIf2sKPC7Z1zGMCkLXiuziTKmwhSb4K { display:block; }
 }@media only screen and (max-width: 763px) { #yGKTIUU3CAheuJQq4ChOMbhJFLIcQvwF { top:27rem;left:0rem;width:32.6875rem;height:1.375rem;font-size:0.75rem;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:5.5rem;left:0rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFqPswZDCdH2U8JbCrAMIuAIb3HHdd2I { top:4.875rem;left:18.4365234375rem;width:18.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa61eravGOL9FsZBvqdcEA76rybaospO { top:8.5rem;left:18.435546875rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBV4nPts9ClWnmMEISIm4Hs3h5IIzsSd { top:32.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW8HmGiTBtlppo4pxI2pUADTiOlm3dut { top:13.1875rem;left:18.4345703125rem;width:24.375rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4bg0AhWKa8qwL7TnXu8FtH4HV5LrIO { top:23.3125rem;left:10.5rem;width:37.25rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:3.1875rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { top:6.3125rem;left:4.6861209869385rem;width:38.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzwtFQoFFIRIbHT4Jodgyf1MwTrc5W1f { top:6.625rem;left:5.9359378814697rem;width:35.8125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9lm6sRaM8zKoEdCsZ3AqBbgVUiyICli { width:25.3125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMQ4tk1bGuTlLWu1G4KDvDsuK8xIwyan { top:2rem;left:0rem;width:29.1875rem;height:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4uWyu5A8vNlIc17M9OX7T8MwqH4uEWc { top:3.75rem;left:25.125rem;width:22.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdmaqxhrAld09PerzVX3SB5DyM42WlJ { top:2.0625rem;left:0.03125rem;width:23.6875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBkdsb8X5y5fBAcJQhcKPUvbHqa6ZKXn { top:3.75rem;left:0.625rem;width:22.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS5BI3TwJBsdEz97n9fFPTUqmknJ34Pt { top:6.8125rem;left:2.90625rem;width:17.9375rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ren65Bxmbh4gc9OE9vRJvyPyiPvQer2O { top:6.8125rem;left:27.500001907349rem;width:17.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTiXCPuc6aSdaMhozpG1QpNwzD5IE3Ab { top:2.0625rem;left:24.0625rem;width:23.6875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:11.375rem;height:3.125rem;top:13.125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #eu8bMct7NBeifPqDntOHQH328U8gpIT4 { width:11.375rem;height:3.125rem;top:13.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQzWC6vdXAKOczmJIBgxxwhLThPCZSc8 { display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2FQFRtcScOk5U5kp1nGpQGEofUBElE8 { top:0.5625rem;left:8.65625rem;width:32.625rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn { display:block; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF3xq1K79VTSDQZdh5LZb7xmn2f1GTvw { top:3.75rem;left:18.5625rem;width:29.1875rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlOXgmp09eVKbMggIMyf0mxW1dRR9df { top:29.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp { top:12.3125rem;left:20.9990234375rem;width:24.4375rem;height:;font-size:0.875rem;display:block; }#z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp li:before{  }
 }@media only screen and (max-width: 763px) { #JasXHFPEBZLV0TFd571unrRfVPJQdo2b { top:7.0625rem;left:20.9990234375rem;width:22.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THWwdDqAPaNC2s0gifWMw6aX9riMSCx2 { width:15rem;height:3.125rem;top:24.375rem;left:21.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOOtWJhxSP4AWBfgxG4kGttQ7iImg5T0 { display:block; }
 }@media only screen and (max-width: 763px) { #dVWFp6ouwAtpOmdavPze1dRnPoPKuHTA { top:0.6875rem;left:0rem;width:31.25rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2SxJrSnzflbETpmusIa9sf3ngGHOUPU { display:block; }#o2SxJrSnzflbETpmusIa9sf3ngGHOUPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTJU978TkWsooKG74WNP7Guzt66kKl84 { top:2.9375rem;left:18.5625rem;width:29.1875rem;height:3.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMAqMwsWJlwqTDswnVXOxXAoaFpQAEnO { top:31.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsRtQuTHQkRHcCGKw6vOmXAQDqkW6mNp { top:6.4375rem;left:22.4375rem;width:25.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZMiqbGJuGTydNkaqsDqOiPcqLSe4Ma9 { width:15rem;height:3.125rem;top:27.125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Kn4uZEflW9H1Vs0ZxP2MwV72LI4dso { display:block; }
 }@media only screen and (max-width: 763px) { #CZggOHBiBdHPlRLxgOQbBnJ8nhFaTJZQ { top:4.375rem;left:0rem;width:38.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOzgPP1Jo2MIxKWvwVuVXegG1wGpcRU { top:10.0625rem;left:15.125rem;width:32.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS8pJJFWUhNl9uGcw3SHMf7h9X7t4tqT { top:12rem;left:24.125rem;width:23.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OskeuVmdBcnxrbEantQDhNu7qenDWhPO { top:15.4375rem;left:15.125rem;width:32.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSz43xSIzgRU3PeyctvCFuTGwixJB0Nb { top:17.375rem;left:18rem;width:29.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiqX4ZwUTouc9BCzPOK4LdoNCw6sIQJ0 { top:20.75rem;left:15.125rem;width:32.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHKfV5nJWeRcs8IaIqndJCFTV16hUJd { top:22.8125rem;left:17.4375rem;width:30.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 { display:block; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO8ARoZbvRI75rJNOB0sXAlUw3TOa9MJ { top:2.5625rem;left:5.9348964691162rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVClBcGrT7FBOBdytEKWtBnbcgl7odWt { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbeezl8ws8W0hLwWMqhcel2rQxISZqEd { display:block; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPCfgi4q0tdyEDQZqyFVzTPzzQJVpvMB { top:13.9375rem;left:1.6875rem;width:12.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpgeDV3BgZi7aCWMMhkoqitsXeqn9AfV { top:16.5625rem;left:0rem;width:21.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbQSTQXBD96KNUDEFqBLVFaAmVEfUTRk { top:3.3125rem;left:0rem;width:17.5rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZEQla6c7l99kSa27VFLKS18TuPpN5rn { top:1.375rem;left:0rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSgZeB7TBTrLKduebbXcAT4KLlBqfX4 { top:13.9375rem;left:17.5625rem;width:12.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLlHfxUJD15VZlLaGaz77TyctuIDGyDz { top:3.3125rem;left:13.3125rem;width:18.4375rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udvcNAo6TyWHHDWiEEery192A33roc30 { top:1.375rem;left:9.875rem;width:21.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8UmOasML5Jk1itk2dTTzmPQHTvJG7lK { top:16.5625rem;left:10.125rem;width:21.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxEa27IWOFFcyeQfeUwMcOmbAn8qrUcx { top:1.375rem;left:25.75rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su3OWLL1pWuJVRUaT0u2vPeFA3Z9cAHt { top:3.3125rem;left:30.125rem;width:17.5rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUAbEFGy9pKWwacFs8ax7kzBz52HJy0B { top:14rem;left:32.9052734375rem;width:13.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8GOfM2DtzaN2H4h74RvCD9RJ5ge2KT { top:16.5625rem;left:26.25rem;width:21.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdB6V7qFuSelcfnrvnz6y3G8AT09nOzO { top:22.1875rem;left:25.75rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzA2c0Zdt7MJdrJ6pUlswIWxm8EIawE1 { top:22.125rem;left:9.875rem;width:21.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUFaBMOFOI5FXAlfulczeWcuhlA8Nl4 { top:24.5625rem;left:30.125rem;width:17.5rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpAXc6NCq4S8wSlZXqTvTmuMiL5eUlZD { top:25.5rem;left:12.8125rem;width:18.9375rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKZBRuJ9ifbkPezVD3DooT4iTuSietRL { top:22.1875rem;left:0rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbCL07rigGJbFMz4z9HZbGBps6ufPrOv { top:24.5rem;left:0rem;width:17.5rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47b1DRoHBQ4bxFuiMlCpeDJweGzSyJN { top:35rem;left:32.9052734375rem;width:13.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKl6FQcoynh3BDgKm0O9UnUkKNvuEqVb { top:35rem;left:17.5625rem;width:12.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsKWQQ1Gq0GLagIDs2RoZGbm69qq4fMw { top:35rem;left:1.6875rem;width:12.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCAGVPT9Brrf6slOQIsV8LBWorAlfwO { top:37.5rem;left:0rem;width:21.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DFMHbQKJXTF1KQE1CnaA0lnZbP2gEK { top:37.375rem;left:9.875rem;width:21.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdSswlnXp1ZH475yEFMckMSOQO13eE8I { top:37.5rem;left:25.75rem;width:21.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:2.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.6875rem;left:14.748697280884rem;width:18.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { top:23.625rem;left:3.78125rem;width:40.0625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #ONzsFwTTqzZ3cdpILzyCAl4XF9ipUg1D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #MCbeNEfAy8hdEFJU2Z7eK8q3tF5WSUMG {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #xCp2Qp8GN4gUtng9sVtLXcEbdb7PJqKe {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #mozXdx7akXFZsHQvw6700FCMykWyMUHL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #t8MVEpBCZuRWXGNxs7sCL8WEmCk2tJut {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #FdZSKu22noDARHGTrXs0GotFTBeT8S6F {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #puhP3516yfF1riBu68AMLyiPvbI2WTqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #TGhehal9SIoVaqB5R3LTXhsSi435mEMW {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #GO5QhdffELuWoC7f6QRTnBeAZSu9voTM {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #TdsF7zwFyGHkrdXyQI4UhWSwK205q6GX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #EnazIUTCOOagX4yIAsbZGAlMwCDKdSsT {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #A6zO7K1phuwG3N8bJegH2iTcRQBMAmcE {  }
 }@media only screen and (max-width: 763px) { #FeBpqZ9ISZCxP6W0QVoMbi4OEqg8QNEU { width:19.375rem;height:3.125rem;top:18.5625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7gIT8OGEQFlspK60NvA93IXMVZQ8bM { display:block; }
 }@media only screen and (max-width: 763px) { #TFDUuN6es4ZwXFPJAuQvqnRvAfdwyCNx { width:19.0625rem;height:3.125rem;top:18.5625rem;left:24.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #legN7zmTgt2e8seBNEk6r8UKUGXHsxsZ { display:block; }
 }@media only screen and (max-width: 763px) { #l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn { display:block; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWT7Dp3lkwPFqtpNSzlBHUxQbkvazASs { top:5.75rem;left:0rem;width:35.9375rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQLKw4zbSLAJHQG21KWtikedzGvZnO8 { top:17.9375rem;left:0rem;width:30.6875rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh7b6KypO39xrTV94fGHp9r1CPqxvMtu { width:15rem;height:3.125rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWEJ4l5JaSl6HVVzKlZbSA7Kn6vwhpya { display:block; }
 }@media only screen and (max-width: 763px) { #KTtrlkSv5reGzhTnKAanlDanofikWqol { top:5rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LXTwMTkrevOtNtPTpWydfAXFh1XBzk { top:3.5rem;left:0rem;width:29.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvy63b7PwsiRNUkkLUyoCrJaKlyQ6iQ5 { top:18.125rem;left:0rem;width:23.5625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDriGz2FxitKrIF6t0IVD4mse6qJkyoQ { top:17rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrAwCGrzeLQwvcTVao48RvPA33I3n1pR { top:11.5625rem;left:0rem;width:23.5625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvI6OvVggu495WnCn3dq9c5ITqUdhig { top:10.3125rem;left:0rem;width:2.1875rem;height:5.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPQ97LOv3dlH3k9QqTHAt6qUX5JWkyJ { top:37.875rem;left:0rem;width:14.5rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZ3qVprLkN77wa29fw22wqXsLA85MTP { display:block; }#zgZ3qVprLkN77wa29fw22wqXsLA85MTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNOxQfhpgRt9huEJae8HteX4MIZDH532 { top:5.8125rem;left:0rem;width:35.9375rem;height:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jki4qkv56L8dXpxxKvFVBLUWbmPVawHS { top:22.5625rem;left:0rem;width:29.4375rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsGdIAL5wRHpngDnw3CdIE5oVT3CnIsJ { width:15rem;height:3.1875rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzTLCcP1grfg5KnUhTdToLiRhBcx1ka { display:block; }
 }@media only screen and (max-width: 763px) { #cTg2Kpkwq4a18xTRGkTxTe55KRFSeNbk { top:21.625rem;left:11.1875rem;width:36.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVBiWdC5IZA6ZTL5Jl52rCml0Utzaig { top:3.75rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlx5wv01ZdnhmJlhsBr7m3IWGvtp7MH9 { top:18.125rem;left:0rem;width:23.5625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeDieV7xCWUT5MViiEb7ZIXTXR2oBJBC { top:17rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPquKcF4WMuE40Kg0ifrtwon7SlyXSKE { top:15.9375rem;left:0rem;width:23.5625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRd6ExTbFi4dnOg6VT6xESn2uqId7v3O { top:14.75rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmzaQTuoT8tssmgWFmkSNcLySNQ7Zput { top:37.0625rem;left:30.30078125rem;width:11.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHak2JVktxoMBfgrmWt7DCirWTA9svV { top:37.5625rem;left:22.7099609375rem;width:4.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za5w9RMb8BQE80bA9i1v3vK6NnlbpJKx { top:43.5rem;left:0rem;width:14.5625rem;height:5.5rem;font-size:0.75rem;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) { #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) { #nIRZDxdLLcu8EC0o2wxX5qu6ahigDRpe { top:1.9375rem;left:5.875rem;width:12.125rem;height:2.375rem;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.0091146230698rem;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:56.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:2.0625rem;top:6.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6865rem;height:13.125rem;top:24.6240234375rem;left:0.655517578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12.5rem;height:2.6875rem;top:38.0615234375rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:1.75rem;top:48.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:47.5rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { width:20rem;height:20rem;top:4.3896484375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.5rem;top:5.125rem;left:0.1875rem;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:20rem;height:3.375rem;top:19.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMFsmzMUdCnwlsfNSo3edzByFGH7cMvE { width:2.1875rem;height:auto;top:14.125rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B14dzQsr4C6wkXBJNHlS1kE3rMBOBIiP { width:5.8125rem;height:3.1875rem;top:45.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4eHTLQHf3t5PUfD4DzMNTugtoX7bS8g { width:4.25rem;height:2.3125rem;top:47.1875rem;left:0.625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #AQt7sVAHaOD8tFt5eGhSqORTIXn87WdF { width:14.5625rem;height:3.375rem;top:41.9375rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6JOLegPA4L6KnKTGw3a6X9ZiIzPUStV { width:20rem;height:3.65625rem;top:51.77734375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp { display:none; }#hzGzsHh5NVcyGL0oL3JumlvxZshrsxwp > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fuwHx8dfGESdSPfwFDTg4kQsMyy7bOKw { width:20rem;height:1.25rem;top:5.4361953735351rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9o3UTvPuDI9ElMVkpNcG4wJ7IAHXBh5 { width:15.686875rem;height:3rem;top:1.5625rem;left:2.156033039093rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GIv08DASmEXtX42duXObre0Esmb4zkfH { display:none; }#GIv08DASmEXtX42duXObre0Esmb4zkfH > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTXUfdOCGM5MknEk8MOyaSXMHhf6D46S { width:20rem;height:14.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quZ2AliBCfudL8z8SxXGggoDUt4iPT9M { width:1.625rem;height:2.58333125rem;top:0.625rem;left:9.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKgSSI6tMKbTJzobcOz9C98v4rF0f8Cb { width:20rem;height:2rem;top:3.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkM9qQ5D95r2oTKSMdfsLuy9sd8249bW { width:20rem;height:1.25rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXCtDFBE3ISAioHTIvZ9OmKlTopDuIi { width:19.25rem;height:4.66666875rem;top:9.96875rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k22ksbTgTCo3NhxkVF1lv74f2GSchapo { width:20rem;height:14.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryyfdWT8cgcoTDKtT82FLEGT1yQiCgtv { width:19.1875rem;height:4.66666875rem;top:27.1875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyNfkDuI74GuJkhqzzm0zFhKpWt2kdo { width:20rem;height:2rem;top:21.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH5FvVuTU9EgCO1eMw8ePbwTOfyRyTDW { width:20rem;height:1.25rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSrLQoWwxFUlUTT0TDDUAQmzliFq7RPE { width:1.875rem;height:2.58333125rem;top:18.4375rem;left:9.0625rem;font-size:2rem;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:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.54296875rem;top:7.32421875rem;left:0.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:19.540367126465rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.1933625rem;top:4.69921875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:26.5rem;top:2.3125305175781rem;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:17.8125rem;height:3.65625rem;top:23.371875762939rem;left:1.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL .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; }
#CW4aNp6LFeTQHKip88DUXarpuz1p37NL { display:flex;width:19.125rem;height:5.24375rem;top:11.375rem;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) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #VafaeezvAi6aoOTiJUoBDZzzOo7vTN4l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #UvluNWqFOTzT9roestveOmrZPpmMvvAT {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #G4rsOyNzcTFmofMyXMUAG5AbpiuZP5QW {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #natNurmUiBxL8eTXoTl7q8AaI6R4WvTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #wwzAGQDDLFFGHRoutueFlU38a17E6yWb {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #qR5yqDaIRh3pBmKf6Aa7feMHvg5VK10A {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #OG0tcKOxOSO8sly1oysP5GVTrKralJDM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #DUQdDgxCibcXmNFRTWDbdDuoxXaNCK82 {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #fy2iT8WiKaeTVPRABJGvCT1m7lycMuMq {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #wwEIs9wilqVBdoIneOXOsGGCZB7EtwLQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #bCysDu8FIr3p1HviUVikdT03ebN9bs6V {  }
 }@media only screen and (max-width: 763px) { #CW4aNp6LFeTQHKip88DUXarpuz1p37NL #sl0nzCrdpaTtFKFcob93kcGTFSLKXnRo {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:17.37425rem;height:2.5996125rem;top:5.37353515625rem;left:1.31103515625rem;font-size:1rem;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:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:20rem;height:3.8984375rem;top:10.986328125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:17.1875rem;height:1.29980625rem;top:15.401611328125rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:16.9375rem;height:3.8984375rem;top:36.60546875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:14.87425rem;height:1.29980625rem;top:40.882568359375rem;left:2.529296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.6875rem;height:3.8984375rem;top:61.75390625rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:20rem;height:1.29980625rem;top:65.93994140625rem;left:0.123779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:15.49925rem;height:4.875rem;top:43.759765625rem;left:2.216796875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:16.25rem;height:6.09375rem;top:69.01171875rem;left:1.9677734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.186525rem;height:6.12426875rem;top:3.123779296875rem;left:6.905517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:28.994140625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.25rem;height:6.25rem;top:54.333984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:23.625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:24.6875rem;top:26.687494754791rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:23.625rem;top:53.013671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.25rem;height:6.09375rem;top:17.8740234375rem;left:1.7802734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKpyGb6eWCct75SyWLQirev7uzBgMhxw { display:none; }#cKpyGb6eWCct75SyWLQirev7uzBgMhxw > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQH5gtVF211b6WeRUtDMd6equ3zXtbVE { width:20rem;height:1.25rem;top:5.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlillEvKudqy2Zp2o8dPVzKP5ayipvoC { width:20rem;height:1.91666875rem;top:7.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vICz45C5EWSt1r1frM2yIemd7A1p0LAq { display:none; }#vICz45C5EWSt1r1frM2yIemd7A1p0LAq > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MW7yv5zgGL02tgI9uiIiar4kmTPd2fJn { width:20rem;height:14.775375rem;top:8.1727352142331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHoZxrJuXN71EdWSBgFuKTCL8SiikC5 { width:17.7495625rem;height:1.91666875rem;top:1.1870651245118rem;left:1.1241321563721rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lTlxhhJ3WuG8QfJadsTfgWs7biArBU9t { width:20rem;height:2.33333125rem;top:5.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U { width:20rem;height:14.2708125rem;top:22.945959091186rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#LFNcTEKWRsQgngHfFhVfdEDQuuNLtF1U li:before{  }
 }@media only screen and (max-width: 763px) { #wVw5VuJZOJ2Ar0fFhTg6RaGvURUHzcdV { width:15rem;height:2.874025rem;top:39.4365234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwIf2sKPC7Z1zGMCkLXiuziTKmwhSb4K { display:block; }
 }@media only screen and (max-width: 763px) { #yGKTIUU3CAheuJQq4ChOMbhJFLIcQvwF { width:20rem;height:2.16666875rem;top:44.207033157349rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;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) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.0625rem;top:2.5390625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { width:20rem;height:1.125rem;top:5.0416564941406rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rzwtFQoFFIRIbHT4Jodgyf1MwTrc5W1f { width:20rem;height:1.5rem;top:5.8515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:20rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O9lm6sRaM8zKoEdCsZ3AqBbgVUiyICli { top:2.0058462340385rem;left:0.40538203716278rem;width:19.25rem;height:12.1875rem;z-index:100060;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZMQ4tk1bGuTlLWu1G4KDvDsuK8xIwyan { width:16.75rem;height:16.75rem;top:-7.302085626465rem;left:-14.973958313465rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #H4uWyu5A8vNlIc17M9OX7T8MwqH4uEWc { width:20rem;height:2rem;top:21.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLdmaqxhrAld09PerzVX3SB5DyM42WlJ { width:20rem;height:16.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBkdsb8X5y5fBAcJQhcKPUvbHqa6ZKXn { width:20rem;height:2rem;top:2.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS5BI3TwJBsdEz97n9fFPTUqmknJ34Pt { width:16.75rem;height:5.5rem;top:5.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ren65Bxmbh4gc9OE9vRJvyPyiPvQer2O { width:20rem;height:8.25rem;top:24.21875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTiXCPuc6aSdaMhozpG1QpNwzD5IE3Ab { width:20rem;height:17.4375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:32.46875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #eu8bMct7NBeifPqDntOHQH328U8gpIT4 { width:11.375rem;height:3.125rem;top:12rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQzWC6vdXAKOczmJIBgxxwhLThPCZSc8 { display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q2FQFRtcScOk5U5kp1nGpQGEofUBElE8 { width:20rem;height:3.5625rem;top:0.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn { background-color:#f8f8f8;background-image:none;display:block; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container { background-color: transparent; background-image: none; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container > .video-iframe-container { display: none; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row > .video-iframe-container { display: none; }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .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); }#FZKoZUD1tmsTrHoG7ZedZvhnhZla6KOn > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF3xq1K79VTSDQZdh5LZb7xmn2f1GTvw { width:18.875rem;height:2.35546875rem;top:2.75rem;left:0.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFlOXgmp09eVKbMggIMyf0mxW1dRR9df { width:17.24975rem;height:2.76171875rem;top:36rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp { width:17.4353125rem;height:9.121125rem;top:19.99755859375rem;left:1.28173828125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#z8NXJ8EBekci8ezVFEiCfkkfF6I6v7Qp li:before{  }
 }@media only screen and (max-width: 763px) { #JasXHFPEBZLV0TFd571unrRfVPJQdo2b { width:20rem;height:1.29980625rem;top:1.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THWwdDqAPaNC2s0gifWMw6aX9riMSCx2 { width:12.5rem;height:3.125rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOOtWJhxSP4AWBfgxG4kGttQ7iImg5T0 { display:block; }
 }@media only screen and (max-width: 763px) { #dVWFp6ouwAtpOmdavPze1dRnPoPKuHTA { width:19.0625rem;height:19.125rem;top:2.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2SxJrSnzflbETpmusIa9sf3ngGHOUPU { background-color:#f8f8f8;background-image:none;display:none; }#o2SxJrSnzflbETpmusIa9sf3ngGHOUPU > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTJU978TkWsooKG74WNP7Guzt66kKl84 { width:18.8745rem;height:2.4375rem;top:1.56005859375rem;left:0.52978515625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMAqMwsWJlwqTDswnVXOxXAoaFpQAEnO { width:17.9373125rem;height:3.75rem;top:44.875rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsRtQuTHQkRHcCGKw6vOmXAQDqkW6mNp { width:20rem;height:1.25rem;top:4.49951171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZMiqbGJuGTydNkaqsDqOiPcqLSe4Ma9 { width:12.5rem;height:3.125rem;top:40.0625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Kn4uZEflW9H1Vs0ZxP2MwV72LI4dso { display:block; }
 }@media only screen and (max-width: 763px) { #CZggOHBiBdHPlRLxgOQbBnJ8nhFaTJZQ { width:19.75rem;height:11.125rem;top:7.29736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOzgPP1Jo2MIxKWvwVuVXegG1wGpcRU { width:20rem;height:1.75rem;top:20.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vS8pJJFWUhNl9uGcw3SHMf7h9X7t4tqT { width:20rem;height:1.1875rem;top:22.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OskeuVmdBcnxrbEantQDhNu7qenDWhPO { width:20rem;height:3.5rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSz43xSIzgRU3PeyctvCFuTGwixJB0Nb { width:16.62475rem;height:2.375rem;top:29.5rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiqX4ZwUTouc9BCzPOK4LdoNCw6sIQJ0 { width:20rem;height:1.75rem;top:33.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPHKfV5nJWeRcs8IaIqndJCFTV16hUJd { width:16.875rem;height:2.375rem;top:36.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 { display:block; }#IVWQONSkuhxJLPM0akLSdg6qv2Nvoyb7 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO8ARoZbvRI75rJNOB0sXAlUw3TOa9MJ { width:20rem;height:2.19921875rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVClBcGrT7FBOBdytEKWtBnbcgl7odWt { width:20rem;height:1.29980625rem;top:4.6666667461395rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbeezl8ws8W0hLwWMqhcel2rQxISZqEd { display:block; }#bbeezl8ws8W0hLwWMqhcel2rQxISZqEd > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPCfgi4q0tdyEDQZqyFVzTPzzQJVpvMB { width:12.5rem;height:1.7871125rem;top:9.85546875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpgeDV3BgZi7aCWMMhkoqitsXeqn9AfV { width:19.1875rem;height:1.0556625rem;top:12.16796875rem;left:0.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbQSTQXBD96KNUDEFqBLVFaAmVEfUTRk { width:16.4375rem;height:5.59765625rem;top:2.94140625rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZEQla6c7l99kSa27VFLKS18TuPpN5rn { width:19.375rem;height:13.3125rem;top:1.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSgZeB7TBTrLKduebbXcAT4KLlBqfX4 { width:12.5rem;height:1.7871125rem;top:25.25rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLlHfxUJD15VZlLaGaz77TyctuIDGyDz { width:15.9375rem;height:6.9970625rem;top:17.875rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udvcNAo6TyWHHDWiEEery192A33roc30 { width:19.375rem;height:13.8125rem;top:16.2490234375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8UmOasML5Jk1itk2dTTzmPQHTvJG7lK { width:19.125rem;height:1.0556625rem;top:27.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxEa27IWOFFcyeQfeUwMcOmbAn8qrUcx { width:19.375rem;height:14.375rem;top:31.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su3OWLL1pWuJVRUaT0u2vPeFA3Z9cAHt { width:15.8125rem;height:6.9970625rem;top:33.25rem;left:2.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUAbEFGy9pKWwacFs8ax7kzBz52HJy0B { width:13.5625rem;height:1.7871125rem;top:41.1875rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8GOfM2DtzaN2H4h74RvCD9RJ5ge2KT { width:19.375rem;height:1.0556625rem;top:43.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdB6V7qFuSelcfnrvnz6y3G8AT09nOzO { width:20rem;height:14.6875rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzA2c0Zdt7MJdrJ6pUlswIWxm8EIawE1 { width:20rem;height:13.5rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUFaBMOFOI5FXAlfulczeWcuhlA8Nl4 { width:16.74925rem;height:5.59765625rem;top:80.499267578125rem;left:1.62353515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpAXc6NCq4S8wSlZXqTvTmuMiL5eUlZD { width:16.875rem;height:5.59765625rem;top:64.3125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKZBRuJ9ifbkPezVD3DooT4iTuSietRL { width:20rem;height:13.5625rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbCL07rigGJbFMz4z9HZbGBps6ufPrOv { width:16.8125rem;height:5.59765625rem;top:49.0625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47b1DRoHBQ4bxFuiMlCpeDJweGzSyJN { width:13.5625rem;height:1.7871125rem;top:87.125rem;left:3.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKl6FQcoynh3BDgKm0O9UnUkKNvuEqVb { width:12.5rem;height:1.7871125rem;top:71.3125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsKWQQ1Gq0GLagIDs2RoZGbm69qq4fMw { width:12.5rem;height:1.7871125rem;top:56.3125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCAGVPT9Brrf6slOQIsV8LBWorAlfwO { width:20rem;height:1.0556625rem;top:58.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DFMHbQKJXTF1KQE1CnaA0lnZbP2gEK { width:20rem;height:1.0556625rem;top:73.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdSswlnXp1ZH475yEFMckMSOQO13eE8I { width:20rem;height:1.0556625rem;top:89.7802734375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.1933625rem;top:2.3828125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.13671875rem;top:4.8859405517578rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { width:18.4375rem;height:3.375rem;top:25.81640625rem;left:0.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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:rgba(0,0,0,0);background-image:none; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg .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; }
#QuglqruTmGTZT0RsTPldQ64m6AuT4fhg { display:flex;width:19.125rem;height:5.24375rem;top:8rem;left:0.4287109375rem;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) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #ONzsFwTTqzZ3cdpILzyCAl4XF9ipUg1D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #MCbeNEfAy8hdEFJU2Z7eK8q3tF5WSUMG {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #xCp2Qp8GN4gUtng9sVtLXcEbdb7PJqKe {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #mozXdx7akXFZsHQvw6700FCMykWyMUHL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #t8MVEpBCZuRWXGNxs7sCL8WEmCk2tJut {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #FdZSKu22noDARHGTrXs0GotFTBeT8S6F {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #puhP3516yfF1riBu68AMLyiPvbI2WTqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #TGhehal9SIoVaqB5R3LTXhsSi435mEMW {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #GO5QhdffELuWoC7f6QRTnBeAZSu9voTM {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #TdsF7zwFyGHkrdXyQI4UhWSwK205q6GX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #EnazIUTCOOagX4yIAsbZGAlMwCDKdSsT {  }
 }@media only screen and (max-width: 763px) { #QuglqruTmGTZT0RsTPldQ64m6AuT4fhg #A6zO7K1phuwG3N8bJegH2iTcRQBMAmcE {  }
 }@media only screen and (max-width: 763px) { #FeBpqZ9ISZCxP6W0QVoMbi4OEqg8QNEU { width:19.375rem;height:3.125rem;top:15.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7gIT8OGEQFlspK60NvA93IXMVZQ8bM { display:block; }
 }@media only screen and (max-width: 763px) { #TFDUuN6es4ZwXFPJAuQvqnRvAfdwyCNx { width:19.0625rem;height:3.125rem;top:19.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #legN7zmTgt2e8seBNEk6r8UKUGXHsxsZ { display:block; }
 }@media only screen and (max-width: 763px) { #l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn { display:block; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn { background-color: transparent; background-image: none; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container > .video-iframe-container { display: none; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row > .video-iframe-container { display: none; }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .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); }#l7mXK1d2lMhWyAlLJzd8eWQAgd1Xscrn > .row .container { width:20rem;height:46.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWT7Dp3lkwPFqtpNSzlBHUxQbkvazASs { width:20rem;height:2.0625rem;top:3.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbQLKw4zbSLAJHQG21KWtikedzGvZnO8 { width:18.6875rem;height:13.125rem;top:21.8125rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh7b6KypO39xrTV94fGHp9r1CPqxvMtu { width:12.5rem;height:2.6875rem;top:37.125rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vWEJ4l5JaSl6HVVzKlZbSA7Kn6vwhpya { display:block; }
 }@media only screen and (max-width: 763px) { #KTtrlkSv5reGzhTnKAanlDanofikWqol { width:20rem;height:20rem;top:1.8896484375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f2LXTwMTkrevOtNtPTpWydfAXFh1XBzk { width:19.6875rem;height:1.5rem;top:2.375rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvy63b7PwsiRNUkkLUyoCrJaKlyQ6iQ5 { 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) { #PDriGz2FxitKrIF6t0IVD4mse6qJkyoQ { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrAwCGrzeLQwvcTVao48RvPA33I3n1pR { width:20rem;height:3.375rem;top:17.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqvI6OvVggu495WnCn3dq9c5ITqUdhig { width:2.1875rem;height:auto;top:10.3125rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxPQ97LOv3dlH3k9QqTHAt6qUX5JWkyJ { width:14.5605625rem;height:3.375rem;top:41.75rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgZ3qVprLkN77wa29fw22wqXsLA85MTP { display:none; }#zgZ3qVprLkN77wa29fw22wqXsLA85MTP > .row .container { width:20rem;height:50.9375rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UNOxQfhpgRt9huEJae8HteX4MIZDH532 { width:20rem;height:4rem;top:5.7265625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jki4qkv56L8dXpxxKvFVBLUWbmPVawHS { width:18.6875rem;height:12.5rem;top:22.8125rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsGdIAL5wRHpngDnw3CdIE5oVT3CnIsJ { width:12.5rem;height:2.6875rem;top:38.0615234375rem;left:3.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TQzTLCcP1grfg5KnUhTdToLiRhBcx1ka { display:block; }
 }@media only screen and (max-width: 763px) { #cTg2Kpkwq4a18xTRGkTxTe55KRFSeNbk { width:19rem;height:7.5625rem;top:11.0615234375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HQVBiWdC5IZA6ZTL5Jl52rCml0Utzaig { width:19.6875rem;height:1.5rem;top:4.2412109375rem;left:0.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlx5wv01ZdnhmJlhsBr7m3IWGvtp7MH9 { 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) { #xeDieV7xCWUT5MViiEb7ZIXTXR2oBJBC { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPquKcF4WMuE40Kg0ifrtwon7SlyXSKE { width:20rem;height:3.33333125rem;top:18.6845703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRd6ExTbFi4dnOg6VT6xESn2uqId7v3O { width:2.1875rem;height:auto;top:14.75rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmzaQTuoT8tssmgWFmkSNcLySNQ7Zput { width:6.6875rem;height:3.625rem;top:46.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHak2JVktxoMBfgrmWt7DCirWTA9svV { width:4.25rem;height:2.3125rem;top:46.0283203125rem;left:0.65625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Za5w9RMb8BQE80bA9i1v3vK6NnlbpJKx { width:14.5625rem;height:4.333325rem;top:41.778667449951rem;left:2.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:12rem;position:relative;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; }
 }@media only screen and (max-width: 763px) { #nIRZDxdLLcu8EC0o2wxX5qu6ahigDRpe { width:12.125rem;height:2.375rem;top:8.380859375rem;left:3.9375rem;display:block; }
 }