.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: 959px) {
    html {
        width: 960px;
    }
}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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa4cdad9-5f00-4ff6-8417-de902ff6b7fb/materials_for_landing01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.adaptive-delivery-prevent-bg, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyload, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyloading { background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { background-color: transparent; background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { border-width: 0; border-radius: 0; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container {  }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#WyGQ536X9mBaOPQ5cMafhsv5GEiUkvP4 { color:#f6f6f6;display:block;width:464px;position:absolute;font-family:"noto sans hk";font-size:54px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:208.90625px;left:258.5px;height:70.1953px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vEWa7X2bUv1H4oAOX9XrZPwpxgpAMTNH { 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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 7px 0 rgba(0,0,0,0.96) ;box-sizing:border-box;color:#212f48;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:58px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:506.8828125px;left:364px;display:block; }
#CT0ETuxON3KLDWO0EIRVPGJoaPamQNiJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .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:12.03px;padding-right:10.9px;padding-bottom:12.03px;padding-left:10.9px;display:block;align-items:center;width:65.33px;min-width:65.33px;height:64.65px;position:relative;font-family:"noto sans tc";font-size:48.11px;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .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:7.52px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:87.09px;height:25.55px;position:relative;font-family:"noto sans tc";font-size:18.05px;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:413px;height:121.78px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:330px;left:258.5px;z-index:15012; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #ipk7hnted7LVR6SzcTvULqhZhpytXBIq { display:flex;position:relative;top:0px;left:0px; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #WtqLfyAcD3ud5WVqwtZF8b6ruh4HsFaf { width:auto; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #VHHyU9vQ7kdlcJVzi5TnOnCC2MoyANva {  }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #xiHxGDOF3uEUU0UXsFVHzm3EV25E36uE { display:flex;position:relative;top:0px;left:0px; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #bLvdCGzGClQr5GTHvyCsWuHZcuT8vUsT {  }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #tbkdS0m4Pdy0Szc9CeDQzBE0WGPyA3bi {  }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #ydI7CAOhiBLEfOLhGc1enhKhk4ZiixII { display:flex;position:relative;top:0px;left:0px; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #CPet0uCzSnyAo9raQPm2ZM2XGBG19lyK {  }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #LGsG3lT3Cvdlumk5TNmntT3MuW35tG0X {  }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #T8BPn1HAbUvrRDhHyxU0hZyLiGLRluDQ { display:flex;position:relative;top:0px;left:0px; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #NeICs4LmO1BTKzblH150vMdgwvec8NZk {  }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #sRvdwuNMhQsJ65Xy8QKbgk4MVksJ1STT {  }
#LdiBhvXGT3kTzyJz1NgiHv0u0SRZFsPp { color:#ffffff;display:block;width:487px;position:absolute;font-family:"noto sans hk";font-size:21px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:318px;left:236.5px;height:27.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nuJdqBzN7t8v4JGRBQ4DIr2LGgbTSOit { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:110px;width:69px;top:189px;left:730px;overflow:hidden;display:block; }
#U2rgwC5bZx9rdE5c0JUNSKIaFQsOuGER { color:#f6f6f6;display:block;width:299px;position:absolute;font-family:"open sans";font-size:71px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:121px;left:433px;height:92.2969px;text-align:center;text-align-last:center;display:block; }
#vzmll3RFl82FpGuML1QykGeotssFfZGv { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:327px;top:131px;left:109px;overflow:hidden;display:block; }
#yg46gOhJwbtkRaNnBktUt2KaZu6xP6NW { color:#f6f6f6;display:block;width:74px;position:absolute;font-family:"noto sans hk";font-size:54px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:208.90625px;left:795px;height:70.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKt9sIUFto9SKiTHMZV6nX4Ks865FCEy { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:247px;top:415.8828125px;left:0px;overflow:hidden;display:block; }
#vWOELAiMDthwGFoAlJTt4nagRhTUvrfu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:118px;width:273px;top:46px;left:687px;overflow:hidden;display:block; }
#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.47);background-image:url("https://images.assets-landingi.com/uc/eca1c950-2932-4f76-b629-6a541a50bc5a/materials_for_landing06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.adaptive-delivery-prevent-bg, #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.lazyload, #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.lazyloading { background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { background-color: transparent; background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .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); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { border-width: 0; border-radius: 0; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container {  }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { font-size:14px;font-family:arial;height:762px;width:960px;position:relative;display:block; }#wIuUbzzuveaP0UfyLZtO55EPgT6SQ5Gc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 3px 5px 0 #000000 ;height:536px;width:290px;top:121.96875px;left:652px;display:block; }
#JdCnUtOZRIxFerl2A76a8SK5JMGZx7M5 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 3px 5px 0 #000000 ;height:536px;width:290px;top:121.96875px;left:332px;display:block; }
#Ab0UTBEw2SpXvTh2tZZEzQz0T2MN9KTp { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 3px 5px 0 #000000 ;height:536px;width:290px;top:121.96875px;left:12px;display:block; }
#baI31dt63nsxiDofS3lBfwJVlvmFOJIw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:117px;top:238.984375px;left:741.5px;overflow:hidden;display:block; }
#htC712nsFGpKD14ClEV31QfFyvfePvTQ { color:#1d2850;display:block;width:228px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:349.78125px;left:686px;height:62.3907px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRuqLZnR8ZbTdVTv5xGT9U0TURRlaXBS { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:503px;left:682px;display:block; }
#XT40Gh3gQkWRCTyIs9NcTdSMJXTS0H5N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Vl8zFTfrTRsiIaMI9InuHLq5SIsCZ1sX { color:#1d2850;display:block;width:226px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:349.78125px;left:367px;height:41.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUsGlBZeOHIkHkn5EWDiMP9wZbX4KggV { color:#1d2850;display:block;width:225px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:346.96875px;left:47.5px;height:41.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFxXrKJFWFI2CFaqgpMmzhxnOiCQxN93 { color:#0641dc;display:block;width:960px;position:absolute;font-family:"noto sans hk";font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.72265625px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dB29hVNQ2dlzHfImZOZCABbrK4G7Zx3y { color:#ffffff;display:block;width:107px;position:absolute;font-family:"noto sans hk";font-size:29px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:134.96875px;left:106.5px;height:37.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHV71kZ2d587Zgs72ar2Qt05Z7Opva2A { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.9844px;width:106.984px;top:235.984375px;left:426.484375px;overflow:hidden;display:block; }
#Phsn7iQ78QTGzKA9yibGwTTLZoJVbmyM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:84px;width:85px;top:220px;left:113px;overflow:hidden;display:block; }
#wK63Jp3OTT4q6prcXHsHybfbX51ymWnF { color:#ffffff;display:block;width:105px;position:absolute;font-family:"noto sans hk";font-size:29px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:134.96875px;left:427.5px;height:37.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFbwXRLSZE1ITyQQ39ltCu07ck1nPOof { color:#ffffff;display:block;width:110px;position:absolute;font-family:"noto sans hk";font-size:29px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:134.96875px;left:745px;height:37.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDaSPaJXCAD2RzeIIuAiTWTwARkAlgQq { color:#f4372a;display:block;width:236px;position:absolute;font-family:"noto sans hk";font-size:22px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:458px;left:41px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUITr2G28JUu29n4WNLE1fW2yXVTJh95 { color:#f4372a;display:block;width:225px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:458px;left:367.5px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET9ImueXaWRHVoZmGkdgo62OO8DlMcVg { color:#f4372a;display:block;width:225px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:458px;left:687.5px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1VeAKnkCTr1Pkcid5gcugwJPvGJ7Jty { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:566px;left:682px;display:block; }
#TMq2GNiZAToSJtBARbq2LHOZFGp5Gbdt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MWkNvIvR8UKO9VKWZGkuZqApTE7fbqTb { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:565px;left:362px;display:block; }
#h3GPBOb9N1B430onH1ckXOrTnqi75Kax { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DMfWboTT5mbNaZ6E7MosLQJFhRdqPgOH { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:502px;left:362px;display:block; }
#nTmRmy7KyXNg5vxuSVXuU9omltG9dp9d { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HkwC82vJEpXUZ5yRKcKhRH8bfLB0718C { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:502px;left:42px;display:block; }
#V1BrDTJyF8d4X3pbRikLnMSr5DcSBGqS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kKcsSwSJRGNwsXNMuf9w5XGWtT3MxrV2 { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:565px;left:42px;display:block; }
#OotxOL9gFUrrIXrG6gm33s9v1UKVbmNH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#czWu5udx6kgev8dvb7VLoHBMHpKEVBX1 { color:#252525;display:block;width:708px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:697px;left:126px;height:23.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCgtTWM4aIWENvJn91g1gWgTdq03aBIs { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:57px;width:290px;top:121.96875px;left:11px;display:block; }
#q9kHDJKK9hx95Wdlt2yoDH2NSBzxdvQc { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:57px;width:290px;top:121.96875px;left:331px;display:block; }
#MWim7ORG4cVBzxrAJ4W4gAQ4qWKLVKlg { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:57px;width:290px;top:121.96875px;left:651px;display:block; }
#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2402ccb0-3291-413c-8e41-82632b4abae9/materials_for_landing05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd.adaptive-delivery-prevent-bg, #fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd.lazyload, #fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd.lazyloading { background-image: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container { background-color: transparent; background-image: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container > .video-iframe-container { display: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row > .video-iframe-container { display: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .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); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container { border-width: 0; border-radius: 0; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row > .video-iframe-container {  }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container { font-size:14px;font-family:arial;height:802px;width:960px;position:relative;display:block; }#RTQsGeP2ztNxq9i9llThXiaITSgQCQpU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 3px 5px 0 #000000 ;height:536px;width:290px;top:128px;left:146px;display:block; }
#zlT2wtlIHOiaTLIfKRTgmGXNAAK4WuOJ { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0hXR8DWvPy7Eiegh8WPVMF037BqqPp9 { color:#ffffff;display:block;width:87.9844px;position:absolute;font-family:"noto sans hk";font-size:29px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:142px;left:251px;height:37.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lzBFZ5KNXlvkucHwNAlVCAT0CoLhE2Wh { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:57px;width:290px;top:128px;left:146px;display:block; }
#NSVxamWPaCdXvTsPdJ7zJTtoBEBIPuAW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:212px;top:222px;left:189px;overflow:hidden;display:block; }
#y72F8zVnpv182hOCikgLd2d1IyU2F1mi { color:#1d2850;display:block;width:226px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:285px;left:182px;height:103.9845px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pONXsCbRHBykQzIp1fnrotqty70Harpo { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 3px 5px 0 #000000 ;height:536px;width:290px;top:128px;left:513px;display:block; }
#oTH6NdPziTDudFtQ0m9UnZL8fhRwX46D { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:57px;width:290px;top:128px;left:513px;display:block; }
#cHN10QrlWTUxHxoObdBgp7uIMsXSZpx2 { color:#ffffff;display:block;width:208px;position:absolute;font-family:"noto sans hk";font-size:29px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:142px;left:558px;height:37.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXGx4fuAeaEfT6G0NixwT7SDkw5xDugL { color:#1d2850;display:block;width:172px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:321px;left:576px;height:62.3907px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BEHpr8UJL9sVTZJrmyvQQmQTZEBBKBNl { color:#f4372a;display:block;width:173.938px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:410px;left:208.015625px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWB2bTD5byv74xSaQtmGi3EHA5JIa2G8 { color:#f4372a;display:block;width:173.961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:410px;left:575px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHrcARIuSr08kq2ylA0V5veawiT7kN2O { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:456px;left:181px;display:block; }
#ZGRoDBd0a6sSm6zPepmAn8y5S8Rc97s2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BFkOwhIWT0AhopbIZmcZintwiTDcBU9q { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:456px;left:544px;display:block; }
#EBWIE8iesZvlskZR8agpsURu4lfpMdHz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QnlUSsQWWqGJ5dzZITP9lRcWXxR1gG5I { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:517px;left:181px;display:block; }
#TCf1vQVrMcbDGa9qXODsPS0TTaOeNfM7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VHSkkrbRPTp7m2RDKoH71goMSRpCLw4u { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:517px;left:544px;display:block; }
#ERvXwiCwL6hxSMg2NoN1QqTPMX6mdPN2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Wx4R15g2WidDiW7KorlPPONTGf5OTKc5 { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:578px;left:544px;display:block; }
#yZOW1CvrHxBPBz8bGN3xkB5I9sikhKKB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z8x5heQK41yc36V4XLbwLP8JaIgHN7OV { background-color:#0641dc;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 3px 4px 0 #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:578px;left:181px;display:block; }
#yh8yHsMQHg3FSED880vtltuMidKJiTk4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QTOak4XLgEgTnlLXwQXToo1CaPzOiOVT { color:#ffffff;display:block;width:708px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:707px;left:126px;height:23.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqtAHLb0tnUc95E1drMkhl7m2Ht4dyt4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:80px;top:222px;left:622px;overflow:hidden;display:block; }
#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;z-index:auto;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { background-color: transparent; background-image: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container > .video-iframe-container { display: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container { display: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .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); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { border-width: 0; border-radius: 0; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container {  }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { font-size:14px;font-family:arial;height:94px;width:960px;position:relative;display:block; }#xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { color:#3f3f3f;display:block;width:445.977px;position:absolute;font-family:"noto sans tc";font-size:14px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:23.2421875px;left:496.9921875px;height:47.5938px;text-align:center;text-align-last:center;display:block; }
#rtwyCsSkhch0lG7frcv2m51GwDNNBriD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.9883px;width:160px;top:29.9609375px;left:160px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyGQ536X9mBaOPQ5cMafhsv5GEiUkvP4 { top:208px;left:160.5px;width:464px;height:70px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vEWa7X2bUv1H4oAOX9XrZPwpxgpAMTNH { width:232px;height:58px;top:506px;left:266px;display:block; }
 }@media only screen and (max-width: 763px) { #CT0ETuxON3KLDWO0EIRVPGJoaPamQNiJ { display:block; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL { display:flex;width:288px;height:81px;top:86px;left:79px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #ipk7hnted7LVR6SzcTvULqhZhpytXBIq { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #WtqLfyAcD3ud5WVqwtZF8b6ruh4HsFaf {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #VHHyU9vQ7kdlcJVzi5TnOnCC2MoyANva {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #xiHxGDOF3uEUU0UXsFVHzm3EV25E36uE { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #bLvdCGzGClQr5GTHvyCsWuHZcuT8vUsT {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #tbkdS0m4Pdy0Szc9CeDQzBE0WGPyA3bi {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #ydI7CAOhiBLEfOLhGc1enhKhk4ZiixII { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #CPet0uCzSnyAo9raQPm2ZM2XGBG19lyK {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #LGsG3lT3Cvdlumk5TNmntT3MuW35tG0X {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #T8BPn1HAbUvrRDhHyxU0hZyLiGLRluDQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #NeICs4LmO1BTKzblH150vMdgwvec8NZk {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #sRvdwuNMhQsJ65Xy8QKbgk4MVksJ1STT {  }
 }@media only screen and (max-width: 763px) { #LdiBhvXGT3kTzyJz1NgiHv0u0SRZFsPp { top:318px;left:138.5px;width:487px;height:27px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nuJdqBzN7t8v4JGRBQ4DIr2LGgbTSOit { top:189px;left:632px;width:69px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #U2rgwC5bZx9rdE5c0JUNSKIaFQsOuGER { top:121px;left:335px;width:299px;height:92px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #vzmll3RFl82FpGuML1QykGeotssFfZGv { top:131px;left:11px;width:327px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #yg46gOhJwbtkRaNnBktUt2KaZu6xP6NW { top:208px;left:690px;width:74px;height:70px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XKt9sIUFto9SKiTHMZV6nX4Ks865FCEy { top:415px;left:0px;width:247px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #vWOELAiMDthwGFoAlJTt4nagRhTUvrfu { top:46px;left:491px;width:273px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIuUbzzuveaP0UfyLZtO55EPgT6SQ5Gc { top:121px;left:466px;width:290px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #JdCnUtOZRIxFerl2A76a8SK5JMGZx7M5 { top:121px;left:212px;width:290px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0UTBEw2SpXvTh2tZZEzQz0T2MN9KTp { top:121px;left:0px;width:290px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #baI31dt63nsxiDofS3lBfwJVlvmFOJIw { top:238px;left:576.5px;width:117px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #htC712nsFGpKD14ClEV31QfFyvfePvTQ { top:349px;left:521px;width:228px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pRuqLZnR8ZbTdVTv5xGT9U0TURRlaXBS { width:236px;height:50px;top:503px;left:517px;display:block; }
 }@media only screen and (max-width: 763px) { #XT40Gh3gQkWRCTyIs9NcTdSMJXTS0H5N { display:block; }
 }@media only screen and (max-width: 763px) { #Vl8zFTfrTRsiIaMI9InuHLq5SIsCZ1sX { top:349px;left:268px;width:226px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kUsGlBZeOHIkHkn5EWDiMP9wZbX4KggV { top:346px;left:14.5px;width:225px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mFxXrKJFWFI2CFaqgpMmzhxnOiCQxN93 { top:35px;left:0px;width:764px;height:57px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #dB29hVNQ2dlzHfImZOZCABbrK4G7Zx3y { top:134px;left:73.5px;width:107px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #XHV71kZ2d587Zgs72ar2Qt05Z7Opva2A { top:235px;left:327.484375px;width:106px;height:52.497068720556px;display:block; }
 }@media only screen and (max-width: 763px) { #Phsn7iQ78QTGzKA9yibGwTTLZoJVbmyM { top:220px;left:80px;width:85px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #wK63Jp3OTT4q6prcXHsHybfbX51ymWnF { top:134px;left:328.5px;width:105px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BFbwXRLSZE1ITyQQ39ltCu07ck1nPOof { top:134px;left:580px;width:110px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #LDaSPaJXCAD2RzeIIuAiTWTwARkAlgQq { top:458px;left:8px;width:236px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CUITr2G28JUu29n4WNLE1fW2yXVTJh95 { top:458px;left:268.5px;width:225px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ET9ImueXaWRHVoZmGkdgo62OO8DlMcVg { top:458px;left:522.5px;width:225px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #V1VeAKnkCTr1Pkcid5gcugwJPvGJ7Jty { width:236px;height:50px;top:566px;left:517px;display:block; }
 }@media only screen and (max-width: 763px) { #TMq2GNiZAToSJtBARbq2LHOZFGp5Gbdt { display:block; }
 }@media only screen and (max-width: 763px) { #MWkNvIvR8UKO9VKWZGkuZqApTE7fbqTb { width:236px;height:50px;top:565px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #h3GPBOb9N1B430onH1ckXOrTnqi75Kax { display:block; }
 }@media only screen and (max-width: 763px) { #DMfWboTT5mbNaZ6E7MosLQJFhRdqPgOH { width:236px;height:50px;top:502px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #nTmRmy7KyXNg5vxuSVXuU9omltG9dp9d { display:block; }
 }@media only screen and (max-width: 763px) { #HkwC82vJEpXUZ5yRKcKhRH8bfLB0718C { width:236px;height:50px;top:502px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #V1BrDTJyF8d4X3pbRikLnMSr5DcSBGqS { display:block; }
 }@media only screen and (max-width: 763px) { #kKcsSwSJRGNwsXNMuf9w5XGWtT3MxrV2 { width:236px;height:50px;top:565px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #OotxOL9gFUrrIXrG6gm33s9v1UKVbmNH { display:block; }
 }@media only screen and (max-width: 763px) { #czWu5udx6kgev8dvb7VLoHBMHpKEVBX1 { top:697px;left:0px;width:708px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zCgtTWM4aIWENvJn91g1gWgTdq03aBIs { top:121px;left:0px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #q9kHDJKK9hx95Wdlt2yoDH2NSBzxdvQc { top:121px;left:210px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #MWim7ORG4cVBzxrAJ4W4gAQ4qWKLVKlg { top:121px;left:464px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd { display:block; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTQsGeP2ztNxq9i9llThXiaITSgQCQpU { top:128px;left:84px;width:290px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #zlT2wtlIHOiaTLIfKRTgmGXNAAK4WuOJ { top:46px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #w0hXR8DWvPy7Eiegh8WPVMF037BqqPp9 { top:142px;left:202px;width:87px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #lzBFZ5KNXlvkucHwNAlVCAT0CoLhE2Wh { top:128px;left:84px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #NSVxamWPaCdXvTsPdJ7zJTtoBEBIPuAW { top:222px;left:140px;width:212px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #y72F8zVnpv182hOCikgLd2d1IyU2F1mi { top:285px;left:133px;width:226px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pONXsCbRHBykQzIp1fnrotqty70Harpo { top:128px;left:382px;width:290px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #oTH6NdPziTDudFtQ0m9UnZL8fhRwX46D { top:128px;left:382px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cHN10QrlWTUxHxoObdBgp7uIMsXSZpx2 { top:142px;left:411px;width:208px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BXGx4fuAeaEfT6G0NixwT7SDkw5xDugL { top:321px;left:429px;width:172px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BEHpr8UJL9sVTZJrmyvQQmQTZEBBKBNl { top:410px;left:159.015625px;width:173px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mWB2bTD5byv74xSaQtmGi3EHA5JIa2G8 { top:410px;left:428px;width:173px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wHrcARIuSr08kq2ylA0V5veawiT7kN2O { width:236px;height:50px;top:456px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGRoDBd0a6sSm6zPepmAn8y5S8Rc97s2 { display:block; }
 }@media only screen and (max-width: 763px) { #BFkOwhIWT0AhopbIZmcZintwiTDcBU9q { width:236px;height:50px;top:456px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #EBWIE8iesZvlskZR8agpsURu4lfpMdHz { display:block; }
 }@media only screen and (max-width: 763px) { #QnlUSsQWWqGJ5dzZITP9lRcWXxR1gG5I { width:236px;height:50px;top:517px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #TCf1vQVrMcbDGa9qXODsPS0TTaOeNfM7 { display:block; }
 }@media only screen and (max-width: 763px) { #VHSkkrbRPTp7m2RDKoH71goMSRpCLw4u { width:236px;height:50px;top:517px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #ERvXwiCwL6hxSMg2NoN1QqTPMX6mdPN2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wx4R15g2WidDiW7KorlPPONTGf5OTKc5 { width:236px;height:50px;top:578px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #yZOW1CvrHxBPBz8bGN3xkB5I9sikhKKB { display:block; }
 }@media only screen and (max-width: 763px) { #Z8x5heQK41yc36V4XLbwLP8JaIgHN7OV { width:236px;height:50px;top:578px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #yh8yHsMQHg3FSED880vtltuMidKJiTk4 { display:block; }
 }@media only screen and (max-width: 763px) { #QTOak4XLgEgTnlLXwQXToo1CaPzOiOVT { top:707px;left:0px;width:708px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #OqtAHLb0tnUc95E1drMkhl7m2Ht4dyt4 { top:222px;left:475px;width:80px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { top:23px;left:319px;width:445px;height:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #rtwyCsSkhch0lG7frcv2m51GwDNNBriD { top:29px;left:111px;width:160px;height:32.9883px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { position:relative;z-index:auto;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/222c6621-afc5-4ae0-b3f9-e2fe18a294fc/materials_for_landing02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.adaptive-delivery-prevent-bg, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyload, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyloading { background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { background-color: transparent; background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { width:320px;height:614px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyGQ536X9mBaOPQ5cMafhsv5GEiUkvP4 { width:255px;height:39px;top:236px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEWa7X2bUv1H4oAOX9XrZPwpxgpAMTNH { width:192.969px;height:50px;top:453px;left:63px;font-size:17px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CT0ETuxON3KLDWO0EIRVPGJoaPamQNiJ { display:block; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .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; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .widget-text.counter-number { padding-top:8.29px;padding-right:7.54px;padding-bottom:8.29px;padding-left:7.54px;width:45.29px;min-width:45.29px;height:44.54px;font-size:33.16px;line-height:44.54px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:rgba(0,0,0,0);background-image:none;color:#ffffff; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.18px;margin-right:0;margin-bottom:0;margin-left:0;width:60.38px;height:17.6px;font-size:12.44px;line-height:17.6px;top:-15%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL { display:flex;width:306px;height:83.9px;top:349.09375px;left:7px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #ipk7hnted7LVR6SzcTvULqhZhpytXBIq { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #WtqLfyAcD3ud5WVqwtZF8b6ruh4HsFaf {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #VHHyU9vQ7kdlcJVzi5TnOnCC2MoyANva {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #xiHxGDOF3uEUU0UXsFVHzm3EV25E36uE { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #bLvdCGzGClQr5GTHvyCsWuHZcuT8vUsT {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #tbkdS0m4Pdy0Szc9CeDQzBE0WGPyA3bi {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #ydI7CAOhiBLEfOLhGc1enhKhk4ZiixII { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #CPet0uCzSnyAo9raQPm2ZM2XGBG19lyK {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #LGsG3lT3Cvdlumk5TNmntT3MuW35tG0X {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #T8BPn1HAbUvrRDhHyxU0hZyLiGLRluDQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #NeICs4LmO1BTKzblH150vMdgwvec8NZk {  }
 }@media only screen and (max-width: 763px) { #QoP3E4DKbQ1oBDHV0rwaEg8BO0tzTtOL #sRvdwuNMhQsJ65Xy8QKbgk4MVksJ1STT {  }
 }@media only screen and (max-width: 763px) { #LdiBhvXGT3kTzyJz1NgiHv0u0SRZFsPp { width:290px;height:22.0938px;top:330.984375px;left:17px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nuJdqBzN7t8v4JGRBQ4DIr2LGgbTSOit { width:32px;height:53px;top:225px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #U2rgwC5bZx9rdE5c0JUNSKIaFQsOuGER { width:159px;height:49.3984px;top:153px;left:144px;font-size:38px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzmll3RFl82FpGuML1QykGeotssFfZGv { width:209px;height:52px;top:110px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yg46gOhJwbtkRaNnBktUt2KaZu6xP6NW { width:36px;height:39px;top:236px;left:284px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKt9sIUFto9SKiTHMZV6nX4Ks865FCEy { width:258px;height:94px;top:690px;left:26px;display:none; }
 }@media only screen and (max-width: 763px) { #vWOELAiMDthwGFoAlJTt4nagRhTUvrfu { width:159px;height:70px;top:111px;left:150.1328125px;display:none; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1397a3be-648d-4ce9-8976-741ef6777312/materials_for_landing04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.adaptive-delivery-prevent-bg, #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.lazyload, #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.lazyloading { background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { background-color: transparent; background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .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); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:320px;height:1709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIuUbzzuveaP0UfyLZtO55EPgT6SQ5Gc { width:290px;height:470px;top:1113px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JdCnUtOZRIxFerl2A76a8SK5JMGZx7M5 { width:290px;height:470px;top:590px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0UTBEw2SpXvTh2tZZEzQz0T2MN9KTp { width:290px;height:470px;top:91px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #baI31dt63nsxiDofS3lBfwJVlvmFOJIw { width:117px;height:47px;top:1215px;left:101.5px;display:block; }
 }@media only screen and (max-width: 763px) { #htC712nsFGpKD14ClEV31QfFyvfePvTQ { width:231px;height:62.3907px;top:1291px;left:44.5px;font-size:16px;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #pRuqLZnR8ZbTdVTv5xGT9U0TURRlaXBS { width:240px;height:50px;top:1446px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XT40Gh3gQkWRCTyIs9NcTdSMJXTS0H5N { display:block; }
 }@media only screen and (max-width: 763px) { #Vl8zFTfrTRsiIaMI9InuHLq5SIsCZ1sX { width:231px;height:41.5938px;top:781px;left:44.5px;font-size:16px;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #kUsGlBZeOHIkHkn5EWDiMP9wZbX4KggV { width:250px;height:41.5938px;top:288px;left:35px;font-size:16px;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #mFxXrKJFWFI2CFaqgpMmzhxnOiCQxN93 { width:320px;height:41.5938px;top:38px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dB29hVNQ2dlzHfImZOZCABbrK4G7Zx3y { width:86.9922px;height:32.5px;top:107px;left:117px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XHV71kZ2d587Zgs72ar2Qt05Z7Opva2A { width:105.977px;height:52.5px;top:695px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #Phsn7iQ78QTGzKA9yibGwTTLZoJVbmyM { width:85px;height:83.9844px;top:183px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #wK63Jp3OTT4q6prcXHsHybfbX51ymWnF { width:86.9922px;height:32.5px;top:606px;left:117px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BFbwXRLSZE1ITyQQ39ltCu07ck1nPOof { width:86.9922px;height:32.5px;top:1129px;left:118px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #LDaSPaJXCAD2RzeIIuAiTWTwARkAlgQq { width:172.969px;height:28.5938px;top:359px;left:74px;font-size:22px;text-align:center;text-align-last:center;color:#f4372a;display:block; }
 }@media only screen and (max-width: 763px) { #CUITr2G28JUu29n4WNLE1fW2yXVTJh95 { width:172.969px;height:28.5938px;top:872px;left:73.5078125px;font-size:22px;text-align:center;text-align-last:center;color:#f4372a;display:block; }
 }@media only screen and (max-width: 763px) { #ET9ImueXaWRHVoZmGkdgo62OO8DlMcVg { width:172.969px;height:28.5938px;top:1394px;left:73.5078125px;font-size:22px;text-align:center;text-align-last:center;color:#f4372a;display:block; }
 }@media only screen and (max-width: 763px) { #V1VeAKnkCTr1Pkcid5gcugwJPvGJ7Jty { width:240px;height:50px;top:1508px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TMq2GNiZAToSJtBARbq2LHOZFGp5Gbdt { display:block; }
 }@media only screen and (max-width: 763px) { #MWkNvIvR8UKO9VKWZGkuZqApTE7fbqTb { width:240px;height:50px;top:984px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h3GPBOb9N1B430onH1ckXOrTnqi75Kax { display:block; }
 }@media only screen and (max-width: 763px) { #DMfWboTT5mbNaZ6E7MosLQJFhRdqPgOH { width:240px;height:50px;top:921px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTmRmy7KyXNg5vxuSVXuU9omltG9dp9d { display:block; }
 }@media only screen and (max-width: 763px) { #HkwC82vJEpXUZ5yRKcKhRH8bfLB0718C { width:240px;height:50px;top:422px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V1BrDTJyF8d4X3pbRikLnMSr5DcSBGqS { display:block; }
 }@media only screen and (max-width: 763px) { #kKcsSwSJRGNwsXNMuf9w5XGWtT3MxrV2 { width:240px;height:50px;top:486px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OotxOL9gFUrrIXrG6gm33s9v1UKVbmNH { display:block; }
 }@media only screen and (max-width: 763px) { #czWu5udx6kgev8dvb7VLoHBMHpKEVBX1 { width:304px;height:44.1875px;top:1618px;left:8px;font-size:17px;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #zCgtTWM4aIWENvJn91g1gWgTdq03aBIs { width:290px;height:57px;top:91px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q9kHDJKK9hx95Wdlt2yoDH2NSBzxdvQc { width:290px;height:57px;top:590px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MWim7ORG4cVBzxrAJ4W4gAQ4qWKLVKlg { width:290px;height:57px;top:1113px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa8dc399-d840-4d78-b36d-8e24c11469f2/materials_for_landing06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd.adaptive-delivery-prevent-bg, #fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd.lazyload, #fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd.lazyloading { background-image: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container { background-color: transparent; background-image: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container > .video-iframe-container { display: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row > .video-iframe-container { display: none; }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .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); }#fslZQbGonq0Tx0fiUoe7TkBCxadUPeRd > .row .container { width:320px;height:1299px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTQsGeP2ztNxq9i9llThXiaITSgQCQpU { width:290px;height:520px;top:94.5625px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #zlT2wtlIHOiaTLIfKRTgmGXNAAK4WuOJ { width:320px;height:41.5938px;top:42px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w0hXR8DWvPy7Eiegh8WPVMF037BqqPp9 { width:86.9922px;height:32.5px;top:110.8125px;left:116.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lzBFZ5KNXlvkucHwNAlVCAT0CoLhE2Wh { width:290px;height:57px;top:94.5625px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NSVxamWPaCdXvTsPdJ7zJTtoBEBIPuAW { width:198px;height:48px;top:191.03125px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y72F8zVnpv182hOCikgLd2d1IyU2F1mi { width:255px;height:103.9845px;top:253.5625px;left:32.5px;font-size:16px;text-align:left;text-align-last:left;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #pONXsCbRHBykQzIp1fnrotqty70Harpo { width:290px;height:520px;top:647px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oTH6NdPziTDudFtQ0m9UnZL8fhRwX46D { width:290px;height:57px;top:647px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #cHN10QrlWTUxHxoObdBgp7uIMsXSZpx2 { width:209px;height:32.5px;top:663px;left:56px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXGx4fuAeaEfT6G0NixwT7SDkw5xDugL { width:262.969px;height:62.3907px;top:839px;left:29px;font-size:16px;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #BEHpr8UJL9sVTZJrmyvQQmQTZEBBKBNl { width:172.969px;height:28.5938px;top:362px;left:73.5078125px;font-size:22px;text-align:center;text-align-last:center;color:#f4372a;display:block; }
 }@media only screen and (max-width: 763px) { #mWB2bTD5byv74xSaQtmGi3EHA5JIa2G8 { width:172.969px;height:28.5938px;top:921px;left:74px;font-size:22px;text-align:center;text-align-last:center;color:#f4372a;display:block; }
 }@media only screen and (max-width: 763px) { #wHrcARIuSr08kq2ylA0V5veawiT7kN2O { width:240px;height:50px;top:411px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGRoDBd0a6sSm6zPepmAn8y5S8Rc97s2 { display:block; }
 }@media only screen and (max-width: 763px) { #BFkOwhIWT0AhopbIZmcZintwiTDcBU9q { width:236px;height:50px;top:966px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EBWIE8iesZvlskZR8agpsURu4lfpMdHz { display:block; }
 }@media only screen and (max-width: 763px) { #QnlUSsQWWqGJ5dzZITP9lRcWXxR1gG5I { width:236px;height:50px;top:476px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TCf1vQVrMcbDGa9qXODsPS0TTaOeNfM7 { display:block; }
 }@media only screen and (max-width: 763px) { #VHSkkrbRPTp7m2RDKoH71goMSRpCLw4u { width:236px;height:50px;top:1028px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ERvXwiCwL6hxSMg2NoN1QqTPMX6mdPN2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wx4R15g2WidDiW7KorlPPONTGf5OTKc5 { width:236px;height:50px;top:1092px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yZOW1CvrHxBPBz8bGN3xkB5I9sikhKKB { display:block; }
 }@media only screen and (max-width: 763px) { #Z8x5heQK41yc36V4XLbwLP8JaIgHN7OV { width:236px;height:50px;top:540px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yh8yHsMQHg3FSED880vtltuMidKJiTk4 { display:block; }
 }@media only screen and (max-width: 763px) { #QTOak4XLgEgTnlLXwQXToo1CaPzOiOVT { width:312px;height:44.1875px;top:1194px;left:4px;font-size:17px;text-align:center;text-align-last:center;color:#e8f7ff;font-family:"noto sans hk";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OqtAHLb0tnUc95E1drMkhl7m2Ht4dyt4 { width:80px;height:69px;top:744px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { position:relative;z-index:auto;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { width:320px;height:44.1876px;top:72.9883px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #rtwyCsSkhch0lG7frcv2m51GwDNNBriD { width:160px;height:32.9883px;top:20px;left:80px;overflow:hidden;display:block; }
 }