.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.5625rem;left:45.3125rem;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:50.625rem;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; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container {  }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:31.125rem;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.8125rem;left:3.5625rem;height:9rem;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; }
#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:38.1875rem;left:21.6875rem;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:39.125rem;left:19.9375rem;height:1.29980625rem;display:block; }
#aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { color:#282828;display:block;width:31.0625rem;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:14.8125rem;left:5.0625rem;height:1.875rem;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:12.8125rem;left:3.5625rem;height:5.4433625rem;display:block; }
#ow5Tdn2c4qQklgJCxJTUu6KeNgFuHts4 { position:absolute;display:block;z-index:100015;height:3.875rem;width:7.0625rem;top:47.8125rem;left:41.724609375rem;display:block; }
#G7IDiLpn9EwqexPf9lZqLD2mUkEd2Rds { position:absolute;display:block;z-index:100023;height:3.1875rem;width:6.1875rem;top:47.87109375rem;left:52.40625rem;display:block; }
#gqC5lc58we4iAnioWPtLsgCpfMIGhMgr { color:#1d2850;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:7.17578125rem;left:3.5625rem;height:5.636725rem;display:block; }
#VrQTbcVVhvEo8y4skafUdFhaM8rdUWyB { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:2.2;letter-spacing:0;top:31rem;left:5.5625rem;height:4.6748rem;font-style:normal;display:block; }
#totm0R1h1Jnu7JBiixcG9fntoinTLoLx { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#b94NwwKBoDJckHXVvBFE3e9DxoV1mAUb { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:33.875rem;left:3.5625rem;overflow:hidden;display:block; }
#r0gErwvaZvuF9Z2wnrWLARAvTRC1X8BE { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:38.1875rem;left:3.5625rem;display:block; }
#eSc2km4xz7nQQzZTWdnoW4Gi2ZXapyf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CLJVH1DuagLwVskHRwBuFhNB8OrSOipT { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:45.25rem;left:3.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BtQoVmGRyyGtGdU1SWuQIhhq11maVdEl { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:26.875rem;top:10.375rem;left:42.0625rem;overflow:hidden;display:block; }
#qwUkoTWTpxmQR17lDpDsFCaePWAZgQ4h { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100020;line-height:2.2;letter-spacing:0;top:41.375rem;left:3.4375rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container {  }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height: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.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container {  }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height: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.4624rem;text-align:center;text-align-last:center;font-style:normal;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; }
#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 {  }
#TMe4I9HC619VXAxaL0yv37VOOcrC4bkW { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:13.0595703125rem;left:30rem;display:block; }
#yffVkdkzPkpTuTWQz2bgrTTtS8CALD95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dTZcNKC5PMW9gkWg7tzF7IzVI7Fz8Q3S { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100021;line-height:2.2;letter-spacing:0;top:16.2470703125rem;left:29.75rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container {  }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.8000030517578rem;left:2.4351558685302rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4937515258787rem;left:2.4328126907349rem;height:1.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 > .video-iframe-container {  }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#9e3d64;display:block;width:15.25rem;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.193359375rem;left:5.52734375rem;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.337890625rem;left:28.5rem;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:18.5625rem;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.9072265625rem;left:3.87109375rem;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 > .video-iframe-container {  }#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:30.125rem;width:75rem;position:relative;display:block; }#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:4.2373046875rem;left:40.4375rem;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:10.6875rem;left:40.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Pfq46U21Ratp4TZAAFNz0V4zIoLm5OVA { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:7.6748046875rem;left:40.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#weG1e6dEwX6uSahmoaWTIRq06qxr57fR { color:#191919;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:11.4375rem;left:40.625rem;height:2.2749rem;display:block; }
#IuPTlfX2f90eeOKrTlxPQbDsWTu0ouhH { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:13.6875rem;left:40.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ysTQxkhPOFA0gCaVMWAgK6JbeXZIUQEH { color:#1e1e1e;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:16.8125rem;left:40.625rem;height:2.1933625rem;display:block; }
#Bev3M2GBxUGXM8IlWa7CDseEvM6zAFoN { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:19rem;left:40.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRDbMN8rRPZmOMGrHknKbsleSJsQTFSk { color:#1e1e1e;display:block;width:32.6865rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:22.5rem;left:40.625rem;height:2.1933625rem;display:block; }
#pV6u67sfsnw4CtbXHGR7sDMbLh4bulZu { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:24.8125rem;left:40.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4XotLzOwkLuSEqig1bR2U9uuBKFuLQF { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.0625rem;width:24.625rem;top:1.5rem;left:12.1875rem;overflow:hidden;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container {  }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#aZ9K7BE27N1oXWqy7T8yElVGMNaL4Ian { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.125rem;left:30rem;display:block; }
#I6wH1q8TaTautL7csXcuk9DqsG21zvxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bggm9I6PJTk9HFZZ7nKITrTLvoF4eQT4 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100022;line-height:2.2;letter-spacing:0;top:3.61328125rem;left:29.8125rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#KedUz6Z2CQ5HbnEkdlppiRobvPtSOc9u > .row > .video-iframe-container {  }#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.412475rem;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.55005rem;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.0996rem;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.94970625rem;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.625rem;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; }
#mGfWayReB23KTlO4xPwfVvwKcpzpeADr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container { background-color: transparent; background-image: none; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container > .video-iframe-container { display: none; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row > .video-iframe-container { display: none; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .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); }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container { border-width: 0; border-radius: 0; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row > .video-iframe-container {  }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#M9D7XWeKi41RuSnvV3DJ9sm6ZHdTV57e { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5927734375rem;left:-0.001953125rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#bifUe0ywkmT8dP2XM7vByPuPUHNiMPfe { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container { background-color: transparent; background-image: none; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container > .video-iframe-container { display: none; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row > .video-iframe-container { display: none; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .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); }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container { border-width: 0; border-radius: 0; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row > .video-iframe-container {  }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#Z4SfaHQDlQuqVq5uzlA5pC10oPlHMNBW { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.875rem;width:18.625rem;top:3.936767578125rem;left:2.8125rem;display:block; }
#y0MacDmSbZogsXQ9MZ5oT3dbwRrZ6lkL { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCvRW6w6Ip1BDdXItDCCMSxWQKSepcGg { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:20.4345703125rem;left:2.562255859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#wqFng7JNZpTxgb6OFx5zUfFR46D7vgSl { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100045;line-height:1.3;letter-spacing:0;top:18.24951171875rem;left:2.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9mHl351BwT9303oSBPDKfg9U0bW3iIv { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100046;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:4.434814453125rem;height:7.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsaxOEySNM9QkbkATiFzZbWfvtXNeDrD { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.762939453125rem;left:7.562255859375rem;overflow:hidden;display:block; }
#tCgcJKqsBFKaD1VwAQT57d2Z9vB0uscZ { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.87425rem;width:18.62425rem;top:3.8427734375rem;left:28.154296875rem;display:block; }
#kJsiNHxTwsU2mVtZr0xBr3AlllqAh7S8 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.8730625rem;width:18.6230625rem;top:3.843994140625rem;left:53.187255859375rem;display:block; }
#RTAKEDtVvvv8J9CmTtuCx0syNXyuUaNn { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.732421875rem;left:32.93701171875rem;overflow:hidden;display:block; }
#GierfIL4oFlSNX1uWAcaH37Lf1zRAm2S { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.765380859375rem;left:57.93701171875rem;overflow:hidden;display:block; }
#yfTNFx6TlBCtngfUrFavSeEzmZG4faEQ { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GoWydQDHBg68dkUJGJf5thyXB0vq7qsn { color:#000000;display:block;width:18.62425rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;top:18.155517578125rem;left:28.155517578125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idpzOIfDSiftgyvGESPlDXBkAHZQmbea { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dNC4fbQXotzitCFLS01KB9XbzSF7mw6s { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100050;line-height:1.6;letter-spacing:0;top:23.265380859375rem;left:29.81201171875rem;height:7.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKTwI99PLwKqshKLrTNT3Fd0f6pXbnSV { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuuyXRL345RibqItU4LzXGbXzvTMr23w { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:18.25rem;left:53.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuiCtdkEU4TnFUds1eo07dKoWZHEdcAd { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Br24NQhOqGsBARitmTebnp5skpT3K2Sa { color:#000000;display:block;width:14.812rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100054;line-height:1.6;letter-spacing:0;top:23.2177734375rem;left:55.06103515625rem;height:7.9980625rem;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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container {  }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height: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.4624rem;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 {  }
#qL2CKmsTeQdJsScFtxmF310iBZtdfcbL { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:18.6171875rem;left:30rem;display:block; }
#CKR19FAB2HoLMevUvAk9arV7FsiWkp5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gTNf2SUG6JqA6f3cLWoNASt8dK56K49s { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100023;line-height:2.2;letter-spacing:0;top:21.9296875rem;left:29.8125rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row .container { border-width: 0; border-radius: 0; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row > .video-iframe-container {  }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:none; }#pTdKXTZ14i4XkCvmc9dkloFw7pZffKyR { color:#282828;display:block;width:31.125rem;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.8125rem;left:3.5625rem;height:9rem;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; }
#fgVDXJ03oVWsAbITdGN5gNr82gx95xxJ { color:#282828;display:block;width:31.0625rem;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:14.8125rem;left:5.0625rem;height:1.875rem;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; }
#yc8kpCAQB9gkwEq5IKax0G3MUeg87Zxk { 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:12.8125rem;left:3.5625rem;height:5.4433625rem;display:block; }
#gpZdJ2LxowL1uoZpZoE4WZsvw6XDSN4Z { position:absolute;display:block;z-index:100015;height:3.875rem;width:7.0625rem;top:45.5rem;left:41.724609375rem;display:block; }
#PRvrEVcvsxL3As72gBhcGUiBrlG6Khg2 { position:absolute;display:block;z-index:100023;height:3.1875rem;width:6.1875rem;top:45.55859375rem;left:52.40625rem;display:block; }
#oA5UA7eEOTZAfUMNHeDAQUHVyNyZVgmt { color:#1d2850;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:7.17578125rem;left:3.5625rem;height:5.636725rem;display:block; }
#lvtAyEBpBtmROulvT0kg3iIeOlmHyLxI { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:2.2;letter-spacing:0;top:31rem;left:5.5625rem;height:4.6748rem;font-style:normal;display:block; }
#ppSFe0ybxmk967V4VMFEBepWAesXXn62 { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#pSBSpx2XDGdKfhtasObgcZw4XkoiTkdl { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:33.875rem;left:3.5625rem;overflow:hidden;display:block; }
#kBC76ZoKrTkKdqPL2yiDTfh6iGHg8R8O { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:38.1875rem;left:3.5625rem;display:block; }
#zdrAaLIp4cXP7biVKW2KS4wnxhBLiWEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KAMJCMATyTkmhEEUqupBFgTbNTGOzJFx { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:26.875rem;top:10.375rem;left:42.0625rem;overflow:hidden;display:block; }
#m8NZEgSowXyiTtdAeFhr1ai3Buxu877l { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100022;line-height:2.2;letter-spacing:0;top:3.61328125rem;left:29.8125rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container { background-color: transparent; background-image: none; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container > .video-iframe-container { display: none; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row > .video-iframe-container { display: none; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .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); }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container { border-width: 0; border-radius: 0; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row > .video-iframe-container {  }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#S3mf9rqKQLzPxLlDMMD5RT9npT0O9Unc { color:#282828;display:block;width:31.125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:16.75rem;left:3.5625rem;height:9rem;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; }
#wgOkRcXOe566EubT9lgUrANtrVs3v9Uk { color:#282828;display:block;width:31.0625rem;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:11.75rem;left:5.0625rem;height:1.875rem;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; }
#vxlCJkJun6PvZQridxm5BM7k0PnT15mx { 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:9.75rem;left:3.5625rem;height:5.4433625rem;display:block; }
#B56695tFswdR8yBbOmWRM5BoHavr6PiV { color:#1d2850;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.11328125rem;left:3.5625rem;height:5.636725rem;display:block; }
#iok7pn86dk3UJCvdCBGUiXfF24gRcN7T { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:2.2;letter-spacing:0;top:27.9375rem;left:5.5625rem;height:4.6748rem;font-style:normal;display:block; }
#oRQW5ktu9X301DlqIaKde4TJ8mFJLJpt { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:28.375rem;left:3.5625rem;overflow:hidden;display:block; }
#S0dXbGLScQ7MKhPgPgFdgmGXz0L9KOey { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:30.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#dbIQZkVR2IuBQTk1tEqT4Tz6ceO9896V { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:35.125rem;left:3.5625rem;display:block; }
#xZtlIT8FDXZc0zrtsyLsxQwlC5DyImGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RqN1qd8Q0lPdr8mUNKzXayTaAXNCqsXZ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:26.875rem;top:6.875rem;left:42.0625rem;overflow:hidden;display:block; }
#qq1PNA7qvgon75FcsW9VCBNTL0nZoy7O { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100022;line-height:2.2;letter-spacing:0;top:38.3125rem;left:3.5625rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container {  }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index: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.97485rem;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:31.6875rem;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:37rem;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) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:19.8125rem;left:0rem;width:31.125rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:38.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:39.125rem;left:6.3125rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { top:14.8125rem;left:0rem;width:31.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { top:12.8125rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow5Tdn2c4qQklgJCxJTUu6KeNgFuHts4 { top:47.8125rem;left:28.099609375rem;width:7.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7IDiLpn9EwqexPf9lZqLD2mUkEd2Rds { top:47.8125rem;left:38.78125rem;width:6.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqC5lc58we4iAnioWPtLsgCpfMIGhMgr { top:7.125rem;left:0rem;width:44.0625rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrQTbcVVhvEo8y4skafUdFhaM8rdUWyB { top:31rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #totm0R1h1Jnu7JBiixcG9fntoinTLoLx { top:31.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b94NwwKBoDJckHXVvBFE3e9DxoV1mAUb { top:33.875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0gErwvaZvuF9Z2wnrWLARAvTRC1X8BE { width:15rem;height:3.1875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSc2km4xz7nQQzZTWdnoW4Gi2ZXapyf3 { display:block; }
 }@media only screen and (max-width: 763px) { #CLJVH1DuagLwVskHRwBuFhNB8OrSOipT { top:45.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQoVmGRyyGtGdU1SWuQIhhq11maVdEl { top:10.375rem;left:20.875rem;width:26.875rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwUkoTWTpxmQR17lDpDsFCaePWAZgQ4h { top:41.375rem;left:0rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;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) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.375rem;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) { #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) { #TMe4I9HC619VXAxaL0yv37VOOcrC4bkW { width:15rem;height:3.1875rem;top:13rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yffVkdkzPkpTuTWQz2bgrTTtS8CALD95 { display:block; }
 }@media only screen and (max-width: 763px) { #dTZcNKC5PMW9gkWg7tzF7IzVI7Fz8Q3S { top:16.1875rem;left:16.125rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@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.1875rem;left:0.625rem;width:15.25rem;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:18.5625rem;height:3.625rem;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.625rem;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) { #mchd3yyX1JieGb4lf6RQNSS8oF9uW93g { top:4.1875rem;left:23.875rem;width:14.3125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHJnOfNpNibwRhKTesxBqWMVpeiBb1I { top:10.6875rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.375rem;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) { #Pfq46U21Ratp4TZAAFNz0V4zIoLm5OVA { top:7.625rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weG1e6dEwX6uSahmoaWTIRq06qxr57fR { top:11.4375rem;left:15.125rem;width:32.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuPTlfX2f90eeOKrTlxPQbDsWTu0ouhH { top:13.6875rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTQxkhPOFA0gCaVMWAgK6JbeXZIUQEH { top:16.8125rem;left:15.125rem;width:32.625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bev3M2GBxUGXM8IlWa7CDseEvM6zAFoN { top:19rem;left:16.9375rem;width:30.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRDbMN8rRPZmOMGrHknKbsleSJsQTFSk { top:22.5rem;left:15.125rem;width:32.625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV6u67sfsnw4CtbXHGR7sDMbLh4bulZu { top:24.8125rem;left:20.6875rem;width:27.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XotLzOwkLuSEqig1bR2U9uuBKFuLQF { top:1.5rem;left:0rem;width:24.625rem;height:29.0625rem;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) { #aZ9K7BE27N1oXWqy7T8yElVGMNaL4Ian { width:15rem;height:3.1875rem;top:0.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6wH1q8TaTautL7csXcuk9DqsG21zvxm { display:block; }
 }@media only screen and (max-width: 763px) { #bggm9I6PJTk9HFZZ7nKITrTLvoF4eQT4 { top:3.5625rem;left:16.1875rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;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.625rem;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) { #mGfWayReB23KTlO4xPwfVvwKcpzpeADr { display:block; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9D7XWeKi41RuSnvV3DJ9sm6ZHdTV57e { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bifUe0ywkmT8dP2XM7vByPuPUHNiMPfe { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G { display:block; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4SfaHQDlQuqVq5uzlA5pC10oPlHMNBW { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0MacDmSbZogsXQ9MZ5oT3dbwRrZ6lkL { top:16.125rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvRW6w6Ip1BDdXItDCCMSxWQKSepcGg { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqFng7JNZpTxgb6OFx5zUfFR46D7vgSl { top:18.1875rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9mHl351BwT9303oSBPDKfg9U0bW3iIv { top:23.125rem;left:0rem;width:15.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsaxOEySNM9QkbkATiFzZbWfvtXNeDrD { top:5.75rem;left:2.999755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCgcJKqsBFKaD1VwAQT57d2Z9vB0uscZ { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsiNHxTwsU2mVtZr0xBr3AlllqAh7S8 { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTAKEDtVvvv8J9CmTtuCx0syNXyuUaNn { top:5.6875rem;left:19.24951171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GierfIL4oFlSNX1uWAcaH37Lf1zRAm2S { top:5.75rem;left:35.12451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTNFx6TlBCtngfUrFavSeEzmZG4faEQ { top:16.125rem;left:13.1875rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWydQDHBg68dkUJGJf5thyXB0vq7qsn { top:18.125rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpzOIfDSiftgyvGESPlDXBkAHZQmbea { top:20.375rem;left:13.125rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNC4fbQXotzitCFLS01KB9XbzSF7mw6s { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTwI99PLwKqshKLrTNT3Fd0f6pXbnSV { top:16.125rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuuyXRL345RibqItU4LzXGbXzvTMr23w { top:18.1875rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiCtdkEU4TnFUds1eo07dKoWZHEdcAd { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br24NQhOqGsBARitmTebnp5skpT3K2Sa { top:23.1875rem;left:32.24853515625rem;width:14.75rem;height:7.9375rem;font-size:1rem;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) { #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) { #qL2CKmsTeQdJsScFtxmF310iBZtdfcbL { width:15rem;height:3.1875rem;top:18.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKR19FAB2HoLMevUvAk9arV7FsiWkp5T { display:block; }
 }@media only screen and (max-width: 763px) { #gTNf2SUG6JqA6f3cLWoNASt8dK56K49s { top:21.875rem;left:16.1875rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 { display:none; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pTdKXTZ14i4XkCvmc9dkloFw7pZffKyR { top:19.8125rem;left:0rem;width:31.125rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgVDXJ03oVWsAbITdGN5gNr82gx95xxJ { top:14.8125rem;left:0rem;width:31.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8kpCAQB9gkwEq5IKax0G3MUeg87Zxk { top:12.8125rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpZdJ2LxowL1uoZpZoE4WZsvw6XDSN4Z { top:45.5rem;left:28.099609375rem;width:7.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvrEVcvsxL3As72gBhcGUiBrlG6Khg2 { top:45.5rem;left:38rem;width:6.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA5UA7eEOTZAfUMNHeDAQUHVyNyZVgmt { top:7.125rem;left:0rem;width:44.0625rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtAyEBpBtmROulvT0kg3iIeOlmHyLxI { top:44.375rem;left:0rem;width:17.25rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppSFe0ybxmk967V4VMFEBepWAesXXn62 { top:31.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSBSpx2XDGdKfhtasObgcZw4XkoiTkdl { top:33.875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBC76ZoKrTkKdqPL2yiDTfh6iGHg8R8O { width:15rem;height:3.1875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdrAaLIp4cXP7biVKW2KS4wnxhBLiWEQ { display:block; }
 }@media only screen and (max-width: 763px) { #KAMJCMATyTkmhEEUqupBFgTbNTGOzJFx { top:10.375rem;left:20.875rem;width:26.875rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NZEgSowXyiTtdAeFhr1ai3Buxu877l { top:3.5625rem;left:16.1875rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb { display:block; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3mf9rqKQLzPxLlDMMD5RT9npT0O9Unc { top:16.75rem;left:0rem;width:31.125rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgOkRcXOe566EubT9lgUrANtrVs3v9Uk { top:11.75rem;left:0rem;width:31.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlCJkJun6PvZQridxm5BM7k0PnT15mx { top:9.75rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B56695tFswdR8yBbOmWRM5BoHavr6PiV { top:4.0625rem;left:0rem;width:44.0625rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iok7pn86dk3UJCvdCBGUiXfF24gRcN7T { top:27.9375rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQW5ktu9X301DlqIaKde4TJ8mFJLJpt { top:28.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0dXbGLScQ7MKhPgPgFdgmGXz0L9KOey { top:30.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbIQZkVR2IuBQTk1tEqT4Tz6ceO9896V { width:15rem;height:3.1875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtlIT8FDXZc0zrtsyLsxQwlC5DyImGX { display:block; }
 }@media only screen and (max-width: 763px) { #RqN1qd8Q0lPdr8mUNKzXayTaAXNCqsXZ { top:6.875rem;left:20.875rem;width:26.875rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq1PNA7qvgon75FcsW9VCBNTL0nZoy7O { top:38.3125rem;left:0rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;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 > .video-iframe-container {  }#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) { #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:72.3125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6875rem;height:10.5rem;top:31.75rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:1.75rem;top:59.125rem;left:6.75rem;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:56.625rem;left:9.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { width:20rem;height:1.5rem;top:29rem;left:0rem;font-size:1rem;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) { #ow5Tdn2c4qQklgJCxJTUu6KeNgFuHts4 { width:4.375rem;height:2.5rem;top:56.5859375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7IDiLpn9EwqexPf9lZqLD2mUkEd2Rds { width:4.3125rem;height:2.1875rem;top:56.7421875rem;left:0rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #gqC5lc58we4iAnioWPtLsgCpfMIGhMgr { width:17.125rem;height:6.1875rem;top:2.625rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrQTbcVVhvEo8y4skafUdFhaM8rdUWyB { width:17.25rem;height:4.0234375rem;top:44.375rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #totm0R1h1Jnu7JBiixcG9fntoinTLoLx { width:1.3125rem;height:1.3125rem;top:44.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b94NwwKBoDJckHXVvBFE3e9DxoV1mAUb { width:1.1875rem;height:1.1875rem;top:46.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0gErwvaZvuF9Z2wnrWLARAvTRC1X8BE { width:12.5rem;height:2.6875rem;top:50.6875rem;left:3.75rem;font-size:1rem;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) { #eSc2km4xz7nQQzZTWdnoW4Gi2ZXapyf3 { display:block; }
 }@media only screen and (max-width: 763px) { #CLJVH1DuagLwVskHRwBuFhNB8OrSOipT { width:20rem;height:6.5625rem;top:63rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BtQoVmGRyyGtGdU1SWuQIhhq11maVdEl { width:15.3125rem;height:19.125rem;top:8.6875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwUkoTWTpxmQR17lDpDsFCaePWAZgQ4h { width:15.5rem;height:2.01171875rem;top:53.6640625rem;left:2.3125rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;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.125rem;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) { #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:20rem;height:22.6875rem;top:2.3125rem;left:0rem;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) { #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) { #TMe4I9HC619VXAxaL0yv37VOOcrC4bkW { width:12.5rem;height:2.6875rem;top:16.4375rem;left:3.75rem;font-size:1rem;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) { #yffVkdkzPkpTuTWQz2bgrTTtS8CALD95 { display:block; }
 }@media only screen and (max-width: 763px) { #dTZcNKC5PMW9gkWg7tzF7IzVI7Fz8Q3S { width:15.5rem;height:2.01171875rem;top:20rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@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:80.1875rem;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:37.91796875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:18.25rem;height:1.29980625rem;top:40.7578125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.6875rem;height:2.11230625rem;top:64.5625rem;left:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:18.0625rem;height:1.29980625rem;top:67.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:15.3125rem;height:4.875rem;top:16.25rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:15.5rem;height:4.875rem;top:43.3876953125rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:15.625rem;height:4.875rem;top:70.5rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:30.306640625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.25rem;height:6.25rem;top:57.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:22.5rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:22.5rem;top:27.9990234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:22.5rem;top:55rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU { display:block; }#dfWA5sB6ydwGraTUyRgb1eMSozkwDWxU > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mchd3yyX1JieGb4lf6RQNSS8oF9uW93g { width:20rem;height:2.19921875rem;top:2.375rem;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) { #DoBfiqBU0qvg09hg4IMvM9JnQLAT6Dao { width:12.5rem;height:1.0556625rem;top:7.5283203125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfq46U21Ratp4TZAAFNz0V4zIoLm5OVA { width:20rem;height:1.54296875rem;top:4.978515625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weG1e6dEwX6uSahmoaWTIRq06qxr57fR { width:20rem;height:2.11230625rem;top:39.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuPTlfX2f90eeOKrTlxPQbDsWTu0ouhH { width:20rem;height:2.5996125rem;top:35.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysTQxkhPOFA0gCaVMWAgK6JbeXZIUQEH { width:20rem;height:2.11230625rem;top:32.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bev3M2GBxUGXM8IlWa7CDseEvM6zAFoN { width:20rem;height:1.29980625rem;top:28.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRDbMN8rRPZmOMGrHknKbsleSJsQTFSk { width:20rem;height:2.11230625rem;top:25.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pV6u67sfsnw4CtbXHGR7sDMbLh4bulZu { width:20rem;height:1.29980625rem;top:42.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4XotLzOwkLuSEqig1bR2U9uuBKFuLQF { width:14.625rem;height:17.3125rem;top:8.5830078125rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZ9K7BE27N1oXWqy7T8yElVGMNaL4Ian { width:12.5rem;height:2.6875rem;top:1.9375rem;left:3.75rem;font-size:1rem;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) { #I6wH1q8TaTautL7csXcuk9DqsG21zvxm { display:block; }
 }@media only screen and (max-width: 763px) { #bggm9I6PJTk9HFZZ7nKITrTLvoF4eQT4 { width:15.5rem;height:2.01171875rem;top:5rem;left:2.25rem;font-size:0.875rem;line-height:2.3;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.5rem;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) { #mGfWayReB23KTlO4xPwfVvwKcpzpeADr { display:block; }#mGfWayReB23KTlO4xPwfVvwKcpzpeADr > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9D7XWeKi41RuSnvV3DJ9sm6ZHdTV57e { width:20rem;height:1.85595625rem;top:2.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bifUe0ywkmT8dP2XM7vByPuPUHNiMPfe { width:20rem;height:1.29980625rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G { display:block; }#SA0WRu8pVN2D0a4twLmA7ev6hRQnHi5G > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4SfaHQDlQuqVq5uzlA5pC10oPlHMNBW { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0MacDmSbZogsXQ9MZ5oT3dbwRrZ6lkL { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvRW6w6Ip1BDdXItDCCMSxWQKSepcGg { width:15.49925rem;height:1.4624rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqFng7JNZpTxgb6OFx5zUfFR46D7vgSl { width:18.5608125rem;height:1.29980625rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9mHl351BwT9303oSBPDKfg9U0bW3iIv { width:15.3125rem;height:7.99805rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsaxOEySNM9QkbkATiFzZbWfvtXNeDrD { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCgcJKqsBFKaD1VwAQT57d2Z9vB0uscZ { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsiNHxTwsU2mVtZr0xBr3AlllqAh7S8 { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTAKEDtVvvv8J9CmTtuCx0syNXyuUaNn { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GierfIL4oFlSNX1uWAcaH37Lf1zRAm2S { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTNFx6TlBCtngfUrFavSeEzmZG4faEQ { width:18.562rem;height:1.625rem;top:49.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWydQDHBg68dkUJGJf5thyXB0vq7qsn { width:18.5608125rem;height:1.29980625rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpzOIfDSiftgyvGESPlDXBkAHZQmbea { width:18.6230625rem;height:1.4624rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNC4fbQXotzitCFLS01KB9XbzSF7mw6s { width:15.3125rem;height:7.99805rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTwI99PLwKqshKLrTNT3Fd0f6pXbnSV { width:18.562rem;height:1.625rem;top:83.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuuyXRL345RibqItU4LzXGbXzvTMr23w { width:18.562rem;height:1.29980625rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiCtdkEU4TnFUds1eo07dKoWZHEdcAd { width:18.6230625rem;height:1.4624rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br24NQhOqGsBARitmTebnp5skpT3K2Sa { width:15.3125rem;height:7.9980625rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:1.94921875rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.29980625rem;top:6.5rem;left:0.9375rem;font-size:1rem;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.330075rem;top:9.517578125rem;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) { #qL2CKmsTeQdJsScFtxmF310iBZtdfcbL { width:12.5rem;height:2.6875rem;top:16.875rem;left:3.75rem;font-size:1rem;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) { #CKR19FAB2HoLMevUvAk9arV7FsiWkp5T { display:block; }
 }@media only screen and (max-width: 763px) { #gTNf2SUG6JqA6f3cLWoNASt8dK56K49s { width:15.5rem;height:2.01171875rem;top:20.1875rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 { display:block; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 { background-color: transparent; background-image: none; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row .container > .video-iframe-container { display: none; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row > .video-iframe-container { display: none; }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .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); }#W5CWuhDqHZ6TdbTVuImKGxgtk6dxvEB2 > .row .container { width:20rem;height:60.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTdKXTZ14i4XkCvmc9dkloFw7pZffKyR { width:18.6875rem;height:10.5rem;top:31.75rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgVDXJ03oVWsAbITdGN5gNr82gx95xxJ { width:20rem;height:1.5rem;top:29rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yc8kpCAQB9gkwEq5IKax0G3MUeg87Zxk { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpZdJ2LxowL1uoZpZoE4WZsvw6XDSN4Z { width:4.375rem;height:2.5rem;top:56.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvrEVcvsxL3As72gBhcGUiBrlG6Khg2 { width:4.3125rem;height:2.1875rem;top:56.75rem;left:1.75rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #oA5UA7eEOTZAfUMNHeDAQUHVyNyZVgmt { width:17.125rem;height:6.1875rem;top:2.625rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvtAyEBpBtmROulvT0kg3iIeOlmHyLxI { width:17.25rem;height:4.0234375rem;top:44.375rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ppSFe0ybxmk967V4VMFEBepWAesXXn62 { width:1.3125rem;height:1.3125rem;top:44.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSBSpx2XDGdKfhtasObgcZw4XkoiTkdl { width:1.1875rem;height:1.1875rem;top:46.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBC76ZoKrTkKdqPL2yiDTfh6iGHg8R8O { width:12.5rem;height:2.6875rem;top:50.25rem;left:3.75rem;font-size:1rem;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) { #zdrAaLIp4cXP7biVKW2KS4wnxhBLiWEQ { display:block; }
 }@media only screen and (max-width: 763px) { #KAMJCMATyTkmhEEUqupBFgTbNTGOzJFx { width:15.3125rem;height:19.125rem;top:8.6875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NZEgSowXyiTtdAeFhr1ai3Buxu877l { width:15.5rem;height:2.01171875rem;top:53.5625rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb { display:none; }#llr8NVccs8KL9fc7UC0WsMVZhaQv5WSb > .row .container { width:20rem;height:79.4375rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3mf9rqKQLzPxLlDMMD5RT9npT0O9Unc { width:18.6875rem;height:10.5rem;top:26.8125rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgOkRcXOe566EubT9lgUrANtrVs3v9Uk { width:20rem;height:1.5rem;top:24.08203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxlCJkJun6PvZQridxm5BM7k0PnT15mx { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B56695tFswdR8yBbOmWRM5BoHavr6PiV { width:17.125rem;height:6.1875rem;top:2.625rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iok7pn86dk3UJCvdCBGUiXfF24gRcN7T { width:17.25rem;height:4.0234375rem;top:39.4375rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oRQW5ktu9X301DlqIaKde4TJ8mFJLJpt { width:1.3125rem;height:1.3125rem;top:39.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0dXbGLScQ7MKhPgPgFdgmGXz0L9KOey { width:1.1875rem;height:1.1875rem;top:41.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbIQZkVR2IuBQTk1tEqT4Tz6ceO9896V { width:12.5rem;height:2.6875rem;top:45.75rem;left:3.75rem;font-size:1rem;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) { #xZtlIT8FDXZc0zrtsyLsxQwlC5DyImGX { display:block; }
 }@media only screen and (max-width: 763px) { #RqN1qd8Q0lPdr8mUNKzXayTaAXNCqsXZ { width:20rem;height:24.976744186046rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq1PNA7qvgon75FcsW9VCBNTL0nZoy7O { width:15.5rem;height:0;top:75.9140625rem;left:2.25rem;font-size:0.875rem;line-height:2.3;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; }
 }