.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.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.21875rem;left:14.435546875rem;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.375rem;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:10.5rem;left:3.6875rem;height:3.09375rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:28.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.7;letter-spacing:0;top:14.861328125rem;left:3.6865234375rem;height:13.3847375rem;font-style:normal;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:41.4375rem;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:41.4375rem;left:19.3125rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:42.375rem;left:17.25rem;height:1.29980625rem;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:8.0625rem;left:3.6875rem;height:1.78125rem;font-style:normal;display:block; }
#W65qJT9bEoElA9btuVSbGI0fA7Ga0eia { position:absolute;display:block;z-index:100021;height:5.375rem;width:9.625rem;top:7.3125rem;left:51.875rem;display:block; }
#cS1B1v550y23kubexpwTT3Fxy1wS7nnz { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:6.1875rem;top:7.25rem;left:2.4375rem;display:none; }
#AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { position:absolute;display:block;z-index:100020;height:5.5rem;width:10.4375rem;top:7.25rem;left:37.3125rem;display:block; }
#aF3MnveqNOAZOAVCQScFLXyIuHAbLX2g { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:2.2;letter-spacing:0;top:32.5rem;left:6.375rem;height:11.869625rem;font-style:normal;display:none; }
#RswPsQL3dNGQ0sNr75SvMBfSkWFemk9y { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:46.25rem;left:3.8125rem;height:2.59765625rem;display:none; }
#fa7SgaeTROM7AJpDBxNKKhigIZEr6VoP { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.12475rem;width:38.8745rem;top:16.300048828125rem;left:33.436279296875rem;overflow:hidden;display:none; }
#h3XLwAdyqkShLmBf9hkmJiPlflqo9nz2 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.1875rem;left:3.75rem;overflow:hidden;display:none; }
#FoX5hBuVTBz5B3Pt1JiUK5PiC786IGuH { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:34.625rem;left:3.6875rem;overflow:hidden;display:none; }
#fsxysLCX0EMqu5q11Ot6EaPGUqxlND6v { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:36.8125rem;left:3.6875rem;overflow:hidden;display:none; }
#JGMsgu80MSNzJtKymtgKTGLaSg2HknG1 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:39.125rem;left:3.6875rem;overflow:hidden;display:none; }
#EgWcModMxTry72Altk9MhcdhEGGSAvkN { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:28.5625rem;left:3.75rem;overflow:hidden;display:block; }
#k9zFkGGWtVmdQrZUZ6DZcON1DCQz75Tq { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31rem;left:3.6875rem;overflow:hidden;display:block; }
#ybdim7pTnpvsTggTk14WAgmPQsHvP5VC { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:33.1875rem;left:3.6875rem;overflow:hidden;display:block; }
#nphNXT2wuhZcqs0GBSptqv48CTOwT8p5 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:35.5rem;left:3.6875rem;overflow:hidden;display:block; }
#MNSfOmBIsOmeByek5sf23XNN4LfNfG2k { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:37.75rem;left:3.6875rem;overflow:hidden;display:block; }
#WvLz5rEWmheyAGK1ICyJZx9FnA1xo4zy { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100032;line-height:2.2;letter-spacing:0;top:28rem;left:5.5rem;height:11.7470625rem;font-style:normal;display:block; }
#upzSqmDwVqpTXCoLb6sTlxlLu24hCGpc { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.3095703125rem;width:39.3095703125rem;top:4.4404296875rem;left:35.6904296875rem;overflow:hidden;display:block; }
#MZrsdvifqoEGAnwwhfoNUiCMHVrkkMsg { color:#000000;display:block;width:22.6240234375rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:46.75rem;left:3.6875rem;height:1.94921875rem;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:24.25rem;width:49.125rem;top:0rem;left:12.9375rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#334031;display:block;width:30.9375rem;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:1.3935546875rem;left:22.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:22.1875rem;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:5.43701171875rem;left:26.40625rem;height:1.4619125rem;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/ae9kVBmr/erik_eastman_6zFVL4YuaM_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:52.9375rem;width:75rem;position:relative;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.498046875rem;height:2.935546875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:11.685546875rem;left:29.2509765625rem;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:23.5625rem;left:11.25rem;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:28.25rem;left:23rem;height:1.94921875rem;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:20.623698711395rem;left:31.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:26.625rem;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:34.40625rem;left:5.6416015625rem;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:15.625rem;width:29.1875rem;top:32.0625rem;left:38.0625rem;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:35.750005125999rem;left:40.59375rem;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:25.25rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:33.062505125999rem;left:40.6875rem;height:1.625rem;display:block; }
#LsIKfsOHywvHPCr1GlKFPa8q3ndr1TDS { color:#000000;display:block;width:49rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:15.125rem;left:13rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2dkFbLPzmyaUh8tmQ5umRTwK3KixHUA { color:#272727;display:block;width:27.75rem;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:4.375rem;left:4.15625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 { 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.610375rem;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:2.26171875rem;left:23.65625rem;z-index:100020; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #nx3M5iBxyU1Ivi65t3J7CQafybfbnJp3 { display:flex;position:relative;top:0rem;left:0rem; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #KDU4yl9JG223M7U3E3asrRlUZOZ6JvH6 { width:auto; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #Dax5TfgTsUGQJnQ5lKgKnidgUe5AL3yk {  }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #LsHuMPRTkDnSCGL0JPZOdRf5rKOqWwx6 { display:flex;position:relative;top:0rem;left:0rem; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #SczkoT7RIpCg71DOOCs2oubWWsSwV9I3 {  }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #lB1WPT43iq8HT2tu0yBUeN0AQ7tT1EoR {  }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #eGcH7V22wF6Z8J0WU7BFcyiQS0OvAIfU { display:flex;position:relative;top:0rem;left:0rem; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #EkiODKWQmtGSSllyqnt5aZbP3yT9upVX {  }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #nFt5kwXqs2eXv5nEoifZy0bsMM32dfXc {  }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #PKwoTMMLTLnpcVCeZ2ubdPbNQuiUcOIy { display:flex;position:relative;top:0rem;left:0rem; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #etSGHHIiTq9UnfHyogFZJh96piJxfKTW {  }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #BzuddVKreHHnBum5nFkV5OloTxA65thF {  }
#d6AAp3bqUmA3XvZmxHqqsz4NdztTNcIS { color:#282828;display:block;width:22.1875rem;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:5.43701171875rem;left:26.40625rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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:13.3125rem;left:38.5rem;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:14.0625rem;left:36.5rem;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:16.5rem;left:36.5rem;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:18.9375rem;left:36.5rem;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.75rem;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.8125rem;left:4.15625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { color:#232323;display:block;width:18.185546875rem;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.8125rem;left:8.9384765625rem;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; }
#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:7.875rem;left:36.5rem;height:3.4375rem;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:21.375rem;left:36.5rem;overflow:hidden;display:block; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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.696875rem;padding-right:0.636875rem;padding-bottom:0.696875rem;padding-left:0.636875rem;display:block;align-items:center;width:3.815625rem;min-width:3.815625rem;height:3.74625rem;position:relative;font-family:"noto sans tc";font-size:2.788125rem;font-weight:700;line-height:59.94px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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.435625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.0875rem;height:1.480625rem;position:relative;font-family:"noto sans tc";font-size:1.04625rem;font-weight:400;line-height:23.69px;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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD { 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:24.0625rem;height:7.06175rem;padding-top:0.869375rem;padding-right:0.87625rem;padding-bottom:0.869375rem;padding-left:0.87625rem;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:13.753662109375rem;left:5.120849609375rem;z-index:100021; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #paQIS09D37pktTzLn9v7aRuQ8WLaZVnb { display:flex;position:relative;top:0rem;left:0rem; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #zVtNRyMxspgrFRQHgh7AazxTmOcwwQMD { width:auto; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #zuWRRc2ntwMLJsrFOmRczWLwPD4bwJ1c {  }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #Ll912TCIGXNt1ocaqlMk4Xv9uq5FwWKZ { display:flex;position:relative;top:0rem;left:0rem; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #rWKU5TiH6zqfur4lvhT0Q3Tx9XZv9ucs {  }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #R31fQoyRqtSUTs2Rp06bBB3FpR47KPdr {  }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #AnQVg1GfMi5KmZKqy7X1sa5mqDfVPPII { display:flex;position:relative;top:0rem;left:0rem; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #Fopvn4Lmw2lulyGKHskPmgaW25Wlndxn {  }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #NnV5IcqRred85vMu4UVQd816Hg04o5by {  }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #SJfSvM363l7C4ZZcybtJqeN5s5VeQ9KZ { display:flex;position:relative;top:0rem;left:0rem; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #fGbp6HAbeX2XcUPGsJCa6np2MXB5JJQi {  }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #n4T68dTOzOacJE0e0FiUtaXT9abLc6OT {  }
#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:46.3125rem;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:40.4375rem;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.7431640625rem;left:2.4326171875rem;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:16.375rem;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.74609375rem;left:4.68359375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:17.3125rem;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.37109375rem;left:4.24609375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#48a4a4;display:block;width:18.5rem;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.74609375rem;left:28.25rem;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.74609375rem;left:54.029296875rem;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.37109375rem;left:53.966796875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:19.25rem;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.597657203674rem;left:3.27734375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:17.4375rem;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; }
#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:4.32421875rem;left:9.15234375rem;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.875rem;width:7.875rem;top:4.03125rem;left:33.53125rem;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:7.5rem;width:7.5rem;top:4.55078125rem;left:58.75rem;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; }
#lIZW45n8ffR9PdlyufkWtNDgZPOICcgd { color:#000000;display:block;width:18.0603125rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:19.564208984375rem;left:53.436279296875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv { position:relative;display:block; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv { background-color: transparent; background-image: none; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .row .container > .video-iframe-container { display: none; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .row > .video-iframe-container { display: none; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .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); }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv { border-width: 0; border-radius: 0; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .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:40.6875rem;width:75rem;position:relative;display:block; }#zaiNd8xxqRtQO8hXHcZlAJMkvEz7MZzA { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:40.6875rem;height:2.03125rem;display:block; }
#q0oPxMhgABEriqR1JJqFTTAMaQPfTbx4 { 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:5.0625rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ueqzUzgpaoiPUB37AmT5co7puB0uP47t { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.125rem;left:40.6875rem;height:2.03125rem;display:block; }
#kcmAnR0XVFffpbAcZV52om6fQzt7vree { color:#000000;display:block;width:29.3125rem;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:10.125rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eVTv3e16Tfc1MgALEoF2SEQAEDnw6UTb { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:40.6875rem;height:2.03125rem;display:block; }
#DTqpV0N38aemeNKqMpfXHgKe2A2chVeC { 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:15.4375rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VRgEqTgklZqP24uKNOocNPIDDl5llTkb { color:#000000;display:block;width:27.874rem;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:20.5rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p9MULTWDZsRWqSCEPZGDtU8H17H2xJvF { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:18.5625rem;left:40.6875rem;height:2.03125rem;display:block; }
#O91yrUCGBSFTN3r3zStTvHRa0UTNp03R { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.625rem;left:40.6875rem;height:2.03125rem;display:block; }
#LFDlyOwbc5dGTHSW0u6WAuMd87g5bwzJ { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vEucc47cexmLZ8wWnIZodQ7bTftH3Hmz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:34.0625rem;left:15.125rem;height:1.29980625rem;display:block; }
#HoiJIKueaCxdcNLEqvBV525roDO3CIV6 { color:#000000;display:block;width:28.8110625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:28.43505859375rem;left:40.687255859375rem;height:2.03125rem;display:block; }
#WP8Lw3xHV3E6hbNLMFxZBM23ry2CI2mg { color:#000000;display:block;width:29.9365rem;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:30.59130859375rem;left:40.687255859375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MGihtiTHWSSSu7bh6IhrMadHAevSXWPm { color:#000000;display:block;width:28.8110625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:33.5625rem;left:40.6875rem;height:2.03125rem;display:block; }
#gm21o3f9esxUfESZ4BfaplxXRC7gEyfE { color:#000000;display:block;width:29.9365rem;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:35.6875rem;left:40.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WwvQriQWVvyS9FHVrRbIhcOxvaiO5UBH { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.625rem;width:30.68725rem;top:4.26513671875rem;left:3.404541015625rem;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.4375rem;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.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; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mp8lSCCNO0ZNlKIrVsHcLpz4yWLOFEAv { color:#000000;display:block;width:49rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:4.4765625rem;left:13rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;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/ae9kVBmr/erik_eastman_6zFVL4YuaM_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:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:21.540626525879rem;left:32.06093788147rem;height:8.9238125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container { background-color: transparent; background-image: none; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container > .video-iframe-container { display: none; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row > .video-iframe-container { display: none; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .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); }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container { border-width: 0; border-radius: 0; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#TZSExJv1HZthphvIpPM56DLaTmcmHa68 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.625rem;top:5.9375rem;left:2.4375rem;display:none; }
#WCDcmse9pFeg95046pPG2yA3TDCTIvQt { color:#c69c72;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100028;line-height:1.1;letter-spacing:0;top:5.5rem;left:6.5rem;height:3.09375rem;display:block; }
#PlekSawXJf52VZZN9pTy8ezacmko2yeJ { color:#282828;display:block;width:33.62425rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:2.625rem;left:6.5rem;height:1.78125rem;font-style:normal;display:block; }
#GXpmkaU3iuLm5908lb509VmJoZFoO9Hu { color:#282828;display:block;width:28.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.7;letter-spacing:0;top:10.1875rem;left:6.5rem;height:11.53515625rem;font-style:normal;display:block; }
#H8lxOTFWBGpTAILkISoFQetSEsrpkrs6 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:24.8125rem;left:6.5625rem;overflow:hidden;display:block; }
#KnDWruhFNRKU9KA5J03ACAPBE61mTLUi { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:27.25rem;left:6.5rem;overflow:hidden;display:block; }
#KVFdlr9I5OSWpMGaPHH0PtAQurAoE2qU { color:#000000;display:block;width:25.1245rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100036;line-height:2.2;letter-spacing:0;top:24.25rem;left:9.0625rem;height:11.7470625rem;font-style:normal;display:block; }
#eMvp7TlTcyywskUeR4uJODRvIRD1y3yN { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.186525rem;width:1.186525rem;top:29.4375rem;left:6.5rem;overflow:hidden;display:block; }
#rFgkNW6R6tIrxxvVEQaCmgySiTiQUdTO { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:34rem;left:6.5rem;overflow:hidden;display:block; }
#fIlAsyX9ozhHITO4WW8ATPgllgoH1cXo { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:31.75rem;left:6.5rem;overflow:hidden;display:block; }
#fTHezq4xh2U7fN91HrdWHr5FMTfbD2Qd { color:#000000;display:block;width:22.623046875rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:42.0595703125rem;left:6.5rem;height:1.94921875rem;display:block; }
#ygo2PNQL2tXtKtDrn15V0kBidqs2EwGp { 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:11.998046875rem;height:3.1865234375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:37.1875rem;left:6.5rem;display:block; }
#mxWi1ppHByE4fvloVTA2OzlFPr8qTtTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OXTMFKFEUf7IzKyx16mgzbfd6woBFZhq { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.3095703125rem;width:39.3095703125rem;top:0rem;left:35.6904296875rem;overflow:hidden;display:block; }
#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:46.5625rem;width:75rem;position:relative;display:block; }#cKmeFdeRTamTAKzwikaumIh5ArEaxOFN { color:#000000;display:block;width:30.4358125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:43.86962890625rem;left:22.281494140625rem;height:2.0244125rem;text-align:center;text-align-last:center;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; }
#wFAPt8dlael3m4fRJSq7Q3vqL0Kv4QLW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:31.25rem;height:4.0625rem;display:block; }
#OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { color:#000000;display:block;width:38.374rem;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:9.248046875rem;left:18.280029296875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owN3wDdC6HKDBWxrKxR1X5DxiOox9n3l { position:absolute;display:block;z-index:100001;height:24.68625rem;width:48.8110625rem;top:12.89306640625rem;left:13.09326171875rem;display:block; }
#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:9.375rem;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; }
#OyhrmC4u8H58P55G4daoxWMSnas6LNFt { color:#000000;display:block;width:75rem;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.7109375rem;left:-0.220703125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpWezxaeZGDigrSWDNyAI7mMnevimap0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container { background-color: transparent; background-image: none; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container > .video-iframe-container { display: none; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row > .video-iframe-container { display: none; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .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); }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container { border-width: 0; border-radius: 0; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#XOF87vW3v86f2xGVSnBqaZV5Avn6MKEJ { position:absolute;display:block;z-index:100010;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:14.9375rem;width:36.3125rem;top:2.46875rem;left:19.34375rem;display:none; }
#LaxByd3nnywZMn10oBTox62drp43H6w8 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:7.75rem;left:22.1875rem;display:block; }
#V9k28uEohHstCzktGRhgH6zSRIg8hdIE { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.625rem;top:4.4375rem;left:34.8125rem;display:block; }
#vNvMK2eHt095TdEFoziiJClXawx7MOpW { color:#000000;display:block;width:3rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;height:1.625rem;top:4.4375rem;left:48.0625rem;display:block; }
#vH94JXu81fJ8lJv8hVoEiioMpJb5TioP { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:7.75rem;left:47.75rem;display:block; }
#ITuMhmaIi0P8JWIwNSXBpM3kfnUXXyKb { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:10.625rem;left:22.1875rem;display:block; }
#SlBy3ZdkcNPJP7WTXvds1NXn5KNkSGtA { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:13.5rem;left:22.125rem;display:block; }
#QHXEx2d5vnth4vfaMKdvsKJ9VwpdFUBJ { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:16.1875rem;left:22.25rem;display:block; }
#oPIrk2b1tprROk6mkCshydqIb5OAe80C { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;height:1.625rem;top:4.4375rem;left:22.5625rem;display:block; }
#sqrXmXLl5RcFWeOvRIaXQz0EabVyfCeW { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:7.75rem;left:34rem;display:block; }
#AiqVWsOrOHBykUuJH7MHB21T7DmX68RX { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:13.5rem;left:34rem;display:block; }
#QPyVom3C5Da84bCGyRmhXSJz1icNt1kI { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:10.625rem;left:34rem;display:block; }
#CM9SO77o2lQQ466h1LpVfstCDprFirxy { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:16.1875rem;left:34rem;display:block; }
#kmsLsraBM4eEXMTLMNBM8UqZvaelHscV { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:13.4375rem;left:47.75rem;display:block; }
#ZTzQGRr0EO4ZuHRaBiZmrSdLC2bMPArU { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:16.1875rem;left:47.75rem;display:block; }
#zL7GVSgGt3Kc9OoWicXtpnhPfQx8Gy5b { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:10.625rem;left:47.75rem;display:block; }
#iUCx0mtwG628lWfECWAdUzkMuF9FfXg4 { color:#000000;display:block;width:3.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:47.75rem;display:none; }
#Wus0H5baAu2GsPoqV7VW6DDJi4rnkUrA { color:#000000;display:block;width:3.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:47.75rem;display:none; }
#TQQPMEUT51QSCfTksBmE62yShfLTaV4T { color:#000000;display:block;width:3.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:47.75rem;display:none; }
#SkzJgpigPW4VmTVplZ3cr25x1NinSwuM { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:23.6875rem;display:none; }
#WcSmNLiXWm60qlyvDboCL4aiQ6vb2ksc { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:23.6875rem;display:none; }
#WXWu0BnlBSUtyi3SbwbVkIFfkykHcG5T { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:23.6875rem;display:none; }
#gp5e4tSDhfMtPTAgF9eQ6crlhutqt2GU { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.6875rem;left:38.625rem;display:none; }
#B4XCStfkn282hxrCEGtT10gBCfNNeMhx { color:#000000;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;height:1.4375rem;top:12.5625rem;left:38.625rem;display:none; }
#k1qKCbzEhnWIWsJptxkT37SxGsOoBvV4 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.625rem;top:6.375rem;left:39.4375rem;display:none; }
#BfvLprm5Vp7oXB1warwWh1J3HGBoybGZ { 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.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:18.375rem;width:43rem;top:1.75rem;left:16rem;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.875rem;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; }
#mPE1G74ibunWnpOIDqZXAcEtctOtq8DL { color:#000000;display:block;width:48.999rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:5.130615234375rem;left:13.00048828125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container { background-color: transparent; background-image: none; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container > .video-iframe-container { display: none; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row > .video-iframe-container { display: none; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .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); }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container { border-width: 0; border-radius: 0; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#VcXadeEPp0wouvwBG0zZTG156VS8qWPw { color:#3b5094;display:block;width:38.4375rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.28125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ak8oU7g0y1rp2eB6Wl7gpeAeTRzeVBtU { color:#3b5094;display:block;width:17.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.171875rem;left:28.71875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container { background-color: transparent; background-image: none; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container > .video-iframe-container { display: none; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row > .video-iframe-container { display: none; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .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); }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container { border-width: 0; border-radius: 0; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#xEJlnfOsmSEyvN1Kv0cPPfMlRy1DAP0F { 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.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:23.9375rem;width:22.8125rem;top:1.28125rem;left:50rem;display:block; }
#xKpDOVNGN9lN1rMI3EqMF4aiwl3evwE1 { 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.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:23.3125rem;top:1.28125rem;left:1.75rem;display:block; }
#iHUiScCADM1T2VOK9TbeWaR5LwhCN8OS { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"noto sans tc";font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.64453125rem;left:29.8125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmFNxkGktMmSOx1syzdV6yr8SFV5RHbx { color:#252525;display:block;width:7.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.90625rem;left:57.53125rem;height:2.4375rem;font-style:normal;display:block; }
#tTmnKHX9xBp6fDprshMTNuohJREm7QaP { color:#252525;display:block;width:7.625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.90625rem;left:9.59375rem;height:2.4375rem;font-style:normal;display:block; }
#X49aEwMd58e1UPzUwoRbz9etIThMZFoD { color:#ffce2b;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.62109375rem;left:30.71875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHvO6XJXSRXFNks0Pyh7uG4gufpTrxAC { color:#ffce2b;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:4.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10.34375rem;left:30.71875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlklm8akuLtNTSL30DPADlZ8MAmFJz8t { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:6.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#boDnrRSyaCoy0BCQ70B9MzF6GownObez { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:54.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pcqhGNTPzNa81BOcQHVGuV8LssICUueQ { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.3779296875rem;left:54.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WX8DC79kLJ3vy5PWvkqXynWAUr6TWeO2 { color:#252525;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:8.84375rem;left:5.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULsuAmxeKd4WL8AHWmEeW14tp54i5H6C { background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #334031;border-left:0.125rem solid #334031;border-right:0.125rem solid #334031;border-bottom:0.125rem solid #334031;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:#252525;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.1650390625rem;left:7.125rem;display:block; }
#TB1KhW5qMpKnx0gDgzTyqdElASDeosoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PVFKvQKfSnsKJkhp1O2CG9ZcnLPMSJRq { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:17.7666015625rem;left:29.53125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOD6b2xlxcgv67c9ATDNBm0k9HiZoS1y { background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #334031;border-left:0.125rem solid #334031;border-right:0.125rem solid #334031;border-bottom:0.125rem solid #334031;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:#252525;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:19.7275390625rem;left:55.0625rem;display:block; }
#wva6C9GI0qQ8F7QQJAkSIdG9BoVi0an1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wWJBkAS4cDHcMamwSHTXp4deewcZr516 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -moz-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -ms-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -o-linear-gradient(180deg, #ffe692, #fbbd32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe692', endColorstr='#fbbd32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe692', endColorstr='#fbbd32' );";background-image: linear-gradient(180deg, #ffe692, #fbbd32);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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:20.9150390625rem;left:31.21875rem;display:block; }
#fQOfK1MVqEgmWPPTDxS99TsD09hs6VIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TygwGgEU63TfGM6e4NkGTbrfZhGCyIFQ { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:8.0712890625rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGUWgTyEaoEDIC8CwJMZTB0MKvBUUdLX { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #293727, rgba(61,111,94,0.89));background-image: -moz-linear-gradient(180deg, #293727, rgba(61,111,94,0.89));background-image: -ms-linear-gradient(180deg, #293727, rgba(61,111,94,0.89));background-image: -o-linear-gradient(180deg, #293727, rgba(61,111,94,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#293727', endColorstr='#e23d6f5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#293727', endColorstr='#e23d6f5e' );";background-image: linear-gradient(180deg, #293727, rgba(61,111,94,0.89));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:26.5rem;width:24.1875rem;top:0rem;left:25.40625rem;display:block; }
#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:none; }#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:none; }#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.9375rem;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:none; }#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:none; }#g7C20A7LtskbpwerWd9uPoFWuoCBPRHW { color:#263a80;display:block;width:18.81225rem;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:16.065673828125rem;left:3.092041015625rem;height:1.9375rem;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:18.56201171875rem;left:6.25rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkUNdheUT9oydUb3Al6E4kwns4nvscrE { color:#000000;display:block;width:17.5610625rem;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.212646484375rem;left:3.71826171875rem;height:10.5rem;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:14.25rem;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.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSnavGvI0f8LbVwk5TMWHEzJhnRkQaOr { color:#000000;display:block;width:17.9980625rem;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:4.212646484375rem;left:28.499755859375rem;height:10.5rem;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:18.560791015625rem;left:31.25rem;height:1.25rem;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.558625rem;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:5.11474609375rem;left:53.719482421875rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#psKVtnUNkDOOENC7MhwXWcpGCGbBCEG5 { color:#263a80;display:block;width:15rem;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.7177734375rem;height:1.9375rem;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:18.560791015625rem;left:56.25rem;height:1.25rem;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:none; }#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:none; }#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.9375rem;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:none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.adaptive-delivery-prevent-bg, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyload, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyloading { background-image: none; }#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:none; }#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.4375rem;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.6875rem;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.4375rem;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.4375rem;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.8125rem;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.6875rem;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.8125rem;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.125rem;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.8125rem;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; }
#RdTWZcfF0U8Jxd3gehHWmSPd6raPRcsm { color:#090909;display:block;width:20.8125rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:20.0625rem;left:29.25rem;height:0.9746125rem;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:24.125rem;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/ae9kVBmr/erik_eastman_6zFVL4YuaM_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:27rem;width:75rem;position:relative;display:block; }#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#252525;display:block;width:18.185546875rem;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:5.3125rem;left:28.4072265625rem;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:17.0234375rem;left:29.25rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#252525;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:2.5625rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.25rem;left:22.03125rem;height:2.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIN31rWWe1AN7mlbT05ozrdlaVypV9yB { color:#000000;display:block;width:49rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:20.895833015442rem;left:13rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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.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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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.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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs { 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: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:7.5380859375rem;left:23.65625rem;z-index:100021; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #x9q7NFW25JcaRfE7v3dxArnwd4euFLZP { display:flex;position:relative;top:0rem;left:0rem; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #DgU1b1twPqBUlR3Tt9iVdomlGV8kcbKw { width:auto; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #sCCTlyHWslOXnrFW8sNS0Gb1vO7ifTLQ {  }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #ZtMEninG9FxAFNnQ7wCg3eR59u9ZRtQW { display:flex;position:relative;top:0rem;left:0rem; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #iM4sLTTUzdnSt89K95eFCB32BIOcTgNm {  }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #kwC6RARnUa7uOenosUxppJ9csTBL2xxz {  }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #RsmlU6KloK6NNN3aziNvJ3FbzREuHzt4 { display:flex;position:relative;top:0rem;left:0rem; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #JA592gqXSt6SU9VKfFOhfbRXg2gLpdDm {  }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #yB0X8h72PsWtxmC7P8UoD0tcz2cnW4I6 {  }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #zAgaGCayTKkK87Kp5vQUOK7mtTbRaRTH { display:flex;position:relative;top:0rem;left:0rem; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #Qtvhx74GgFhGLzqIVnnDZsIwQwITQAhf {  }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #zPO7TlrTMEy5cQ8FNksp4cvJoaMiRzKr {  }
#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container { border-width: 0; border-radius: 0; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:none; }#AZbdEEO0NQSTXgluITcO2e5Mz7sG2KGW { 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:10.5rem;left:3.6875rem;height:3.1557625rem;display:block; }
#a8Mr0my7KRWqFCUx6BzWguXgTe6EnEqc { color:#282828;display:block;width:28.75rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.7;letter-spacing:0;top:14.862060546875rem;left:3.6865234375rem;height:15.30271875rem;font-style:normal;display:block; }
#fwUdRuP8qzeWRebavLuH4PEnUvchofN5 { 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:48.5625rem;left:3.6875rem;display:block; }
#whcIDtFtMSB2VriLyPS0O35nTr9KeTIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CRWTwv02eIbmQKZDECRs5B1XkCNEZSPq { 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:8.0625rem;left:3.6875rem;height:1.75rem;font-style:normal;display:block; }
#ZI5H5Niv3WZnhQZJFWHvWMnVzWKLdzHk { position:absolute;display:block;z-index:100021;height:5.375rem;width:9.625rem;top:7.3125rem;left:51.875rem;display:block; }
#X8aKDQPF7DhJne3rzrWc3G8OiapzNMoW { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:6.1875rem;top:7.25rem;left:2.4375rem;display:none; }
#gNEQXHnHizSGs31n89rLJOCXIZH3PO97 { position:absolute;display:block;z-index:100020;height:5.5rem;width:10.4375rem;top:7.25rem;left:37.3125rem;display:block; }
#tPdS8cg8mRahpNQmMJe1IKdM4cFRRxc7 { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:2.2;letter-spacing:0;top:32.5rem;left:6.375rem;height:11.869625rem;font-style:normal;display:none; }
#CgtJH75veomfzN5XWluxi1nF0CgHrkAC { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:46.25rem;left:3.8125rem;height:2.59765625rem;display:none; }
#gdkyALeNg1h3OVM21qJNpvuFUTLgn5Oo { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.12475rem;width:38.8745rem;top:16.300048828125rem;left:33.436279296875rem;overflow:hidden;display:none; }
#mdAKByTTREMnv1Gn811ORddXHgle7Fki { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.1875rem;left:3.75rem;overflow:hidden;display:none; }
#QxJysTShxMZxWR40qZPR5J4hrhLCXfcu { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:34.625rem;left:3.6875rem;overflow:hidden;display:none; }
#sJQya02tds2a8RKJ6ruz3ZefVoFcsAal { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:36.8125rem;left:3.6875rem;overflow:hidden;display:none; }
#nsqzfLABKPVehHbDU8CdyiIHufKSVS3r { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:39.125rem;left:3.6875rem;overflow:hidden;display:none; }
#pCt9JFlQa3kygBuCvlzqhyOwLyeUrQge { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31.5625rem;left:3.75rem;overflow:hidden;display:block; }
#nPPKX1PoyloLIIvHeMbk2xohWFr7ZHqZ { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:34rem;left:3.6875rem;overflow:hidden;display:block; }
#dagrpvbwyzPk3vmPpenbTDZnqEWVc0fp { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:36.1875rem;left:3.6875rem;overflow:hidden;display:block; }
#e9IHbxdk0q3vWLdmepo27X9CgLQNbwff { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:38.5rem;left:3.6875rem;overflow:hidden;display:block; }
#UTGKbKWItVatJcXmaawr4luDKmFCADXB { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:40.75rem;left:3.6875rem;overflow:hidden;display:block; }
#F0cyQDsOFH8pqqiDM9DfrnrZXDzZKdwy { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100032;line-height:2.2;letter-spacing:0;top:31rem;left:6.25rem;height:11.869625rem;font-style:normal;display:block; }
#Z6veDt52Uir2LBwIMJPNkTJBmcwQlTVt { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.3103125rem;width:39.3103125rem;top:11.4990234375rem;left:35.6884765625rem;overflow:hidden;display:block; }
#JZN4ClObsNK0Rx4afwcL5prTXyTQTaPA { color:#000000;display:block;width:22.6245rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:44.1875rem;left:3.6875rem;height:2.59765625rem;display:block; }
#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container { background-color: transparent; background-image: none; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container > .video-iframe-container { display: none; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row > .video-iframe-container { display: none; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .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); }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container { border-width: 0; border-radius: 0; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#EBaZ7Oinv8rmRDT4bHecHMtFucRsM8et { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.625rem;top:5.9375rem;left:2.4375rem;display:none; }
#T3w9r6NFEQEhfclebWmviofXaa3doBnU { color:#c69c72;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100028;line-height:1.1;letter-spacing:0;top:5.5rem;left:6.5rem;height:3.09375rem;display:block; }
#mNw1NvMnrOHr69UqCaTEWPuEeZpUpu80 { color:#282828;display:block;width:33.62425rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:2.625rem;left:6.5rem;height:1.78125rem;font-style:normal;display:block; }
#mHrBrIwRITgN8cT8F6vWXQnqV6mKeqeA { color:#282828;display:block;width:28.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.7;letter-spacing:0;top:10.1875rem;left:6.5rem;height:11.53515625rem;font-style:normal;display:block; }
#Fel0gBfo2dWns19idkawepseuOmvonOG { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:24.8125rem;left:6.5625rem;overflow:hidden;display:block; }
#KZB2q7hoXGhKqktwzOIbKiD5mgTR9hru { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:27.25rem;left:6.5rem;overflow:hidden;display:block; }
#AT2WfAkAcULgIlVTkZDOkDSE5LgMbh7z { color:#000000;display:block;width:25.1245rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100036;line-height:2.2;letter-spacing:0;top:24.25rem;left:9.0625rem;height:11.7470625rem;font-style:normal;display:block; }
#Ty9OeuitbDAm557OX3ndBUOCV1C5HKb0 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.186525rem;width:1.186525rem;top:29.4375rem;left:6.5rem;overflow:hidden;display:block; }
#B5tEJv3Oqt9TDlhHUNuLMZdBXUEZfuuS { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:34rem;left:6.5rem;overflow:hidden;display:block; }
#wnJqByCqhufpztbadT1Uap6ryl8JbDXU { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31225625rem;width:1.31225625rem;top:31.75rem;left:6.5rem;overflow:hidden;display:block; }
#zETf73LPcaJ630aWDf9Ggzm6RScRiznd { color:#000000;display:block;width:22.623046875rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:42.0595703125rem;left:6.5rem;height:1.94921875rem;display:block; }
#mrIWefhyfa2mfXM7duOO7JiIMUFLGqzT { 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:11.998046875rem;height:3.1865234375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:37.1875rem;left:6.5rem;display:block; }
#nmPt0wtIM6epKy8rBef3Eu9HUJQTRIhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TzKvg61UQuKPOLW2exhgm0i5IL5wnHdl { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.3095703125rem;width:39.3095703125rem;top:0rem;left:35.6904296875rem;overflow:hidden;display:block; }
#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.1875rem;left:0.810546875rem;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:10.5rem;left:0rem;width:38.125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:14.8125rem;left:0rem;width:28.4375rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:41.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:42.375rem;left:3.625rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:8.0625rem;left:0rem;width:33.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65qJT9bEoElA9btuVSbGI0fA7Ga0eia { top:7.3125rem;left:38.1875rem;width:9.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1B1v550y23kubexpwTT3Fxy1wS7nnz { top:7.25rem;left:0rem;width:15.125rem;height:6.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { top:7.25rem;left:23.6875rem;width:10.4375rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aF3MnveqNOAZOAVCQScFLXyIuHAbLX2g { top:32.6875rem;left:0rem;width:15.5rem;height:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswPsQL3dNGQ0sNr75SvMBfSkWFemk9y { top:45.3125rem;left:0rem;width:20rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa7SgaeTROM7AJpDBxNKKhigIZEr6VoP { top:16.25rem;left:8.9375rem;width:38.8125rem;height:29.07829964051rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3XLwAdyqkShLmBf9hkmJiPlflqo9nz2 { top:32.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoX5hBuVTBz5B3Pt1JiUK5PiC786IGuH { top:34.625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsxysLCX0EMqu5q11Ot6EaPGUqxlND6v { top:36.8125rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGMsgu80MSNzJtKymtgKTGLaSg2HknG1 { top:39.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgWcModMxTry72Altk9MhcdhEGGSAvkN { top:28.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9zFkGGWtVmdQrZUZ6DZcON1DCQz75Tq { top:31rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybdim7pTnpvsTggTk14WAgmPQsHvP5VC { top:33.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphNXT2wuhZcqs0GBSptqv48CTOwT8p5 { top:35.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNSfOmBIsOmeByek5sf23XNN4LfNfG2k { top:37.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLz5rEWmheyAGK1ICyJZx9FnA1xo4zy { top:28rem;left:0rem;width:25.125rem;height:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upzSqmDwVqpTXCoLb6sTlxlLu24hCGpc { top:4.4375rem;left:8.5rem;width:39.25rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZrsdvifqoEGAnwwhfoNUiCMHVrkkMsg { top:46.75rem;left:0rem;width:22.5625rem;height:1.875rem;font-size:0.75rem;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:0rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:1.375rem;left:8.40625rem;width:30.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:5.375rem;left:12.78125rem;width:22.1875rem;height:1.5rem;font-size:1.125rem;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) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:11.625rem;left:15.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:23.5625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:28.25rem;left:9.375rem;width:29.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:20.5625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;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:34.375rem;left:0rem;width:26.625rem;height:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { top:32.0625rem;left:17.3125rem;width:29.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { top:35.75rem;left:21.4375rem;width:26.3125rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { top:33.0625rem;left:22.5rem;width:25.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIKfsOHywvHPCr1GlKFPa8q3ndr1TDS { top:15.125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2dkFbLPzmyaUh8tmQ5umRTwK3KixHUA { top:3.9375rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #nx3M5iBxyU1Ivi65t3J7CQafybfbnJp3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #KDU4yl9JG223M7U3E3asrRlUZOZ6JvH6 {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #Dax5TfgTsUGQJnQ5lKgKnidgUe5AL3yk {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #LsHuMPRTkDnSCGL0JPZOdRf5rKOqWwx6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #SczkoT7RIpCg71DOOCs2oubWWsSwV9I3 {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #lB1WPT43iq8HT2tu0yBUeN0AQ7tT1EoR {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #eGcH7V22wF6Z8J0WU7BFcyiQS0OvAIfU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #EkiODKWQmtGSSllyqnt5aZbP3yT9upVX {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #nFt5kwXqs2eXv5nEoifZy0bsMM32dfXc {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #PKwoTMMLTLnpcVCeZ2ubdPbNQuiUcOIy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #etSGHHIiTq9UnfHyogFZJh96piJxfKTW {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #BzuddVKreHHnBum5nFkV5OloTxA65thF {  }
 }@media only screen and (max-width: 763px) { #d6AAp3bqUmA3XvZmxHqqsz4NdztTNcIS { top:5.375rem;left:12.78125rem;width:22.1875rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@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:13.25rem;left:18.6875rem;width:29.0625rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:14.0625rem;left:22.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:16.5rem;left:22.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:18.9375rem;left:22.875rem;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.8125rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { top:10.8125rem;left:0rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;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) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { top:7.875rem;left:14.1875rem;width:33.5625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { top:21.375rem;left:22.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #paQIS09D37pktTzLn9v7aRuQ8WLaZVnb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #zVtNRyMxspgrFRQHgh7AazxTmOcwwQMD {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #zuWRRc2ntwMLJsrFOmRczWLwPD4bwJ1c {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #Ll912TCIGXNt1ocaqlMk4Xv9uq5FwWKZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #rWKU5TiH6zqfur4lvhT0Q3Tx9XZv9ucs {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #R31fQoyRqtSUTs2Rp06bBB3FpR47KPdr {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #AnQVg1GfMi5KmZKqy7X1sa5mqDfVPPII { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #Fopvn4Lmw2lulyGKHskPmgaW25Wlndxn {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #NnV5IcqRred85vMu4UVQd816Hg04o5by {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #SJfSvM363l7C4ZZcybtJqeN5s5VeQ9KZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #fGbp6HAbeX2XcUPGsJCa6np2MXB5JJQi {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #n4T68dTOzOacJE0e0FiUtaXT9abLc6OT {  }
 }@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:46.3125rem;height:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:40.4375rem;height:1.75rem;font-size:0.9375rem;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.6875rem;left:0rem;width:16.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.3125rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.6875rem;left:13.25rem;width:18.5rem;height:2.0625rem;font-size:1.625rem;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.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.3125rem;left:31.75rem;width:15.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:19.5625rem;left:0rem;width:19.25rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:19.5625rem;left:14.3125rem;width:17.4375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.3125rem;left:4.58984375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:4rem;left:19.84375rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.5rem;left:35.9375rem;width:7.5rem;height:7.5rem;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) { #lIZW45n8ffR9PdlyufkWtNDgZPOICcgd { top:19.5625rem;left:29.625rem;width:18rem;height:4.8125rem;font-size:0.9375rem;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.935546875rem;width:35.8125rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.685546875rem;width:38.3125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv { display:block; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaiNd8xxqRtQO8hXHcZlAJMkvEz7MZzA { top:3rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oPxMhgABEriqR1JJqFTTAMaQPfTbx4 { top:5.0625rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueqzUzgpaoiPUB37AmT5co7puB0uP47t { top:8.125rem;left:17.75rem;width:30rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmAnR0XVFffpbAcZV52om6fQzt7vree { top:10.125rem;left:18.4375rem;width:29.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVTv3e16Tfc1MgALEoF2SEQAEDnw6UTb { top:13.4375rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqpV0N38aemeNKqMpfXHgKe2A2chVeC { top:15.4375rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgEqTgklZqP24uKNOocNPIDDl5llTkb { top:20.5rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9MULTWDZsRWqSCEPZGDtU8H17H2xJvF { top:18.5625rem;left:18.9375rem;width:28.8125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O91yrUCGBSFTN3r3zStTvHRa0UTNp03R { top:23.625rem;left:19rem;width:28.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDlyOwbc5dGTHSW0u6WAuMd87g5bwzJ { top:25.6875rem;left:17.8125rem;width:29.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEucc47cexmLZ8wWnIZodQ7bTftH3Hmz { top:34.0625rem;left:8.3125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoiJIKueaCxdcNLEqvBV525roDO3CIV6 { top:28.375rem;left:19rem;width:28.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP8Lw3xHV3E6hbNLMFxZBM23ry2CI2mg { top:30.5625rem;left:17.875rem;width:29.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGihtiTHWSSSu7bh6IhrMadHAevSXWPm { top:33.5625rem;left:19rem;width:28.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm21o3f9esxUfESZ4BfaplxXRC7gEyfE { top:35.6875rem;left:17.875rem;width:29.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwvQriQWVvyS9FHVrRbIhcOxvaiO5UBH { top:4.25rem;left:0rem;width:30.625rem;height:30.562876275978rem;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:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #mp8lSCCNO0ZNlKIrVsHcLpz4yWLOFEAv { top:4.4375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;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.435546875rem;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.4345703125rem;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:37.25rem;height:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq { display:block; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZSExJv1HZthphvIpPM56DLaTmcmHa68 { top:5.9375rem;left:0rem;width:15.125rem;height:5.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCDcmse9pFeg95046pPG2yA3TDCTIvQt { top:5.5rem;left:0rem;width:38.125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlekSawXJf52VZZN9pTy8ezacmko2yeJ { top:2.625rem;left:0rem;width:33.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXpmkaU3iuLm5908lb509VmJoZFoO9Hu { top:10.1875rem;left:0rem;width:28.3125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8lxOTFWBGpTAILkISoFQetSEsrpkrs6 { top:24.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnDWruhFNRKU9KA5J03ACAPBE61mTLUi { top:27.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVFdlr9I5OSWpMGaPHH0PtAQurAoE2qU { top:24.25rem;left:0rem;width:25.0625rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMvp7TlTcyywskUeR4uJODRvIRD1y3yN { top:29.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFgkNW6R6tIrxxvVEQaCmgySiTiQUdTO { top:34rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIlAsyX9ozhHITO4WW8ATPgllgoH1cXo { top:31.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHezq4xh2U7fN91HrdWHr5FMTfbD2Qd { top:42rem;left:0rem;width:22.5625rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygo2PNQL2tXtKtDrn15V0kBidqs2EwGp { width:11.9375rem;height:3.125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxWi1ppHByE4fvloVTA2OzlFPr8qTtTn { display:block; }
 }@media only screen and (max-width: 763px) { #OXTMFKFEUf7IzKyx16mgzbfd6woBFZhq { top:0rem;left:8.5rem;width:39.25rem;height:39.25rem;display:block; }
 }@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) { #cKmeFdeRTamTAKzwikaumIh5ArEaxOFN { top:43.8125rem;left:8.656494140625rem;width:30.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAPt8dlael3m4fRJSq7Q3vqL0Kv4QLW { top:3.625rem;left:17.625rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { top:9.1875rem;left:4.655029296875rem;width:38.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owN3wDdC6HKDBWxrKxR1X5DxiOox9n3l { top:12.875rem;left:0rem;width:47.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyhrmC4u8H58P55G4daoxWMSnas6LNFt { top:6.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpWezxaeZGDigrSWDNyAI7mMnevimap0 { display:block; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOF87vW3v86f2xGVSnBqaZV5Avn6MKEJ { top:2.4375rem;left:5.71875rem;width:36.3125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaxByd3nnywZMn10oBTox62drp43H6w8 { top:7.75rem;left:8.5625rem;width:6.125rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9k28uEohHstCzktGRhgH6zSRIg8hdIE { top:4.4375rem;left:21.1875rem;width:5.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNvMK2eHt095TdEFoziiJClXawx7MOpW { top:4.4375rem;left:34.4375rem;width:3rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vH94JXu81fJ8lJv8hVoEiioMpJb5TioP { top:7.75rem;left:34.125rem;width:6.125rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITuMhmaIi0P8JWIwNSXBpM3kfnUXXyKb { top:10.625rem;left:8.5625rem;width:6.5625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlBy3ZdkcNPJP7WTXvds1NXn5KNkSGtA { top:13.5rem;left:8.5rem;width:5.625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHXEx2d5vnth4vfaMKdvsKJ9VwpdFUBJ { top:16.1875rem;left:8.625rem;width:5.9375rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPIrk2b1tprROk6mkCshydqIb5OAe80C { top:4.4375rem;left:8.9375rem;width:5.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqrXmXLl5RcFWeOvRIaXQz0EabVyfCeW { top:7.75rem;left:20.375rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiqVWsOrOHBykUuJH7MHB21T7DmX68RX { top:13.5rem;left:20.375rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPyVom3C5Da84bCGyRmhXSJz1icNt1kI { top:10.625rem;left:20.375rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CM9SO77o2lQQ466h1LpVfstCDprFirxy { top:16.1875rem;left:20.375rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmsLsraBM4eEXMTLMNBM8UqZvaelHscV { top:13.4375rem;left:34.125rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTzQGRr0EO4ZuHRaBiZmrSdLC2bMPArU { top:16.1875rem;left:34.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL7GVSgGt3Kc9OoWicXtpnhPfQx8Gy5b { top:10.625rem;left:34.125rem;width:6.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUCx0mtwG628lWfECWAdUzkMuF9FfXg4 { top:8.625rem;left:0rem;width:4.8125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wus0H5baAu2GsPoqV7VW6DDJi4rnkUrA { top:13.3125rem;left:0rem;width:5.4375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQQPMEUT51QSCfTksBmE62yShfLTaV4T { top:11.0625rem;left:0rem;width:5.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkzJgpigPW4VmTVplZ3cr25x1NinSwuM { top:14.3125rem;left:0rem;width:4.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcSmNLiXWm60qlyvDboCL4aiQ6vb2ksc { top:11.75rem;left:0rem;width:4.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXWu0BnlBSUtyi3SbwbVkIFfkykHcG5T { top:9.4375rem;left:0rem;width:4.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gp5e4tSDhfMtPTAgF9eQ6crlhutqt2GU { top:9.6875rem;left:25rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4XCStfkn282hxrCEGtT10gBCfNNeMhx { top:12.5625rem;left:25rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1qKCbzEhnWIWsJptxkT37SxGsOoBvV4 { top:4.3125rem;left:0rem;width:4.6875rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfvLprm5Vp7oXB1warwWh1J3HGBoybGZ { top:1.75rem;left:2.375rem;width:43rem;height:18.375rem;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) { #mPE1G74ibunWnpOIDqZXAcEtctOtq8DL { top:5.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR { display:block; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcXadeEPp0wouvwBG0zZTG156VS8qWPw { top:1.5625rem;left:4.65625rem;width:38.4375rem;height:4.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak8oU7g0y1rp2eB6Wl7gpeAeTRzeVBtU { top:6.125rem;left:15.09375rem;width:17.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDaXSiinVo7lGH1e678UOGMeZ53gIB6A { display:block; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEJlnfOsmSEyvN1Kv0cPPfMlRy1DAP0F { top:1.25rem;left:24.8125rem;width:22.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpDOVNGN9lN1rMI3EqMF4aiwl3evwE1 { top:1.25rem;left:0rem;width:23.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHUiScCADM1T2VOK9TbeWaR5LwhCN8OS { top:2.625rem;left:16.125rem;width:15.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFNxkGktMmSOx1syzdV6yr8SFV5RHbx { top:2.875rem;left:34.71875rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmnKHX9xBp6fDprshMTNuohJREm7QaP { top:2.875rem;left:5.03125rem;width:7.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X49aEwMd58e1UPzUwoRbz9etIThMZFoD { top:7.5625rem;left:17.03125rem;width:13.5625rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHvO6XJXSRXFNks0Pyh7uG4gufpTrxAC { top:10.3125rem;left:17.03125rem;width:13.5625rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlklm8akuLtNTSL30DPADlZ8MAmFJz8t { top:10.8125rem;left:2.0625rem;width:13.5625rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boDnrRSyaCoy0BCQ70B9MzF6GownObez { top:10.8125rem;left:31.78125rem;width:13.5625rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcqhGNTPzNa81BOcQHVGuV8LssICUueQ { top:8.375rem;left:31.78125rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX8DC79kLJ3vy5PWvkqXynWAUr6TWeO2 { top:8.8125rem;left:1.15625rem;width:13.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULsuAmxeKd4WL8AHWmEeW14tp54i5H6C { width:12.5rem;height:3.125rem;top:19.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1KhW5qMpKnx0gDgzTyqdElASDeosoL { display:block; }
 }@media only screen and (max-width: 763px) { #PVFKvQKfSnsKJkhp1O2CG9ZcnLPMSJRq { top:17.75rem;left:15.8125rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOD6b2xlxcgv67c9ATDNBm0k9HiZoS1y { width:12.5rem;height:3.125rem;top:19.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wva6C9GI0qQ8F7QQJAkSIdG9BoVi0an1 { display:block; }
 }@media only screen and (max-width: 763px) { #wWJBkAS4cDHcMamwSHTXp4deewcZr516 { width:12.5rem;height:3.125rem;top:20.875rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQOfK1MVqEgmWPPTDxS99TsD09hs6VIz { display:block; }
 }@media only screen and (max-width: 763px) { #TygwGgEU63TfGM6e4NkGTbrfZhGCyIFQ { top:8.0625rem;left:2.0625rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUWgTyEaoEDIC8CwJMZTB0MKvBUUdLX { top:0rem;left:7.5625rem;width:24.1875rem;height:26.5rem;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:1.8125rem;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.125rem;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:16.0625rem;left:0rem;width:18.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqW21OI25TAtrTqlsPPUlR1zI6OVUaom { top:18.5rem;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.1875rem;left:0rem;width:17.5rem;height:10.75rem;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.8125rem;left:17.5625rem;width:14.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSnavGvI0f8LbVwk5TMWHEzJhnRkQaOr { top:4.1875rem;left:13.8125rem;width:17.9375rem;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:18.5rem;left:17.5625rem;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:5.0625rem;left:30.125rem;width:17.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psKVtnUNkDOOENC7MhwXWcpGCGbBCEG5 { top:15.8125rem;left:32.625rem;width:15rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmgS99qfHGcmGXgnSVv7hZD8Me9WA6IV { top:18.5rem;left:33.4375rem;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:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { top:6.4375rem;left:0rem;width:38.3125rem;height:1.9375rem;font-size:0.9375rem;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.8125rem;left:12.9375rem;width:34.8125rem;height:7.1875rem;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) { #RdTWZcfF0U8Jxd3gehHWmSPd6raPRcsm { top:20.0625rem;left:15.625rem;width:20.8125rem;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) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:5.3125rem;left:14.7822265625rem;width:18.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:17rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:1.25rem;left:8.40625rem;width:30.9375rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIN31rWWe1AN7mlbT05ozrdlaVypV9yB { top:20.875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #x9q7NFW25JcaRfE7v3dxArnwd4euFLZP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #DgU1b1twPqBUlR3Tt9iVdomlGV8kcbKw {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #sCCTlyHWslOXnrFW8sNS0Gb1vO7ifTLQ {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #ZtMEninG9FxAFNnQ7wCg3eR59u9ZRtQW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #iM4sLTTUzdnSt89K95eFCB32BIOcTgNm {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #kwC6RARnUa7uOenosUxppJ9csTBL2xxz {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #RsmlU6KloK6NNN3aziNvJ3FbzREuHzt4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #JA592gqXSt6SU9VKfFOhfbRXg2gLpdDm {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #yB0X8h72PsWtxmC7P8UoD0tcz2cnW4I6 {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #zAgaGCayTKkK87Kp5vQUOK7mtTbRaRTH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #Qtvhx74GgFhGLzqIVnnDZsIwQwITQAhf {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #zPO7TlrTMEy5cQ8FNksp4cvJoaMiRzKr {  }
 }@media only screen and (max-width: 763px) { #OVdINRGDfep1bLDzPuzZeg0cswHf5DpG { display:none; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZbdEEO0NQSTXgluITcO2e5Mz7sG2KGW { top:10.5rem;left:0rem;width:38.125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Mr0my7KRWqFCUx6BzWguXgTe6EnEqc { top:21.125rem;left:0rem;width:18.25rem;height:12.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwUdRuP8qzeWRebavLuH4PEnUvchofN5 { width:11.9375rem;height:3.125rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whcIDtFtMSB2VriLyPS0O35nTr9KeTIG { display:block; }
 }@media only screen and (max-width: 763px) { #CRWTwv02eIbmQKZDECRs5B1XkCNEZSPq { top:1rem;left:0rem;width:20rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5H5Niv3WZnhQZJFWHvWMnVzWKLdzHk { top:7.3125rem;left:38.1875rem;width:9.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8aKDQPF7DhJne3rzrWc3G8OiapzNMoW { top:7.25rem;left:0rem;width:15.125rem;height:6.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNEQXHnHizSGs31n89rLJOCXIZH3PO97 { top:7.25rem;left:23.6875rem;width:10.4375rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPdS8cg8mRahpNQmMJe1IKdM4cFRRxc7 { top:32.6875rem;left:0rem;width:15.5rem;height:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtJH75veomfzN5XWluxi1nF0CgHrkAC { top:45.3125rem;left:0rem;width:20rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdkyALeNg1h3OVM21qJNpvuFUTLgn5Oo { top:16.25rem;left:8.9375rem;width:38.8125rem;height:29.07829964051rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdAKByTTREMnv1Gn811ORddXHgle7Fki { top:32.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxJysTShxMZxWR40qZPR5J4hrhLCXfcu { top:34.625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJQya02tds2a8RKJ6ruz3ZefVoFcsAal { top:36.8125rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsqzfLABKPVehHbDU8CdyiIHufKSVS3r { top:39.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCt9JFlQa3kygBuCvlzqhyOwLyeUrQge { top:31.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPPKX1PoyloLIIvHeMbk2xohWFr7ZHqZ { top:34rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dagrpvbwyzPk3vmPpenbTDZnqEWVc0fp { top:36.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9IHbxdk0q3vWLdmepo27X9CgLQNbwff { top:38.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGKbKWItVatJcXmaawr4luDKmFCADXB { top:40.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0cyQDsOFH8pqqiDM9DfrnrZXDzZKdwy { top:31rem;left:0rem;width:25.0625rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6veDt52Uir2LBwIMJPNkTJBmcwQlTVt { top:11.4375rem;left:8.5rem;width:39.25rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZN4ClObsNK0Rx4afwcL5prTXyTQTaPA { top:44.1875rem;left:0rem;width:22.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x { display:block; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBaZ7Oinv8rmRDT4bHecHMtFucRsM8et { top:5.9375rem;left:0rem;width:15.125rem;height:5.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3w9r6NFEQEhfclebWmviofXaa3doBnU { top:5.5rem;left:0rem;width:38.125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNw1NvMnrOHr69UqCaTEWPuEeZpUpu80 { top:2.625rem;left:0rem;width:33.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrBrIwRITgN8cT8F6vWXQnqV6mKeqeA { top:10.1875rem;left:0rem;width:28.3125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fel0gBfo2dWns19idkawepseuOmvonOG { top:24.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZB2q7hoXGhKqktwzOIbKiD5mgTR9hru { top:27.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2WfAkAcULgIlVTkZDOkDSE5LgMbh7z { top:24.25rem;left:0rem;width:25.0625rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9OeuitbDAm557OX3ndBUOCV1C5HKb0 { top:29.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5tEJv3Oqt9TDlhHUNuLMZdBXUEZfuuS { top:34rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJqByCqhufpztbadT1Uap6ryl8JbDXU { top:31.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETf73LPcaJ630aWDf9Ggzm6RScRiznd { top:42rem;left:0rem;width:22.5625rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIWefhyfa2mfXM7duOO7JiIMUFLGqzT { width:11.9375rem;height:3.125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmPt0wtIM6epKy8rBef3Eu9HUJQTRIhQ { display:block; }
 }@media only screen and (max-width: 763px) { #TzKvg61UQuKPOLW2exhgm0i5IL5wnHdl { top:0rem;left:8.5rem;width:39.25rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.4375rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;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:relative;z-index:auto;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:5rem;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.123046875rem;height:1.685546875rem;top:2.375rem;left:14.876953125rem;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:2.5927734375rem;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.1865234375rem;height:1.25rem;top:2.5927734375rem;left:6.5625rem;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:58.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:11.5rem;height:4.125rem;top:4.4677734375rem;left:4.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.3105625rem;height:12.5rem;top:21.1376953125rem;left:0.811767578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5608125rem;height:2.68676875rem;top:45.125rem;left:5.75rem;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.7480625rem;height:1.74926875rem;top:51.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.25rem;top:49.0625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:20rem;height:2.75rem;top:0.7802734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W65qJT9bEoElA9btuVSbGI0fA7Ga0eia { width:2.6245125rem;height:1.3745125rem;top:46.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1B1v550y23kubexpwTT3Fxy1wS7nnz { top:12.724609375rem;left:2.4375rem;width:15.125rem;height:0;z-index:100025;text-align:center;text-align-last:center;font-size:1.875rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { width:2.9370125rem;height:1.62475625rem;top:49rem;left:1.3125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #aF3MnveqNOAZOAVCQScFLXyIuHAbLX2g { width:15.5603125rem;height:10.3125rem;top:33.625rem;left:3.25rem;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #RswPsQL3dNGQ0sNr75SvMBfSkWFemk9y { width:20rem;height:1.875rem;top:54.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fa7SgaeTROM7AJpDBxNKKhigIZEr6VoP { width:20rem;height:14.9829375rem;top:6.15478515625rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #h3XLwAdyqkShLmBf9hkmJiPlflqo9nz2 { width:1.25rem;height:1.25rem;top:34.0625rem;left:1.3125rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #FoX5hBuVTBz5B3Pt1JiUK5PiC786IGuH { width:1.25rem;height:1.25rem;top:36.25rem;left:1.3125rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #fsxysLCX0EMqu5q11Ot6EaPGUqxlND6v { width:1.12426875rem;height:1.12426875rem;top:38.3125rem;left:1.25rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #JGMsgu80MSNzJtKymtgKTGLaSg2HknG1 { width:1.25rem;height:1.25rem;top:40.375rem;left:1.25rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #EgWcModMxTry72Altk9MhcdhEGGSAvkN { width:1.25rem;height:1.25rem;top:50.349175rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9zFkGGWtVmdQrZUZ6DZcON1DCQz75Tq { width:1.25rem;height:1.25rem;top:67.1597375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybdim7pTnpvsTggTk14WAgmPQsHvP5VC { width:1.12426875rem;height:1.12426875rem;top:72.03400625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nphNXT2wuhZcqs0GBSptqv48CTOwT8p5 { width:1.25rem;height:1.25rem;top:76.908275rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNSfOmBIsOmeByek5sf23XNN4LfNfG2k { width:1.25rem;height:1.25rem;top:42.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLz5rEWmheyAGK1ICyJZx9FnA1xo4zy { width:20rem;height:0;top:84.408275rem;left:0rem;font-size:0.875rem;line-height:2.4;display:none; }
 }@media only screen and (max-width: 763px) { #upzSqmDwVqpTXCoLb6sTlxlLu24hCGpc { width:20rem;height:20rem;top:114.821375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZrsdvifqoEGAnwwhfoNUiCMHVrkkMsg { width:20rem;height:0;top:96.2188375rem;left:0rem;font-size:1rem;display:none; }
 }@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:auto;top:1.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:0;top:11.1230625rem;left:0.9375rem;font-size:1.125rem;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:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4355625rem;height:2.87475625rem;top:16.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:1.9375rem;top:30.5625rem;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.1875rem;top:33.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.25rem;top:28rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:22.875rem;top:2.4375rem;left:0.3125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { width:20rem;height:12.5rem;top:36.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { width:18.75rem;height:20.6875rem;top:50.562255859375rem;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:18.5608125rem;height:15.625rem;top:56.5rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { width:18.1860625rem;height:3.25rem;top:51.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIKfsOHywvHPCr1GlKFPa8q3ndr1TDS { width:16.25rem;height:2.625rem;top:20.25rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2dkFbLPzmyaUh8tmQ5umRTwK3KixHUA { width:20rem;height:2.3125rem;top:3.9375rem;left:0rem;font-size:1.8125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.44375rem;padding-bottom:0.48125rem;padding-left:0.44375rem;width:2.66375rem;min-width:2.66375rem;height:2.58375rem;font-size:1.92375rem;line-height:41.34px;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; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.300625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.551875rem;height:1.02125rem;font-size:0.721875rem;line-height:16.34px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 { display:flex;width:17.937rem;height:4.87426875rem;top:9.437255859375rem;left:0.966796875rem;padding-top:0.060625rem;padding-right:0.063125rem;padding-bottom:0.060625rem;padding-left:0.063125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #nx3M5iBxyU1Ivi65t3J7CQafybfbnJp3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #KDU4yl9JG223M7U3E3asrRlUZOZ6JvH6 {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #Dax5TfgTsUGQJnQ5lKgKnidgUe5AL3yk {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #LsHuMPRTkDnSCGL0JPZOdRf5rKOqWwx6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #SczkoT7RIpCg71DOOCs2oubWWsSwV9I3 {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #lB1WPT43iq8HT2tu0yBUeN0AQ7tT1EoR {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #eGcH7V22wF6Z8J0WU7BFcyiQS0OvAIfU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #EkiODKWQmtGSSllyqnt5aZbP3yT9upVX {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #nFt5kwXqs2eXv5nEoifZy0bsMM32dfXc {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #PKwoTMMLTLnpcVCeZ2ubdPbNQuiUcOIy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #etSGHHIiTq9UnfHyogFZJh96piJxfKTW {  }
 }@media only screen and (max-width: 763px) { #cNZht201cQ6Qn8zbs3SezwcmrnzTzJd1 #BzuddVKreHHnBum5nFkV5OloTxA65thF {  }
 }@media only screen and (max-width: 763px) { #d6AAp3bqUmA3XvZmxHqqsz4NdztTNcIS { width:18.125rem;height:1.1875rem;top:6.8125rem;left:0.9375rem;font-size:0.9375rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:15.874rem;height:13.5rem;top:5.125rem;left:3.0625rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:0.99975625rem;height:0.99975625rem;top:5.53076171875rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:0.99975625rem;height:0.99975625rem;top:8.9365234375rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:0.99975625rem;height:0.99975625rem;top:11.998046875rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { width:20rem;height:20.8125rem;top:17.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { width:20rem;height:auto;top:6.8125rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { width:18.125rem;height:0;top:23.031246185302rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:33.3125rem;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) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { width:20rem;height:1.9375rem;top:2.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { width:0.99975625rem;height:0.99975625rem;top:15.37451171875rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD .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; }
#JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD { display:flex;width:19.12475rem;height:5.24291875rem;top:19.43115234375rem;left:0.6787109375rem;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) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #paQIS09D37pktTzLn9v7aRuQ8WLaZVnb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #zVtNRyMxspgrFRQHgh7AazxTmOcwwQMD {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #zuWRRc2ntwMLJsrFOmRczWLwPD4bwJ1c {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #Ll912TCIGXNt1ocaqlMk4Xv9uq5FwWKZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #rWKU5TiH6zqfur4lvhT0Q3Tx9XZv9ucs {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #R31fQoyRqtSUTs2Rp06bBB3FpR47KPdr {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #AnQVg1GfMi5KmZKqy7X1sa5mqDfVPPII { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #Fopvn4Lmw2lulyGKHskPmgaW25Wlndxn {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #NnV5IcqRred85vMu4UVQd816Hg04o5by {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #SJfSvM363l7C4ZZcybtJqeN5s5VeQ9KZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #fGbp6HAbeX2XcUPGsJCa6np2MXB5JJQi {  }
 }@media only screen and (max-width: 763px) { #JRzrrVHVy9ASXDN29JurPPcPT7OVHUoD #n4T68dTOzOacJE0e0FiUtaXT9abLc6OT {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:12.4353125rem;height:3.875rem;top:1.25rem;left:3.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:17.5rem;height:0;top:6.48681875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:15.9985625rem;height:2.0625rem;top:10.3125rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:16.6235625rem;height:1.1875rem;top:12.9375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:18.8110625rem;height:2.0625rem;top:34.6875rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:19.1858125rem;height:1.125rem;top:37.3125rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:15.6860625rem;height:2.0625rem;top:60.0625rem;left:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:14.0625rem;height:1.1875rem;top:62.686767578125rem;left:2.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.6858125rem;height:4.75rem;top:16.138916015625rem;left:1.62353515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.4355625rem;height:4.75rem;top:40.02685546875rem;left:1.781005859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:2.802734375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.12426875rem;height:6.12426875rem;top:27.20947265625rem;left:6.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.6858125rem;height:6.6858125rem;top:51.9921875rem;left:6.453857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:21.9983125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:21.9983125rem;top:25.574954296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:21.9983125rem;top:49.96240859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIZW45n8ffR9PdlyufkWtNDgZPOICcgd { width:17.9980625rem;height:4.75rem;top:65.3173828125rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.1875rem;top:3.99169921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv { display:block; }#ysaVoFSeZTMxe2r0Xn2hgEsqIgTTrPzv > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaiNd8xxqRtQO8hXHcZlAJMkvEz7MZzA { width:20rem;height:1.8125rem;top:23.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0oPxMhgABEriqR1JJqFTTAMaQPfTbx4 { width:15.06225rem;height:2.375rem;top:26.25rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueqzUzgpaoiPUB37AmT5co7puB0uP47t { width:20rem;height:1.9375rem;top:31rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcmAnR0XVFffpbAcZV52om6fQzt7vree { width:13.18725rem;height:2.375rem;top:33.8125rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVTv3e16Tfc1MgALEoF2SEQAEDnw6UTb { width:20rem;height:1.8125rem;top:38.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTqpV0N38aemeNKqMpfXHgKe2A2chVeC { width:14.56175rem;height:2.375rem;top:41.75rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRgEqTgklZqP24uKNOocNPIDDl5llTkb { width:10.9375rem;height:2.375rem;top:50rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9MULTWDZsRWqSCEPZGDtU8H17H2xJvF { width:20rem;height:1.8125rem;top:46.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O91yrUCGBSFTN3r3zStTvHRa0UTNp03R { width:20rem;height:1.9375rem;top:54.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFDlyOwbc5dGTHSW0u6WAuMd87g5bwzJ { width:20rem;height:1.1875rem;top:57.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEucc47cexmLZ8wWnIZodQ7bTftH3Hmz { width:8.6853125rem;height:1rem;top:20.599365234375rem;left:5.623779296875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoiJIKueaCxdcNLEqvBV525roDO3CIV6 { width:20rem;height:3.875rem;top:61.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WP8Lw3xHV3E6hbNLMFxZBM23ry2CI2mg { width:20rem;height:1.1875rem;top:66.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGihtiTHWSSSu7bh6IhrMadHAevSXWPm { width:20rem;height:1.9375rem;top:70.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gm21o3f9esxUfESZ4BfaplxXRC7gEyfE { width:20rem;height:1.1875rem;top:73.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwvQriQWVvyS9FHVrRbIhcOxvaiO5UBH { width:20rem;height:19.912125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.9360625rem;height:2.8735375rem;top:1.25rem;left:4rem;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) { #mp8lSCCNO0ZNlKIrVsHcLpz4yWLOFEAv { width:20rem;height:3rem;top:5.3735375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQTr0AJCT7yT8LCIBxGgcRgi7h5DcuQA { width:12.6233125rem;height:12.6233125rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpWT4iM1kIIS6oN068MbRAd4txek5ww4 { width:18.8733125rem;height:2.25rem;top:15.1858125rem;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.8733125rem;height:1.25rem;top:18.70998125rem;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.4983125rem;height:3.125rem;top:41.0806125rem;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.6875rem;top:21.2575875rem;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.1228125rem;height:12.375rem;top:27.2304875rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq { display:none; }#MFWpz98SL8frC1NdVzvy8bSOX8dZXyzq > .row .container { width:20rem;height:103.1875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZSExJv1HZthphvIpPM56DLaTmcmHa68 { top:5.9609375rem;left:2.4375rem;width:15.125rem;height:0;z-index:100027;text-align:center;text-align-last:center;font-size:1.75rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #WCDcmse9pFeg95046pPG2yA3TDCTIvQt { width:20rem;height:auto;top:5.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PlekSawXJf52VZZN9pTy8ezacmko2yeJ { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXpmkaU3iuLm5908lb509VmJoZFoO9Hu { width:20rem;height:10.9375rem;top:3.90625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8lxOTFWBGpTAILkISoFQetSEsrpkrs6 { width:1.25rem;height:1.25rem;top:19.5556875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnDWruhFNRKU9KA5J03ACAPBE61mTLUi { width:1.25rem;height:1.25rem;top:22.0556875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVFdlr9I5OSWpMGaPHH0PtAQurAoE2qU { width:20rem;height:10.56055625rem;top:31.99245625rem;left:0rem;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #eMvp7TlTcyywskUeR4uJODRvIRD1y3yN { width:1.12426875rem;height:1.12426875rem;top:24.5556875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFgkNW6R6tIrxxvVEQaCmgySiTiQUdTO { width:1.25rem;height:1.25rem;top:29.49245625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIlAsyX9ozhHITO4WW8ATPgllgoH1cXo { width:1.25rem;height:1.25rem;top:26.99245625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHezq4xh2U7fN91HrdWHr5FMTfbD2Qd { width:20rem;height:3.9589875rem;top:43.80276875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygo2PNQL2tXtKtDrn15V0kBidqs2EwGp { width:11.9360625rem;height:3.125rem;top:49.01150625rem;left:4rem;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) { #mxWi1ppHByE4fvloVTA2OzlFPr8qTtTn { display:block; }
 }@media only screen and (max-width: 763px) { #OXTMFKFEUf7IzKyx16mgzbfd6woBFZhq { width:20rem;height:20rem;top:53.38650625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKmeFdeRTamTAKzwikaumIh5ArEaxOFN { width:20rem;height:1.4375rem;top:40.804443359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAPt8dlael3m4fRJSq7Q3vqL0Kv4QLW { width:20rem;height:2.5625rem;top:2.875rem;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.4375rem;top:6.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owN3wDdC6HKDBWxrKxR1X5DxiOox9n3l { width:20rem;height:24.6228125rem;top:9.5625rem;left:0rem;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:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:1.9375rem;top:1.549072265625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyhrmC4u8H58P55G4daoxWMSnas6LNFt { width:14.56175rem;height:2.875rem;top:4.88525390625rem;left:2.685546875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpWezxaeZGDigrSWDNyAI7mMnevimap0 { display:block; }#FpWezxaeZGDigrSWDNyAI7mMnevimap0 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOF87vW3v86f2xGVSnBqaZV5Avn6MKEJ { width:18.75rem;height:14.875rem;top:1.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaxByd3nnywZMn10oBTox62drp43H6w8 { top:6.4365234375rem;left:1.7490234375rem;width:5.25rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9k28uEohHstCzktGRhgH6zSRIg8hdIE { top:3.68408203125rem;left:7.65625rem;width:4.6875rem;height:1.4375rem;z-index:100017;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNvMK2eHt095TdEFoziiJClXawx7MOpW { top:3.685302734375rem;left:13.56201171875rem;width:2.99926875rem;height:1.4375rem;z-index:100017;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH94JXu81fJ8lJv8hVoEiioMpJb5TioP { top:6.436767578125rem;left:13.5625rem;width:5rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITuMhmaIi0P8JWIwNSXBpM3kfnUXXyKb { top:8.806640625rem;left:1.7490234375rem;width:4.375rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlBy3ZdkcNPJP7WTXvds1NXn5KNkSGtA { top:10.999267578125rem;left:1.749267578125rem;width:5.4375rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHXEx2d5vnth4vfaMKdvsKJ9VwpdFUBJ { top:13.375rem;left:1.8125rem;width:5.125rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPIrk2b1tprROk6mkCshydqIb5OAe80C { top:4.3125rem;left:4.25rem;width:5.3125rem;height:0;z-index:100017;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqrXmXLl5RcFWeOvRIaXQz0EabVyfCeW { top:6.435546875rem;left:7.216796875rem;width:5.49926875rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiqVWsOrOHBykUuJH7MHB21T7DmX68RX { top:8.741455078125rem;left:7.186279296875rem;width:5.561525rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPyVom3C5Da84bCGyRmhXSJz1icNt1kI { top:10.998046875rem;left:7.061767578125rem;width:5.874025rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CM9SO77o2lQQ466h1LpVfstCDprFirxy { top:13.4375rem;left:6.4375rem;width:6.9995rem;height:1.125rem;z-index:100019;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmsLsraBM4eEXMTLMNBM8UqZvaelHscV { top:38.5625rem;left:8.1875rem;width:3.625rem;height:0;z-index:100019;font-family:montserrat;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTzQGRr0EO4ZuHRaBiZmrSdLC2bMPArU { top:45.6875rem;left:8.1875rem;width:3.625rem;height:0;z-index:100019;font-family:montserrat;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL7GVSgGt3Kc9OoWicXtpnhPfQx8Gy5b { top:31.4375rem;left:8.1875rem;width:3.625rem;height:0;z-index:100019;font-family:montserrat;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUCx0mtwG628lWfECWAdUzkMuF9FfXg4 { top:8.6865234375rem;left:13.5625rem;width:4.875rem;height:1.125rem;z-index:100020;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wus0H5baAu2GsPoqV7VW6DDJi4rnkUrA { top:13.375rem;left:13.5rem;width:5.5rem;height:1.125rem;z-index:100021;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQQPMEUT51QSCfTksBmE62yShfLTaV4T { top:10.999267578125rem;left:13.49853515625rem;width:5.1875rem;height:1.125rem;z-index:100022;font-family:montserrat;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkzJgpigPW4VmTVplZ3cr25x1NinSwuM { top:14.3125rem;left:0.8125rem;width:4.1875rem;height:0;z-index:100019;font-family:montserrat;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcSmNLiXWm60qlyvDboCL4aiQ6vb2ksc { top:11.75rem;left:0.8125rem;width:4.1875rem;height:0;z-index:100020;font-family:montserrat;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXWu0BnlBSUtyi3SbwbVkIFfkykHcG5T { top:9.4375rem;left:0.8125rem;width:4.1875rem;height:0;z-index:100021;font-family:montserrat;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gp5e4tSDhfMtPTAgF9eQ6crlhutqt2GU { top:11.75rem;left:9.875rem;width:5.5rem;height:0;z-index:100020;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B4XCStfkn282hxrCEGtT10gBCfNNeMhx { top:14.3125rem;left:9.96875rem;width:5.25rem;height:0;z-index:100020;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k1qKCbzEhnWIWsJptxkT37SxGsOoBvV4 { top:3.6875rem;left:1.75rem;width:4.6875rem;height:1.4375rem;z-index:100018;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfvLprm5Vp7oXB1warwWh1J3HGBoybGZ { width:15.625rem;height:14.9375rem;top:23.125rem;left:2.1875rem;display:none; }
 }@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:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:1.25rem;left:3.75rem;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) { #mPE1G74ibunWnpOIDqZXAcEtctOtq8DL { width:11.93725rem;height:3rem;top:5.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR { display:block; }#Cgx6D91WGbhTaDNbgCIHOVtkOVVyh6fR > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcXadeEPp0wouvwBG0zZTG156VS8qWPw { width:20rem;height:2.5rem;top:2.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak8oU7g0y1rp2eB6Wl7gpeAeTRzeVBtU { width:14.75rem;height:1.4375rem;top:5.9375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDaXSiinVo7lGH1e678UOGMeZ53gIB6A { display:block; }#uDaXSiinVo7lGH1e678UOGMeZ53gIB6A > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEJlnfOsmSEyvN1Kv0cPPfMlRy1DAP0F { width:18.75rem;height:22.8125rem;top:48.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpDOVNGN9lN1rMI3EqMF4aiwl3evwE1 { width:18.75rem;height:21.9375rem;top:26.15625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHUiScCADM1T2VOK9TbeWaR5LwhCN8OS { width:12.625rem;height:2.25rem;top:3.5625rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFNxkGktMmSOx1syzdV6yr8SFV5RHbx { width:7.4375rem;height:2.25rem;top:50.89453125rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmnKHX9xBp6fDprshMTNuohJREm7QaP { width:7.4375rem;height:2.25rem;top:28rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X49aEwMd58e1UPzUwoRbz9etIThMZFoD { width:13.5625rem;height:2.4375rem;top:8.2998046875rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHvO6XJXSRXFNks0Pyh7uG4gufpTrxAC { width:13.5625rem;height:5rem;top:10.0615234375rem;left:3.21875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlklm8akuLtNTSL30DPADlZ8MAmFJz8t { width:13.5625rem;height:4.375rem;top:34.900390625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boDnrRSyaCoy0BCQ70B9MzF6GownObez { width:13.5625rem;height:4.375rem;top:58.837890625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcqhGNTPzNa81BOcQHVGuV8LssICUueQ { width:13.5625rem;height:2.4375rem;top:56.375rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX8DC79kLJ3vy5PWvkqXynWAUr6TWeO2 { width:13.5625rem;height:0;top:33.4375rem;left:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULsuAmxeKd4WL8AHWmEeW14tp54i5H6C { width:12.5rem;height:3.125rem;top:42.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #TB1KhW5qMpKnx0gDgzTyqdElASDeosoL { display:block; }
 }@media only screen and (max-width: 763px) { #PVFKvQKfSnsKJkhp1O2CG9ZcnLPMSJRq { width:15.9375rem;height:1.4375rem;top:16.9375rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOD6b2xlxcgv67c9ATDNBm0k9HiZoS1y { width:12.5rem;height:3.125rem;top:66.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #wva6C9GI0qQ8F7QQJAkSIdG9BoVi0an1 { display:block; }
 }@media only screen and (max-width: 763px) { #wWJBkAS4cDHcMamwSHTXp4deewcZr516 { width:12.5rem;height:3.125rem;top:19.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQOfK1MVqEgmWPPTDxS99TsD09hs6VIz { display:block; }
 }@media only screen and (max-width: 763px) { #TygwGgEU63TfGM6e4NkGTbrfZhGCyIFQ { width:13.5625rem;height:2.4375rem;top:32.806640625rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUWgTyEaoEDIC8CwJMZTB0MKvBUUdLX { width:18.75rem;height:23.8125rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { display:none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { width:20rem;height:1.99375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { width:20rem;height:1.5249rem;top:4.5556625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN { display:none; }#GuyUF8nHSRHXHgIpWK5BvBVmvl5MJkxN > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g7C20A7LtskbpwerWd9uPoFWuoCBPRHW { width:12.5rem;height:1.7875rem;top:2.044677734375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqW21OI25TAtrTqlsPPUlR1zI6OVUaom { width:12.5rem;height:1.05625rem;top:12.728271484375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkUNdheUT9oydUb3Al6E4kwns4nvscrE { width:17.5rem;height:6.9995rem;top:4.686279296875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibwbPABvxchaHef0seFmXob5J8ysi1BT { width:19.375rem;height:13.8733125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbaxeU71pnBZmbgr6CaLeEOW0gmLu4c { width:12.5rem;height:1.7875rem;top:18.6875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSnavGvI0f8LbVwk5TMWHEzJhnRkQaOr { width:17.5rem;height:6.9995rem;top:21.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqiIHXvhhh3FIuVZsnNK5T6rBUiWT8xy { width:19.375rem;height:14.7485625rem;top:17.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKwMm2X1uTRiSizaTuzxfZ8Ab8Tpmx95 { width:12.5rem;height:1.05625rem;top:29.5rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpCBBKNvsWreG8hn3ypEaUNEdMzJroG2 { width:19.375rem;height:14.375rem;top:34.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGB3rG1pQu9ckq8oOFdAAomcDtLlRTUn { width:17.5rem;height:5.5996125rem;top:38.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psKVtnUNkDOOENC7MhwXWcpGCGbBCEG5 { width:13.5608125rem;height:1.7875rem;top:35.75rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmgS99qfHGcmGXgnSVv7hZD8Me9WA6IV { width:12.5rem;height:1.05625rem;top:45.9375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { width:20rem;height:1.99375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { width:10.9375rem;height:0;top:4.5390625rem;left:4.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@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:none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { width:3.374025rem;height:2.6rem;top:2.375rem;left:3.1875rem;font-size:2rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { width:15.0610625rem;height:7.875rem;top:5.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { width:3.4985375rem;height:2.6rem;top:16.521484375rem;left:3.18603515625rem;font-size:2rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { width:3.374025rem;height:2.6rem;top:29.6875rem;left:3.0625rem;font-size:2rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { width:9.624rem;height:1.86875rem;top:2.75rem;left:6.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { width:14.9353125rem;height:6.5625rem;top:19.624755859375rem;left:2.498779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { width:12.5rem;height:1.86875rem;top:16.88525390625rem;left:4.24560546875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { width:14.7485625rem;height:5.25rem;top:33.1875rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { width:12.5rem;height:1.86875rem;top:30.0625rem;left:6.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.1858125rem;height:1.75rem;top:3.3740234375rem;left:0.37353515625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { width:8.9978125rem;height:8.9978125rem;top:6.873779296875rem;left:4.935302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { width:17.7478125rem;height:8.75rem;top:17.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.7485625rem;height:28.5608125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTWZcfF0U8Jxd3gehHWmSPd6raPRcsm { width:18.6230625rem;height:0.9375rem;top:27rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#090909;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:1.25rem;left:0rem;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.4980625rem;height:2.936525rem;top:6.25rem;left:1.75rem;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.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { width:20rem;height:16.6858125rem;top:5.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.375rem;top:5.936279296875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.1860625rem;height:2.62329375rem;top:17.5rem;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) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:1.8125rem;top:3.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIN31rWWe1AN7mlbT05ozrdlaVypV9yB { width:20rem;height:3rem;top:21.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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;color:#ffffff; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs .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; }
#AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs { display:flex;width:19.125rem;height:5.24375rem;top:9.57763671875rem;left:0.36865234375rem;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) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #x9q7NFW25JcaRfE7v3dxArnwd4euFLZP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #DgU1b1twPqBUlR3Tt9iVdomlGV8kcbKw {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #sCCTlyHWslOXnrFW8sNS0Gb1vO7ifTLQ {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #ZtMEninG9FxAFNnQ7wCg3eR59u9ZRtQW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #iM4sLTTUzdnSt89K95eFCB32BIOcTgNm {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #kwC6RARnUa7uOenosUxppJ9csTBL2xxz {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #RsmlU6KloK6NNN3aziNvJ3FbzREuHzt4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #JA592gqXSt6SU9VKfFOhfbRXg2gLpdDm {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #yB0X8h72PsWtxmC7P8UoD0tcz2cnW4I6 {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #zAgaGCayTKkK87Kp5vQUOK7mtTbRaRTH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #Qtvhx74GgFhGLzqIVnnDZsIwQwITQAhf {  }
 }@media only screen and (max-width: 763px) { #AbJmf6LNWqnDTAcBscRTV8tbP0Dii5zs #zPO7TlrTMEy5cQ8FNksp4cvJoaMiRzKr {  }
 }@media only screen and (max-width: 763px) { #OVdINRGDfep1bLDzPuzZeg0cswHf5DpG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container { background-color: transparent; background-image: none; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container > .video-iframe-container { display: none; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row > .video-iframe-container { display: none; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .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); }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container { border-width: 0; border-radius: 0; }#OVdINRGDfep1bLDzPuzZeg0cswHf5DpG > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZbdEEO0NQSTXgluITcO2e5Mz7sG2KGW { width:11.5rem;height:4.125rem;top:4.8427734375rem;left:4.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8Mr0my7KRWqFCUx6BzWguXgTe6EnEqc { width:18.3105625rem;height:12.5rem;top:21.1376953125rem;left:0.811767578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwUdRuP8qzeWRebavLuH4PEnUvchofN5 { width:8.5608125rem;height:2.68676875rem;top:45.5rem;left:5.6875rem;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) { #whcIDtFtMSB2VriLyPS0O35nTr9KeTIG { display:block; }
 }@media only screen and (max-width: 763px) { #CRWTwv02eIbmQKZDECRs5B1XkCNEZSPq { width:20rem;height:2.75rem;top:1.0302734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5H5Niv3WZnhQZJFWHvWMnVzWKLdzHk { width:4.8120125rem;height:2.56225625rem;top:46.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8aKDQPF7DhJne3rzrWc3G8OiapzNMoW { top:12.724609375rem;left:2.4375rem;width:15.125rem;height:0;z-index:100025;text-align:center;text-align-last:center;font-size:1.875rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gNEQXHnHizSGs31n89rLJOCXIZH3PO97 { width:2.9370125rem;height:1.62475625rem;top:46.625rem;left:1.4375rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #tPdS8cg8mRahpNQmMJe1IKdM4cFRRxc7 { width:15.5603125rem;height:10.3125rem;top:33.625rem;left:2.8125rem;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #CgtJH75veomfzN5XWluxi1nF0CgHrkAC { width:20rem;height:1.875rem;top:49.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdkyALeNg1h3OVM21qJNpvuFUTLgn5Oo { width:20rem;height:14.982421875rem;top:8.154296875rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #mdAKByTTREMnv1Gn811ORddXHgle7Fki { width:1.25rem;height:1.25rem;top:34.0625rem;left:0.875rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #QxJysTShxMZxWR40qZPR5J4hrhLCXfcu { width:1.25rem;height:1.25rem;top:36.25rem;left:0.875rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #sJQya02tds2a8RKJ6ruz3ZefVoFcsAal { width:1.12426875rem;height:1.12426875rem;top:38.3125rem;left:0.8125rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #nsqzfLABKPVehHbDU8CdyiIHufKSVS3r { width:1.25rem;height:1.25rem;top:40.375rem;left:0.8125rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #pCt9JFlQa3kygBuCvlzqhyOwLyeUrQge { width:1.25rem;height:1.25rem;top:50.349175rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPPKX1PoyloLIIvHeMbk2xohWFr7ZHqZ { width:1.25rem;height:1.25rem;top:67.1597375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dagrpvbwyzPk3vmPpenbTDZnqEWVc0fp { width:1.12426875rem;height:1.12426875rem;top:72.03400625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9IHbxdk0q3vWLdmepo27X9CgLQNbwff { width:1.25rem;height:1.25rem;top:76.908275rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTGKbKWItVatJcXmaawr4luDKmFCADXB { width:1.25rem;height:1.25rem;top:42.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0cyQDsOFH8pqqiDM9DfrnrZXDzZKdwy { width:20rem;height:0;top:84.408275rem;left:0rem;font-size:0.875rem;line-height:2.4;display:none; }
 }@media only screen and (max-width: 763px) { #Z6veDt52Uir2LBwIMJPNkTJBmcwQlTVt { width:20rem;height:20rem;top:114.821375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZN4ClObsNK0Rx4afwcL5prTXyTQTaPA { width:20rem;height:0;top:96.2188375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x { display:none; }#It1SzHh4Xi0NtaPuP5cgLGxyNclwUb2x > .row .container { width:20rem;height:103.1875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EBaZ7Oinv8rmRDT4bHecHMtFucRsM8et { top:5.9609375rem;left:2.4375rem;width:15.125rem;height:0;z-index:100027;text-align:center;text-align-last:center;font-size:1.75rem;font-family:montserrat;color:#1d2850;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #T3w9r6NFEQEhfclebWmviofXaa3doBnU { width:20rem;height:auto;top:5.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mNw1NvMnrOHr69UqCaTEWPuEeZpUpu80 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHrBrIwRITgN8cT8F6vWXQnqV6mKeqeA { width:20rem;height:10.9375rem;top:3.90625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fel0gBfo2dWns19idkawepseuOmvonOG { width:1.25rem;height:1.25rem;top:19.5556875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZB2q7hoXGhKqktwzOIbKiD5mgTR9hru { width:1.25rem;height:1.25rem;top:22.0556875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2WfAkAcULgIlVTkZDOkDSE5LgMbh7z { width:20rem;height:10.56055625rem;top:31.99245625rem;left:0rem;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9OeuitbDAm557OX3ndBUOCV1C5HKb0 { width:1.12426875rem;height:1.12426875rem;top:24.5556875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5tEJv3Oqt9TDlhHUNuLMZdBXUEZfuuS { width:1.25rem;height:1.25rem;top:29.49245625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJqByCqhufpztbadT1Uap6ryl8JbDXU { width:1.25rem;height:1.25rem;top:26.99245625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETf73LPcaJ630aWDf9Ggzm6RScRiznd { width:20rem;height:3.9589875rem;top:43.80276875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIWefhyfa2mfXM7duOO7JiIMUFLGqzT { width:11.9360625rem;height:3.125rem;top:49.01150625rem;left:4rem;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) { #nmPt0wtIM6epKy8rBef3Eu9HUJQTRIhQ { display:block; }
 }@media only screen and (max-width: 763px) { #TzKvg61UQuKPOLW2exhgm0i5IL5wnHdl { width:20rem;height:20rem;top:53.38650625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.75rem;top:4.56176875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { width:10rem;height:2.06176875rem;top:1.25rem;left:5rem;display:block; }
 }