.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.55606615543366rem;left:39.193471908569rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15002;text-align:center;text-align-last:center;top:0.55606615543366rem;left:44.496782302856rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.55606615543366rem;left:49.806985855103rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15004;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:15000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { 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: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:15005;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:15000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:15006;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; }
#sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { 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:15004;text-align:center;text-align-last:center;top:0.55606615543366rem;left:55.055147171021rem;display:block; }
#bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:1.212890625rem;left:14.875rem;overflow:hidden;display:block; }
#S1FouvFKf2HNPEU5roleTitaa9GLXWt1 { 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: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:15006;text-align:center;text-align-last:center;top:0.869140625rem;left:61.3125rem;display:block; }
#tbF27U49Lwvr1q1RKxDnqbTIg5sLIMwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;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:63.625rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:9.6389970779419rem;left:3.81201171875rem;height:6.875rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:27.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:19.576171875rem;left:3.8115234375rem;height:13.5rem;font-style:normal;display:block; }
#pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.6875rem;top:41.6875rem;left:4rem;overflow:hidden;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:34.0625rem;left:6.3125rem;height:11.687rem;font-style:normal;display:block; }
#QBSfoawekaW5DOTb354quMr3k019DEU3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:34.8125rem;left:4.125rem;overflow:hidden;display:block; }
#V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:39.25rem;left:4.1875rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { 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:12rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.875rem;left:3.8125rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15007;text-align:center;text-align-last:center;top:48.875rem;left:19.4375rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:43.75rem;left:4.125rem;overflow:hidden;display:block; }
#GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:37.0625rem;left:4.125rem;overflow:hidden;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:15012;line-height:1.3;letter-spacing:0;top:49.8125rem;left:17.6875rem;height:1.29980625rem;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:15008;line-height:1.5;letter-spacing:0;top:7.30859375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { position:absolute;display:block;z-index:15014;height:5.5625rem;width:9.9375rem;top:7.3125rem;left:65.0625rem;display:block; }
#cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { position:absolute;display:block;z-index:15019;height:2.3125rem;width:4.25rem;top:8.5rem;left:59.5rem;display:block; }
#NnJHEe2m6SMHtJ8Ver5tfqbF4xF7ncW2 { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:55rem;left:3.8115234375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BtFxmE6WO9LBio7p9laZpXasKTyKh85z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:29.9375rem;top:14.013671875rem;left:38.875rem;overflow:hidden;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { 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 { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container {  }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .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.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:15005;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.5625rem;width:49.1875rem;top:0.81217575073244rem;left:12.906086921692rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#3b5094;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:22.03125rem;height:3.8999rem;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/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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(59,80,148,0.91); }#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(59,80,148,0.91); }#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:58.375rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.154296875rem;left:28.40625rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#ffb100;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:15017;text-align:center;text-align-last:center;top:14.4375rem;left:29.3125rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#ffffff;display:block;width:38.999309539795rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.687042236328rem;left:18.312269210816rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:40.623291015625rem;left:3.75rem;height:5.41845625rem;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#b5a6aa;display:block;width:26.999080657959rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.249313354493rem;left:24.311807632446rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12rem;width:29.1875rem;top:40.061584472656rem;left:41.999078750611rem;display:block; }
#Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:42.4296875rem;left:45.2265625rem;height:7.64845rem;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; }
#OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { color:#ffffff;display:block;width:31.74925rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:47.058837890625rem;left:3.59130859375rem;height:5.41845625rem;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; }
#b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.561813354493rem;left:31.249998092651rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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:15010;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:15005;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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.6103515625rem;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:5.0146484375rem;left:23.65625rem;z-index:15023; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #ILwhxMN2MNEzuQkmUy2MeuSikIbwKDln { display:flex;position:relative;top:0rem;left:0rem; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #UbVQ0OST1tWKZzc2IEfIk8cLuya0XglZ { width:auto; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #SVEknSyB6Hc9BdhKyXQnK3Uksqz4NTZH {  }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #JPtJiMmlttpbXSrshfuSJiJOhyzh7DbN { display:flex;position:relative;top:0rem;left:0rem; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #fsfBG7JGunFJM39JpG9n19m7eSfAaDUu {  }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #tFxRBHragnLnKwNVCTf7niTRoNitJss6 {  }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #hBgdnXD1u5WSWRJ3miu1W3ZpKk3wVvhM { display:flex;position:relative;top:0rem;left:0rem; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #xpqpZbfO2JnagZbtJwwC1owKdBV5f979 {  }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #MxuLQkTmV0yOax3ZequqfDI6r3lcXzCl {  }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #uSOruIxD2COfF61Gqbx7dleioXDHrVAD { display:flex;position:relative;top:0rem;left:0rem; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #Mq3ER5Xtn23alRrZg18zEys1u5hwF3Kn {  }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #TJvaqP2d3vMgD0LBFTCbIcutNsQqpNxq {  }
#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { background-color: transparent; background-image: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .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); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { border-width: 0; border-radius: 0; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container {  }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.5618133544922rem;left:36.874998092651rem;height:3.4375rem;display:block; }
#QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3747711181637rem;left:36.874998092651rem;height:1.86865rem;font-style:normal;display:block; }
#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:2.2;letter-spacing:0;top:13.061813354493rem;left:39.311807632446rem;height:14.0244rem;font-style:normal;display:block; }
#IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:13.686813354493rem;left:36.999078750611rem;overflow:hidden;display:block; }
#GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:16.061576843262rem;left:36.999078750611rem;overflow:hidden;display:block; }
#UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:18.374313354493rem;left:36.999078750611rem;overflow:hidden;display:block; }
#g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:20.625rem;left:36.999078750611rem;overflow:hidden;display:block; }
#MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:22.999771118164rem;left:36.999078750611rem;overflow:hidden;display:block; }
#ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:25.374542236328rem;left:36.999078750611rem;overflow:hidden;display:block; }
#vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:25.5rem;width:30.1875rem;top:3.25rem;left:2.9375rem;display:block; }
#IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { color:#3b5094;display:block;width:27.75rem;position:absolute;font-family:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { color:#232323;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.9375rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:#ffb100;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.5rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.75rem;left:9.8125rem;display:block; }
#dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.6103515625rem;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:13.0615234375rem;left:4.1875rem;z-index:15024; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #Iv4zN9E6u7NK4b8AlZ1msWuMBE7JH74E { display:flex;position:relative;top:0rem;left:0rem; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #NgMEHgz4SCTllfPIH719bdGITLzQTDV8 { width:auto; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #xGUvhguiJsZqLS6NBKb9GVOiI1gCNCtF {  }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #gRQWHAJVAQ54KnAITdezhBbL60vRcIwa { display:flex;position:relative;top:0rem;left:0rem; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #TxZJtgFeFJ0mCa9H7rUoa0stByNu7sBX {  }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #WMOATTJ8LwLHFI4SMzbNTeR25O700zna {  }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #iisEvdISGPeIzdoKiRoT3FiL0dU423wo { display:flex;position:relative;top:0rem;left:0rem; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #exSfuGiFEuWTTNJpzJIOVsPwhzwg2AiU {  }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #MdbkFv3lswaKSe1xolWgKr40gxqITo5E {  }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #ZDVmGxLV5sah3IxDhpdnCP062VA52Gti { display:flex;position:relative;top:0rem;left:0rem; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #y8zaT7q0n1mDMVzP91C97wXWsbMksTPl {  }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #uZBU8C7kzZPI6iUZBzTPsPZR4TGeNOr7 {  }
#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:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.05029296875rem;left:2.4348955154419rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7440185546875rem;left:2.4331340789795rem;height:2.11230625rem;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.8125rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#263a80;display:block;width:14.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.9990234375rem;left:6.02734375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.398208618164rem;left:6.8090534210206rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#263a80;display:block;width:15.25rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9990234375rem;left:29.875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.374084472656rem;left:31.249998092651rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#263a80;display:block;width:16.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.9990234375rem;left:53.654296875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.338470458984rem;left:55.623849868774rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:17.562040328979rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.120635986328rem;left:4.2738971710205rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:18.0615rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.1201171875rem;left:28.4677734375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1201171875rem;left:53.341796875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.24977016449rem;width:9.24977016449rem;top:3.1973876953125rem;left:8.4312953948975rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3118104934694rem;width:9.0625rem;top:3.2261047363281rem;left:32.967599868774rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4995403289794rem;width:8.4995403289794rem;top:4.0245895385742rem;left:57.624078750611rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:14999;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:2.0863971710205rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:15000;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:26.528032302856rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:15001;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; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { background-color: transparent; background-image: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .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); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container {  }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .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.6875rem;width:75rem;position:relative;display:block; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;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; }
#PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4611663818363rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { background-color: transparent; background-image: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .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); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container {  }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .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:25.25rem;width:75rem;position:relative;display:block; }#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.81225rem;width:29.56175rem;top:0.716552734375rem;left:5.43212890625rem;overflow:hidden;display:block; }
#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4372711181641rem;left:40.624999046326rem;height:2.03125rem;display:block; }
#PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.41796875rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.37370300293rem;left:40.625rem;height:2.03125rem;display:block; }
#kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.35546875rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.687271118164rem;left:40.624999046326rem;height:2.03125rem;display:block; }
#qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.624999046326rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.29182434082rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { color:#000000;display:block;width:27.999769210816rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.311126708984rem;left:40.623847007751rem;height:2.03125rem;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container {  }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { 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:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.91); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.91); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container {  }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { position:absolute;display:block;z-index:15003;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; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:32.0615234375rem;height:3.4121125rem;font-style:normal;display:block; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:#ffffff;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:32.959655761719rem;left:4rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { color:#000000;display:block;width:24.437040328979rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:13.2138671875rem;left:32.0595703125rem;height:8.0996rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15008;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; }
#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { background-color: transparent; background-image: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container > .video-iframe-container { display: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container { display: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .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); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { border-width: 0; border-radius: 0; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container {  }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;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; }
#OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { position:absolute;display:block;z-index:15000;height:27.4375rem;width:65.0625rem;top:10.89404296875rem;left:4.96728515625rem;display:block; }
#dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { color:#000000;display:block;width:20rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:24.5rem;left:0rem;display:none; }
#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:10.875rem;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:15009;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; }
#lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { color:#000000;display:block;width:42.3746875rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.86279296875rem;left:16.311848640442rem;height:5.6044875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { position:relative;display:none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { border-width: 0; border-radius: 0; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container > .video-iframe-container {  }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .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:17.75rem;width:75rem;position:relative;display:none; }#oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { color:#000000;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2.2;letter-spacing:0;top:6.3125rem;left:28.5rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { color:#000000;display:block;width:5.7487rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;z-index:15014;line-height:2.2;letter-spacing:0;top:6.3125rem;left:21.875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7n5riHNSO84ctqifQNq8NtFN0XI19qb { position:absolute;display:block;z-index:14999;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.4375rem;width:29.25rem;top:1.4995660781861rem;left:5.8116321563721rem;display:none; }
#f98c74C2h0QyLTTrszyTGqDwl0XIVCD3 { position:absolute;display:block;z-index:14999;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.4375rem;width:29.25rem;top:1.4995660781861rem;left:5.8116321563721rem;display:none; }
#MZuDIxvGgT2Of3FOQzgM8wv5Pb4Al96n { position:absolute;display:block;z-index:15004;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:19.625rem;width:48.25rem;top:4.8429360389709rem;left:13.374836921692rem;display:none; }
#ZGeaTriHbbCeFQaUgg8TnivkR4BDyi96 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3917655944825rem;left:22.810057640076rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iQ9PoVPeLl4SXH1XTSWlqplCNUnNlrZp { color:#000000;display:block;width:5.7487rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;z-index:15015;line-height:2.2;letter-spacing:0;top:11.248382568359rem;left:27.873534202576rem;height:10.833325rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { position:absolute;display:block;z-index:15003;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:10.3125rem;width:39.5rem;top:3.90625rem;left:17.6533203125rem;display:block; }
#bU4zz9sZiwBwym3Mkni1q0tuH5LdZOSe { color:#000000;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2.2;letter-spacing:0;top:6.3125rem;left:28.5rem;height:5.5rem;text-align:center;text-align-last:center;display:none; }
#hVbTWAM1L4QlhAuZP1rO702TVhyvku5J { color:#000000;display:block;width:5.7487rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;z-index:15015;line-height:2.2;letter-spacing:0;top:11.248382568359rem;left:27.873534202576rem;height:10.833325rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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:4.75rem;width:75rem;position:relative;display:none; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { 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:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container { background-color: transparent; background-image: none; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container > .video-iframe-container { display: none; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row > .video-iframe-container { display: none; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .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); }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container { border-width: 0; border-radius: 0; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row > .video-iframe-container {  }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#m27Qc6ls4Bc3upvTGPztQTSTxJNHoA8V { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.7802734375rem;left:-0.001220703125rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#o0Fo3vPUmMuupmLFMyMF01WAAHLCstfd { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container { background-color: transparent; background-image: none; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container > .video-iframe-container { display: none; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row > .video-iframe-container { display: none; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .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); }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container { border-width: 0; border-radius: 0; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row > .video-iframe-container {  }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#WL01IdJTNL5b6XAMTKFXzCKwAvq33gNB { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.875rem;width:18.625rem;top:3.936767578125rem;left:2.8125rem;display:block; }
#rsmgxN28eEWRIdvMgcTNyvnW0BeapcMc { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNonWnvJa7gP7SZ0ewU1TaxgWEzXErhi { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:20.4345703125rem;left:2.562255859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kcSaiILqr2wWx2kcLws7kg1qQIbExTxb { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:18.24951171875rem;left:2.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALMqKBneJnMuT3KDA83aSnCWooFVfVLE { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:4.434814453125rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGIakuToHwVGTN3c2EIiSJaXne2Myemu { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.762939453125rem;left:7.562255859375rem;overflow:hidden;display:block; }
#fRuvi90hlwLwIgeT9Zo8bu9usorg0CBk { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.87425rem;width:18.62425rem;top:3.8427734375rem;left:28.154296875rem;display:block; }
#go0dmaGg5mkcyaq8SGpJ991ROUmiRORA { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.8730625rem;width:18.6230625rem;top:3.843994140625rem;left:53.187255859375rem;display:block; }
#sEEKOfyGETuhAg1gHnzP4Tma34tLRphz { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.732421875rem;left:32.93701171875rem;overflow:hidden;display:block; }
#oVpssE7oip9A0CXpoMB6utVOv6F1uGXU { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.765380859375rem;left:57.93701171875rem;overflow:hidden;display:block; }
#oPevNlnsAFuKildgA7gsB5IE7U9fJFfs { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hoBSNzQ5i4OfXV0sIXNeLfoceHNoncZc { color:#000000;display:block;width:18.62425rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:18.155517578125rem;left:28.155517578125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSzUFEvKpyVuqBecpKtzITVXvEH9WUW4 { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ppoXGKq2vliTplRANOKQIaf1cbAmXet0 { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:23.265380859375rem;left:29.81201171875rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCZFJqaIy4kAW1iM6ZuuTUVkFg8hnQHF { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1uGDIWLadyKtmItoOUWc3dLTvAnP314 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:18.25rem;left:53.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiGeZwBN3xGyD8dQTBPbLL0G5b7U7A7z { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GBc2vUho8VGy8nxH5EPzoHFXRhSuRa4f { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:54.81201171875rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { background-color: transparent; background-image: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container > .video-iframe-container { display: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container { display: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .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); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { border-width: 0; border-radius: 0; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container {  }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.0503082275391rem;left:2.435432434082rem;height:3.4375rem;display:block; }
#z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7440185546875rem;left:2.4331340789795rem;height:2.11230625rem;display:block; }
#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/YthBIzzG/Untitled.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.adaptive-delivery-prevent-bg, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyload, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyloading { background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { background-color: transparent; background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .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); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container {  }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:17.561197280884rem;height:7.474625rem;display:block; }
#P4AZplIvQopg8LCWcRki8v79EO3BJJeL { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:4.5rem;left:29.415365219116rem;height:4.78125rem;font-style:normal;display:block; }
#ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.686197280884rem;height:7.474625rem;display:block; }
#H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:26.687501907349rem;height:7.474625rem;display:block; }
#PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { color:#70bbbb;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4583740234375rem;left:29.415365219116rem;height:1.86865rem;display:block; }
#MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:34.875001907349rem;height:4.78125rem;font-style:normal;display:block; }
#Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { color:#48a4a4;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.875001907349rem;height:1.86865rem;display:block; }
#huAZshelz2aUZB6DggMnASb1rOtUyx8p { color:#232323;display:block;width:33.125rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.9375rem;left:39.687501907349rem;height:3.1875rem;font-style:normal;display:block; }
#vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.687501907349rem;height:1.86865rem;display:block; }
#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { background-color: transparent; background-image: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .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); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { border-width: 0; border-radius: 0; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container {  }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { color:#090909;display:block;width:39.75rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:29.25rem;height:3.49365rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:14rem;top:4.9375rem;left:9.9375rem;overflow:hidden;display:block; }
#lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.0625rem;height:7.3120125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.36) ;height:23.0625rem;width:61.5625rem;top:0rem;left:5.9375rem;display:block; }
#VV4IUxCXCN6bT5eVc10gQxJ5KaXnZD38 { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625001907349rem;left:29.25rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.adaptive-delivery-prevent-bg, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyload, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyloading { background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { background-color: transparent; background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.71); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.71); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .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); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { border-width: 0; border-radius: 0; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container {  }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { color:#ffffff;display:block;width:65.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.9465942382812rem;left:4.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { background-color:#ffb100;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.5rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.3190307617188rem;left:29.250001907349rem;display:block; }
#iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { background-color: transparent; background-image: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container > .video-iframe-container { display: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container { display: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .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); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { border-width: 0; border-radius: 0; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container {  }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { color:#021f62;display:block;width:74.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3763427734375rem;left:0rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { position:absolute;display:block;z-index:15023;height:22.3125rem;width:61.5625rem;top:7.0625rem;left:6.71875rem;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.91); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.91); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container {  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.124080657959rem;left:21.937040328979rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#ffffff;display:block;width:18.187040328979rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.374307632446rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#ffb100;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.5rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.318935394287rem;left:29.249769210816rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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:#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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width: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.5625rem;left:23.65625rem;z-index:15025; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #cskaktTtranmSrmJ4W5WIBy6ohg7F9XS { display:flex;position:relative;top:0rem;left:0rem; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #hLbDfCzsM3VzZ8RCxhAMRrGWtiNMZp4J { width:auto; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #JiF6kVm84tzLT8TcHhDV3m1C5cJDTqOO {  }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #Lazm4OtroSQfGavSaNkF1o9XXQoeWTxN { display:flex;position:relative;top:0rem;left:0rem; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #UPMgUapKHlJK46uB4QyA7RFAAW5keMAg {  }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #pFmn9azB7s77XNLvo6gdptfvWKD4RT9B {  }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #ItEquDdOTlRGxdMzlrhsFXsSgyzDUdI9 { display:flex;position:relative;top:0rem;left:0rem; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #zfVDwJfO2XcAJe9cpZX5xNFKTdHK0yZS {  }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #CiNXnAb1NsyuLtWwoGPnHtkBNshZiMTK {  }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #oxv80OKry4w02bGwxrw6HkvbtWATzT8X { display:flex;position:relative;top:0rem;left:0rem; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #tGTf5r4nhdTd0zJcUpihi7e2dlUd2es6 {  }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #opHRG458RWcmdEmC8gp5dksgy3OfsdMS {  }
#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container { background-color: transparent; background-image: none; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container > .video-iframe-container { display: none; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row > .video-iframe-container { display: none; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .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); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container { border-width: 0; border-radius: 0; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row > .video-iframe-container {  }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;position:relative;display:block; }#kuHQteBgELyghX461gucqbhqrFai1ESk { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:6.451171875rem;left:3.8115234375rem;height:6.875rem;display:block; }
#eTphmRGnTEMGDk3dUJ99a4TnhT7Eneph { color:#282828;display:block;width:27.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.388671875rem;left:3.8115234375rem;height:13.5rem;font-style:normal;display:block; }
#CETGHGOARDC6q3ITglaRmyJtMbxib1HZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.6875rem;top:38.5rem;left:4rem;overflow:hidden;display:block; }
#bVlrNEbpuGIGySWVGs6W7SHcPTp5R5SO { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:30.875rem;left:6.3125rem;height:11.687rem;font-style:normal;display:block; }
#qLahkGMlkINcxp0A6QKa5ay3BqQRJ2p7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31.625rem;left:4.125rem;overflow:hidden;display:block; }
#U4i0buHHN3llPS7svJ2dTrNxscElxyRx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:36.0625rem;left:4.1875rem;overflow:hidden;display:block; }
#HCBLhP9HiSXaeqTv6b1H1dUs4lqq3g2K { 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:12rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.375rem;left:3.8125rem;display:block; }
#VHIqh5cQqkaaUJ5foaPtL2EI7cXLKdHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aqn7TmNkPxJTZOXVLLBkub3tQO0lWD77 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:40.5625rem;left:4.125rem;overflow:hidden;display:block; }
#Rk8H2F5ll8k8LCxq17lmIV1mi2gkHNtZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:33.875rem;left:4.125rem;overflow:hidden;display:block; }
#GeanMl1sKKS6WyEV89A0GuVT8UDkVeTM { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.12109375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#dmWBmNovJutQQlOXlHXv9fWQKVA9vrTI { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:52.8125rem;left:3.8115234375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfL7CkIsOnLeMMTfI3G8htcSHsxe6fPk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:29.9375rem;top:10.826171875rem;left:38.875rem;overflow:hidden;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container {  }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10rem;top:1.6771240234375rem;left:13.71875rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.5rem;left:25.568471908569rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:4.5625rem;height:3.4375rem;top:0.5rem;left:30.871782302856rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:0.5rem;left:36.181985855103rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:0.5rem;left:41.430147171021rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { top:1.1875rem;left:1.25rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FouvFKf2HNPEU5roleTitaa9GLXWt1 { width:9.125rem;height:2.8125rem;top:0.8125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbF27U49Lwvr1q1RKxDnqbTIg5sLIMwC { 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.625rem;left:0rem;width:35.9375rem;height:6.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:19.5625rem;left:0rem;width:27.25rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { top:41.6875rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:34.0625rem;left:0rem;width:28.3125rem;height:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:34.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:39.25rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:48.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:43.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:37.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:49.8125rem;left:4.0625rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.25rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { top:7.3125rem;left:37.8125rem;width:9.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { top:8.5rem;left:43.5rem;width:4.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJHEe2m6SMHtJ8Ver5tfqbF4xF7ncW2 { top:55rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtFxmE6WO9LBio7p9laZpXasKTyKh85z { top:14rem;left:17.8125rem;width:29.9375rem;height:33.6875rem;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.75rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:3.125rem;left:8.40625rem;width:30.9375rem;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:2.125rem;left:14.78125rem;width:18.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:14.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:29.625rem;left:4.6872692108154rem;width:38.9375rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { top:40.5625rem;left:0rem;width:31.4375rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:34.1875rem;left:10.686807632446rem;width:26.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { top:40rem;left:18.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { top:42.375rem;left:23.5625rem;width:24.1875rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { top:47rem;left:0rem;width:31.6875rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:25.5rem;left:17.624998092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #ILwhxMN2MNEzuQkmUy2MeuSikIbwKDln { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #UbVQ0OST1tWKZzc2IEfIk8cLuya0XglZ {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #SVEknSyB6Hc9BdhKyXQnK3Uksqz4NTZH {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #JPtJiMmlttpbXSrshfuSJiJOhyzh7DbN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #fsfBG7JGunFJM39JpG9n19m7eSfAaDUu {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #tFxRBHragnLnKwNVCTf7niTRoNitJss6 {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #hBgdnXD1u5WSWRJ3miu1W3ZpKk3wVvhM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #xpqpZbfO2JnagZbtJwwC1owKdBV5f979 {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #MxuLQkTmV0yOax3ZequqfDI6r3lcXzCl {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #uSOruIxD2COfF61Gqbx7dleioXDHrVAD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #Mq3ER5Xtn23alRrZg18zEys1u5hwF3Kn {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #TJvaqP2d3vMgD0LBFTCbIcutNsQqpNxq {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { top:4.5rem;left:14.1875rem;width:33.5625rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { top:8.3125rem;left:22.125rem;width:25.625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { top:13rem;left:14.5rem;width:33.25rem;height:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:13.625rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:16rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:18.3125rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { top:20.625rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { top:22.9375rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { top:25.3125rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { top:3.25rem;left:0rem;width:30.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { top:6.8125rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { top:10.25rem;left:0rem;width:18.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #Iv4zN9E6u7NK4b8AlZ1msWuMBE7JH74E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #NgMEHgz4SCTllfPIH719bdGITLzQTDV8 {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #xGUvhguiJsZqLS6NBKb9GVOiI1gCNCtF {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #gRQWHAJVAQ54KnAITdezhBbL60vRcIwa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #TxZJtgFeFJ0mCa9H7rUoa0stByNu7sBX {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #WMOATTJ8LwLHFI4SMzbNTeR25O700zna {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #iisEvdISGPeIzdoKiRoT3FiL0dU423wo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #exSfuGiFEuWTTNJpzJIOVsPwhzwg2AiU {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #MdbkFv3lswaKSe1xolWgKr40gxqITo5E {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #ZDVmGxLV5sah3IxDhpdnCP062VA52Gti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #y8zaT7q0n1mDMVzP91C97wXWsbMksTPl {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #uZBU8C7kzZPI6iUZBzTPsPZR4TGeNOr7 {  }
 }@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:4rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:38.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.9375rem;left:1.46484375rem;width:14.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.375rem;left:2.2465534210205rem;width:12.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.9375rem;left:16.1875rem;width:15.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.3125rem;left:17.5615234375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.9375rem;left:31.1875rem;width:16.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.3125rem;left:32.811349868774rem;width:12.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:20.0625rem;left:0rem;width:17.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:20.0625rem;left:13.75rem;width:18rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:20.0625rem;left:30.3125rem;width:17.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.1875rem;left:3.8687953948974rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:3.1875rem;left:19.280099868774rem;width:9.0625rem;height:9.3118104934694rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4rem;left:34.811578750611rem;width:8.4375rem;height:8.4375rem;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) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:2.5625rem;left:5.9361209869385rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.6861209869385rem;width:38.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { top:0.6875rem;left:0rem;width:29.5rem;height:23.762509831116rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:2.375rem;left:22.5625rem;width:25.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:4.375rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:8.3125rem;left:17.75rem;width:30rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:10.3125rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:13.625rem;left:22.5625rem;width:25.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:15.6875rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { top:21.25rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { top:19.25rem;left:19.8125rem;width:27.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { top:5.5rem;left:0rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { 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) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:8.5rem;left:18.435546875rem;width:22.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:32.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { top:13.1875rem;left:18.4345703125rem;width:24.375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { top:23.3125rem;left:10.5rem;width:37.25rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { 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) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { top:10.875rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { top:24.5rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.9348964691162rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { top:6.8125rem;left:2.6865234375rem;width:42.3125rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { top:6.25rem;left:0.3125rem;width:23.5625rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { top:6.3125rem;left:15.0625rem;width:5.6875rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7n5riHNSO84ctqifQNq8NtFN0XI19qb { top:1.4375rem;left:0rem;width:29.25rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f98c74C2h0QyLTTrszyTGqDwl0XIVCD3 { top:1.4375rem;left:0rem;width:29.25rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZuDIxvGgT2Of3FOQzgM8wv5Pb4Al96n { top:4.8125rem;left:0rem;width:47.75rem;height:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGeaTriHbbCeFQaUgg8TnivkR4BDyi96 { top:5.1875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ9PoVPeLl4SXH1XTSWlqplCNUnNlrZp { top:8.8125rem;left:0rem;width:5.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { top:3.875rem;left:0rem;width:39.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4zz9sZiwBwym3Mkni1q0tuH5LdZOSe { top:3.3125rem;left:0rem;width:11rem;height:8.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVbTWAM1L4QlhAuZP1rO702TVhyvku5J { top:15.125rem;left:0rem;width:5.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@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) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 { display:block; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m27Qc6ls4Bc3upvTGPztQTSTxJNHoA8V { top:2.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Fo3vPUmMuupmLFMyMF01WAAHLCstfd { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 { display:block; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL01IdJTNL5b6XAMTKFXzCKwAvq33gNB { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmgxN28eEWRIdvMgcTNyvnW0BeapcMc { top:16.1875rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNonWnvJa7gP7SZ0ewU1TaxgWEzXErhi { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcSaiILqr2wWx2kcLws7kg1qQIbExTxb { top:18.1875rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMqKBneJnMuT3KDA83aSnCWooFVfVLE { top:23.125rem;left:0rem;width:15.3125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIakuToHwVGTN3c2EIiSJaXne2Myemu { top:5.75rem;left:2.999755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuvi90hlwLwIgeT9Zo8bu9usorg0CBk { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0dmaGg5mkcyaq8SGpJ991ROUmiRORA { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEKOfyGETuhAg1gHnzP4Tma34tLRphz { top:5.6875rem;left:19.24951171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVpssE7oip9A0CXpoMB6utVOv6F1uGXU { top:5.75rem;left:35.12451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPevNlnsAFuKildgA7gsB5IE7U9fJFfs { top:16.1875rem;left:13.1875rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoBSNzQ5i4OfXV0sIXNeLfoceHNoncZc { top:18.125rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzUFEvKpyVuqBecpKtzITVXvEH9WUW4 { top:20.375rem;left:13.125rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoXGKq2vliTplRANOKQIaf1cbAmXet0 { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCZFJqaIy4kAW1iM6ZuuTUVkFg8hnQHF { top:16.1875rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1uGDIWLadyKtmItoOUWc3dLTvAnP314 { top:18.25rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGeZwBN3xGyD8dQTBPbLL0G5b7U7A7z { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBc2vUho8VGy8nxH5EPzoHFXRhSuRa4f { top:23.125rem;left:31.99951171875rem;width:15.3125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { top:4rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { top:7.6875rem;left:0rem;width:38.3125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { top:1.1875rem;left:3.9361972808838rem;width:7.25rem;height:7.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { top:4.4375rem;left:12.875rem;width:34.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { top:11.8125rem;left:8.0611972808837rem;width:7.9375rem;height:7.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { top:22.4375rem;left:13.062501907349rem;width:7.25rem;height:7.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { top:2.4375rem;left:15.790365219116rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { top:15.3125rem;left:12.8125rem;width:34.9375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { top:13.25rem;left:21.250001907349rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { top:25.9375rem;left:14.625rem;width:33.125rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { top:23.875rem;left:26.062501907349rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { top:5.625rem;left:8rem;width:39.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { top:4.9375rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { top:10.75rem;left:13rem;width:34.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { top:0rem;left:0rem;width:47.5rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4IUxCXCN6bT5eVc10gQxJ5KaXnZD38 { top:20.625rem;left:12.9375rem;width:34.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { top:2.9375rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:16.5rem;height:2.9375rem;top:9.3125rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { top:7.0625rem;left:0rem;width:47.75rem;height:22.3125rem;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:8.31103515625rem;width:30.9375rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.6875rem;left:14.748698472977rem;width:18.125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:18.3125rem;left:15.624769210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #cskaktTtranmSrmJ4W5WIBy6ohg7F9XS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #hLbDfCzsM3VzZ8RCxhAMRrGWtiNMZp4J {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #JiF6kVm84tzLT8TcHhDV3m1C5cJDTqOO {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #Lazm4OtroSQfGavSaNkF1o9XXQoeWTxN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #UPMgUapKHlJK46uB4QyA7RFAAW5keMAg {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #pFmn9azB7s77XNLvo6gdptfvWKD4RT9B {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #ItEquDdOTlRGxdMzlrhsFXsSgyzDUdI9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #zfVDwJfO2XcAJe9cpZX5xNFKTdHK0yZS {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #CiNXnAb1NsyuLtWwoGPnHtkBNshZiMTK {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #oxv80OKry4w02bGwxrw6HkvbtWATzT8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #tGTf5r4nhdTd0zJcUpihi7e2dlUd2es6 {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #opHRG458RWcmdEmC8gp5dksgy3OfsdMS {  }
 }@media only screen and (max-width: 763px) { #u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og { display:block; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuHQteBgELyghX461gucqbhqrFai1ESk { top:6.4375rem;left:0rem;width:35.9375rem;height:6.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTphmRGnTEMGDk3dUJ99a4TnhT7Eneph { top:16.375rem;left:0rem;width:27.25rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETGHGOARDC6q3ITglaRmyJtMbxib1HZ { top:38.5rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlrNEbpuGIGySWVGs6W7SHcPTp5R5SO { top:30.875rem;left:0rem;width:28.3125rem;height:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLahkGMlkINcxp0A6QKa5ay3BqQRJ2p7 { top:31.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4i0buHHN3llPS7svJ2dTrNxscElxyRx { top:36.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBLhP9HiSXaeqTv6b1H1dUs4lqq3g2K { width:12rem;height:3.1875rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHIqh5cQqkaaUJ5foaPtL2EI7cXLKdHV { display:block; }
 }@media only screen and (max-width: 763px) { #Aqn7TmNkPxJTZOXVLLBkub3tQO0lWD77 { top:40.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk8H2F5ll8k8LCxq17lmIV1mi2gkHNtZ { top:33.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeanMl1sKKS6WyEV89A0GuVT8UDkVeTM { top:4.0625rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWBmNovJutQQlOXlHXv9fWQKVA9vrTI { top:52.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfL7CkIsOnLeMMTfI3G8htcSHsxe6fPk { top:10.8125rem;left:17.8125rem;width:29.9375rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:1.625rem;left:6.90625rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124080657959rem;height:1.6865807771682rem;top:1.0087316036224rem;left:14.875917553902rem;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) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:22.742177248001rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { width:5.625rem;height:1.5625rem;top:1.0693359375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FouvFKf2HNPEU5roleTitaa9GLXWt1 { width:9.125rem;height:2.8125rem;top:3.94482578125rem;left:5.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbF27U49Lwvr1q1RKxDnqbTIg5sLIMwC { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;z-index:auto;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:70.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:19.25rem;height:4.5371125rem;top:7.5390625rem;left:0.375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6875rem;height:12.65625rem;top:30.9697265625rem;left:0.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { width:1.75rem;height:1.1875rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:18rem;height:10.06103125rem;top:45.875rem;left:2rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { width:1.25rem;height:1.25rem;top:46.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.1875rem;height:1.1875rem;top:50.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5625rem;height:2.6875rem;top:58.1875rem;left:0.8125rem;font-size:0.9375rem;background-color:#ffb100;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:58.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { width:1.3125rem;height:1.3125rem;top:54.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:48.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:58.8125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.40625rem;top:5.49072265625rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { width:2.624025rem;height:1.499025rem;top:19.375rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { width:3.5625rem;height:1.875rem;top:23.3125rem;left:14.8740234375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #NnJHEe2m6SMHtJ8Ver5tfqbF4xF7ncW2 { width:20rem;height:5.25rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BtFxmE6WO9LBio7p9laZpXasKTyKh85z { width:14.375rem;height:16.125rem;top:13.0625rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.3125rem;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:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size: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(59,80,148,0.91); }#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(59,80,148,0.91); }#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:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:2.9248rem;top:8.6875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:20.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:2.2749rem;top:31.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { width:20rem;height:4.78125rem;top:38.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.4624rem;top:34.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { width:19.75rem;height:9.1875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { width:20rem;height:6.375rem;top:48.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { width:20rem;height:6.375rem;top:59.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.29980625rem;top:29.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.2749rem;top:6.0625rem;left:0rem;font-size:1.75rem;color:#3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:20rem;height:23.625rem;top:3.75rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL .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; }
#ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL { display:flex;width:19.125rem;height:5.2431640625rem;top:13.7802734375rem;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) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #ILwhxMN2MNEzuQkmUy2MeuSikIbwKDln { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #UbVQ0OST1tWKZzc2IEfIk8cLuya0XglZ {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #SVEknSyB6Hc9BdhKyXQnK3Uksqz4NTZH {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #JPtJiMmlttpbXSrshfuSJiJOhyzh7DbN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #fsfBG7JGunFJM39JpG9n19m7eSfAaDUu {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #tFxRBHragnLnKwNVCTf7niTRoNitJss6 {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #hBgdnXD1u5WSWRJ3miu1W3ZpKk3wVvhM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #xpqpZbfO2JnagZbtJwwC1owKdBV5f979 {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #MxuLQkTmV0yOax3ZequqfDI6r3lcXzCl {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #uSOruIxD2COfF61Gqbx7dleioXDHrVAD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #Mq3ER5Xtn23alRrZg18zEys1u5hwF3Kn {  }
 }@media only screen and (max-width: 763px) { #ZfkLG8MTh4nrFT3ZcknfEoyV6ZLiPICL #TJvaqP2d3vMgD0LBFTCbIcutNsQqpNxq {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { width:20rem;height:1.99365rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { width:20rem;height:1.4624rem;top:5.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:17.1875rem;height:20.25rem;top:8.75rem;left:2.6875rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:1rem;height:1rem;top:9.1245346069338rem;left:0.87477028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:1rem;height:1rem;top:12.561576843262rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:1rem;height:1rem;top:15.937263488769rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { width:1rem;height:1rem;top:19.311805725097rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { width:1rem;height:1rem;top:22.749992370606rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { width:1rem;height:1rem;top:25.999534606934rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { width:18.125rem;height:0;top:35.25rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:46.9375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp .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; }
#KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp { display:flex;width:19.125rem;height:5.24375rem;top:30.25rem;left:9.9375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #Iv4zN9E6u7NK4b8AlZ1msWuMBE7JH74E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #NgMEHgz4SCTllfPIH719bdGITLzQTDV8 {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #xGUvhguiJsZqLS6NBKb9GVOiI1gCNCtF {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #gRQWHAJVAQ54KnAITdezhBbL60vRcIwa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #TxZJtgFeFJ0mCa9H7rUoa0stByNu7sBX {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #WMOATTJ8LwLHFI4SMzbNTeR25O700zna {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #iisEvdISGPeIzdoKiRoT3FiL0dU423wo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #exSfuGiFEuWTTNJpzJIOVsPwhzwg2AiU {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #MdbkFv3lswaKSe1xolWgKr40gxqITo5E {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #ZDVmGxLV5sah3IxDhpdnCP062VA52Gti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #y8zaT7q0n1mDMVzP91C97wXWsbMksTPl {  }
 }@media only screen and (max-width: 763px) { #KyBzcTzIwq8TNHuISaHL2UOslIzBOQTp #uZBU8C7kzZPI6iUZBzTPsPZR4TGeNOr7 {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:16.4980625rem;height:3.98730625rem;top:1.5458984375rem;left:1.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.4624rem;top:6.0205rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:19.6875rem;height:2.11230625rem;top:15.474609375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:12.5rem;height:1.29980625rem;top:17.821533203125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:20rem;height:2.11230625rem;top:43.9580078125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:12.5rem;height:1.29980625rem;top:46.2578125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:20rem;height:2.11230625rem;top:72.2802734375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:12.5rem;height:1.29980625rem;top:74.816162109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:17.5rem;height:6.09375rem;top:21.561767578125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:18rem;height:4.875rem;top:50.076171875rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18.0625rem;height:4.875rem;top:78.138916015625rem;left:0.968017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:9.1875rem;height:9.1875rem;top:5.3115234375rem;left:5.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:9.0625rem;height:9.3111982345581rem;top:33.9541015625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:8.4375rem;height:8.4375rem;top:62.856689453125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:20rem;height:27.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:20rem;height:27.1875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:20rem;height:27.1875rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:2.19970625rem;top:2.2265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.4624rem;top:4.728515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:16.875rem;height:13.625rem;top:0.88720703125rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:2.03125rem;top:16.499313354493rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { width:20rem;height:1.29980625rem;top:18.542037963868rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:20rem;height:4.0625rem;top:21.683151245118rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:20rem;height:1.29980625rem;top:25.635330200195rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { width:20rem;height:2.03125rem;top:28.914291381836rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { width:19.125rem;height:1.21875rem;top:30.9140625rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { width:20rem;height:1.29980625rem;top:36.6787109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { width:20rem;height:2.03125rem;top:34.114212036132rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.937040328979rem;height:2.8745403289795rem;top:1.1868286132812rem;left:4.0303307771682rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:#456aa8;background-image:url("https://images.assets-landingi.com/WxkfbXV0/web_banner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { width:10.125rem;height:10.125rem;top:1.8828125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2749rem;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) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { width:18.875rem;height:1.4624rem;top:15.4921875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:17.9375rem;height:5.09911875rem;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) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { width:20rem;height:7.199225rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { 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) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { width:20rem;height:2.19970625rem;top:2.1041870117188rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { width:20rem;height:1.3808625rem;top:5.041015625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { width:20rem;height:14.5625rem;top:7.5000042915344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { top:51.7490234375rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15017;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:9.19287109375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19970625rem;top:1.6015625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { width:20rem;height:4.3872rem;top:4.818125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { display:none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { width:20rem;height:0;top:6.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { width:5.6875rem;height:auto;top:6.3125rem;left:7.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7n5riHNSO84ctqifQNq8NtFN0XI19qb { width:20rem;height:25.4375rem;top:5.7626953125rem;left:-0.22395831346512rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #f98c74C2h0QyLTTrszyTGqDwl0XIVCD3 { width:1.9375rem;height:1.9375rem;top:-2.6748039374999rem;left:-7.286458313465rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MZuDIxvGgT2Of3FOQzgM8wv5Pb4Al96n { width:17.375rem;height:11.5625rem;top:1.625rem;left:1.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZGeaTriHbbCeFQaUgg8TnivkR4BDyi96 { width:20rem;height:0;top:5.2294921875rem;left:0rem;font-size:1.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #iQ9PoVPeLl4SXH1XTSWlqplCNUnNlrZp { width:5.686525rem;height:2.0625rem;top:3.4375rem;left:2.625rem;font-size:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { width:20rem;height:10.3125rem;top:3.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bU4zz9sZiwBwym3Mkni1q0tuH5LdZOSe { width:11.0625rem;height:8.25rem;top:3.375rem;left:6.3125rem;font-size:0.9375rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVbTWAM1L4QlhAuZP1rO702TVhyvku5J { width:5.686525rem;height:2.0625rem;top:7.375rem;left:2.625rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 { display:block; }#EKGaJhwmpH7vMfJOQt56IrRVQ78x3ES8 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m27Qc6ls4Bc3upvTGPztQTSTxJNHoA8V { width:17.5625rem;height:4.3994125rem;top:2.20703125rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0Fo3vPUmMuupmLFMyMF01WAAHLCstfd { width:20rem;height:1.4624rem;top:7.89794921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 { display:block; }#l0XbE9qpSTUz7VoGBcXLf3At3pQ3x0E8 > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL01IdJTNL5b6XAMTKFXzCKwAvq33gNB { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmgxN28eEWRIdvMgcTNyvnW0BeapcMc { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNonWnvJa7gP7SZ0ewU1TaxgWEzXErhi { width:15.49925rem;height:1.4624rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcSaiILqr2wWx2kcLws7kg1qQIbExTxb { width:18.5608125rem;height:1.29980625rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMqKBneJnMuT3KDA83aSnCWooFVfVLE { width:15.3125rem;height:6.3984375rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIakuToHwVGTN3c2EIiSJaXne2Myemu { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuvi90hlwLwIgeT9Zo8bu9usorg0CBk { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0dmaGg5mkcyaq8SGpJ991ROUmiRORA { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEKOfyGETuhAg1gHnzP4Tma34tLRphz { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVpssE7oip9A0CXpoMB6utVOv6F1uGXU { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPevNlnsAFuKildgA7gsB5IE7U9fJFfs { width:18.562rem;height:1.625rem;top:49.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoBSNzQ5i4OfXV0sIXNeLfoceHNoncZc { width:18.5608125rem;height:1.29980625rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzUFEvKpyVuqBecpKtzITVXvEH9WUW4 { width:18.6230625rem;height:1.4624rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoXGKq2vliTplRANOKQIaf1cbAmXet0 { width:15.3125rem;height:7.9980625rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCZFJqaIy4kAW1iM6ZuuTUVkFg8hnQHF { width:18.562rem;height:1.625rem;top:83.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1uGDIWLadyKtmItoOUWc3dLTvAnP314 { width:18.562rem;height:1.29980625rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGeZwBN3xGyD8dQTBPbLL0G5b7U7A7z { width:18.6230625rem;height:1.4624rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBc2vUho8VGy8nxH5EPzoHFXRhSuRa4f { width:15.3125rem;height:6.3984375rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { width:20rem;height:2.19970625rem;top:2.3515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { width:13.5625rem;height:2.92480625rem;top:5.2275390625rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { background-color: transparent; background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .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); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container {  }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { width:3.3743104934692rem;height:3.33105625rem;top:2.2495727539062rem;left:0.25rem;font-size:2.5625rem;color:#263a80;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { width:15.9375rem;height:7.875rem;top:4.7677001953125rem;left:3.9958639144898rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { width:3.4995403289795rem;height:3.0874rem;top:13.748657226562rem;left:0.25rem;font-size:2.375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { width:3.3743104934692rem;height:3.16845625rem;top:24.686157226562rem;left:0.25rem;font-size:2.4375rem;color:#263a80;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { width:8.5rem;height:1.86865rem;top:2.6900634765625rem;left:3.873850941658rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { width:15.8125rem;height:6.5625rem;top:27.205932617188rem;left:3.9935661554336rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { width:12.5rem;height:1.86865rem;top:14.126647949219rem;left:3.936350941658rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { width:15.999540328979rem;height:5.25rem;top:16.338500976562rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { width:12.5rem;height:1.86865rem;top:24.990600585938rem;left:3.9935661554336rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.0625rem;height:1.7871125rem;top:4.0338134765625rem;left:0.46645224094391rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { width:8.9993104934694rem;height:8.9993104934694rem;top:7.8941040039062rem;left:5.4986211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { width:17.749309539795rem;height:9.09863125rem;top:18.560424804688rem;left:1.1224724054336rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.75rem;height:29.8125rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4IUxCXCN6bT5eVc10gQxJ5KaXnZD38 { width:20rem;height:0.9746125rem;top:28.7802734375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { width:20rem;height:9.56054375rem;top:3.0018615722656rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:16.499309539795rem;height:2.9365808963776rem;top:14.686401367188rem;left:1.7474724054336rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { width:20rem;height:22.311580657959rem;top:5.657470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.4375rem;top:2.3828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:2.761725rem;top:5.0735292434692rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:15.693969726562rem;left:3.4053307771682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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:transparent;background-image:none; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx .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; }
#k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx { display:flex;width:19.125rem;height:5.24375rem;top:9.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) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #cskaktTtranmSrmJ4W5WIBy6ohg7F9XS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #hLbDfCzsM3VzZ8RCxhAMRrGWtiNMZp4J {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #JiF6kVm84tzLT8TcHhDV3m1C5cJDTqOO {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #Lazm4OtroSQfGavSaNkF1o9XXQoeWTxN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #UPMgUapKHlJK46uB4QyA7RFAAW5keMAg {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #pFmn9azB7s77XNLvo6gdptfvWKD4RT9B {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #ItEquDdOTlRGxdMzlrhsFXsSgyzDUdI9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #zfVDwJfO2XcAJe9cpZX5xNFKTdHK0yZS {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #CiNXnAb1NsyuLtWwoGPnHtkBNshZiMTK {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #oxv80OKry4w02bGwxrw6HkvbtWATzT8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #tGTf5r4nhdTd0zJcUpihi7e2dlUd2es6 {  }
 }@media only screen and (max-width: 763px) { #k8AVg17yPHqcQGCo0hqsTHnitTCWdzHx #opHRG458RWcmdEmC8gp5dksgy3OfsdMS {  }
 }@media only screen and (max-width: 763px) { #u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og { display:block; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og { background-color: transparent; background-image: none; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container > .video-iframe-container { display: none; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row > .video-iframe-container { display: none; }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .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); }#u7AhbPvKiXoDNlLlWOG24UBLEIbUs1og > .row .container { width:20rem;height:67.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuHQteBgELyghX461gucqbhqrFai1ESk { width:19.25rem;height:4.5371125rem;top:4.9765625rem;left:0.375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTphmRGnTEMGDk3dUJ99a4TnhT7Eneph { width:18.6875rem;height:12.65625rem;top:27.6572265625rem;left:0.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CETGHGOARDC6q3ITglaRmyJtMbxib1HZ { width:1.75rem;height:1.1875rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlrNEbpuGIGySWVGs6W7SHcPTp5R5SO { width:18rem;height:10.06103125rem;top:42.75rem;left:2rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #qLahkGMlkINcxp0A6QKa5ay3BqQRJ2p7 { width:1.25rem;height:1.25rem;top:43.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4i0buHHN3llPS7svJ2dTrNxscElxyRx { width:1.1875rem;height:1.1875rem;top:47.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBLhP9HiSXaeqTv6b1H1dUs4lqq3g2K { width:8.5625rem;height:2.6875rem;top:54.8125rem;left:5.71875rem;font-size:0.9375rem;background-color:#ffb100;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) { #VHIqh5cQqkaaUJ5foaPtL2EI7cXLKdHV { display:block; }
 }@media only screen and (max-width: 763px) { #Aqn7TmNkPxJTZOXVLLBkub3tQO0lWD77 { width:1.3125rem;height:1.3125rem;top:51.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk8H2F5ll8k8LCxq17lmIV1mi2gkHNtZ { width:1.25rem;height:1.25rem;top:45.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeanMl1sKKS6WyEV89A0GuVT8UDkVeTM { width:19.6875rem;height:1.40625rem;top:2.927734375rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmWBmNovJutQQlOXlHXv9fWQKVA9vrTI { width:20rem;height:5.25rem;top:60.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IfL7CkIsOnLeMMTfI3G8htcSHsxe6fPk { width:14.375rem;height:16.125rem;top:10.6875rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:7.3125rem;height:1.5rem;top:1.4970092773438rem;left:6.3108912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761725rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }