.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 .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H { border-top:0;border-left:0;border-right:0;border-bottom:1px solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container { background-color: transparent; background-image: none; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container > .video-iframe-container { display: none; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row > .video-iframe-container { display: none; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .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); }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container { border-width: 0; border-radius: 0; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#LB4MbhV4usE0aDqH2qxZVeVmTTTTWBM2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36px;width:122px;top:10.5px;left:0px;overflow:hidden;display:block; }
#gLiaxvbWRb8oL1aTxTiNOZL6s0s1g7Pk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#48a4a4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:90px;height:37px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:11.5px;left:781px;display:block; }
#JbIyOFplC1eJ8dpM4sLMyfHyrqfw177z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rb3Q0LarxTpdkAL6cvP4lKT9f6cbQFUt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#48a4a4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:90px;height:37px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:11.5px;left:870px;display:block; }
#CUmk9ri0wf9VBw8mJggiDtKDITTokTUR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hpmhIoiG/Web_1920_1.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { background-color: transparent; background-image: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container > .video-iframe-container { display: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row > .video-iframe-container { display: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .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); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { border-width: 0; border-radius: 0; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { font-size:14px;font-family:arial;height:797px;width:960px;position:relative;display:block; }#LlCfRT2BtooA5S9QeQW4x8pduQP3Z8Ci { color:#1e1e1e;display:block;width:291px;position:absolute;font-family:"noto sans hk";font-size:14px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:217px;left:557px;height:36px;font-style:normal;display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"noto sans hk";font-size:42px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"noto sans hk";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 { top:269px;left:527px;z-index:100002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:426px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #iyti0PD8UTBrlHyElzdKsxWp0BEq4Voo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #vRuTWXA57EcTn2s89pB7OU5EevIetTug { display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #hpuZfDRuuZTToNTX6bQrBdzJxTT6eJmz { display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #mzg8GvJdarNFC6uPOXg9TtVcvIGmPrtz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #N6xEuPpr7GkFdWk2qMxrlteTKn1It5fA { display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #X1gCfWCl2G2etrleGXuguIsZum2GQGzl { display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #TABN3gghVXPXTdECyZDLyr5HEzhh5AT5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #Oo8EQFMlgEvPvxcudCFzK74dTXy48q1S { display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #RucUhacWTeIPr5soiWeIkJCohX5ssgv3 { display:block; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #uNtn05l1Hl0vzBOimuoccxmbIDLSTH8F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #SG48dnkT9TwkcsU3RUv4TkQ1TvMapJ5B { display:block;position:relative;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #moVdsuFnle1f4QgWp9o2UVq9hZWAZm4a { display:block;position:relative;top:0px;left:0px; }
#XbTbDlKwZsAqWp6PmnIfAWV8TphRitkW { color:#1e1e1e;display:block;width:460px;position:absolute;font-family:"noto sans tc";font-size:45px;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:193px;left:0px;height:108px;font-style:normal;display:block; }
#OGVTeM1NFECzBfRSg8nKqaO8VpItl9oQ { color:#1e1e1e;display:block;width:454px;position:absolute;font-family:"noto sans hk";font-size:20px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:322px;left:0px;height:52px;font-style:normal;display:block; }
#p7e4HDwWEsRDLu3ToZbZZg4eMU2iEqhc { color:#1e1e1e;display:block;width:460px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:583px;left:251px;height:20px;text-align:center;text-align-last:center;display:block; }
#w7GpdERWbHLUQNhOfZvEsG8l9xp0kSwg { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;height:200px;width:432px;top:187px;left:528px;display:block; }
#gMMx7dT2HyJJOoSp4CSaPGHABURRsGfP { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:22px;top:621px;left:470px;overflow:hidden;display:block; }
#owSX6im9QbOT1A6r41q0UKUyoXg20of3 { color:#000000;display:block;width:382px;position:absolute;font-family:"open sans";font-size:38px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:745px;left:290px;height:49px;text-align:center;text-align-last:center;display:block; }
#Ms4h0ykJh2Jx9UqsNr847mcPzGAmWUoG { z-index:100003;top:399px;left:527px;background-color:transparent;background-image: -webkit-linear-gradient(214deg, #95bea6, #4794a6);background-image: -moz-linear-gradient(214deg, #95bea6, #4794a6);background-image: -ms-linear-gradient(214deg, #95bea6, #4794a6);background-image: -o-linear-gradient(214deg, #95bea6, #4794a6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );";background-image: linear-gradient(214deg, #95bea6, #4794a6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(79,79,79,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans tc";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#esHF6GC9vhNRvJAGnxHBek4E9GwoBcVQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Z5CevntbzLD611OdduyEcuf9S6eg2omz { z-index:100005;top:399px;left:749px;background-color:transparent;background-image: -webkit-linear-gradient(214deg, #95bea6, #4794a6);background-image: -moz-linear-gradient(214deg, #95bea6, #4794a6);background-image: -ms-linear-gradient(214deg, #95bea6, #4794a6);background-image: -o-linear-gradient(214deg, #95bea6, #4794a6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );";background-image: linear-gradient(214deg, #95bea6, #4794a6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(79,79,79,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans tc";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t9ZaEAsN2TGlDTHSZ7A157AKZ76NxgqV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PgHB4VHMNXukqihe5AEcTDvDHoTTyzZd { color:#1e1e1e;display:block;width:203px;position:absolute;font-family:roboto;font-size:13px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:457px;left:530px;height:16px;text-align:center;text-align-last:center;display:block; }
#lUmxBTnUZSs90ASSAF8EbZ4416ORrZNZ { color:#1e1e1e;display:block;width:203px;position:absolute;font-family:roboto;font-size:13px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:457px;left:530px;height:16px;text-align:center;text-align-last:center;display:none; }
#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3meR1Pb6/Group_1.png");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container { background-color: transparent; background-image: none; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container > .video-iframe-container { display: none; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row > .video-iframe-container { display: none; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .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); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container { border-width: 0; border-radius: 0; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container { font-size:14px;font-family:arial;height:1427px;width:960px;position:relative;display:block; }#SxpEkKAU1Dqz669RZVTg4F2ugXCqkKfA { color:#000000;display:block;width:354px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:normal;z-index:100034;line-height:1.1;letter-spacing:0;top:70px;left:76.5px;height:29px;text-align:right;text-align-last:right;display:block; }
#CqCpZ6e9ZOF5icH9uRo4MiEltZSX9RB1 { position:absolute;display:block;z-index:100035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:898px;width:1px;top:70px;left:479.5px;display:block; }
#zI6CPVTqQL5kaRU6HQn4EouM1fTIq8or { color:#48a4a4;display:block;width:260px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:110px;left:169.5px;height:26px;text-align:right;text-align-last:right;display:block; }
#THTeWB1JZdFXFb0M4Q45abie5Sk5MrAC { position:absolute;display:block;z-index:100037;background-color:#4fb7b6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:48px;border-top-right-radius:48px;border-bottom-left-radius:48px;border-bottom-right-radius:48px;height:48px;width:48px;top:70px;left:456px;display:block; }
#APgmKsgfRrLKaFZiwHmiVctk3avP7vsW { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:25px;top:81px;left:466.5px;overflow:hidden;display:block; }
#ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 { color:#727377;display:block;width:369px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100037;line-height:1.5;letter-spacing:0;top:70px;left:527.5px;height:;text-align:left;text-align-last:left;display:block; }#ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 li:before{  }
#pK3ezc4UnVQsSXwNcfrBxt5EBWW2wkBW { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:25px;top:240px;left:468px;overflow:hidden;display:block; }
#PtedWR1IAVPdGbPpk0fJsJt9K5aJgohn { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:48px;border-top-right-radius:48px;border-bottom-left-radius:48px;border-bottom-right-radius:48px;height:80px;width:80px;top:212.5px;left:440px;display:block; }
#UI5aH8Q7Ud1MifJ7mcutavUbucrXH9CG { color:#727377;display:block;width:369px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100038;line-height:1.5;letter-spacing:0;top:243px;left:524px;height:21px;text-align:left;text-align-last:left;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; }
#G7K9vVfhvSoCHNb4XlcWf7Cz7lrPpHJx { color:#000000;display:block;width:354px;position:absolute;font-family:"noto sans hk";font-size:27px;font-weight:normal;z-index:100040;line-height:1.1;letter-spacing:0;top:683px;left:70px;height:29px;text-align:right;text-align-last:right;display:block; }
#Qodf73pmuEttdHvk18rAk5yCJcPt23hr { color:#48a4a4;display:block;width:200px;position:absolute;font-family:"noto sans hk";font-size:20px;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:725px;left:223px;height:26px;text-align:right;text-align-last:right;display:block; }
#vKB5SRH5SXfTtZQghbGxWhQvKI3vFRkk { position:absolute;display:block;z-index:100043;background-color:#7dcecd;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:48px;border-top-right-radius:48px;border-bottom-left-radius:48px;border-bottom-right-radius:48px;height:48px;width:48px;top:683px;left:457px;display:block; }
#UIRqOUz82KZNUhI9QnvLoP1G5aBMmLiy { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:21px;top:696px;left:469.5px;overflow:hidden;display:block; }
#pP3eq70ARieAzcdBnOImLAWWJQMcGEkr { color:#727377;display:block;width:394px;position:absolute;font-family:"noto sans hk";font-size:15px;font-weight:normal;z-index:100043;line-height:1.5;letter-spacing:0;top:683px;left:525px;height:;text-align:left;text-align-last:left;display:block; }#pP3eq70ARieAzcdBnOImLAWWJQMcGEkr li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#pP3eq70ARieAzcdBnOImLAWWJQMcGEkr li:before{  }
#DdxAGdGawybBhl173CneOUaIsLg8e6s2 { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:48px;border-top-right-radius:48px;border-bottom-left-radius:48px;border-bottom-right-radius:48px;height:80px;width:80px;top:1043px;left:441px;display:block; }
#dfUsSdlToR6t5OXZ2qXoSAc4aQaSlNvf { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:25px;top:1067px;left:470px;overflow:hidden;display:block; }
#fRIsLelaZ5iAKDuavNcdLZWl3Zc1gXdO { color:#727377;display:block;width:369px;position:absolute;font-family:"noto sans hk";font-size:14px;font-weight:normal;z-index:100039;line-height:1.5;letter-spacing:0;top:1069.5px;left:531.5px;height:21px;text-align:left;text-align-last:left;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; }
#WTIdFZ4O1BoSwSmRpfHzdA2LGlPg31IT { color:#000000;display:block;width:354px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:normal;z-index:100040;line-height:1.1;letter-spacing:0;top:388px;left:71px;height:29px;text-align:right;text-align-last:right;display:block; }
#cTTpzeP7BlecaRNhahIHl3FEyFCMNisI { color:#48a4a4;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:430px;left:224px;height:26px;text-align:right;text-align-last:right;display:block; }
#GrhzlaM4UVIWIk9EmMCz3F8wgtBN4Vi4 { position:absolute;display:block;z-index:100043;background-color:#7dcecd;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:48px;border-top-right-radius:48px;border-bottom-left-radius:48px;border-bottom-right-radius:48px;height:48px;width:48px;top:388px;left:455px;display:block; }
#Tyk1XWwPxC4C5DDLH7NBGUX77OKJPR7t { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:25px;top:400px;left:465.5px;overflow:hidden;display:block; }
#m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ { color:#727377;display:block;width:392px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100043;line-height:1.5;letter-spacing:0;top:388px;left:526px;height:120px;text-align:left;text-align-last:left;display:block; }#m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ li:before{  }
#F9myw6tLOaCmQ8gEIGIgbNsen71TT8VU { color:#000000;display:block;width:354px;position:absolute;font-family:"noto sans hk";font-size:27px;font-weight:normal;z-index:100046;line-height:1.1;letter-spacing:0;top:1233px;left:70px;height:29px;text-align:right;text-align-last:right;display:block; }
#ktWTnfLpSADoAIfBg07IyCZNpArk1xaW { color:#48a4a4;display:block;width:200px;position:absolute;font-family:"noto sans hk";font-size:20px;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:1275px;left:223px;height:26px;text-align:right;text-align-last:right;display:block; }
#RmOLcdXIlTku80PPUgrgLnzyzcw7fcAI { position:absolute;display:block;z-index:100049;background-color:#7dcecd;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:48px;border-top-right-radius:48px;border-bottom-left-radius:48px;border-bottom-right-radius:48px;height:48px;width:48px;top:1233px;left:457px;display:block; }
#mGZ3VSXN3gB7u8zNz618JTdyEUtd3LRD { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:25px;top:1245px;left:468px;overflow:hidden;display:block; }
#Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM { color:#727377;display:block;width:387px;position:absolute;font-family:"noto sans hk";font-size:15px;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:1233px;left:522px;height:120px;text-align:left;text-align-last:left;display:block; }#Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM li:before{  }
#hdGxAUCkqFAzAOPyokslDcmWAmK9rUEB { position:absolute;display:block;z-index:100036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:898px;width:1px;top:340px;left:479.5px;display:block; }
#OyIErnoJKmdJNpQN0mSXbzSw9BW5UeXH { z-index:100002;top:547px;left:527.5px;background-color:transparent;background-image: -webkit-linear-gradient(214deg, #95bea6, #4794a6);background-image: -moz-linear-gradient(214deg, #95bea6, #4794a6);background-image: -ms-linear-gradient(214deg, #95bea6, #4794a6);background-image: -o-linear-gradient(214deg, #95bea6, #4794a6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );";background-image: linear-gradient(214deg, #95bea6, #4794a6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(79,79,79,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans tc";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HpdbBn942Q0ZsdDtb42V6frVWZDlDgEq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#H3iwFJ3TWvzNV6BMlQkGvcxAMOZqLrzy { position:absolute;display:block;z-index:100051;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8px;width:22px;top:532px;left:504px;display:block; }
#bV268ue2DIsgpUJfH1Z1TIubQNUDrGAX { z-index:100004;top:909px;left:528px;background-color:transparent;background-image: -webkit-linear-gradient(214deg, #95bea6, #4794a6);background-image: -moz-linear-gradient(214deg, #95bea6, #4794a6);background-image: -ms-linear-gradient(214deg, #95bea6, #4794a6);background-image: -o-linear-gradient(214deg, #95bea6, #4794a6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bea6', endColorstr='#4794a6' );";background-image: linear-gradient(214deg, #95bea6, #4794a6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(79,79,79,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans tc";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mTOLEZO19ud0ll1H7mkpRBhi6xyKvOwu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#gRTuvF2n7AqBrLzV0M9hdECpBqCLOhHd { position:absolute;display:block;z-index:100053;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8px;width:22px;top:890px;left:490.35869565217px;display:block; }
#HOBQ3TwhUoBsFHM0QAGovJSCQ1U77xqa { position:absolute;display:block;z-index:100036;background-color:#4fb7b6;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:1px;top:116px;left:479.5px;display:block; }
#HPx7v7JwH8q4mXdDOhFl7GcpU00Bao5l { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#3c9494;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:126px;height:27px;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:739px;left:794px;display:block; }
#hQg8gJ1m6waNGJ76wGG0Q5EMpnC8UHvU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UOklcF95/Web_1920_1.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { background-color: transparent; background-image: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .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); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { border-width: 0; border-radius: 0; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { font-size:14px;font-family:arial;height:519px;width:960px;position:relative;display:block; }#UhrTfgMXoBW75m3urS5G4zQ8Zf83UeLk { color:#1e1e1e;display:block;width:329px;position:absolute;font-family:"noto sans hk";font-size:14px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:166px;left:294px;height:36px;font-style:normal;display:block; }
#JEgWFh0VdbMvUs9XNTJn5RVK6pdcfhME { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;height:200px;width:432px;top:136px;left:265px;display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"noto sans hk";font-size:42px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"noto sans hk";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f { top:218px;left:264px;z-index:100005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:426px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #suHZdvi8T5qXBnIBHD3tHwTqSUmVxNB2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #TnveaKDqtbGhxRR72ZTTNh9SVX1KLg83 { display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #Qyv3GJtuFOQPwvnlV70XruIvxAG7eTnq { display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #ReiZgq866HK702kvdBX5myW9Wy3TL8R0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #TFKlnnKnMnCtmTLztvwlXETpaTSoxcN4 { display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #sQaHddrWwSIW93uABsTsniprKyTKpJti { display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #InWQeIIEO9t2z6JCTuBI0LaXMtqe5H1I { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #fccqeuRxL7ZgkWuSg8lXzsxT6XLEDSpk { display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #NLsCtlBV6f41IqtB9R4ZwKBP135IbsOf { display:block; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #ZOqow4rKf5bmpO5NsvCco0TFTnzqNzZh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #N0fcT5sa1WzSACnrmNIcTruT5shtBnWs { display:block;position:relative;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #bFz7vJqOtXOXHcGKrmNUkkgb1SXix4vz { display:block;position:relative;top:0px;left:0px; }
#oatqKne7O9gD6nk0GNibE5x1LL6tvmrc { color:#5a5a5a;display:block;width:460px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:362px;left:250px;height:20px;text-align:center;text-align-last:center;display:block; }
#xX3LTAJdtRabw6D8ZOwsEf7IbKz6tRhP { position:absolute;display:block;z-index:100007;height:69px;width:123px;top:186px;left:783.71875px;display:block; }
#XgLnS4wEJLl0Chc8oTO634lLAGGU0T2l { color:#000000;display:block;width:608px;position:absolute;font-family:"noto sans hk";font-size:38px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:41px;left:176px;height:49px;text-align:center;text-align-last:center;display:block; }
#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container { background-color: transparent; background-image: none; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container > .video-iframe-container { display: none; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row > .video-iframe-container { display: none; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .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); }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container { border-width: 0; border-radius: 0; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container { font-size:14px;font-family:arial;height:101px;width:960px;position:relative;display:block; }#bSwPW2809bN6P6w9JUoue9L7mBlmpeVf { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:161px;top:26.833984375px;left:159px;overflow:hidden;display:block; }
#Em5BDXXhEaT0G1OqnJKS36waX810Z98S { color:#3f3f3f;display:block;width:445.99264526367px;position:absolute;font-family:"noto sans tc";font-size:14px;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:28.194946289062px;left:496px;height:46px;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) { #qha06lfBmA5HbUGr1UkneDkk2xaMzs6H { display:block; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LB4MbhV4usE0aDqH2qxZVeVmTTTTWBM2 { top:10px;left:0px;width:122px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #gLiaxvbWRb8oL1aTxTiNOZL6s0s1g7Pk { width:90px;height:37px;top:11px;left:674px;display:block; }
 }@media only screen and (max-width: 763px) { #JbIyOFplC1eJ8dpM4sLMyfHyrqfw177z { display:block; }
 }@media only screen and (max-width: 763px) { #rb3Q0LarxTpdkAL6cvP4lKT9f6cbQFUt { width:90px;height:37px;top:11px;left:674px;display:block; }
 }@media only screen and (max-width: 763px) { #CUmk9ri0wf9VBw8mJggiDtKDITTokTUR { display:block; }
 }@media only screen and (max-width: 763px) { #amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 { display:block; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlCfRT2BtooA5S9QeQW4x8pduQP3Z8Ci { width:291px;height:36px;top:217px;left:410px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"noto sans hk";font-size:42px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"noto sans hk";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 { top:269px;left:338px;width:426px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #iyti0PD8UTBrlHyElzdKsxWp0BEq4Voo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #vRuTWXA57EcTn2s89pB7OU5EevIetTug {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #hpuZfDRuuZTToNTX6bQrBdzJxTT6eJmz {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #mzg8GvJdarNFC6uPOXg9TtVcvIGmPrtz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #N6xEuPpr7GkFdWk2qMxrlteTKn1It5fA {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #X1gCfWCl2G2etrleGXuguIsZum2GQGzl {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #TABN3gghVXPXTdECyZDLyr5HEzhh5AT5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #Oo8EQFMlgEvPvxcudCFzK74dTXy48q1S {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #RucUhacWTeIPr5soiWeIkJCohX5ssgv3 {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #uNtn05l1Hl0vzBOimuoccxmbIDLSTH8F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #SG48dnkT9TwkcsU3RUv4TkQ1TvMapJ5B { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #moVdsuFnle1f4QgWp9o2UVq9hZWAZm4a { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XbTbDlKwZsAqWp6PmnIfAWV8TphRitkW { width:460px;height:108px;top:193px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OGVTeM1NFECzBfRSg8nKqaO8VpItl9oQ { width:454px;height:52px;top:322px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #p7e4HDwWEsRDLu3ToZbZZg4eMU2iEqhc { width:460px;height:20px;top:583px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w7GpdERWbHLUQNhOfZvEsG8l9xp0kSwg { top:187px;left:332px;width:432px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #gMMx7dT2HyJJOoSp4CSaPGHABURRsGfP { top:621px;left:360px;width:22px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #owSX6im9QbOT1A6r41q0UKUyoXg20of3 { top:745px;left:0px;width:382px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Ms4h0ykJh2Jx9UqsNr847mcPzGAmWUoG { top:399px;left:382px;width:205px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #esHF6GC9vhNRvJAGnxHBek4E9GwoBcVQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z5CevntbzLD611OdduyEcuf9S6eg2omz { top:399px;left:559px;width:205px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZaEAsN2TGlDTHSZ7A157AKZ76NxgqV { display:block; }
 }@media only screen and (max-width: 763px) { #PgHB4VHMNXukqihe5AEcTDvDHoTTyzZd { width:203px;height:16px;top:457px;left:383px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lUmxBTnUZSs90ASSAF8EbZ4416ORrZNZ { width:203px;height:16px;top:472px;left:9.5px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Uxv6JvEN6fobHguwsoqF632hBcTnf1yD { display:block; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxpEkKAU1Dqz669RZVTg4F2ugXCqkKfA { width:354px;height:29px;top:70px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CqCpZ6e9ZOF5icH9uRo4MiEltZSX9RB1 { width:1px;height:898px;top:70px;left:381.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zI6CPVTqQL5kaRU6HQn4EouM1fTIq8or { width:260px;height:26px;top:110px;left:71.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #THTeWB1JZdFXFb0M4Q45abie5Sk5MrAC { width:48px;height:48px;top:70px;left:358px;display:block; }
 }@media only screen and (max-width: 763px) { #APgmKsgfRrLKaFZiwHmiVctk3avP7vsW { width:25px;height:25px;top:81px;left:368.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 { width:369px;height:;top:70px;left:395px;font-size:13px;display:block; }#ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 li:before{  }
 }@media only screen and (max-width: 763px) { #pK3ezc4UnVQsSXwNcfrBxt5EBWW2wkBW { width:25px;height:25px;top:240px;left:370px;display:block; }
 }@media only screen and (max-width: 763px) { #PtedWR1IAVPdGbPpk0fJsJt9K5aJgohn { width:80px;height:80px;top:212px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #UI5aH8Q7Ud1MifJ7mcutavUbucrXH9CG { width:369px;height:21px;top:243px;left:395px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #G7K9vVfhvSoCHNb4XlcWf7Cz7lrPpHJx { width:354px;height:29px;top:683px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Qodf73pmuEttdHvk18rAk5yCJcPt23hr { width:200px;height:26px;top:725px;left:125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vKB5SRH5SXfTtZQghbGxWhQvKI3vFRkk { width:48px;height:48px;top:683px;left:359px;display:block; }
 }@media only screen and (max-width: 763px) { #UIRqOUz82KZNUhI9QnvLoP1G5aBMmLiy { width:21px;height:21px;top:696px;left:371.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pP3eq70ARieAzcdBnOImLAWWJQMcGEkr { width:394px;height:;top:683px;left:370px;font-size:13px;display:block; }#pP3eq70ARieAzcdBnOImLAWWJQMcGEkr li:before{  }
 }@media only screen and (max-width: 763px) { #DdxAGdGawybBhl173CneOUaIsLg8e6s2 { width:80px;height:80px;top:1043px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #dfUsSdlToR6t5OXZ2qXoSAc4aQaSlNvf { width:25px;height:25px;top:1067px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #fRIsLelaZ5iAKDuavNcdLZWl3Zc1gXdO { width:369px;height:21px;top:1069px;left:395px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WTIdFZ4O1BoSwSmRpfHzdA2LGlPg31IT { width:354px;height:29px;top:388px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cTTpzeP7BlecaRNhahIHl3FEyFCMNisI { width:200px;height:26px;top:430px;left:126px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GrhzlaM4UVIWIk9EmMCz3F8wgtBN4Vi4 { width:48px;height:48px;top:388px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #Tyk1XWwPxC4C5DDLH7NBGUX77OKJPR7t { width:25px;height:25px;top:400px;left:367.5px;display:block; }
 }@media only screen and (max-width: 763px) { #m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ { width:392px;height:;top:388px;left:372px;font-size:13px;display:block; }#m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ li:before{  }
 }@media only screen and (max-width: 763px) { #F9myw6tLOaCmQ8gEIGIgbNsen71TT8VU { width:354px;height:29px;top:1233px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ktWTnfLpSADoAIfBg07IyCZNpArk1xaW { width:200px;height:26px;top:1275px;left:125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RmOLcdXIlTku80PPUgrgLnzyzcw7fcAI { width:48px;height:48px;top:1233px;left:359px;display:block; }
 }@media only screen and (max-width: 763px) { #mGZ3VSXN3gB7u8zNz618JTdyEUtd3LRD { width:25px;height:25px;top:1245px;left:370px;display:block; }
 }@media only screen and (max-width: 763px) { #Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM { width:387px;height:120px;top:1233px;left:377px;font-size:13px;display:block; }#Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM li:before{  }
 }@media only screen and (max-width: 763px) { #hdGxAUCkqFAzAOPyokslDcmWAmK9rUEB { width:1px;height:898px;top:340px;left:381.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OyIErnoJKmdJNpQN0mSXbzSw9BW5UeXH { top:547px;left:429.5px;width:205px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #HpdbBn942Q0ZsdDtb42V6frVWZDlDgEq { display:block; }
 }@media only screen and (max-width: 763px) { #H3iwFJ3TWvzNV6BMlQkGvcxAMOZqLrzy { top:532px;left:406px;width:22px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #bV268ue2DIsgpUJfH1Z1TIubQNUDrGAX { top:909px;left:430px;width:205px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #mTOLEZO19ud0ll1H7mkpRBhi6xyKvOwu { display:block; }
 }@media only screen and (max-width: 763px) { #gRTuvF2n7AqBrLzV0M9hdECpBqCLOhHd { top:890px;left:392.35869565217px;width:22px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #HOBQ3TwhUoBsFHM0QAGovJSCQ1U77xqa { width:1px;height:114px;top:116px;left:381.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HPx7v7JwH8q4mXdDOhFl7GcpU00Bao5l { width:126px;height:27px;top:739px;left:638px;display:block; }
 }@media only screen and (max-width: 763px) { #hQg8gJ1m6waNGJ76wGG0Q5EMpnC8UHvU { display:block; }
 }@media only screen and (max-width: 763px) { #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf { display:block; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhrTfgMXoBW75m3urS5G4zQ8Zf83UeLk { width:329px;height:36px;top:166px;left:196px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JEgWFh0VdbMvUs9XNTJn5RVK6pdcfhME { top:136px;left:167px;width:432px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#1e1e1e;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:roboto;font-size:42px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-text.counter-label { background-color:;background-image:none;color:#1e1e1e;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:roboto;font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f { top:218px;left:166px;width:426px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #suHZdvi8T5qXBnIBHD3tHwTqSUmVxNB2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #TnveaKDqtbGhxRR72ZTTNh9SVX1KLg83 {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #Qyv3GJtuFOQPwvnlV70XruIvxAG7eTnq {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #ReiZgq866HK702kvdBX5myW9Wy3TL8R0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #TFKlnnKnMnCtmTLztvwlXETpaTSoxcN4 {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #sQaHddrWwSIW93uABsTsniprKyTKpJti {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #InWQeIIEO9t2z6JCTuBI0LaXMtqe5H1I { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #fccqeuRxL7ZgkWuSg8lXzsxT6XLEDSpk {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #NLsCtlBV6f41IqtB9R4ZwKBP135IbsOf {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #ZOqow4rKf5bmpO5NsvCco0TFTnzqNzZh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #N0fcT5sa1WzSACnrmNIcTruT5shtBnWs { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #bFz7vJqOtXOXHcGKrmNUkkgb1SXix4vz { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #oatqKne7O9gD6nk0GNibE5x1LL6tvmrc { width:460px;height:20px;top:362px;left:152px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xX3LTAJdtRabw6D8ZOwsEf7IbKz6tRhP { top:186px;left:641px;width:123px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #XgLnS4wEJLl0Chc8oTO634lLAGGU0T2l { top:41px;left:78px;width:608px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh { display:block; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSwPW2809bN6P6w9JUoue9L7mBlmpeVf { top:26px;left:110px;width:161px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #Em5BDXXhEaT0G1OqnJKS36waX810Z98S { top:28px;left:319px;width:445px;height:48px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qha06lfBmA5HbUGr1UkneDkk2xaMzs6H { position:relative;z-index:auto;display:block; }#qha06lfBmA5HbUGr1UkneDkk2xaMzs6H > .row .container { width:320px;height:52px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LB4MbhV4usE0aDqH2qxZVeVmTTTTWBM2 { width:122px;height:36px;top:10px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #gLiaxvbWRb8oL1aTxTiNOZL6s0s1g7Pk { width:70px;height:37px;top:9.5px;left:178px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JbIyOFplC1eJ8dpM4sLMyfHyrqfw177z { display:block; }
 }@media only screen and (max-width: 763px) { #rb3Q0LarxTpdkAL6cvP4lKT9f6cbQFUt { width:73px;height:37px;top:9.5px;left:247px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CUmk9ri0wf9VBw8mJggiDtKDITTokTUR { display:block; }
 }@media only screen and (max-width: 763px) { #amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/hpmhIoiG/Web_1920_1.png");background-position:bottom right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { background-color: transparent; background-image: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container > .video-iframe-container { display: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row > .video-iframe-container { display: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .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); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { width:320px;height:799px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlCfRT2BtooA5S9QeQW4x8pduQP3Z8Ci { width:261px;height:54px;top:239px;left:36px;text-align:left;text-align-last:left;line-height:1.4;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0px;margin-right:4.77px;margin-bottom:0px;margin-left:4.77px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:6.55px;padding-bottom:0px;padding-right:0.95px;padding-left:0.95px;display:block;width:55.32px;height:37.44px;position:relative;font-size:40.24px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:4.68px;padding-right:0.95px;padding-left:0.95px;display:block;width:55.32px;height:10.29px;position:relative;font-size:7.49px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 { top:284px;left:26px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:269px;height:73px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #iyti0PD8UTBrlHyElzdKsxWp0BEq4Voo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #vRuTWXA57EcTn2s89pB7OU5EevIetTug {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #hpuZfDRuuZTToNTX6bQrBdzJxTT6eJmz {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #mzg8GvJdarNFC6uPOXg9TtVcvIGmPrtz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #N6xEuPpr7GkFdWk2qMxrlteTKn1It5fA {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #X1gCfWCl2G2etrleGXuguIsZum2GQGzl {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #TABN3gghVXPXTdECyZDLyr5HEzhh5AT5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #Oo8EQFMlgEvPvxcudCFzK74dTXy48q1S {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #RucUhacWTeIPr5soiWeIkJCohX5ssgv3 {  }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #uNtn05l1Hl0vzBOimuoccxmbIDLSTH8F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #SG48dnkT9TwkcsU3RUv4TkQ1TvMapJ5B { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qVgudH6dmpcQNGb7yyBQzmk2wJzHcuZ6 #moVdsuFnle1f4QgWp9o2UVq9hZWAZm4a { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XbTbDlKwZsAqWp6PmnIfAWV8TphRitkW { width:320px;height:66px;top:39px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OGVTeM1NFECzBfRSg8nKqaO8VpItl9oQ { width:276px;height:38px;top:140px;left:22px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #p7e4HDwWEsRDLu3ToZbZZg4eMU2iEqhc { width:320px;height:18px;top:615px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w7GpdERWbHLUQNhOfZvEsG8l9xp0kSwg { width:296px;height:151px;top:216px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gMMx7dT2HyJJOoSp4CSaPGHABURRsGfP { width:17px;height:43px;top:648px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #owSX6im9QbOT1A6r41q0UKUyoXg20of3 { width:320px;height:41px;top:743px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Ms4h0ykJh2Jx9UqsNr847mcPzGAmWUoG { top:396px;left:57.5px;width:205px;height:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #esHF6GC9vhNRvJAGnxHBek4E9GwoBcVQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z5CevntbzLD611OdduyEcuf9S6eg2omz { top:506px;left:57.5px;width:205px;height:47px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZaEAsN2TGlDTHSZ7A157AKZ76NxgqV { display:block; }
 }@media only screen and (max-width: 763px) { #PgHB4VHMNXukqihe5AEcTDvDHoTTyzZd { width:203px;height:16px;top:453px;left:58.5px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lUmxBTnUZSs90ASSAF8EbZ4416ORrZNZ { width:203px;height:16px;top:472px;left:58.5px;text-align:center;text-align-last:center;font-size:13px;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Uxv6JvEN6fobHguwsoqF632hBcTnf1yD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LtFhRUaz/Web_1920_1.png");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;display:block; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container { background-color: transparent; background-image: none; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container > .video-iframe-container { display: none; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row > .video-iframe-container { display: none; }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .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); }#Uxv6JvEN6fobHguwsoqF632hBcTnf1yD > .row .container { width:320px;height:1696px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxpEkKAU1Dqz669RZVTg4F2ugXCqkKfA { width:242px;height:24px;top:52px;left:72px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqCpZ6e9ZOF5icH9uRo4MiEltZSX9RB1 { width:1px;height:1350px;top:68px;left:37.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zI6CPVTqQL5kaRU6HQn4EouM1fTIq8or { width:230px;height:18px;top:84px;left:72px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THTeWB1JZdFXFb0M4Q45abie5Sk5MrAC { width:38px;height:38px;top:45px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #APgmKsgfRrLKaFZiwHmiVctk3avP7vsW { width:20px;height:20px;top:54px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 { width:229px;height:122px;top:127px;left:73px;font-size:13px;line-height:1.4;display:block; }#ldfX9Liv3890fDhRiORrd2dxPeJgu2W9 li:before{  }
 }@media only screen and (max-width: 763px) { #pK3ezc4UnVQsSXwNcfrBxt5EBWW2wkBW { width:20px;height:20px;top:319px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PtedWR1IAVPdGbPpk0fJsJt9K5aJgohn { width:48px;height:48px;top:307px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UI5aH8Q7Ud1MifJ7mcutavUbucrXH9CG { width:147px;height:19px;top:320px;left:70px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G7K9vVfhvSoCHNb4XlcWf7Cz7lrPpHJx { width:236px;height:24px;top:814px;left:70px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qodf73pmuEttdHvk18rAk5yCJcPt23hr { width:242px;height:18px;top:846px;left:71px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vKB5SRH5SXfTtZQghbGxWhQvKI3vFRkk { width:38px;height:38px;top:437px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UIRqOUz82KZNUhI9QnvLoP1G5aBMmLiy { width:19px;height:19px;top:446px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #pP3eq70ARieAzcdBnOImLAWWJQMcGEkr { width:237px;height:219px;top:892px;left:71px;font-size:13px;display:block; }#pP3eq70ARieAzcdBnOImLAWWJQMcGEkr li:before{  }
 }@media only screen and (max-width: 763px) { #DdxAGdGawybBhl173CneOUaIsLg8e6s2 { width:48px;height:48px;top:1255px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dfUsSdlToR6t5OXZ2qXoSAc4aQaSlNvf { width:20px;height:20px;top:1269px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fRIsLelaZ5iAKDuavNcdLZWl3Zc1gXdO { width:190px;height:38px;top:1269px;left:71px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTIdFZ4O1BoSwSmRpfHzdA2LGlPg31IT { width:242px;height:24px;top:444px;left:73px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTTpzeP7BlecaRNhahIHl3FEyFCMNisI { width:242px;height:18px;top:477px;left:73px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GrhzlaM4UVIWIk9EmMCz3F8wgtBN4Vi4 { width:38px;height:38px;top:808px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Tyk1XWwPxC4C5DDLH7NBGUX77OKJPR7t { width:20px;height:20px;top:817px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ { width:228px;height:146px;top:521px;left:70px;font-size:13px;display:block; }#m9BQtqAKhCW1kzSlmR1DeBTd4q1cCJKQ li:before{  }
 }@media only screen and (max-width: 763px) { #F9myw6tLOaCmQ8gEIGIgbNsen71TT8VU { width:246px;height:24px;top:1391px;left:71px;font-size:20px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ktWTnfLpSADoAIfBg07IyCZNpArk1xaW { width:200px;height:18px;top:1423px;left:71px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmOLcdXIlTku80PPUgrgLnzyzcw7fcAI { width:38px;height:38px;top:1383px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mGZ3VSXN3gB7u8zNz618JTdyEUtd3LRD { width:20px;height:20px;top:1392px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM { width:226px;height:165px;top:1461px;left:71px;font-size:13px;display:block; }#Oxw6WC7s3kgJd3TcCJR8IGCVfGrJdTZM li:before{  }
 }@media only screen and (max-width: 763px) { #hdGxAUCkqFAzAOPyokslDcmWAmK9rUEB { width:1px;height:898px;top:2209px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #OyIErnoJKmdJNpQN0mSXbzSw9BW5UeXH { top:703px;left:69px;width:149px;height:35px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HpdbBn942Q0ZsdDtb42V6frVWZDlDgEq { display:block; }
 }@media only screen and (max-width: 763px) { #H3iwFJ3TWvzNV6BMlQkGvcxAMOZqLrzy { width:13px;height:6px;top:681px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #bV268ue2DIsgpUJfH1Z1TIubQNUDrGAX { top:1159px;left:71px;width:153px;height:35px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mTOLEZO19ud0ll1H7mkpRBhi6xyKvOwu { display:block; }
 }@media only screen and (max-width: 763px) { #gRTuvF2n7AqBrLzV0M9hdECpBqCLOhHd { width:19px;height:7px;top:1138px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #HOBQ3TwhUoBsFHM0QAGovJSCQ1U77xqa { width:1px;height:225px;top:81px;left:37.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HPx7v7JwH8q4mXdDOhFl7GcpU00Bao5l { width:94px;height:21px;top:963px;left:93.5px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #hQg8gJ1m6waNGJ76wGG0Q5EMpnC8UHvU { display:block; }
 }@media only screen and (max-width: 763px) { #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UOklcF95/Web_1920_1.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { background-color: transparent; background-image: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .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); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhrTfgMXoBW75m3urS5G4zQ8Zf83UeLk { width:268px;height:36px;top:135px;left:30px;text-align:left;text-align-last:left;line-height:1.4;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JEgWFh0VdbMvUs9XNTJn5RVK6pdcfhME { width:296px;height:151px;top:113px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0px;margin-right:4.7px;margin-bottom:0px;margin-left:4.7px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:6.19px;padding-bottom:0px;padding-right:0.95px;padding-left:0.95px;display:block;width:54.57px;height:35.36px;position:relative;font-size:38.04px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:4.43px;padding-right:0.95px;padding-left:0.95px;display:block;width:54.57px;height:9.72px;position:relative;font-size:7.07px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f { top:181px;left:27px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:266px;height:69px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #suHZdvi8T5qXBnIBHD3tHwTqSUmVxNB2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #TnveaKDqtbGhxRR72ZTTNh9SVX1KLg83 {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #Qyv3GJtuFOQPwvnlV70XruIvxAG7eTnq {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #ReiZgq866HK702kvdBX5myW9Wy3TL8R0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #TFKlnnKnMnCtmTLztvwlXETpaTSoxcN4 {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #sQaHddrWwSIW93uABsTsniprKyTKpJti {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #InWQeIIEO9t2z6JCTuBI0LaXMtqe5H1I { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #fccqeuRxL7ZgkWuSg8lXzsxT6XLEDSpk {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #NLsCtlBV6f41IqtB9R4ZwKBP135IbsOf {  }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #ZOqow4rKf5bmpO5NsvCco0TFTnzqNzZh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #N0fcT5sa1WzSACnrmNIcTruT5shtBnWs { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #S5XeyudJTN15hBW5DMBK1DEKgeIKPb0f #bFz7vJqOtXOXHcGKrmNUkkgb1SXix4vz { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #oatqKne7O9gD6nk0GNibE5x1LL6tvmrc { width:320px;height:15px;top:300px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xX3LTAJdtRabw6D8ZOwsEf7IbKz6tRhP { width:47px;height:26px;top:22px;left:250.0447761194px;display:block; }
 }@media only screen and (max-width: 763px) { #XgLnS4wEJLl0Chc8oTO634lLAGGU0T2l { width:320px;height:24px;top:67px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh { display:block; }#erOzyfD1HdWFzHptqntwZLx2fVqQ2Amh > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSwPW2809bN6P6w9JUoue9L7mBlmpeVf { width:117.99632263184px;height:35px;top:23.9521484375px;left:100.9742603302px;display:block; }
 }@media only screen and (max-width: 763px) { #Em5BDXXhEaT0G1OqnJKS36waX810Z98S { width:320px;height:44px;top:69.908203125px;left:0px;font-size:13px;display:block; }
 }