.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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;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:1.1806640625rem;left:41.693359375rem;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:1.1806640625rem;left:46.99609375rem;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:1.1806640625rem;left:52.306640625rem;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:1.29296875rem;left:62.8125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ffbf38;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:1.5107421875rem;left:63.8125rem;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:1.875rem;width:9.0625rem;top:1.21875rem;left:3.875rem;overflow:hidden;display:block; }
#sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.1806640625rem;left:57.5546875rem;display:block; }
#bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:6rem;top:1.28125rem;left:15.93359375rem;overflow:hidden;display:block; }
#nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { 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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.436525rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.3125rem;left:71.78125rem;display:none; }
#TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#c69c72;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:11.8125rem;left:3.6875rem;height:3.09375rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:25.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.125rem;left:3.6875rem;height:10.125rem;font-style:normal;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:29.75rem;left:6.1875rem;height:11.8095625rem;font-style:normal;display:block; }
#QBSfoawekaW5DOTb354quMr3k019DEU3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:4rem;overflow:hidden;display:block; }
#V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:35rem;left:4.0625rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#ffbf38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:43.125rem;left:3.6875rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:43.125rem;left:19.3125rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:37.375rem;left:4rem;overflow:hidden;display:block; }
#GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.6875rem;left:4rem;overflow:hidden;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:44.0625rem;left:17.5625rem;height:1.29980625rem;display:block; }
#AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.875rem;width:41.875rem;top:8.2486982345581rem;left:33.123699188233rem;overflow:hidden;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:33.62425rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:9.375rem;left:3.6875rem;height:1.78125rem;font-style:normal;display:block; }
#AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { position:absolute;display:block;z-index:100020;height:1.6862rem;width:2.9987rem;top:42.458335876465rem;left:33.123699188233rem;display:block; }
#UuZqDSdXnT8ZoVziNsuiE2NMRIW5CFys { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:39.5625rem;left:4rem;overflow:hidden;display:block; }
#cS1B1v550y23kubexpwTT3Fxy1wS7nnz { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.625rem;top:4.875rem;left:0rem;display:none; }
#uRKGyl24sufemcqaTILQHFS73i9xg59X { position:absolute;display:block;z-index:100025;height:4.375rem;width:7.75rem;top:41.415367126465rem;left:46.250003814698rem;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index: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.6875rem;width:49.125rem;top:0.8125rem;left:12.90625rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.8320293426514rem;left:22.030099868774rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zvZVogz8/joel_filipe_BWuBhu1W5sA_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(41,55,39,0.91); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:19.875rem;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.935546875rem;left:27.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#ffbf38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498697280884rem;height:2.9361979961395rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:12.936201095581rem;left:29.250001907349rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#252525;display:block;width:53rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:29.6240234375rem;left:11rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#252525;display:block;width:29.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:34.3115234375rem;left:22.78125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#Utvcho0XQO8z4oJfycwNvOv684cbw5MO { color:#282828;display:block;width:33.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:18.041015625rem;left:20.53125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { color:#252525;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.561813354493rem;left:31.249998092651rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index: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; }
#XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { color:#252525;display:block;width:29.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:40.0849609375rem;left:7.5615234375rem;height:12.63965rem;font-style:normal;display:block; }
#cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:14.3125rem;width:29.1875rem;top:38.4287109375rem;left:37.625rem;display:block; }
#tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:41.375rem;left:40.375rem;height:13.65625rem;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; }
#xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { color:#000000;display:block;width:26.3745rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:39.312335968017rem;left:40.373534202576rem;height:1.4619125rem;display:block; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .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; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#334031;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; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .widget-text.counter-label { background-color:;background-image:none;color:#334031;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; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 { 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.373046875rem;left:23.65625rem;z-index:100014; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #PWTZruguRoRoKoCkzruFHh1IV1hSVuTK { display:flex;position:relative;top:0rem;left:0rem; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #yhITCylbMwV8pSgxwFBr5CUsHVL7Au6k { width:auto; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #ORdLssk6tbcDRQGbNilHOoH9TOcn5n05 {  }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #zP3D10xvs4JNaMaETD1mlMNFc1Do9FfP { display:flex;position:relative;top:0rem;left:0rem; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #mMiVP9ceBEf6nv2LiQVq7bmP7WXzBmUV {  }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #cghomTwAlO1zOJIeIOiBD97sfBITfLLN {  }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #baJJcRX97DzPGyAqTUuEhv7PIH0qkAeI { display:flex;position:relative;top:0rem;left:0rem; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #geRqx5eV6v15irZvla71vEDuFMNM1JAH {  }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #PtP6WxVC60UDD8SEGwC7JpgM8hWocr2c {  }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #wiDKL9VvrayTUL2hNxfg0r8uemE3vtGS { display:flex;position:relative;top:0rem;left:0rem; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #MtgSdZPnleJQoxXmbT00uiDrKINCWp4P {  }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #TBXeILdThtb61e3PuEXylWsvsUUVUtwL {  }
#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { background-color: transparent; background-image: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { border-width: 0; border-radius: 0; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:2.3;letter-spacing:0;top:15.5rem;left:38.6875rem;height:9.77345rem;font-style:normal;display:block; }
#IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:16.125rem;left:36.375rem;overflow:hidden;display:block; }
#GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:18.5625rem;left:36.375rem;overflow:hidden;display:block; }
#UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:21rem;left:36.375rem;overflow:hidden;display:block; }
#vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { 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.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:25.5rem;width:30.1875rem;top:3.25rem;left:2.9375rem;display:block; }
#IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { color:#272727;display:block;width:27.749rem;position:absolute;font-family:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:4.154052734375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { color:#232323;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:#ffbf38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:22.75rem;left:9.8125rem;display:block; }
#dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#w1nTznw95ExskvCRHXko953D52BU9nZe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { color:#000000;display:block;width:33.5625rem;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:6.8125rem;left:36.4375rem;height:3.4375rem;display:block; }
#CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:36.4375rem;height:1.8681625rem;font-style:normal;display:block; }
#F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:23.5625rem;left:36.375rem;overflow:hidden;display:block; }
#LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .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; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#334031;padding-top:0.681875rem;padding-right:0.623125rem;padding-bottom:0.681875rem;padding-left:0.623125rem;display:block;align-items:center;width:3.73375rem;min-width:3.73375rem;height:3.665625rem;position:relative;font-family:"noto sans tc";font-size:2.728125rem;font-weight:700;line-height:58.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .widget-text.counter-label { background-color:;background-image:none;color:#334031;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.97875rem;height:1.44875rem;position:relative;font-family:"noto sans tc";font-size:1.02375rem;font-weight:400;line-height:23.18px;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; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud { 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;display:flex;justify-content:space-between;width:23.562rem;height:6.875rem;padding-top:0.850625rem;padding-right:0.8575rem;padding-bottom:0.850625rem;padding-left:0.8575rem;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:12.459716796875rem;left:5.35888671875rem;z-index:100015; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #wqT8E4PXO4nrd4iPpe3p7V0LQxdmddhs { display:flex;position:relative;top:0rem;left:0rem; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #Tigmw1KWT25ZbUx2Ub1Hay4Xy750rPC2 { width:auto; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #vvId09Vf3KkuVlmuxedCdmZQv2tQAJns {  }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #GqQqpum6igrGV6k2A9vtfZ4HdpCgC1pT { display:flex;position:relative;top:0rem;left:0rem; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #utEHZ7S7DlsPXAWJvU5lC0fRNhebwPZO {  }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #O9wXPKIxdAqnep54Vk2K61gGr8lBxi1A {  }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #RQ2iLut07XOVFNJRNx0FTerfwmZL1z76 { display:flex;position:relative;top:0rem;left:0rem; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #MWt7n18TXRWPEUPww20bDr5MTT59nZAQ {  }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #wpDl2i6rRAIg5pIsyJ2iTnVviIe7RDWz {  }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #MziONqXQSCeULOLTWV7EOaoLD3hsofJe { display:flex;position:relative;top:0rem;left:0rem; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #uE3IFJBUQCGdQuu7dXBeJKRVpwwSguu6 {  }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #nPPHcsiguDLIxQGUZbgTIOvCPyE3g9gL {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.0498046875rem;left:2.4345703125rem;height:3.1621125rem;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:7.7440185546875rem;left:2.4331340789795rem;height:1.7871125rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#48a4a4;display:block;width:21.625rem;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.810760498047rem;left:2.276912689209rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.373046875rem;left:4.52734375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#48a4a4;display:block;width:21.6875rem;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.747833251953rem;left:26.592884063721rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.3720703125rem;left:27.748046875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#48a4a4;display:block;width:15.6875rem;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.74870300293rem;left:54.029947280884rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:15.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:16.373046875rem;left:53.966796875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:18rem;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:19.494140625rem;left:4.0859375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:17.1875rem;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:19.59765625rem;left:28.7783203125rem;height:4.875rem;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:19.556640625rem;left:52.841796875rem;height:4.875rem;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:7.5rem;width:7.5rem;top:3.916015625rem;left:10.057510375976rem;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:7.999125rem;width:8.0620625rem;top:3.6360683441162rem;left:33.467884063721rem;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:8.125rem;width:8.125rem;top:3.7910108566284rem;left:58.375003814698rem;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:26.875rem;width:21.875rem;top:1.3955078125rem;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:26.875rem;width:21.875rem;top:1.3959121704101rem;left:26.528032302856rem;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:26.875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { background-color: transparent; background-image: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4611663818363rem;left:18.311120986939rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { background-color: transparent; background-image: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { 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:31.3125rem;width:75rem;position:relative;display:block; }#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:#1f2d45;display:block;width:27.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:40rem;height:2.03125rem;display:block; }
#PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:40rem;height:2.03125rem;display:block; }
#kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FU2tM7aVKOSIMMWOeIkHmdaDL1H60Bho { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:40rem;height:2.03125rem;display:block; }
#Vybb0ORCoTxMd9TXb2IARzrJJNKksp7i { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:15.125rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDDaPZhakSwAKFVHUutIEG9GlBE5loUt { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.875rem;left:40rem;height:2.03125rem;display:block; }
#rL75EzTa7W8uylx8Ayg2UbtaExUw4CrW { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:19.875rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GluNtFiSPsZuVuLkF0f2qSvzBQ61fxEe { color:#000000;display:block;width:30.499125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.811416625976rem;left:40.000003814698rem;height:2.03125rem;display:block; }
#oNmMOK57Zsg6hahu7yBKxomxZkou7sMq { color:#000000;display:block;width:27.874375rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:24.82421875rem;left:40.000003814698rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1TcgNmTJlAZqVKyUwWrLQNdXEAWA2eC { color:#000000;display:block;width:27.874375rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:27.823351860046rem;left:40.000003814698rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:26.125rem;top:1.53125rem;left:5.65625rem;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 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#ffbf38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.561875rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.1234817504883rem;left:31.217449188233rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zvZVogz8/joel_filipe_BWuBhu1W5sA_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI.adaptive-delivery-prevent-bg, #eRuRcAzDhh5tVspehzdOXzTblPdoTbvI.lazyload, #eRuRcAzDhh5tVspehzdOXzTblPdoTbvI.lazyloading { background-image: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container { background-color: transparent; background-image: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container > .video-iframe-container { display: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row > .video-iframe-container { display: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .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); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container { border-width: 0; border-radius: 0; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#mQTr0AJCT7yT8LCIBxGgcRgi7h5DcuQA { position:absolute;display:block;z-index:100003;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.75rem;width:21.75rem;top:5.5210952758789rem;left:5.5757808685303rem;overflow:hidden;display:block; }
#gpWT4iM1kIIS6oN068MbRAd4txek5ww4 { color:#efbc1e;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:4.9365234375rem;left:32.0615234375rem;height:3.4121125rem;font-style:normal;display:block; }
#ndZ3JPxxIq8AvZctu4q7WliRZCLf3fDh { color:#ffffff;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:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#ybCS9tE9IGBok8uQRvOTqZr3JbOWzohB { color:#ffffff;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:31.084373474121rem;left:4rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzsA5WU3lHgJzWUThC4IB8RQoHPLtnIn { color:#000000;display:block;width:24.437040328979rem;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:13.2138671875rem;left:32.0595703125rem;height:6.1357375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOglu9JbsKJKTVB9CT9Hq1BLTEguAo4C { color:#000000;display:block;width:36.5rem;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:21.5400390625rem;left:32.060546875rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iryle1G4NkaEaIhPifuUvR81b2BWFdww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container { background-color: transparent; background-image: none; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container > .video-iframe-container { display: none; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row > .video-iframe-container { display: none; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .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); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container { border-width: 0; border-radius: 0; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#OQtTJHdR8UsvlLSTRWo2FcM5fOBdIbJ7 { color:#c69c72;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:5.1875rem;left:4rem;height:3.09375rem;display:block; }
#lgSCbJMJ5KSWk6JSlDA7NBQdBF84NcKa { color:#282828;display:block;width:25.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.529514312744rem;left:3.999568939209rem;height:10.125rem;font-style:normal;display:block; }
#DF9gQ5bdfugAawN4b0ydPBm73VLkEl9P { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:23.124999523163rem;left:6.4998369216919rem;height:11.8095625rem;font-style:normal;display:block; }
#OID5oM183vkfVxfcz4F0qwaOmgz70xnr { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:23.811849117279rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#ThLth3vtH7TocZPlmvyV4firG2KMIQoZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:28.374837398529rem;left:4.3749990463257rem;overflow:hidden;display:block; }
#qWsAKQXsFVWMnFP4MQ4c0bu8DXeuZCKv { background-color:#ffbf38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.499837398529rem;left:3.9998369216919rem;display:block; }
#WN4yUGTkc73CRDwxTobbfoWMhJ9vwwcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#shRZ89DS8gG5vcTKzorZKtN6OF4sdCZk { 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:36.499837398529rem;left:19.624836921692rem;display:block; }
#Fk5maw3cwwXJubKLZLkPVIIJtZvQocc6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m3lTB0VHlFqy5q8zemlTmXWKSJcQ86uo { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:30.749509334564rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#ErNArrJHTH4PPDF0i5XbfdmAkgxhy3ge { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:26.062011241913rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#dB0OcpqEF4eEhTV8gLLkq4TUVXiGTLBK { 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:37.437337398529rem;left:17.874348640442rem;height:1.29980625rem;display:block; }
#FpUVZqtTvstiuEeUtcHazEro3XUTaqhd { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.875rem;width:41.875rem;top:0rem;left:33.123699188233rem;overflow:hidden;display:block; }
#dcWyVyIL70MCllePqwCklyGBW0XnT5GH { color:#282828;display:block;width:33.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:2.625rem;left:3.875rem;height:1.78125rem;font-style:normal;display:block; }
#dJo9DhrM0idsFLDkBWuFRqGksOPXqSFz { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.937009334564rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#a1RbVrUVC0TItT1SH4T5k3oaowe3yaKf { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.625rem;top:2.0625rem;left:0rem;display:none; }
#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { background-color: transparent; background-image: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container > .video-iframe-container { display: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container { display: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { border-width: 0; border-radius: 0; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { position:absolute;display:block;z-index:100000;height:24.9375rem;width:47.625rem;top:10.9052734375rem;left:12.2802734375rem;display:block; }
#x6da8RfmxX78QAJqCoZDCI4R9nN3VxWK { color:#000000;display:block;width:20rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:37.4375rem;left:0rem;display:none; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.625rem;left:12.46875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container { background-color: transparent; background-image: none; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container > .video-iframe-container { display: none; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row > .video-iframe-container { display: none; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .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); }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container { border-width: 0; border-radius: 0; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#ErxWQE3Wdn3mevg8A28kZCgr1GeuiSKR { position:absolute;display:block;z-index:100004;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:13rem;width:25.0625rem;top:2.6875rem;left:26.375rem;display:block; }
#aTqlVNBNTZWrTfqOnE8ATM0VWAQB9TT7 { color:#000000;display:block;width:5.74805rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;z-index:100015;line-height:2.2;letter-spacing:0;top:3.6875rem;left:29.375rem;height:11rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfiJFfrpyTZKI2TdrzLfCDyqZKIXIVwD { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:2.2;letter-spacing:0;top:3.6875rem;left:37rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#ffbf38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:#000000;display:block;width:33.3115rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.998046875rem;left:20.83984375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kIwlVHILMbX6PwPVrrytOnw2uaoLAq5a { color:#000000;display:block;width:33.3115rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:6.623046875rem;left:20.8427734375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z7SE29TbabtQlDdNCcx6kQZDuOEykkJA { color:#282828;display:block;width:33.9355625rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:4.4845848083496rem;left:20.531684875488rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { background-color: transparent; background-image: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .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); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { border-width: 0; border-radius: 0; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container { background-color: transparent; background-image: none; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container > .video-iframe-container { display: none; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row > .video-iframe-container { display: none; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .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); }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container { border-width: 0; border-radius: 0; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#g7C20A7LtskbpwerWd9uPoFWuoCBPRHW { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqW21OI25TAtrTqlsPPUlR1zI6OVUaom { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:17.9375rem;left:6.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkUNdheUT9oydUb3Al6E4kwns4nvscrE { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:4.2429685592651rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibwbPABvxchaHef0seFmXob5J8ysi1BT { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.3953113555908rem;left:2.0859375rem;display:block; }
#zxbaxeU71pnBZmbgr6CaLeEOW0gmLu4c { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.875rem;left:31.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSnavGvI0f8LbVwk5TMWHEzJhnRkQaOr { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:3.375rem;left:28.75rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqiIHXvhhh3FIuVZsnNK5T6rBUiWT8xy { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:26.5625rem;display:block; }
#MKwMm2X1uTRiSizaTuzxfZ8Ab8Tpmx95 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:31.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpCBBKNvsWreG8hn3ypEaUNEdMzJroG2 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:51.5625rem;display:block; }
#EGB3rG1pQu9ckq8oOFdAAomcDtLlRTUn { color:#000000;display:block;width:17.5609375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:53.719530105591rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#psKVtnUNkDOOENC7MhwXWcpGCGbBCEG5 { color:#263a80;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15.875rem;left:55.718748092651rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmgS99qfHGcmGXgnSVv7hZD8Me9WA6IV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:17.9375rem;left:56.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { background-color: transparent; background-image: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container > .video-iframe-container { display: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container { display: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { border-width: 0; border-radius: 0; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { color:#1d2850;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.7998046875rem;left:2.4345703125rem;height:3.4375rem;display:block; }
#z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4931640625rem;left:2.4326171875rem;height:1.94921875rem;font-style:normal;display:block; }
#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6W8Mmv59/graph_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.adaptive-delivery-prevent-bg, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyload, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyloading { background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { background-color: transparent; background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { color:#f6f6f6;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:17.811199188233rem;height:7.474625rem;display:block; }
#P4AZplIvQopg8LCWcRki8v79EO3BJJeL { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:4.5rem;left:31.290367126465rem;height:4.78125rem;font-style:normal;display:block; }
#ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { color:#f6f6f6;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.936199188233rem;height:7.474625rem;display:block; }
#H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { color:#f6f6f6;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:26.9375rem;height:7.474625rem;display:block; }
#PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { color:#70bbbb;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.4583435058594rem;left:31.290367126465rem;height:1.8681625rem;display:block; }
#MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:34.875001907349rem;height:4.78125rem;font-style:normal;display:block; }
#Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { color:#48a4a4;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.875001907349rem;height:1.8681625rem;display:block; }
#huAZshelz2aUZB6DggMnASb1rOtUyx8p { color:#232323;display:block;width:33.125rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:25.9375rem;left:39.687501907349rem;height:3.1875rem;font-style:normal;display:block; }
#vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.687501907349rem;height:1.8681625rem;display:block; }
#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { background-color: transparent; background-image: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { border-width: 0; border-radius: 0; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { color:#090909;display:block;width:39.75rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.625rem;left:29.25rem;height:3.4931625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:14rem;top:4.9375rem;left:9.9375rem;overflow:hidden;display:block; }
#lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.0625rem;height:7.3095625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.36) ;height:23.0625rem;width:61.5625rem;top:0rem;left:5.9375rem;display:block; }
#CQV7iC9lwTtQKnTvr6MBNsXw3qJTSe1p { color:#090909;display:block;width:34.625rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:20.999133110046rem;left:29.25rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(71,180,143,0.4);background-image:url("https://images.assets-landingi.com/MQXd8Ek0/bg_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.adaptive-delivery-prevent-bg, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyload, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyloading { background-image: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { border-width: 0; border-radius: 0; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:none; }#KVJwLg2aZyrW8RAJOeTiiak0Q58ELJzH { color:#ffffff;display:block;width:65.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:2.9465942382812rem;left:4.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKdx7X6IH3hTftMhV8b2Bx5Sa2Nh2XRh { background-color:#ffbf38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:9.3190307617188rem;left:29.250001907349rem;display:block; }
#EbkpWXDWIfnkGnUglncpF5W3TOEwqMpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { background-color: transparent; background-image: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container > .video-iframe-container { display: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container { display: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { border-width: 0; border-radius: 0; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { color:#0a163b;display:block;width:74.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.3763427734375rem;left:0rem;height:3.4931625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { position:absolute;display:block;z-index:100023;height:17rem;width:61.5625rem;top:7.0625rem;left:6.71875rem;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zvZVogz8/joel_filipe_BWuBhu1W5sA_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(41,55,39,0.91); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#252525;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.124080657959rem;left:21.937040328979rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#252525;display:block;width:18.187040328979rem;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.374307632446rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#ffbf38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:19.6875rem;left:29.25rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cTvS5PQAe2wUVGckhlN5qt7wa6Zs0AXi { color:#000000;display:block;width:33.3115rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:23.1875rem;left:20.8427734375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .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; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.781875rem;padding-right:0.7125rem;padding-bottom:0.781875rem;padding-left:0.7125rem;display:block;align-items:center;width:4.270625rem;min-width:4.270625rem;height:4.199375rem;position:relative;font-family:"noto sans tc";font-size:3.12625rem;font-weight:700;line-height:67.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.48875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.6925rem;height:1.66rem;position:relative;font-family:"noto sans tc";font-size:1.1725rem;font-weight:400;line-height:26.56px;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; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr { 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:26.8125rem;height:7.911875rem;padding-top:0.975rem;padding-right:0.980625rem;padding-bottom:0.975rem;padding-left:0.980625rem;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:8.6171875rem;left:23.392578125rem;z-index:100015; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #k7iMmrWpQxKNrmIu2BwTfx0BybcmFbEV { display:flex;position:relative;top:0rem;left:0rem; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #ZrIvfM23q9bPC7zbTV0sqPRlwa32qvfm { width:auto; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #TFcnUF53r2B7v9A1JI9m8lNkNBiGEXHT {  }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #X8a34bnR6WodcEzxV8JCQWQCyQNaFvs2 { display:flex;position:relative;top:0rem;left:0rem; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #SvNBdSSmIvklNUnvPyot2cAN18UJ6Pg0 {  }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #hXKMX9SaVvcPtg3z5B65diJHcDPZTuO8 {  }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #PQZDv9fVcOhXOXv0hI8OOgP4yxo32wVu { display:flex;position:relative;top:0rem;left:0rem; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #S1X39rHgxK3y3Z4v2b6JOyFlcS4VSTTu {  }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #u1WgwvCKHQqwDbaa5RnErKVkWLSGiSrJ {  }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #F5kfhTTqpRGPVJOakUBPLTwxy76EaHJM { display:flex;position:relative;top:0rem;left:0rem; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #K8JSg0a4q6gc4SkKO67XCKuZ5pKMim0r {  }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #zoQIWztEwBftwMbHB46v1nww1OlpE0wO {  }
#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container { background-color: transparent; background-image: none; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container > .video-iframe-container { display: none; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row > .video-iframe-container { display: none; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .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); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container { border-width: 0; border-radius: 0; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#ayefS7JLuXWD0Lqe1ZKTvmq4EFnK7S0l { color:#c69c72;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:5.1875rem;left:4rem;height:3.09375rem;display:block; }
#W1h6dSafSxLrceFXoiwyvQR4ny78EGps { color:#282828;display:block;width:25.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.529514312744rem;left:3.999568939209rem;height:10.125rem;font-style:normal;display:block; }
#a77O4Il9lPCgPtaovK7V77moedFTPTGG { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:23.124999523163rem;left:6.4998369216919rem;height:11.8095625rem;font-style:normal;display:block; }
#S4dArEiDqgGv6T5S2dkfqTzZngJGwuzU { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:23.811849117279rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#rJS03Uv9pvAqTF7WtccBcN14DrfNyfkp { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:28.374837398529rem;left:4.3749990463257rem;overflow:hidden;display:block; }
#PTZAXDk4WLayFF7O8zwDrT7THVl0PreZ { background-color:#ffbf38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.499837398529rem;left:3.9998369216919rem;display:block; }
#uJiB4pmu89nRx1IZPKG84WHk7sNCC0yK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SGte4o2SsEmUtLDc1WM5frww8uQDrNV0 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:30.749509334564rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#rtTRJFumRRmLRmkLOqxLDyTTv8wiFSzq { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:26.062011241913rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#M3CvwbUq4Fu8OSOlO8pq2lbTdNRVrRN0 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.875rem;width:41.875rem;top:3.4986991882324rem;left:33.061199188233rem;overflow:hidden;display:block; }
#Nyf4QTr1pAUd6BVKc2psZolFJqH0SbDE { color:#282828;display:block;width:33.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:2.625rem;left:3.875rem;height:1.78125rem;font-style:normal;display:block; }
#XE82fldMcWV8sTJMMUiCbSr3OSJGcewA { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.937009334564rem;left:4.3123369216919rem;overflow:hidden;display:block; }
#zKqANdNP8kQqUbGpqIqzgFyfIUC32kng { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.625rem;top:2.1875rem;left:0rem;display:none; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;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.44921875rem;left:42.3115234375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#aF224U20To69D38pUKbH1t07SkQesUZg { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10rem;top:1.625rem;left:13.7177734375rem;overflow:hidden;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:1.125rem;left:28.068359375rem;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:1.125rem;left:33.37109375rem;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:1.125rem;left:38.681640625rem;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:1.25rem;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:1.5rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1.1875rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:1.125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { top:1.25rem;left:2.30859375rem;width:6rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { width:2.375rem;height:3.4375rem;top:1.3125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:11.8125rem;left:0rem;width:38.125rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:17.125rem;left:0rem;width:25.3125rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:29.75rem;left:0rem;width:25.9375rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:30.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:35rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:11.9375rem;height:3.125rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.4375rem;height:3.125rem;top:43.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:37.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:32.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:44.0625rem;left:3.9375rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { top:8.1875rem;left:5.875rem;width:41.875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:9.375rem;left:0rem;width:33.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { top:42.4375rem;left:19.498699188233rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuZqDSdXnT8ZoVziNsuiE2NMRIW5CFys { top:39.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1B1v550y23kubexpwTT3Fxy1wS7nnz { top:4.875rem;left:0rem;width:19.9375rem;height:3.625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRKGyl24sufemcqaTILQHFS73i9xg59X { top:41.375rem;left:32.625003814698rem;width:7.75rem;height:4.375rem;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:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:2.8125rem;left:8.4040832519531rem;width:30.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:1.875rem;left:13.936851501465rem;width:19.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:12.875rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:29.5625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:34.25rem;left:9.15625rem;width:29.4375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { top:18rem;left:6.905601501465rem;width:33.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:25.5rem;left:17.6240234375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2.1875rem;font-size:1.875rem;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) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { top:40.0625rem;left:0rem;width:29.0625rem;height:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { top:38.375rem;left:17.3125rem;width:29.1875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { top:41.375rem;left:21.4375rem;width:26.3125rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { top:39.25rem;left:21.375rem;width:26.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .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; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .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; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #PWTZruguRoRoKoCkzruFHh1IV1hSVuTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #yhITCylbMwV8pSgxwFBr5CUsHVL7Au6k {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #ORdLssk6tbcDRQGbNilHOoH9TOcn5n05 {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #zP3D10xvs4JNaMaETD1mlMNFc1Do9FfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #mMiVP9ceBEf6nv2LiQVq7bmP7WXzBmUV {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #cghomTwAlO1zOJIeIOiBD97sfBITfLLN {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #baJJcRX97DzPGyAqTUuEhv7PIH0qkAeI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #geRqx5eV6v15irZvla71vEDuFMNM1JAH {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #PtP6WxVC60UDD8SEGwC7JpgM8hWocr2c {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #wiDKL9VvrayTUL2hNxfg0r8uemE3vtGS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #MtgSdZPnleJQoxXmbT00uiDrKINCWp4P {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #TBXeILdThtb61e3PuEXylWsvsUUVUtwL {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { top:15.4375rem;left:18.6875rem;width:29.0625rem;height:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:16.125rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:18.5625rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:21rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { top:3.25rem;left:0rem;width:30.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { top:6.75rem;left:0rem;width:27.6875rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { top:10.1875rem;left:0rem;width:18.125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { top:8.5625rem;left:0rem;width:13.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1nTznw95ExskvCRHXko953D52BU9nZe { top:10.1875rem;left:0rem;width:16.25rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { top:11.8125rem;left:0rem;width:13.6875rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { top:6.8125rem;left:14.1875rem;width:33.5625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { top:10.625rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { top:23.5625rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { top:14.0625rem;left:0rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .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; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .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; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #wqT8E4PXO4nrd4iPpe3p7V0LQxdmddhs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #Tigmw1KWT25ZbUx2Ub1Hay4Xy750rPC2 {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #vvId09Vf3KkuVlmuxedCdmZQv2tQAJns {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #GqQqpum6igrGV6k2A9vtfZ4HdpCgC1pT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #utEHZ7S7DlsPXAWJvU5lC0fRNhebwPZO {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #O9wXPKIxdAqnep54Vk2K61gGr8lBxi1A {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #RQ2iLut07XOVFNJRNx0FTerfwmZL1z76 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #MWt7n18TXRWPEUPww20bDr5MTT59nZAQ {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #wpDl2i6rRAIg5pIsyJ2iTnVviIe7RDWz {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #MziONqXQSCeULOLTWV7EOaoLD3hsofJe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #uE3IFJBUQCGdQuu7dXBeJKRVpwwSguu6 {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #nPPHcsiguDLIxQGUZbgTIOvCPyE3g9gL {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:4rem;left:0rem;width:40rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:38.3125rem;height:1.6875rem;font-size:0.875rem;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.75rem;left:0rem;width:21.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.3125rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.6875rem;left:10.125rem;width:21.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.3125rem;left:12.0625rem;width:19.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.6875rem;left:31.75rem;width:15.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.3125rem;left:31.75rem;width:15.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:19.4375rem;left:0rem;width:17.9375rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:19.5625rem;left:14.5625rem;width:17.1875rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:19.5rem;left:29.625rem;width:18rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.875rem;left:5.4950103759766rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:3.625rem;left:19.780384063721rem;width:8rem;height:7.9375469986744rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:3.75rem;left:35.562503814698rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:2.5625rem;left:5.9355506896972rem;width:35.8125rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.685546875rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:2.6875rem;left:19.9375rem;width:27.8125rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:4.6875rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:7.3125rem;left:17.25rem;width:30.5rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:9.25rem;left:19.9375rem;width:27.8125rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2tM7aVKOSIMMWOeIkHmdaDL1H60Bho { top:13.125rem;left:17.25rem;width:30.5rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vybb0ORCoTxMd9TXb2IARzrJJNKksp7i { top:15.0625rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDDaPZhakSwAKFVHUutIEG9GlBE5loUt { top:17.8125rem;left:17.3125rem;width:30.4375rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL75EzTa7W8uylx8Ayg2UbtaExUw4CrW { top:19.875rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GluNtFiSPsZuVuLkF0f2qSvzBQ61fxEe { top:22.75rem;left:17.3125rem;width:30.4375rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmMOK57Zsg6hahu7yBKxomxZkou7sMq { top:24.8125rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1TcgNmTJlAZqVKyUwWrLQNdXEAWA2eC { top:27.8125rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { top:1.5rem;left:0rem;width:26.125rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:2.0625rem;left:17.592449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #eRuRcAzDhh5tVspehzdOXzTblPdoTbvI { display:block; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQTr0AJCT7yT8LCIBxGgcRgi7h5DcuQA { top:5.5rem;left:0rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpWT4iM1kIIS6oN068MbRAd4txek5ww4 { top:4.875rem;left:18.43593788147rem;width:18.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndZ3JPxxIq8AvZctu4q7WliRZCLf3fDh { top:8.5rem;left:18.43515586853rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybCS9tE9IGBok8uQRvOTqZr3JbOWzohB { top:31.0625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzsA5WU3lHgJzWUThC4IB8RQoHPLtnIn { top:13.1875rem;left:18.434373855591rem;width:24.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOglu9JbsKJKTVB9CT9Hq1BLTEguAo4C { top:21.5rem;left:10.5rem;width:36.5rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iryle1G4NkaEaIhPifuUvR81b2BWFdww { display:block; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQtTJHdR8UsvlLSTRWo2FcM5fOBdIbJ7 { top:5.1875rem;left:0rem;width:38.125rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgSCbJMJ5KSWk6JSlDA7NBQdBF84NcKa { top:10.5rem;left:0rem;width:25.3125rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF9gQ5bdfugAawN4b0ydPBm73VLkEl9P { top:23.0625rem;left:0rem;width:25.9375rem;height:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OID5oM183vkfVxfcz4F0qwaOmgz70xnr { top:23.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLth3vtH7TocZPlmvyV4firG2KMIQoZ { top:28.3125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWsAKQXsFVWMnFP4MQ4c0bu8DXeuZCKv { width:11.9375rem;height:3.125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN4yUGTkc73CRDwxTobbfoWMhJ9vwwcm { display:block; }
 }@media only screen and (max-width: 763px) { #shRZ89DS8gG5vcTKzorZKtN6OF4sdCZk { width:6.4375rem;height:3.125rem;top:36.4375rem;left:5.9998369216919rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk5maw3cwwXJubKLZLkPVIIJtZvQocc6 { display:block; }
 }@media only screen and (max-width: 763px) { #m3lTB0VHlFqy5q8zemlTmXWKSJcQ86uo { top:30.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErNArrJHTH4PPDF0i5XbfdmAkgxhy3ge { top:26rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB0OcpqEF4eEhTV8gLLkq4TUVXiGTLBK { top:37.375rem;left:4.2493486404419rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpUVZqtTvstiuEeUtcHazEro3XUTaqhd { top:0rem;left:5.875rem;width:41.875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcWyVyIL70MCllePqwCklyGBW0XnT5GH { top:2.5625rem;left:0rem;width:33.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJo9DhrM0idsFLDkBWuFRqGksOPXqSFz { top:32.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1RbVrUVC0TItT1SH4T5k3oaowe3yaKf { top:2.0625rem;left:0rem;width:19.9375rem;height:3.625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { top:10.875rem;left:0rem;width:47.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6da8RfmxX78QAJqCoZDCI4R9nN3VxWK { top:37.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { top:6.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ { display:block; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErxWQE3Wdn3mevg8A28kZCgr1GeuiSKR { top:2.6875rem;left:0rem;width:25.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTqlVNBNTZWrTfqOnE8ATM0VWAQB9TT7 { top:3.6875rem;left:18.1875rem;width:5.6875rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfiJFfrpyTZKI2TdrzLfCDyqZKIXIVwD { top:3.6875rem;left:12.5625rem;width:11.3125rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { top:4.9375rem;left:7.21484375rem;width:33.25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwlVHILMbX6PwPVrrytOnw2uaoLAq5a { top:6.5625rem;left:7.2177734375rem;width:33.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7SE29TbabtQlDdNCcx6kQZDuOEykkJA { top:4.4375rem;left:6.9066848754881rem;width:33.875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN { display:block; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7C20A7LtskbpwerWd9uPoFWuoCBPRHW { top:15.875rem;left:1.6875rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqW21OI25TAtrTqlsPPUlR1zI6OVUaom { top:17.9375rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkUNdheUT9oydUb3Al6E4kwns4nvscrE { top:4.25rem;left:0rem;width:17.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibwbPABvxchaHef0seFmXob5J8ysi1BT { top:1.375rem;left:0rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbaxeU71pnBZmbgr6CaLeEOW0gmLu4c { top:15.875rem;left:17.625rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSnavGvI0f8LbVwk5TMWHEzJhnRkQaOr { top:3.375rem;left:14.25rem;width:17.5rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqiIHXvhhh3FIuVZsnNK5T6rBUiWT8xy { top:1.375rem;left:9.875rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKwMm2X1uTRiSizaTuzxfZ8Ab8Tpmx95 { top:17.9375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpCBBKNvsWreG8hn3ypEaUNEdMzJroG2 { top:1.375rem;left:25.75rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGB3rG1pQu9ckq8oOFdAAomcDtLlRTUn { top:4.25rem;left:30.125rem;width:17.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psKVtnUNkDOOENC7MhwXWcpGCGbBCEG5 { top:15.875rem;left:32.90625rem;width:13.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmgS99qfHGcmGXgnSVv7hZD8Me9WA6IV { top:17.9375rem;left:33.5rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { top:2.75rem;left:0rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { top:6.4375rem;left:0rem;width:38.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { top:1.1875rem;left:4.1861991882324rem;width:7.25rem;height:7.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { top:4.5rem;left:12.8125rem;width:34.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { top:11.8125rem;left:8.3111991882325rem;width:7.9375rem;height:7.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { top:22.4375rem;left:13.3125rem;width:7.25rem;height:7.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { top:2.4375rem;left:17.6650390625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { top:15.3125rem;left:12.8125rem;width:34.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { top:13.25rem;left:21.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { top:25.9375rem;left:14.625rem;width:33.125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { top:23.875rem;left:26.0625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { top:5.625rem;left:8rem;width:39.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { top:4.9375rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { top:10.75rem;left:13rem;width:34.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { top:0rem;left:0rem;width:47.5rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQV7iC9lwTtQKnTvr6MBNsXw3qJTSe1p { top:20.9375rem;left:13.125rem;width:34.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux { display:block; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVJwLg2aZyrW8RAJOeTiiak0Q58ELJzH { top:2.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKdx7X6IH3hTftMhV8b2Bx5Sa2Nh2XRh { width:16.5rem;height:2.9375rem;top:9.3125rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbkpWXDWIfnkGnUglncpF5W3TOEwqMpW { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { top:7.0625rem;left:0rem;width:47.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:2.0625rem;left:8.311851501465rem;width:30.9375rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.625rem;left:14.748481750488rem;width:18.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:19.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #cTvS5PQAe2wUVGckhlN5qt7wa6Zs0AXi { top:23.1875rem;left:7.2177734375rem;width:33.25rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .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; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .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; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #k7iMmrWpQxKNrmIu2BwTfx0BybcmFbEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #ZrIvfM23q9bPC7zbTV0sqPRlwa32qvfm {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #TFcnUF53r2B7v9A1JI9m8lNkNBiGEXHT {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #X8a34bnR6WodcEzxV8JCQWQCyQNaFvs2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #SvNBdSSmIvklNUnvPyot2cAN18UJ6Pg0 {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #hXKMX9SaVvcPtg3z5B65diJHcDPZTuO8 {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #PQZDv9fVcOhXOXv0hI8OOgP4yxo32wVu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #S1X39rHgxK3y3Z4v2b6JOyFlcS4VSTTu {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #u1WgwvCKHQqwDbaa5RnErKVkWLSGiSrJ {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #F5kfhTTqpRGPVJOakUBPLTwxy76EaHJM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #K8JSg0a4q6gc4SkKO67XCKuZ5pKMim0r {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #zoQIWztEwBftwMbHB46v1nww1OlpE0wO {  }
 }@media only screen and (max-width: 763px) { #NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E { display:block; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayefS7JLuXWD0Lqe1ZKTvmq4EFnK7S0l { top:5.1875rem;left:0rem;width:38.125rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1h6dSafSxLrceFXoiwyvQR4ny78EGps { top:10.5rem;left:0rem;width:25.3125rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a77O4Il9lPCgPtaovK7V77moedFTPTGG { top:23.0625rem;left:0rem;width:25.9375rem;height:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4dArEiDqgGv6T5S2dkfqTzZngJGwuzU { top:23.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJS03Uv9pvAqTF7WtccBcN14DrfNyfkp { top:28.3125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZAXDk4WLayFF7O8zwDrT7THVl0PreZ { width:11.9375rem;height:3.125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJiB4pmu89nRx1IZPKG84WHk7sNCC0yK { display:block; }
 }@media only screen and (max-width: 763px) { #SGte4o2SsEmUtLDc1WM5frww8uQDrNV0 { top:30.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTRJFumRRmLRmkLOqxLDyTTv8wiFSzq { top:26rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CvwbUq4Fu8OSOlO8pq2lbTdNRVrRN0 { top:3.4375rem;left:5.875rem;width:41.875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyf4QTr1pAUd6BVKc2psZolFJqH0SbDE { top:2.5625rem;left:0rem;width:33.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE82fldMcWV8sTJMMUiCbSr3OSJGcewA { top:32.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKqANdNP8kQqUbGpqIqzgFyfIUC32kng { top:2.1875rem;left:0rem;width:19.9375rem;height:3.625rem;font-size:1.6875rem;display:none; }
 }@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) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.4375rem;left:19.9375rem;width:27.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { top:1.625rem;left:6.9052734375rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.125rem;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:0.9462890625rem;left:14.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:6.25rem;height:1.25rem;top:1.0091146230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:22.742177248001rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { width:3.875rem;height:1.3125rem;top:1.15625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { width:2.375rem;height:3.4375rem;top:0rem;left:17.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkagVhUpBR5iCumouM8xIl9mqRg14VlG { 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:53.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:6.1875rem;top:6.349609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.3125rem;height:11.25rem;top:23.3125rem;left:0.87451171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:18.0615rem;height:10.3146875rem;top:35.9365234375rem;left:1.99951171875rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { width:1.25rem;height:1.25rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.1875rem;height:1.1875rem;top:40.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5625rem;height:2.6875rem;top:47.5rem;left:1.06201171875rem;font-size:0.9375rem;background-color:#ffbf38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:1.75rem;top:47.9365234375rem;left:12.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { width:1.3125rem;height:1.3125rem;top:42.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.298825rem;top:48.18701171875rem;left:10.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { width:17.5625rem;height:17.5625rem;top:9.3701171875rem;left:1.217041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:14.624rem;height:2.99805rem;top:9.3701171875rem;left:2.655029296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { width:2.9375rem;height:1.625rem;top:51.25rem;left:9.12451171875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #UuZqDSdXnT8ZoVziNsuiE2NMRIW5CFys { width:1.3125rem;height:1.3125rem;top:44.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1B1v550y23kubexpwTT3Fxy1wS7nnz { top:4.93408203125rem;left:0rem;width:19.9975625rem;height:3.7109375rem;z-index:100025;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uRKGyl24sufemcqaTILQHFS73i9xg59X { width:4.749025rem;height:2.7495125rem;top:50.6875rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.9375rem;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:2.56944375rem;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/zvZVogz8/joel_filipe_BWuBhu1W5sA_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(41,55,39,0.91); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.2807625rem;top:7.32421875rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:19.540367126465rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:1.9494625rem;top:35.622831344604rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.298825rem;top:38.205296516419rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { width:16.3125rem;height:2.4389625rem;top:23.829429626465rem;left:1.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.298825rem;top:32.311584472656rem;left:3.7499996423721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.4375rem;top:4.69921875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:26.8125rem;top:2.3713073730469rem;left:0.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { width:20rem;height:11.89453125rem;top:42.205947875976rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { width:18.75rem;height:18.311625rem;top:56.935765266419rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { width:17.375rem;height:14.86816875rem;top:62.18359375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { width:13.25rem;height:2.436525rem;top:58.6845703125rem;left:2.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .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; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .widget-text.counter-number { padding-top:0.456875rem;padding-right:0.421875rem;padding-bottom:0.456875rem;padding-left:0.421875rem;width:2.531875rem;min-width:2.531875rem;height:2.455625rem;font-size:1.82875rem;line-height:39.29px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:#ffffff;background-image:none; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.37625rem;height:0.970625rem;font-size:0.68625rem;line-height:15.53px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zT5edXn3MgG75RlCZzu7nfesmlaANwo7 { display:flex;width:17.124rem;height:4.624025rem;top:11.93603515625rem;left:1.375732421875rem;padding-top:0.0575rem;padding-right:0.06rem;padding-bottom:0.0575rem;padding-left:0.06rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #PWTZruguRoRoKoCkzruFHh1IV1hSVuTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #yhITCylbMwV8pSgxwFBr5CUsHVL7Au6k {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #ORdLssk6tbcDRQGbNilHOoH9TOcn5n05 {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #zP3D10xvs4JNaMaETD1mlMNFc1Do9FfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #mMiVP9ceBEf6nv2LiQVq7bmP7WXzBmUV {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #cghomTwAlO1zOJIeIOiBD97sfBITfLLN {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #baJJcRX97DzPGyAqTUuEhv7PIH0qkAeI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #geRqx5eV6v15irZvla71vEDuFMNM1JAH {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #PtP6WxVC60UDD8SEGwC7JpgM8hWocr2c {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #wiDKL9VvrayTUL2hNxfg0r8uemE3vtGS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #MtgSdZPnleJQoxXmbT00uiDrKINCWp4P {  }
 }@media only screen and (max-width: 763px) { #zT5edXn3MgG75RlCZzu7nfesmlaANwo7 #TBXeILdThtb61e3PuEXylWsvsUUVUtwL {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:16.4375rem;height:17.5rem;top:8.75rem;left:2.6875rem;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:1rem;height:1rem;top:9.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:1rem;height:1rem;top:11.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:1rem;height:1rem;top:12.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { width:18.125rem;height:0;top:35.25rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:46.9375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { width:15.5rem;height:1.11840625rem;top:9.5625rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1nTznw95ExskvCRHXko953D52BU9nZe { width:16.25rem;height:1.11840625rem;top:11.1875rem;left:2.5625rem;font-size:0.8125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { width:16.1875rem;height:2.11181875rem;top:12.8125rem;left:2.5625rem;font-size:0.8125rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { width:20rem;height:2.05590625rem;top:3.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { width:20rem;height:1.5249rem;top:7rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { width:1rem;height:1rem;top:15.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { width:16.125rem;height:1.11840625rem;top:15.25rem;left:2.6875rem;font-size:0.8125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .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; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .widget-text.counter-number { padding-top:0.518125rem;padding-right:0.47125rem;padding-bottom:0.518125rem;padding-left:0.47125rem;width:2.830625rem;min-width:2.830625rem;height:2.78375rem;font-size:2.0725rem;line-height:44.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:#ffffff;background-image:none; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.77375rem;height:1.1rem;font-size:0.7775rem;line-height:17.6px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud { display:flex;width:19.1235625rem;height:5.2417rem;top:18.741455078125rem;left:0.679931640625rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #wqT8E4PXO4nrd4iPpe3p7V0LQxdmddhs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #Tigmw1KWT25ZbUx2Ub1Hay4Xy750rPC2 {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #vvId09Vf3KkuVlmuxedCdmZQv2tQAJns {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #GqQqpum6igrGV6k2A9vtfZ4HdpCgC1pT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #utEHZ7S7DlsPXAWJvU5lC0fRNhebwPZO {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #O9wXPKIxdAqnep54Vk2K61gGr8lBxi1A {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #RQ2iLut07XOVFNJRNx0FTerfwmZL1z76 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #MWt7n18TXRWPEUPww20bDr5MTT59nZAQ {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #wpDl2i6rRAIg5pIsyJ2iTnVviIe7RDWz {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #MziONqXQSCeULOLTWV7EOaoLD3hsofJe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #uE3IFJBUQCGdQuu7dXBeJKRVpwwSguu6 {  }
 }@media only screen and (max-width: 763px) { #qggb4JQb41GnZ24Cfxkp2XcOwLSPKJud #nPPHcsiguDLIxQGUZbgTIOvCPyE3g9gL {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:1.7871125rem;top:2.2291641235351rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.20019375rem;top:4.7080078125rem;left:0rem;font-size:0.875rem;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:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:20rem;height:1.7858875rem;top:10.00759601593rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:16.625rem;height:1.2807625rem;top:12.30078125rem;left:1.7177734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:15.75rem;height:1.7858875rem;top:36.3671875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:19.1875rem;height:1.20019375rem;top:38.6796875rem;left:0.4990234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.8125rem;height:1.7858875rem;top:62.155822753906rem;left:3.093533039093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:14.0625rem;height:1.2807625rem;top:64.3623046875rem;left:2.8740234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.6875rem;height:4.87305rem;top:16.0615234375rem;left:1.6552734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.4375rem;height:6.15380625rem;top:41.3251953125rem;left:1.7802734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:17.0625rem;height:4.87305rem;top:66.91015625rem;left:1.4677734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:2.998046875rem;left:6.9661464691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.12413125rem;height:6.12413125rem;top:29.076609611511rem;left:6.9368495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:8.125rem;height:8.125rem;top:53.189453125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:23.125rem;top:0.90625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:23.125rem;top:26.658203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:23.125rem;top:52.416015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:1.71875rem;top:2.5390625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.298825rem;top:5.0416564941406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:12.1875rem;height:3.41064375rem;top:16.625rem;left:3.90625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { width:20rem;height:1.20019375rem;top:20.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:13.75rem;height:3.41064375rem;top:23.5625rem;left:3.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:13.125rem;height:3.7172875rem;top:27.5625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FU2tM7aVKOSIMMWOeIkHmdaDL1H60Bho { width:20rem;height:1.767825rem;top:33.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vybb0ORCoTxMd9TXb2IARzrJJNKksp7i { width:11.375rem;height:2.436525rem;top:35.625rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDDaPZhakSwAKFVHUutIEG9GlBE5loUt { width:20rem;height:1.767825rem;top:39.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rL75EzTa7W8uylx8Ayg2UbtaExUw4CrW { width:11.8125rem;height:2.436525rem;top:42rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GluNtFiSPsZuVuLkF0f2qSvzBQ61fxEe { width:20rem;height:1.767825rem;top:46rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNmMOK57Zsg6hahu7yBKxomxZkou7sMq { width:20rem;height:1.2807625rem;top:48.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1TcgNmTJlAZqVKyUwWrLQNdXEAWA2eC { width:20rem;height:1.2807625rem;top:51.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:11.5625rem;height:12.5rem;top:1.93359375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.937040328979rem;height:2.8745403289795rem;top:1.1868286132812rem;left:4.0303307771682rem;font-size:1rem;background-color:#ffbf38;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) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #eRuRcAzDhh5tVspehzdOXzTblPdoTbvI { background-color:transparent;background-image:url("https://images.assets-landingi.com/zvZVogz8/joel_filipe_BWuBhu1W5sA_unsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI.adaptive-delivery-prevent-bg, #eRuRcAzDhh5tVspehzdOXzTblPdoTbvI.lazyload, #eRuRcAzDhh5tVspehzdOXzTblPdoTbvI.lazyloading { background-image: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container { background-color: transparent; background-image: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container > .video-iframe-container { display: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,39,0.91); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row > .video-iframe-container { display: none; }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .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); }#eRuRcAzDhh5tVspehzdOXzTblPdoTbvI > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQTr0AJCT7yT8LCIBxGgcRgi7h5DcuQA { width:12.625rem;height:12.5625rem;top:2.4984374046326rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpWT4iM1kIIS6oN068MbRAd4txek5ww4 { width:18.875rem;height:2.2753875rem;top:15.75rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndZ3JPxxIq8AvZctu4q7WliRZCLf3fDh { width:18.875rem;height:1.298825rem;top:17.999999523163rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybCS9tE9IGBok8uQRvOTqZr3JbOWzohB { width:19.5rem;height:1.59301875rem;top:40.03750038147rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzsA5WU3lHgJzWUThC4IB8RQoHPLtnIn { width:20rem;height:4.72411875rem;top:21.8rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOglu9JbsKJKTVB9CT9Hq1BLTEguAo4C { width:17.125rem;height:9.801rem;top:28.67421913147rem;left:1.4375001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Iryle1G4NkaEaIhPifuUvR81b2BWFdww { display:block; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww { background-color: transparent; background-image: none; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container > .video-iframe-container { display: none; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row > .video-iframe-container { display: none; }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .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); }#Iryle1G4NkaEaIhPifuUvR81b2BWFdww > .row .container { width:20rem;height:49.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQtTJHdR8UsvlLSTRWo2FcM5fOBdIbJ7 { width:20rem;height:6.1875rem;top:6.349609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lgSCbJMJ5KSWk6JSlDA7NBQdBF84NcKa { width:18.3125rem;height:11.25rem;top:20.25rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DF9gQ5bdfugAawN4b0ydPBm73VLkEl9P { width:18.0615rem;height:10.3146875rem;top:32.9375rem;left:1.99951171875rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OID5oM183vkfVxfcz4F0qwaOmgz70xnr { width:1.25rem;height:1.25rem;top:33.24951171875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLth3vtH7TocZPlmvyV4firG2KMIQoZ { width:1.1875rem;height:1.1875rem;top:37.25rem;left:0.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWsAKQXsFVWMnFP4MQ4c0bu8DXeuZCKv { width:8.5625rem;height:2.6875rem;top:44.4375rem;left:1.0625rem;font-size:0.9375rem;background-color:#ffbf38;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) { #WN4yUGTkc73CRDwxTobbfoWMhJ9vwwcm { display:block; }
 }@media only screen and (max-width: 763px) { #shRZ89DS8gG5vcTKzorZKtN6OF4sdCZk { width:6.75rem;height:1.75rem;top:44.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk5maw3cwwXJubKLZLkPVIIJtZvQocc6 { display:block; }
 }@media only screen and (max-width: 763px) { #m3lTB0VHlFqy5q8zemlTmXWKSJcQ86uo { width:1.3125rem;height:1.3125rem;top:39.3125rem;left:0.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErNArrJHTH4PPDF0i5XbfdmAkgxhy3ge { width:1.25rem;height:1.25rem;top:35.375rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB0OcpqEF4eEhTV8gLLkq4TUVXiGTLBK { width:1.5625rem;height:1.298825rem;top:45.125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpUVZqtTvstiuEeUtcHazEro3XUTaqhd { width:17.5625rem;height:17.5625rem;top:5.71533203125rem;left:1.217041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcWyVyIL70MCllePqwCklyGBW0XnT5GH { width:14.74975rem;height:2.99805rem;top:6.49658203125rem;left:2.62451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJo9DhrM0idsFLDkBWuFRqGksOPXqSFz { width:1.3125rem;height:1.3125rem;top:41.12451171875rem;left:0.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1RbVrUVC0TItT1SH4T5k3oaowe3yaKf { top:2.12158203125rem;left:0rem;width:19.99875rem;height:3.7109375rem;z-index:100025;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { width:20rem;height:2.1984875rem;top:2.1041870117188rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { width:20rem;height:1.54296875rem;top:4.6666667461395rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { width:20rem;height:19.5rem;top:8.041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6da8RfmxX78QAJqCoZDCI4R9nN3VxWK { top:48.53125rem;left:0rem;width:19.999rem;height:1.298825rem;z-index:100018;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.1984875rem;top:1.9140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { width:20rem;height:1.298825rem;top:4.7265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ { display:block; }#Fhydek3uEc68KQlgaZXi7JpH1UkDFLuZ > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErxWQE3Wdn3mevg8A28kZCgr1GeuiSKR { width:17.375rem;height:10.375rem;top:3.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTqlVNBNTZWrTfqOnE8ATM0VWAQB9TT7 { width:5.68685rem;height:8.372075rem;top:4.25rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfiJFfrpyTZKI2TdrzLfCDyqZKIXIVwD { width:8.5625rem;height:8.372075rem;top:4.25rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.625rem;left:3.7499996423721rem;background-color:#ffbf38;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) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { width:20rem;height:1.3125rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kIwlVHILMbX6PwPVrrytOnw2uaoLAq5a { width:20rem;height:0;top:6.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z7SE29TbabtQlDdNCcx6kQZDuOEykkJA { width:20rem;height:1.21948125rem;top:5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:20rem;height:6.10302734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { width:20rem;height:2.1984875rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { width:20rem;height:1.4431125rem;top:4.6666667461395rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN { display:block; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7C20A7LtskbpwerWd9uPoFWuoCBPRHW { width:12.5rem;height:1.7858875rem;top:10.605476379394rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqW21OI25TAtrTqlsPPUlR1zI6OVUaom { width:12.5rem;height:1.11840625rem;top:12.480469703674rem;left:3.7499998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkUNdheUT9oydUb3Al6E4kwns4nvscrE { width:17.5rem;height:5.6005875rem;top:3.2546854019165rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibwbPABvxchaHef0seFmXob5J8ysi1BT { width:19.375rem;height:13.875rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbaxeU71pnBZmbgr6CaLeEOW0gmLu4c { width:12.5rem;height:1.7858875rem;top:26.812512159347rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSnavGvI0f8LbVwk5TMWHEzJhnRkQaOr { width:17.5rem;height:7.06325rem;top:18.250000715256rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqiIHXvhhh3FIuVZsnNK5T6rBUiWT8xy { width:19.375rem;height:14.75rem;top:16.249219894409rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKwMm2X1uTRiSizaTuzxfZ8Ab8Tpmx95 { width:12.5rem;height:1.11840625rem;top:28.75rem;left:3.7499998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpCBBKNvsWreG8hn3ypEaUNEdMzJroG2 { width:19.375rem;height:14.375rem;top:32.592956542969rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGB3rG1pQu9ckq8oOFdAAomcDtLlRTUn { width:17.5rem;height:5.6005875rem;top:34.650000572204rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psKVtnUNkDOOENC7MhwXWcpGCGbBCEG5 { width:13.5625rem;height:1.7858875rem;top:42.187511920929rem;left:3.2187501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmgS99qfHGcmGXgnSVv7hZD8Me9WA6IV { width:12.5rem;height:1.11840625rem;top:44.10000038147rem;left:3.8124998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { width:20rem;height:2.1984875rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { width:20rem;height:1.20019375rem;top:4.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { background-color: transparent; background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { width:3.3743104934692rem;height:3.392575rem;top:2.2495727539062rem;left:0.25rem;font-size:2.5625rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { width:15.0625rem;height:7.8735625rem;top:4.7669677734375rem;left:4.8072919845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { width:3.4995403289795rem;height:3.14965625rem;top:14.4970703125rem;left:0.25rem;font-size:2.375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { width:3.3743104934692rem;height:3.16894375rem;top:24.686157226562rem;left:0.25rem;font-size:2.4375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { width:8.5rem;height:1.86889375rem;top:2.5638427734375rem;left:4.7486982345581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { width:14.9375rem;height:6.56125rem;top:27.205749511719rem;left:4.8684897422791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { width:12.5rem;height:1.86889375rem;top:14.8759765625rem;left:4.810546875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { width:14.75rem;height:5.25rem;top:17.0869140625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { width:12.5rem;height:1.86889375rem;top:24.989624023438rem;left:4.8059897422791rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.0625rem;height:1.7858875rem;top:4.0338134765625rem;left:0.46645224094391rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { width:8.9993104934694rem;height:8.9993104934694rem;top:7.8941040039062rem;left:5.4986211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { width:18.125rem;height:9.1543rem;top:18.5595703125rem;left:1.1220703125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.75rem;height:29.75rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQV7iC9lwTtQKnTvr6MBNsXw3qJTSe1p { width:20rem;height:0.97411875rem;top:28.3427734375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux { background-color:rgba(71,180,143,0.4);background-image:url("https://images.assets-landingi.com/MQXd8Ek0/bg_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.adaptive-delivery-prevent-bg, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyload, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyloading { background-image: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVJwLg2aZyrW8RAJOeTiiak0Q58ELJzH { width:20rem;height:3.75rem;top:2.4384765625rem;left:0.125rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKdx7X6IH3hTftMhV8b2Bx5Sa2Nh2XRh { width:16.499rem;height:2.936525rem;top:7.498046875rem;left:1.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbkpWXDWIfnkGnUglncpF5W3TOEwqMpW { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { width:20rem;height:2.598875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { width:20rem;height:16.6875rem;top:5.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.4375rem;top:2.3828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.2807625rem;top:5.0735292434692rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:14.75rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #cTvS5PQAe2wUVGckhlN5qt7wa6Zs0AXi { width:20rem;height:2.625rem;top:18.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .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; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .widget-text.counter-number { padding-top:0.518125rem;padding-right:0.47125rem;padding-bottom:0.518125rem;padding-left:0.47125rem;width:2.830625rem;min-width:2.830625rem;height:2.78375rem;font-size:2.0725rem;line-height:44.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.77375rem;height:1.1rem;font-size:0.7775rem;line-height:17.6px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr { display:flex;width:19.125rem;height:5.24375rem;top:8.6865234375rem;left:0.338134765625rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #k7iMmrWpQxKNrmIu2BwTfx0BybcmFbEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #ZrIvfM23q9bPC7zbTV0sqPRlwa32qvfm {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #TFcnUF53r2B7v9A1JI9m8lNkNBiGEXHT {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #X8a34bnR6WodcEzxV8JCQWQCyQNaFvs2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #SvNBdSSmIvklNUnvPyot2cAN18UJ6Pg0 {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #hXKMX9SaVvcPtg3z5B65diJHcDPZTuO8 {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #PQZDv9fVcOhXOXv0hI8OOgP4yxo32wVu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #S1X39rHgxK3y3Z4v2b6JOyFlcS4VSTTu {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #u1WgwvCKHQqwDbaa5RnErKVkWLSGiSrJ {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #F5kfhTTqpRGPVJOakUBPLTwxy76EaHJM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #K8JSg0a4q6gc4SkKO67XCKuZ5pKMim0r {  }
 }@media only screen and (max-width: 763px) { #hXuI4UfzElIPmqXeDSKuhUUHKJROfBDr #zoQIWztEwBftwMbHB46v1nww1OlpE0wO {  }
 }@media only screen and (max-width: 763px) { #NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E { display:block; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E { background-color: transparent; background-image: none; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container > .video-iframe-container { display: none; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row > .video-iframe-container { display: none; }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .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); }#NW4Qo5EpF1eA4vHQ90TO97dRD1Csss8E > .row .container { width:20rem;height:50.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayefS7JLuXWD0Lqe1ZKTvmq4EFnK7S0l { width:20rem;height:6.1875rem;top:6.349609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W1h6dSafSxLrceFXoiwyvQR4ny78EGps { width:18.3125rem;height:11.25rem;top:22.1875rem;left:0.84375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a77O4Il9lPCgPtaovK7V77moedFTPTGG { width:17.6875rem;height:10.3146875rem;top:35.1875rem;left:2.0625rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S4dArEiDqgGv6T5S2dkfqTzZngJGwuzU { width:1.25rem;height:1.25rem;top:35.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJS03Uv9pvAqTF7WtccBcN14DrfNyfkp { width:1.1875rem;height:1.1875rem;top:39.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZAXDk4WLayFF7O8zwDrT7THVl0PreZ { width:8.5625rem;height:2.6875rem;top:47rem;left:5.5rem;font-size:0.9375rem;background-color:#ffbf38;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) { #uJiB4pmu89nRx1IZPKG84WHk7sNCC0yK { display:block; }
 }@media only screen and (max-width: 763px) { #SGte4o2SsEmUtLDc1WM5frww8uQDrNV0 { width:1.3125rem;height:1.3125rem;top:41.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTRJFumRRmLRmkLOqxLDyTTv8wiFSzq { width:1.25rem;height:1.25rem;top:37.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CvwbUq4Fu8OSOlO8pq2lbTdNRVrRN0 { width:17.5625rem;height:17.5625rem;top:7.357177734375rem;left:0.997314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyf4QTr1pAUd6BVKc2psZolFJqH0SbDE { width:14.624rem;height:2.99805rem;top:7.357177734375rem;left:2.655029296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XE82fldMcWV8sTJMMUiCbSr3OSJGcewA { width:1.3125rem;height:1.3125rem;top:43.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKqANdNP8kQqUbGpqIqzgFyfIUC32kng { top:2.216796875rem;left:0rem;width:19.99875rem;height:3.7109375rem;z-index:100025;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.826175rem;top:7.681640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { width:10rem;height:2.0625rem;top:2.369140625rem;left:5rem;display:block; }
 }