.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.5625rem;left:39.9375rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.5625rem;left:45.25rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.55546569824219rem;left:55.43124961853rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.66819846630094rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:12.125rem;top:0.837890625rem;left:2rem;overflow:hidden;display:block; }
#UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:0.6494140625rem;left:15rem;overflow:hidden;display:block; }
#OZTBRXFgGmWNADLeciEGlxcAuIZgI2T7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.624025rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.556640625rem;left:50.4375rem;display:block; }
#DUWcmCR0NliFEGEleba18SlSuJUISrZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:9.37109375rem;left:3.5625rem;height:2.75rem;font-style:normal;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:27.25rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.875rem;left:3.5625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:32.93359375rem;left:3.4375rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:32.94140625rem;left:19.050783157349rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:33.86328125rem;left:17.302083969116rem;height:1.29980625rem;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.30859375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { color:#282828;display:block;width:24.25rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:14rem;left:5.0625rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yCJIgB8fgEc8blzgW7BDT0rgACUif2JP { color:#282828;display:block;width:27rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:25.4375rem;left:3.5625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { color:#1d2850;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:3.5625rem;height:5.4433625rem;display:block; }
#JiOC1xHC63xpUZFZxZDtskL1bftXJcGy { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:39rem;top:15.31640625rem;left:32.5rem;overflow:hidden;display:block; }
#ow5Tdn2c4qQklgJCxJTUu6KeNgFuHts4 { position:absolute;display:block;z-index:100015;height:5.1875rem;width:9.3125rem;top:31.9375rem;left:45.6rem;display:block; }
#G7IDiLpn9EwqexPf9lZqLD2mUkEd2Rds { position:absolute;display:block;z-index:100023;height:5.0625rem;width:9.75rem;top:31.99609375rem;left:58.96875rem;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:26.75rem;width:49.125rem;top:0.8125rem;left:12.90625rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:43.4375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.0807304382324rem;left:15.78125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:1.80859375rem;left:28.406251907349rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#efbc1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498697280884rem;height:2.9361979961395rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:12.998439788818rem;left:29.250001907349rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.7682304382325rem;left:8.5286464691163rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:16.936720848084rem;left:17.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.57421875rem;left:23.65625rem;z-index:100012; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #TaWyKR6viy0M3KDM8zSSTzPt1naUIdeT { display:flex;position:relative;top:0rem;left:0rem; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #r1dk2a8mdfnlTfUnw8fMXJq80RI2nMIt { width:auto; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #uav7RN2erwyGqFaN6soXwwOxPIr55kdA {  }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #uaVcC8hG3WO0N3QaLDHahUTUErqTFwTm { display:flex;position:relative;top:0rem;left:0rem; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #sJlfHETAtcTIXD0WIIalcpx5zoDoW1Bp {  }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #g2cKxhidaM3Kgm2txxsNGWw6HT3uFUlN {  }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #KxRa8f9IDnoP2tJpVPXiuyLVE838nHE7 { display:flex;position:relative;top:0rem;left:0rem; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #Z0VqrUObFiBofdUI1p4QDN60uxbgo3KM {  }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #RkvGLepyTorIQpdENUOedO3FIzwmmyBH {  }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #qiipsCULCHLLUdWExWd1p3DAfGlept72 { display:flex;position:relative;top:0rem;left:0rem; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #N5P5XfOKK8lX3qVw2JQpdJWykT7kTtFQ {  }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #gtoTPFHnUeonHUZtnNTib16ViOGk7Led {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.8000030517578rem;left:2.4351558685302rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4937515258787rem;left:2.4328126907349rem;height:1.7871125rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#9e3d64;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.359375rem;left:6.80859375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:15.771484375rem;left:2.37109375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#9e3d64;display:block;width:18rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.33854675293rem;left:28.500001907349rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.748046875rem;left:27.310546875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#9e3d64;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.33854675293rem;left:54.373697280884rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.7119140625rem;left:51.498046875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:18.907554626465rem;left:3.33984375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:19rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:18.9072265625rem;left:28rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.88671875rem;left:52.842447280884rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:5.26953125rem;left:34.375rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:5.26953125rem;left:10.6875rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:5.26953125rem;left:58.748697280884rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:23.75rem;width:21.875rem;top:1.39453125rem;left:2.0859375rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:23.75rem;width:21.875rem;top:1.39453125rem;left:26.52734375rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:23.75rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU { position:relative;display:block; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU { background-color: transparent; background-image: none; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row .container > .video-iframe-container { display: none; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row > .video-iframe-container { display: none; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .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); }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU { border-width: 0; border-radius: 0; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#KvyvrJA9wDLUImVrPW8lkcpzTRTFTeyx { color:#1d2850;display:block;width:25.25rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:42.0625rem;height:2.4375rem;display:block; }
#PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:41.875rem;height:4.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc li:before{  }
#mchd3yyX1JieGb4lf6RQNSS8oF9uW93g { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:5rem;left:40.437501907349rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#kTHJnOfNpNibwRhKTesxBqWMVpeiBb1I { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:8.625rem;left:40.437501907349rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ggm1dT08zfFmWVyMfMoiB40Hn5aip2wT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:20.1875rem;top:2.84375rem;left:12.7470703125rem;overflow:hidden;display:block; }
#HLNlu4dfw4k7ZopZhslJ2hTfsAomdRIi { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.42) ;height:10.125rem;width:21.25rem;top:10.375rem;left:40.4375rem;display:block; }
#DoBfiqBU0qvg09hg4IMvM9JnQLAT6Dao { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.9375rem;height:1.29980625rem;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0rem;left:31.21640586853rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CQedczQinbq0X2WUAAGJAwFqEWmUTThN { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.3046875rem;left:17.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u.adaptive-delivery-prevent-bg, #KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u.lazyload, #KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u.lazyloading { background-image: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container { background-color: transparent; background-image: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container > .video-iframe-container { display: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row > .video-iframe-container { display: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .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); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container { border-width: 0; border-radius: 0; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#lHfkhEIUb5y3rhqCP05kk0MyocD5KfyE { color:#f6f6f6;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.6856689453125rem;left:36.436120986939rem;height:3.4121125rem;font-style:normal;display:block; }
#qcazzJ2psvRESCa3FWTd12TkFW13BAZF { color:#f4ecef;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.2495422363281rem;left:36.433820724487rem;height:2.03125rem;font-style:normal;display:block; }
#N0J3OGAeQ6gOI21dTmykz4ZWk2G9GOsh { color:#f6f6f6;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:30.458343505859rem;left:3.9986991882324rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGl438mKoiF0ksNMTZhWtnuKVLTVGOGQ { color:#252525;display:block;width:31.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:10.713470458984rem;left:36.432672500611rem;height:8.22265rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VyVFDz9TXNLRRApK1MGb3EpK7t5MCeZV { color:#252525;display:block;width:31.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:20.288375854493rem;left:36.433820724487rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PWpoz9QdEtwKmvVo49S3ZWLKqkf9uKSt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:21.6875rem;width:21.6875rem;top:3.9794921875rem;left:6.25rem;overflow:hidden;display:block; }
#VG1KSOFxlH1tf4z5Is25rzaJ8KE3SZn9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:18.75rem;height:1.29980625rem;display:none; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .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); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#PJa3Op5KxAwRqO0ZtKXoy7JguVEZrImu { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:6.2604169845581rem;left:23.281251192093rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { position:relative;display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { background-color: transparent; background-image: none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container > .video-iframe-container { display: none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row > .video-iframe-container { display: none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .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); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { border-width: 0; border-radius: 0; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#TzXlfoL1pNgQXmnkiSd9DxJSvXWy8l5A { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:15.375rem;width:19.9375rem;top:4.3125rem;left:13.875rem;display:block; }
#xiukARddkTcCzLlZKCp4wz4C5Z2dZXWm { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:5.4375rem;left:14.5rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKfdwRKsornKx4ETW0la6mrEptgZxa9b { color:#000000;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:2.2;letter-spacing:0;top:11.5234375rem;left:16.9375rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8v0uQir5Pcd6Jv1EToAsnJd10xNFDEP { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:15.5rem;width:19.9375rem;top:4.3125rem;left:41.1875rem;display:block; }
#y9dXzSuPtkeXsgnt2gyWTOMrtHuPIRAC { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:5.75rem;left:41.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPk588G7SMfAWxOEF073hErHhk2M2kGL { color:#000000;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100040;line-height:2.2;letter-spacing:0;top:11.5546875rem;left:44.25rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7F4TBlNAwLnD8hwvkkSXI1WDafh4Ude { color:#000000;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100038;line-height:2.2;letter-spacing:0;top:9.05078125rem;left:16.9375rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRI42wnGtcQaTTosFiRtN5pFfF7UGEb4 { color:#000000;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100041;line-height:2.2;letter-spacing:0;top:9.05078125rem;left:44.25rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBXeruqv13agAUzWG6Suholex2HQOZcK { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:15.0859375rem;left:17.5625rem;display:block; }
#XmHr6vNacUddBbtgkhprntPf4xnXqP7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:15.0859375rem;left:44.875rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { position:relative;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .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); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:#000000;display:block;width:35.375rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:19.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { border-width: 0; border-radius: 0; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4166667461395rem;text-align:center;text-align-last:center;display:block; }
#rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.9166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:none; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { border-width: 0; border-radius: 0; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:none; }#dXtRaHylltwvcAuM8TBN23sMsKaU0xiA { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.25rem;height:1.9166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMbVNK08O8s0nl0rz9BQgTrg0DT1rAgZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:17.9375rem;left:6.25rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fve4pTTf4BruF0SscTkneiVEccwWU6rC { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:4.2429685592651rem;height:9.1666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGcA5M4ioClSFs2Qh8tA1zN7uBhcRmvn { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.3953113555908rem;left:2.0859375rem;display:block; }
#E7Le0edMdQF4MnnTMu5cfut4dedLugTu { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.875rem;left:31.3125rem;height:1.9166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZH3RENReFTTv4WfD1MSiPSqR14XoTL8c { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:3.375rem;left:28.75rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6Q3bs0VJ6RSH0GlsPTmeihggyELq5T4 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:26.5625rem;display:block; }
#IJwfGBm44gXvr6lTapmIU5LulG3thSBU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:31.3125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZv4UCK76SAvCx8h51QBkmzRuoT8BJH1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:51.5625rem;display:block; }
#c3TKZs7ZCdsMueJAqtZvAPIuqTEkDI6b { color:#000000;display:block;width:17.5609375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:53.719530105591rem;height:9.1666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tluKymQx3wyhdgNT1oHat4J0rTDsdaMo { color:#263a80;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15.875rem;left:55.718748092651rem;height:1.9166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vroxZ3yRm3nMEIbAwkUwIWbEzhAmwLAC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:17.9375rem;left:56.3125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#f6f6f6;display:block;width:37.1875rem;position:absolute;font-family:"noto sans tc";font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:18.90625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#252525;display:block;width:18.1865rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.4052734375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#efbc1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:18.94375038147rem;left:29.249219894409rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { color:#f6f6f6;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:22.8125rem;left:17.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f6f6f6;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-text.counter-label { background-color:;background-image:none;color:#f6f6f6;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.1318359375rem;left:23.65625rem;z-index:100013; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #pDfdE5wUbTDIUE1G8DoyLhIcGDVp0zSt { display:flex;position:relative;top:0rem;left:0rem; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #bCFv3sRfUgPTe4iPg03vbHHgV3U3mQVX { width:auto; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #a2RdTVs5MpySLTA1RXcEDk6TXSK1RNSv {  }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #nl0lSqwqkacGkIE1Vk47JSxmf1uPLAiN { display:flex;position:relative;top:0rem;left:0rem; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #Ce5lKIDRnHmRdPmH2xbeooTPXTll1COC {  }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #ma4QHDtAKTb217RmI1RbQ5SIEviyXpDJ {  }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #cSvarxhdu1keJFW3nQ2EXUiJs5EzVynJ { display:flex;position:relative;top:0rem;left:0rem; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #yhs8n54AedGFmoTb3GSUwdaOWLcn7oTm {  }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #J9HTU5onNh3wD38ez0u0Gr1qTQut014g {  }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #oXrD8JyOanQMmq0aMwcTMDQGTkB0OdWw { display:flex;position:relative;top:0rem;left:0rem; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #Q528nUbVfi1fZsVC3u4w6neGrDfgWAR2 {  }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #geLu1rFNO319hV5M5EuR409T2NpRTQpL {  }
#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container { background-color: transparent; background-image: none; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container > .video-iframe-container { display: none; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row > .video-iframe-container { display: none; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .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); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container { border-width: 0; border-radius: 0; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#TUPdHeCBTXR2bGIECRas5fCFLvCR494D { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:27.68359375rem;left:3.4375rem;display:block; }
#Poq7WzC00qcQXIQx2uD27P3Huvtg3TmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E8fXTxETsm4GWc1iTzRiaOFi7RVnUkWU { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:39rem;top:11.25rem;left:32.375rem;overflow:hidden;display:block; }
#ar95zof4mCaKWHZ0F6CFFVJLX4meEl0c { color:#282828;display:block;width:27.25rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:15.8125rem;left:3.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QyfPOn0nQQbWoGmiu4F2Z5z4ic71qhTF { color:#282828;display:block;width:24.25rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:9.9375rem;left:4.9375rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sBPvvJbAk2lZCyTx9ekCxzIgQkGPoudh { color:#282828;display:block;width:27rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:21.375rem;left:3.4375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mLE9W5Sgdk0TEVzsvnDuBUy7pnKJOtfE { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:2.5rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:5.3125rem;left:3.4375rem;height:2.75rem;font-style:normal;display:block; }
#mr9Z0OhUr90bc0niIxaluzBc8JcD6uqV { color:#1d2850;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.4375rem;height:5.4433625rem;display:block; }
#XNHaPBiXCy82OgLVoDEecLIH3c9RJgOW { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.625rem;height:1.78125rem;font-style:normal;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:14.4375rem;top:1.0625rem;left:11.53125rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:4.5625rem;height:3.4375rem;top:0.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:0.5rem;left:41.80624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:0.8125rem;left:0rem;width:12.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:0.625rem;left:1.375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZTBRXFgGmWNADLeciEGlxcAuIZgI2T7 { width:4.5625rem;height:3.4375rem;top:0.5rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWcmCR0NliFEGEleba18SlSuJUISrZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:9.3125rem;left:0rem;width:35.9375rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:19.875rem;left:0rem;width:27.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:32.9375rem;left:5.4257831573486rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:33.8125rem;left:3.6770839691162rem;width:1.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.25rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { top:14rem;left:0rem;width:24.25rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCJIgB8fgEc8blzgW7BDT0rgACUif2JP { top:25.4375rem;left:0rem;width:27rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { top:13.1875rem;left:0rem;width:2.1875rem;height:5.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOC1xHC63xpUZFZxZDtskL1bftXJcGy { top:15.3125rem;left:8.75rem;width:39rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow5Tdn2c4qQklgJCxJTUu6KeNgFuHts4 { top:31.9375rem;left:31.975rem;width:9.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7IDiLpn9EwqexPf9lZqLD2mUkEd2Rds { top:31.9375rem;left:38rem;width:9.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0.8125rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:3.0625rem;left:2.15625rem;width:43.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:1.75rem;left:14.781251907349rem;width:18.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:12.9375rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { top:16.875rem;left:3.8125rem;width:40.125rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #TaWyKR6viy0M3KDM8zSSTzPt1naUIdeT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #r1dk2a8mdfnlTfUnw8fMXJq80RI2nMIt {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #uav7RN2erwyGqFaN6soXwwOxPIr55kdA {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #uaVcC8hG3WO0N3QaLDHahUTUErqTFwTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #sJlfHETAtcTIXD0WIIalcpx5zoDoW1Bp {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #g2cKxhidaM3Kgm2txxsNGWw6HT3uFUlN {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #KxRa8f9IDnoP2tJpVPXiuyLVE838nHE7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #Z0VqrUObFiBofdUI1p4QDN60uxbgo3KM {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #RkvGLepyTorIQpdENUOedO3FIzwmmyBH {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #qiipsCULCHLLUdWExWd1p3DAfGlept72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #N5P5XfOKK8lX3qVw2JQpdJWykT7kTtFQ {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #gtoTPFHnUeonHUZtnNTib16ViOGk7Led {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:2.75rem;left:0rem;width:35.8125rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:6.4375rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.3125rem;left:2.24609375rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:15.75rem;left:0rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.3125rem;left:13.75rem;width:18rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:15.6875rem;left:15.1875rem;width:20.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.3125rem;left:31.75rem;width:15rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:15.6875rem;left:26.9375rem;width:20.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:18.875rem;left:0rem;width:19.4375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:18.875rem;left:12.75rem;width:19rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:18.875rem;left:29.5625rem;width:18.0625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:5.25rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:5.25rem;left:6.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:5.25rem;left:35.936197280884rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU { display:block; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvyvrJA9wDLUImVrPW8lkcpzTRTFTeyx { top:11.6875rem;left:22.5rem;width:25.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc { top:14.8125rem;left:23.875rem;width:19.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }#PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc li:before{  }
 }@media only screen and (max-width: 763px) { #mchd3yyX1JieGb4lf6RQNSS8oF9uW93g { top:5rem;left:23.875rem;width:14.3125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHJnOfNpNibwRhKTesxBqWMVpeiBb1I { top:8.625rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggm1dT08zfFmWVyMfMoiB40Hn5aip2wT { top:2.8125rem;left:3.6875rem;width:20.1875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLNlu4dfw4k7ZopZhslJ2hTfsAomdRIi { top:10.375rem;left:23.875rem;width:21.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoBfiqBU0qvg09hg4IMvM9JnQLAT6Dao { top:2.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0rem;left:17.59140586853rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { top:4.25rem;left:3.8125rem;width:40.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u { display:block; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHfkhEIUb5y3rhqCP05kk0MyocD5KfyE { top:3.625rem;left:22.810546875rem;width:18.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcazzJ2psvRESCa3FWTd12TkFW13BAZF { top:7.1875rem;left:22.80859375rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0J3OGAeQ6gOI21dTmykz4ZWk2G9GOsh { top:30.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGl438mKoiF0ksNMTZhWtnuKVLTVGOGQ { top:10.6875rem;left:16.0625rem;width:31.6875rem;height:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVFDz9TXNLRRApK1MGb3EpK7t5MCeZV { top:20.25rem;left:16.5rem;width:31.25rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWpoz9QdEtwKmvVo49S3ZWLKqkf9uKSt { top:3.9375rem;left:0rem;width:21.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1KSOFxlH1tf4z5Is25rzaJ8KE3SZn9 { top:11.3125rem;left:5.75rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJa3Op5KxAwRqO0ZtKXoy7JguVEZrImu { top:6.25rem;left:9.65625rem;width:28.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzXlfoL1pNgQXmnkiSd9DxJSvXWy8l5A { top:4.3125rem;left:0.25rem;width:19.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiukARddkTcCzLlZKCp4wz4C5Z2dZXWm { top:5.4375rem;left:0.875rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKfdwRKsornKx4ETW0la6mrEptgZxa9b { top:11.5rem;left:3.3125rem;width:13.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8v0uQir5Pcd6Jv1EToAsnJd10xNFDEP { top:4.3125rem;left:27.5625rem;width:19.9375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9dXzSuPtkeXsgnt2gyWTOMrtHuPIRAC { top:5.75rem;left:28.1875rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPk588G7SMfAWxOEF073hErHhk2M2kGL { top:11.5rem;left:30.625rem;width:13.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7F4TBlNAwLnD8hwvkkSXI1WDafh4Ude { top:9rem;left:3.3125rem;width:13.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRI42wnGtcQaTTosFiRtN5pFfF7UGEb4 { top:9rem;left:30.625rem;width:13.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBXeruqv13agAUzWG6Suholex2HQOZcK { width:12.5rem;height:3.125rem;top:15.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmHr6vNacUddBbtgkhprntPf4xnXqP7R { display:block; }
 }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:15.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { top:1.1875rem;left:6.1875rem;width:35.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:block; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { top:2.5625rem;left:5.9359378814697rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { top:6.3125rem;left:4.6859378814697rem;width:38.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy { display:block; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXtRaHylltwvcAuM8TBN23sMsKaU0xiA { top:15.875rem;left:1.6875rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMbVNK08O8s0nl0rz9BQgTrg0DT1rAgZ { top:17.9375rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fve4pTTf4BruF0SscTkneiVEccwWU6rC { top:4.25rem;left:0rem;width:17.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcA5M4ioClSFs2Qh8tA1zN7uBhcRmvn { top:1.375rem;left:0rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Le0edMdQF4MnnTMu5cfut4dedLugTu { top:15.875rem;left:17.625001907349rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH3RENReFTTv4WfD1MSiPSqR14XoTL8c { top:3.375rem;left:14.25rem;width:17.5rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Q3bs0VJ6RSH0GlsPTmeihggyELq5T4 { top:1.375rem;left:9.875rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJwfGBm44gXvr6lTapmIU5LulG3thSBU { top:17.9375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZv4UCK76SAvCx8h51QBkmzRuoT8BJH1 { top:1.375rem;left:25.75rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TKZs7ZCdsMueJAqtZvAPIuqTEkDI6b { top:4.25rem;left:30.125rem;width:17.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluKymQx3wyhdgNT1oHat4J0rTDsdaMo { top:15.875rem;left:32.906248092651rem;width:13.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vroxZ3yRm3nMEIbAwkUwIWbEzhAmwLAC { top:17.9375rem;left:33.5rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:2.0625rem;left:5.28125rem;width:37.1875rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.6875rem;left:14.7802734375rem;width:18.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:18.9375rem;left:15.624219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { top:22.8125rem;left:3.8125rem;width:40.125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #pDfdE5wUbTDIUE1G8DoyLhIcGDVp0zSt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #bCFv3sRfUgPTe4iPg03vbHHgV3U3mQVX {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #a2RdTVs5MpySLTA1RXcEDk6TXSK1RNSv {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #nl0lSqwqkacGkIE1Vk47JSxmf1uPLAiN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #Ce5lKIDRnHmRdPmH2xbeooTPXTll1COC {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #ma4QHDtAKTb217RmI1RbQ5SIEviyXpDJ {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #cSvarxhdu1keJFW3nQ2EXUiJs5EzVynJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #yhs8n54AedGFmoTb3GSUwdaOWLcn7oTm {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #J9HTU5onNh3wD38ez0u0Gr1qTQut014g {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #oXrD8JyOanQMmq0aMwcTMDQGTkB0OdWw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #Q528nUbVfi1fZsVC3u4w6neGrDfgWAR2 {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #geLu1rFNO319hV5M5EuR409T2NpRTQpL {  }
 }@media only screen and (max-width: 763px) { #fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh { display:block; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUPdHeCBTXR2bGIECRas5fCFLvCR494D { width:12rem;height:3.1875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poq7WzC00qcQXIQx2uD27P3Huvtg3TmR { display:block; }
 }@media only screen and (max-width: 763px) { #E8fXTxETsm4GWc1iTzRiaOFi7RVnUkWU { top:11.25rem;left:8.75rem;width:39rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar95zof4mCaKWHZ0F6CFFVJLX4meEl0c { top:15.8125rem;left:0rem;width:27.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyfPOn0nQQbWoGmiu4F2Z5z4ic71qhTF { top:9.9375rem;left:0rem;width:24.25rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPvvJbAk2lZCyTx9ekCxzIgQkGPoudh { top:21.375rem;left:0rem;width:27rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLE9W5Sgdk0TEVzsvnDuBUy7pnKJOtfE { top:5.3125rem;left:0rem;width:35.9375rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr9Z0OhUr90bc0niIxaluzBc8JcD6uqV { top:9.125rem;left:0rem;width:2.1875rem;height:5.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHaPBiXCy82OgLVoDEecLIH3c9RJgOW { top:3.25rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:1.0625rem;left:4.71875rem;width:14.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124025rem;height:1.686525rem;top:1.03125rem;left:14.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:5.6875rem;height:1.6875rem;top:1.0091146230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:3.125rem;height:3.125rem;top:0.3125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZTBRXFgGmWNADLeciEGlxcAuIZgI2T7 { width:4.5625rem;height:3.4375rem;top:0.5rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUWcmCR0NliFEGEleba18SlSuJUISrZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:45.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.125rem;top:3.8515625rem;left:-0.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6875rem;height:3.9375rem;top:25.6875rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5625rem;height:2.6875rem;top:38.5625rem;left:0.8125rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:1.75rem;top:39rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:39.1875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.5rem;top:2.2412109375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { width:17.75rem;height:3.375rem;top:21.26953125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCJIgB8fgEc8blzgW7BDT0rgACUif2JP { width:18.3125rem;height:5.25rem;top:30.9580078125rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiOC1xHC63xpUZFZxZDtskL1bftXJcGy { width:20rem;height:7.9375rem;top:10.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ow5Tdn2c4qQklgJCxJTUu6KeNgFuHts4 { width:5.9375rem;height:3.4375rem;top:41.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7IDiLpn9EwqexPf9lZqLD2mUkEd2Rds { width:7.3125rem;height:3.75rem;top:41.25rem;left:12.09375rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:27.4375rem;top:43.16667175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:0;top:54.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,22,59,0.7); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,22,59,0.7); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.54296875rem;top:7rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:14.25rem;height:2.875rem;top:16.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.1933625rem;top:4.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:22.9375rem;top:2.3125rem;left:0.3125rem;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { width:17.8125rem;height:2.625rem;top:20.3125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .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; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-text.counter-number { padding-top:0.535rem;padding-right:0.49375rem;padding-bottom:0.535rem;padding-left:0.49375rem;width:2.968125rem;min-width:2.968125rem;height:2.874375rem;font-size:2.14125rem;line-height:45.99px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.334375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.956875rem;height:1.135625rem;font-size:0.803125rem;line-height:18.17px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn { display:flex;width:19.8125rem;height:5.414375rem;top:10.4482421875rem;left:0rem;padding-top:0.066875rem;padding-right:0.07rem;padding-bottom:0.066875rem;padding-left:0.07rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #TaWyKR6viy0M3KDM8zSSTzPt1naUIdeT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #r1dk2a8mdfnlTfUnw8fMXJq80RI2nMIt {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #uav7RN2erwyGqFaN6soXwwOxPIr55kdA {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #uaVcC8hG3WO0N3QaLDHahUTUErqTFwTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #sJlfHETAtcTIXD0WIIalcpx5zoDoW1Bp {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #g2cKxhidaM3Kgm2txxsNGWw6HT3uFUlN {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #KxRa8f9IDnoP2tJpVPXiuyLVE838nHE7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #Z0VqrUObFiBofdUI1p4QDN60uxbgo3KM {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #RkvGLepyTorIQpdENUOedO3FIzwmmyBH {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #qiipsCULCHLLUdWExWd1p3DAfGlept72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #N5P5XfOKK8lX3qVw2JQpdJWykT7kTtFQ {  }
 }@media only screen and (max-width: 763px) { #MJqOVyDV6QhNDgrnL24MuVTd63LoWDNn #gtoTPFHnUeonHUZtnNTib16ViOGk7Led {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:1.9931625rem;top:2.2291641235351rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.54296875rem;top:4.7708358764649rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:12.5rem;height:2.11230625rem;top:10.61328125rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:18rem;height:1.29980625rem;top:13.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:16.9375rem;height:1.94921875rem;top:34.73046875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:18.25rem;height:1.29980625rem;top:37.5703125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.6875rem;height:2.11230625rem;top:58.169921875rem;left:3.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:18.0625rem;height:1.29980625rem;top:61.44140625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:17.9375rem;height:3.65625rem;top:16.0625rem;left:1.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.8125rem;height:3.65625rem;top:40.3876953125rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18.125rem;height:3.65625rem;top:64.3251953125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:3.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:27.181640625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.25rem;height:6.25rem;top:51.208984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:20.625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:20.625rem;top:24.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:20.625rem;top:48.638671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU { display:block; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvyvrJA9wDLUImVrPW8lkcpzTRTFTeyx { width:20rem;height:1.8681625rem;top:24.0146484375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc { width:13.6875rem;height:4.28125rem;top:26.5390625rem;left:3.4677734375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PEKIkmHdLVCRTrFlDbqxL0d6WQfwDkLc li:before{  }
 }@media only screen and (max-width: 763px) { #mchd3yyX1JieGb4lf6RQNSS8oF9uW93g { width:20rem;height:2.19921875rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTHJnOfNpNibwRhKTesxBqWMVpeiBb1I { width:20rem;height:1.29980625rem;top:5.0416564941406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggm1dT08zfFmWVyMfMoiB40Hn5aip2wT { width:13.625rem;height:15.875rem;top:7.10546875rem;left:4.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLNlu4dfw4k7ZopZhslJ2hTfsAomdRIi { width:18.9375rem;height:10.125rem;top:32.403904724121rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoBfiqBU0qvg09hg4IMvM9JnQLAT6Dao { width:12.5rem;height:1.0556625rem;top:6.3408203125rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.9365rem;height:2.874025rem;top:1.3740234375rem;left:4.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { width:18.5625rem;height:2.4375rem;top:5.38671875rem;left:0.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u { background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u.adaptive-delivery-prevent-bg, #KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u.lazyload, #KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u.lazyloading { background-image: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container { background-color: transparent; background-image: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container > .video-iframe-container { display: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.7); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row > .video-iframe-container { display: none; }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .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); }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHfkhEIUb5y3rhqCP05kk0MyocD5KfyE { width:18.875rem;height:2.2744125rem;top:16.25rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcazzJ2psvRESCa3FWTd12TkFW13BAZF { width:18.875rem;height:1.29980625rem;top:18.5rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0J3OGAeQ6gOI21dTmykz4ZWk2G9GOsh { width:17.999rem;height:3.3984375rem;top:39.3125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGl438mKoiF0ksNMTZhWtnuKVLTVGOGQ { width:20rem;height:6.75rem;top:21.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyVFDz9TXNLRRApK1MGb3EpK7t5MCeZV { width:18.8125rem;height:6.9970625rem;top:29.8125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PWpoz9QdEtwKmvVo49S3ZWLKqkf9uKSt { width:13.5625rem;height:13.5625rem;top:1.625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1KSOFxlH1tf4z5Is25rzaJ8KE3SZn9 { width:9.75rem;height:0;top:62.8486328125rem;left:5.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19921875rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJa3Op5KxAwRqO0ZtKXoy7JguVEZrImu { width:20rem;height:3.736325rem;top:5.95573125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzXlfoL1pNgQXmnkiSd9DxJSvXWy8l5A { width:19.375rem;height:13.8125rem;top:2.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiukARddkTcCzLlZKCp4wz4C5Z2dZXWm { width:20rem;height:2.03125rem;top:3.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKfdwRKsornKx4ETW0la6mrEptgZxa9b { width:13.75rem;height:2.3369125rem;top:6.5625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8v0uQir5Pcd6Jv1EToAsnJd10xNFDEP { width:19.375rem;height:14.625rem;top:18rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9dXzSuPtkeXsgnt2gyWTOMrtHuPIRAC { width:18.6875rem;height:2.03125rem;top:19.1875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPk588G7SMfAWxOEF073hErHhk2M2kGL { width:13.75rem;height:2.3369125rem;top:22.5625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7F4TBlNAwLnD8hwvkkSXI1WDafh4Ude { width:13.75rem;height:2.3369125rem;top:8.875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRI42wnGtcQaTTosFiRtN5pFfF7UGEb4 { width:13.75rem;height:2.3369125rem;top:24.875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBXeruqv13agAUzWG6Suholex2HQOZcK { width:12.5rem;height:3.125rem;top:12.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmHr6vNacUddBbtgkhprntPf4xnXqP7R { display:block; }
 }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:28.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { width:18.25rem;height:2.4375rem;top:0.6865234375rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { width:20rem;height:2.1666667461395rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { width:20rem;height:1.3333333730698rem;top:4.6666667461395rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy { display:none; }#I1hLLJfrqhrfKtdGko5Klgg2OJ8n0tpy > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dXtRaHylltwvcAuM8TBN23sMsKaU0xiA { width:12.5rem;height:1.8333333730698rem;top:10.605476379394rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMbVNK08O8s0nl0rz9BQgTrg0DT1rAgZ { width:12.5rem;height:1.0833333730698rem;top:12.480469703674rem;left:3.7499998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fve4pTTf4BruF0SscTkneiVEccwWU6rC { width:17.5rem;height:5.6666665077209rem;top:3.2546854019165rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcA5M4ioClSFs2Qh8tA1zN7uBhcRmvn { width:19.375rem;height:13.875rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Le0edMdQF4MnnTMu5cfut4dedLugTu { width:12.5rem;height:1.8333333730698rem;top:26.812512159347rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH3RENReFTTv4WfD1MSiPSqR14XoTL8c { width:17.5rem;height:7.0833334922787rem;top:18.250000715256rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Q3bs0VJ6RSH0GlsPTmeihggyELq5T4 { width:19.375rem;height:14.75rem;top:16.249219894409rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJwfGBm44gXvr6lTapmIU5LulG3thSBU { width:12.5rem;height:1.0833333730698rem;top:28.75rem;left:3.7499998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZv4UCK76SAvCx8h51QBkmzRuoT8BJH1 { width:19.375rem;height:14.375rem;top:32.592956542969rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TKZs7ZCdsMueJAqtZvAPIuqTEkDI6b { width:17.5rem;height:5.6666665077209rem;top:34.650000572204rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tluKymQx3wyhdgNT1oHat4J0rTDsdaMo { width:13.5625rem;height:1.8333333730698rem;top:42.187511920929rem;left:3.2187501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vroxZ3yRm3nMEIbAwkUwIWbEzhAmwLAC { width:12.5rem;height:1.0833333730698rem;top:44.10000038147rem;left:3.8124998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:1.94921875rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.29980625rem;top:4.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:14.9375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { width:18.4375rem;height:2.25rem;top:18.8125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .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; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-text.counter-number { padding-top:0.526875rem;padding-right:0.489375rem;padding-bottom:0.526875rem;padding-left:0.489375rem;width:2.93875rem;min-width:2.93875rem;height:2.829375rem;font-size:2.108125rem;line-height:45.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.91875rem;height:1.11875rem;font-size:0.790625rem;line-height:17.9px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g { display:flex;width:19.6875rem;height:5.330625rem;top:7.5rem;left:0rem;padding-top:0.06625rem;padding-right:0.069375rem;padding-bottom:0.06625rem;padding-left:0.069375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #pDfdE5wUbTDIUE1G8DoyLhIcGDVp0zSt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #bCFv3sRfUgPTe4iPg03vbHHgV3U3mQVX {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #a2RdTVs5MpySLTA1RXcEDk6TXSK1RNSv {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #nl0lSqwqkacGkIE1Vk47JSxmf1uPLAiN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #Ce5lKIDRnHmRdPmH2xbeooTPXTll1COC {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #ma4QHDtAKTb217RmI1RbQ5SIEviyXpDJ {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #cSvarxhdu1keJFW3nQ2EXUiJs5EzVynJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #yhs8n54AedGFmoTb3GSUwdaOWLcn7oTm {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #J9HTU5onNh3wD38ez0u0Gr1qTQut014g {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #oXrD8JyOanQMmq0aMwcTMDQGTkB0OdWw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #Q528nUbVfi1fZsVC3u4w6neGrDfgWAR2 {  }
 }@media only screen and (max-width: 763px) { #CulPwv9LMlC3VLHdBMxkzk5pmkBMAA2g #geLu1rFNO319hV5M5EuR409T2NpRTQpL {  }
 }@media only screen and (max-width: 763px) { #fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh { display:block; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh { background-color: transparent; background-image: none; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container > .video-iframe-container { display: none; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row > .video-iframe-container { display: none; }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .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); }#fvbcMxISJSFxmIfGkEwBD5Qr0h8lzFRh > .row .container { width:20rem;height:43.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUPdHeCBTXR2bGIECRas5fCFLvCR494D { width:8.5625rem;height:2.6875rem;top:39.9375rem;left:5.75rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Poq7WzC00qcQXIQx2uD27P3Huvtg3TmR { display:block; }
 }@media only screen and (max-width: 763px) { #E8fXTxETsm4GWc1iTzRiaOFi7RVnUkWU { width:20rem;height:7.9375rem;top:13.310546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ar95zof4mCaKWHZ0F6CFFVJLX4meEl0c { width:18.75rem;height:3.9375rem;top:27.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyfPOn0nQQbWoGmiu4F2Z5z4ic71qhTF { width:16.875rem;height:3.375rem;top:22.4375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBPvvJbAk2lZCyTx9ekCxzIgQkGPoudh { width:18.9375rem;height:5.25rem;top:32.4375rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLE9W5Sgdk0TEVzsvnDuBUy7pnKJOtfE { width:20rem;height:4.3984375rem;top:6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mr9Z0OhUr90bc0niIxaluzBc8JcD6uqV { width:2.1875rem;height:auto;top:9.125rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNHaPBiXCy82OgLVoDEecLIH3c9RJgOW { width:20rem;height:1.5rem;top:3.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:9.5625rem;height:2.75rem;top:0.99609375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761725rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }