.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,250,216;--color-primary-1:255,250,153;--color-primary-2:237,232,58;--color-primary-3:142,139,35;--color-primary-4:47,46,12;--color-secondary-0:70,88,181;--color-secondary-1:69,80,134;--color-secondary-2:73,83,107;--color-secondary-3:37,47,72;--color-secondary-4:31,45,69;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:50,114,114;--color-tertiary-3:29,40,80;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-3),1);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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:26.75rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:33.375rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:41.375rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { z-index:15003;top:1.09375rem;left:49.5009765625rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.0625rem;top:1.375rem;left:1.5625rem;overflow:hidden;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc21dc3c-8f81-41e2-aacd-ae384dcf89de/Background04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { z-index:15004;top:32.375rem;left:39.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:"noto sans hk";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20rem;left:25.8740234375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT { color:#f9f5ef;display:block;width:18.6230625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23rem;left:26.87451171875rem;height:4.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:before{  }
#l9aonX26PChMxApc5Aqn54bxvWMzgrVB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:37.4375rem;top:9.8125rem;left:22.625rem;overflow:hidden;display:block; }
#W1aRr68dUecxwSWmDUvDs6KuCaHwICFn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:24.125rem;top:7.6875rem;left:0rem;overflow:hidden;display:block; }
#QSUViQpKQmGJoJINieyOQ12IGiJHuTqa { position:absolute;display:block;z-index:15042;background-color:rgba(50,121,144,0.74);background-image:none;border-top:0.125rem solid #f9f5ef;border-left:0.125rem solid #f9f5ef;border-right:0.125rem solid #f9f5ef;border-bottom:0.125rem solid #f9f5ef;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.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.75) ;height:4.6875rem;width:12.8125rem;top:28.625rem;left:13.125rem;display:block; }
#ZWXbGH95O1kmU5dEVhbAZ8QLIe6AKVVT { color:#f9f5ef;display:block;width:14.25rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:29.5625rem;left:11.75rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oS8f7BUG2Xbzms2mhp6LaEB3UnMDk4Fb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:11.0625rem;top:27.82421875rem;left:38.25rem;overflow:hidden;display:block; }
#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { background-color: transparent; background-image: none; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container > .video-iframe-container { display: none; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row > .video-iframe-container { display: none; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .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); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { border-width: 0; border-radius: 0; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { color:#8b8b8b;display:block;width:38.125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6453990936279rem;left:2.4056015014649rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { color:#1e294d;display:block;width:56.1875rem;position:absolute;font-family:"noto sans tc";font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.607421875rem;left:2.40625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { color:#002634;display:block;width:24.75rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:11.94140625rem;left:2.65625rem;height:6.74913125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.75) ;height:10.0625rem;width:25.25rem;top:11.19140625rem;left:32.375rem;display:block; }
#lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { color:rgba(var(--color-primary-2),1);display:block;width:17.999rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:12.375rem;left:34.5rem;height:2.30035rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { color:#f9f5ef;display:block;width:21.8125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.1748046875rem;left:34.46875rem;height:4.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
#PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.59375rem;left:2.53125rem;display:block; }
#dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { color:rgba(var(--color-tertiary-3),1);display:block;width:47.9375rem;position:absolute;font-family:"noto sans tc";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.482421875rem;left:1.65625rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Rbvs80ySU00U6v3eVLLPURpwWzgyAScF { color:#002634;display:block;width:26.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:1.65625rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PAVJdcHFSgaLtrByrFkTvwIEOatGlk7v { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8124375rem;width:24.6875rem;top:1.625rem;left:101.46875rem;overflow:hidden;display:none; }
#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { background-color: transparent; background-image: none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container > .video-iframe-container { display: none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row > .video-iframe-container { display: none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .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); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { border-width: 0; border-radius: 0; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#MO7mSIDFrFCShk70npXNm84fqqmeJevK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-image: -moz-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-image: -ms-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-image: -o-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#52d0ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#52d0ca' );";background-image: linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-size:cover !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.25rem rgba(var(--color-tertiary-4),0.75) ;height:27.375rem;width:55.875rem;top:0rem;left:2.0625rem;display:block; }
#UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:"noto sans hk";font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:5.0625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-1),0.97), #f4f4f4);background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-1),0.97), #f4f4f4);background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-1),0.97), #f4f4f4);background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-1),0.97), #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.97)', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.97)', endColorstr='#f4f4f4' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-1),0.97), #f4f4f4);background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:4.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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.25rem rgba(var(--color-tertiary-4),0.75) ;height:22.8125rem;width:47.6875rem;top:1.5927734375rem;left:6.2421875rem;display:none; }
#MiuNXOgXTtPvFU3npVLayQp7sBcxAb93 { color:#212121;display:block;width:47.7495625rem;position:absolute;font-family:"noto sans hk";font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4034271240234rem;left:6.2424049377441rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { z-index:15005;top:10.78125rem;left:24.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NJmkfhxNqTVFcc3hALTq55LXELmDFDI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .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; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.836875rem;padding-right:0.77rem;padding-bottom:0.836875rem;padding-left:0.77rem;display:block;align-items:center;width:4.615625rem;min-width:4.615625rem;height:4.495625rem;position:relative;font-family:"open sans";font-size:3.346875rem;font-weight:700;line-height:71.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.523125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.15375rem;height:1.776875rem;position:relative;font-family:"open sans";font-size:1.255rem;font-weight:400;line-height:28.43px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza { border-bottom:0;border-left:0;border-right:0;border-top: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;box-shadow: none;display:flex;justify-content:space-between;width:28.625rem;height:8.469375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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.875rem;left:15.6875rem;z-index:15012; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #zvtTEdXdNq799wuAyNeGpRhSUcsTozcK { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #iu5Zx6pEzMbsCcNosfzO7TgPTIHsfRpX { width:auto; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #HDAnvwohz93gKUS5HZG4VepCPDooiSpX {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #IGb89cIzEwLiWrv23KPeKc3p5nutuSfk { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #eVswrS9vmfTAk3iHdWq5t6CmvTsukNeV {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #v1Z3Olz2hT2WBUhM3IdV7puyLka6511y {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #TsMwpifNwxJ9m40DsXaIfeDSWNzOvK1v { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #WEnT6tNuHmw75vCRiQQisJNcWHaJTM3W {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #G8BEEgNiNDoqSv5zWfP1q2hGBuxzr3nG {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #D4Kp8N8RMc13uu9THdGdd22WD9AHXTCM { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #bUKmWN42y6gvhTUCS3ESTbEENFt9mW2l {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #h0EQgn9biy794Kiimudl0h8yJtqozuOk {  }
#EczUOJZKpXTVCcuZyERVqMooCTlfyMX0 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.6875rem;left:7.59375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container { background-color: transparent; background-image: none; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container > .video-iframe-container { display: none; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row > .video-iframe-container { display: none; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .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); }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container { border-width: 0; border-radius: 0; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#NMkBHzDNVAtdZM0262Xzgn9IwVzQnA0W { color:#1e294d;display:block;width:27.9375rem;position:absolute;font-family:"noto sans tc";font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.25rem;left:2.125rem;height:3.1499rem;font-style:normal;display:block; }
#v4wobc41Ok2xocUOBdfqfXyktsVNPEwT { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:2.1875rem;height:2.1933625rem;font-style:normal;display:block; }
#tAAnb6sTLhVJTfvO3Lt4nAGWtZ3C4SCn { color:rgba(var(--color-tertiary-1),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:2.1875rem;height:2.1933625rem;font-style:normal;display:block; }
#rq2lXSeprd1z6p2mCqbFHATfbhge2pxx { color:rgba(var(--color-tertiary-1),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:2.1875rem;height:2.1933625rem;font-style:normal;display:block; }
#e3iah4Lbu42nUVizV4SpzPWvEwKWuAPn { z-index:15018;top:28.78125rem;left:38.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FRpf0SXgmODAflUJnIeJBlm40Ahua34m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCfAwxO8TdDwsTwge1cMdvsV6nmt02Xm { color:#8b8b8b;display:block;width:28.875rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.625rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#KuAtJOzr2FZbDJRTCgPTtDuNFZ6VZBT2 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.037109375rem;left:4.71875rem;height:2.92535rem;font-style:normal;display:block; }
#QZGpBhGPdAEGiccCphny22KOlFTyFJ5P { color:rgba(var(--color-tertiary-1),1);display:block;width:24rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.3125rem;left:4.875rem;height:1.462675rem;font-style:normal;display:block; }
#llCnNwOBIMdwLdfExfmkwUZlsde3xQpQ { color:rgba(var(--color-tertiary-1),1);display:block;width:24.125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.4375rem;left:4.9375rem;height:1.462675rem;font-style:normal;display:block; }
#FoqzFdITXWhXtyLxK0KHc6MMT2BCx1B2 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.8125rem;left:1.5625rem;height:1.875rem;font-style:normal;display:none; }
#heIZi3FET7KtrTtoOA66FUmiuVX3PKhB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:27.375rem;top:1.0625rem;left:31.3125rem;overflow:hidden;display:block; }
#c2TDASwbcdQ0wdCFdf3y5Ozv2pC7NE5B { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.46875rem;left:2.125rem;display:block; }
#wR3UAaA8A2QGmwyG9rTuhfcp04VCTZrJ { color:rgba(var(--color-tertiary-1),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.375rem;left:2.1875rem;height:2.1933625rem;font-style:normal;display:block; }
#mTxusarkAxEJ5fRpRDlfGshmqeO0LBez { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.625rem;left:5.15625rem;height:1.462675rem;font-style:normal;display:block; }
#iIthDUeQPscnVHqerusZBnC7DLRrU7gW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/KtQc6no1B4k/unsplash/yianni-nicolaides-KtQc6no1B4k-photo-1573183412712-3a5eb5e490b6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW.adaptive-delivery-prevent-bg, #iIthDUeQPscnVHqerusZBnC7DLRrU7gW.lazyload, #iIthDUeQPscnVHqerusZBnC7DLRrU7gW.lazyloading { background-image: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { background-color: transparent; background-image: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,44,77,0.74); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container > .video-iframe-container { display: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,44,77,0.74); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row > .video-iframe-container { display: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .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); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { border-width: 0; border-radius: 0; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { font-size:0.875rem;font-family:arial;height:156.625rem;width:60rem;position:relative;display:block; }#wRSQ9INCVxiTlnHKTIWSnVbHE2VPC2kc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:17.9375rem;width:41.875rem;top:26.375rem;left:13.3125rem;display:block; }
#nwz3noR5ns8HUZse3U5kAWn6sbg8n3O3 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1248125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8253040313721rem;left:7.4370689392087rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfX5hy876JHmC0PxBC9SklWy5O2iEcBe { color:#f9f5ef;display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:17.5rem;left:16.5625rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Myv8IgsHNDhRtCIAPGa2rECycEOhJ216 { color:#f9f5ef;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.375rem;left:16.375rem;height:3.25rem;font-style:normal;display:block; }
#Vo5AStn76IxhbUFiL2yC1isrTMk2vTVJ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:12.8125rem;left:4.9375rem;display:block; }
#KhScBxkMwfsEV1omswxOXhbNqVd41n9F { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13.25rem;left:5.375rem;overflow:hidden;display:block; }
#OxaTImecUJe9Xnc2zqWmImyTI1HAVlTD { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:30.25rem;left:4.9375rem;display:block; }
#b0qT3twOHOrlJ9Pfz10tXLXymC2gOciQ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:70.5625rem;left:16.4375rem;height:1.9227375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwTlnFwJZttLgMvpwZqWt94Bz3TTEwtN { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:67.375rem;left:16.4375rem;height:3.25rem;font-style:normal;display:block; }
#wypWag6tmLgmhX0PQv7XnTnTHWLPKTG4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:19.75rem;width:41.875rem;top:60.8125rem;left:13.3125rem;display:block; }
#DdTt8Of73bx0Rqz2VH0REzlsXxGpTMWR { color:rgba(var(--color-secondary-3),1);display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:108.30078125rem;left:16.375rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HT37BOEg8Ty1M2QRwZTTnrzUrvK1V30q { color:rgba(var(--color-secondary-3),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:105.11328125rem;left:16.375rem;height:3.25rem;font-style:normal;display:block; }
#baw6R8oDAoGRdn7KPeTkTsqTPQMwVMIu { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:83.6875rem;left:5.3125rem;overflow:hidden;display:block; }
#LApzG4Zda4ttClv92ct2MxuTmLT739vM { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:65.8125rem;left:4.9375rem;display:block; }
#xJk1P3sVhDKo2RtLNesOIPpAoioo51fw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:18.5rem;width:41.875rem;top:80.5rem;left:13.3125rem;display:block; }
#k6TUqLbb8JrDSDBxOgTDdMO5bGiQOAa9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:122.1875rem;left:16.375rem;height:3.25rem;font-style:normal;display:block; }
#Bi0nGozlXBAxE9e2sDATuzi110wAA0zW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:125.375rem;left:16.5625rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2GGPUmVwIfTkiMQSsXRyHckoqUlHzm7 { z-index:15034;top:127.4375rem;left:16.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LBQVJDFfmxWNxRiDldToaJ6MMBJBnuSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqliwwWaOgXrPAUaKCOqTBUWQIBQaT32 { z-index:15035;top:110rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M94iDXZJeZ9luIIklnHpkWHGuS7xQOFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBlfMh2DrqAIHahLxEQnRsXkQ5JxdLvo { z-index:15036;top:73.375rem;left:16.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BCGWap7RpUtN2bdH49A1PzmiJrusveVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwotHzvzGgl03WJ2miDXzktbQWmiNg8o { z-index:15037;top:19.125rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vuvhg2e8UQpJ7L4nxZJxQmbPxGKfkzOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 { color:#f9f5ef;display:block;width:25.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:10.0986328125rem;left:28.3818359375rem;height:14.9240625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 li:before{  }
#CZ5XDKWHesDTkB6WlMlHsSRTdUzi9zkz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:18.8125rem;width:41.875rem;top:99rem;left:13.3125rem;display:block; }
#MU0GheMRQWZOy4TCCPiyKTehJJ9hBE79 { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:120.8125rem;left:4.9375rem;display:block; }
#IVWkK8x1RrAAxVuOpStD8irQcCavMIq8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:9rem;width:9rem;top:121.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#nktFKP61Z5vHPTxaxmoS8exZ2dICncID { color:rgba(var(--color-secondary-3),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:138.8125rem;left:16.25rem;height:3.25rem;font-style:normal;display:block; }
#FxwBycgysFe2eFEFX6ExoTdOIXttXVhT { color:rgba(var(--color-secondary-3),1);display:block;width:13.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:142rem;left:16.4375rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prTxaugU8eSU89UzKnr4CeOkBfJ2PQ3N { z-index:15040;top:143.5625rem;left:16.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vfo4UvnE1mCsfFvieV3x3GvsUSUpuWwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcMm6fCd3duIcIba0CUfTHx7BfpUdp3U { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:104.1875rem;left:5.375rem;overflow:hidden;display:block; }
#hZpLNSi4FGOqIBFQZxwzSrn80uxEDTNA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:93.8125rem;left:13.1875rem;height:3.25rem;font-style:normal;display:none; }
#bSPn4pncZ1XCV97Vc7yxIrNls6G7Xa2J { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:15.625rem;width:46.8125rem;top:73.6875rem;left:9.875rem;display:none; }
#ZsdOf69bTflaoT4zd2iva5Lhe4TSJyMN { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.75) ;height:151.5rem;width:55.875rem;top:3.24951171875rem;left:2.0615234375rem;display:block; }
#TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T { color:rgba(var(--color-tertiary-3),1);display:block;width:25.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:63.125rem;left:28.6875rem;height:16.1740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T li:before{  }
#C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU { color:rgba(var(--color-tertiary-3),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:100rem;left:28.5rem;height:16.8489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU li:before{  }
#V1S37bQH25gVwaRhx49ZKIIEsb05Vymz { color:rgba(var(--color-tertiary-3),1);display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:136.1875rem;left:28.375rem;height:12.94925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V1S37bQH25gVwaRhx49ZKIIEsb05Vymz li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#V1S37bQH25gVwaRhx49ZKIIEsb05Vymz li:before{  }
#xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA { color:#f9f5ef;display:block;width:25.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:119.4375rem;left:28.4375rem;height:12.94925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA li:before{  }
#xMw3kpRGO0wkMbQG48rJdrweQxXoiW0T { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.75rem;width:41.875rem;top:117.75rem;left:13.3125rem;display:block; }
#FRVrkDaGfgXMr85yxuAdMVSFCuEKaVI6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.4355625rem;width:41.875rem;top:134.4375rem;left:13.3125rem;display:block; }
#CpF9NVwmmXlfsXIC1A9FzWHXeE4rdyb1 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:83.3125rem;left:4.9375rem;display:block; }
#DuHVC9TPr27A2yZfSk0e4k83MqReCIdR { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:103.8125rem;left:4.9375rem;display:block; }
#GzhmbugQNX6FLuVIgauOUo22fMkFo2El { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:17.6875rem;width:41.875rem;top:44.25rem;left:13.3125rem;display:block; }
#nsm0A0PI8LJT0CqAEmZaEL5qiIC7L3Lf { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:47.71875rem;left:4.9375rem;display:block; }
#fzpnxNbaxs1Txaz2Rb11040XOXpsUrUy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:17.6875rem;width:41.875rem;top:8.9033203125rem;left:13.3125rem;display:block; }
#SqPMsRaM37nQGZaFOKozOhrseXe7mror { color:#f9f5ef;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:85.125rem;left:16.375rem;height:3.25rem;font-style:normal;display:block; }
#G9cqTJvq9RLMUxlkcp8SJwVAJDgmtM3J { color:#f9f5ef;display:block;width:9.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:88.3125rem;left:16.5625rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pp5q75UBOuX8TPWdanbm2gKkbMeaD3Fn { z-index:15040;top:90.375rem;left:16.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IXItIdccLR24DsL5ITxLyMCEXuTriwTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT { color:#f9f5ef;display:block;width:25.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:81.67578125rem;left:28.3818359375rem;height:16.1740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT li:before{  }
#wkvgeLCslXVIG4PaiR7AhXBgG0yBOew5 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:30.59375rem;left:5.34375rem;overflow:hidden;display:block; }
#cb1K12JCDp29RkUXtP46xc1z5QVfaUBi { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:48.125rem;left:5.34375rem;overflow:hidden;display:block; }
#zIutXzcC21rtuWUSx6WMdzsoz3Z8meGH { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:9.25rem;width:9.25rem;top:66.1875rem;left:5.3125rem;overflow:hidden;display:block; }
#gZhS9VdAcKeLKUxVzPXT9HCqteCaqizm { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:32.375rem;left:16.3125rem;height:3.25rem;font-style:normal;display:block; }
#K0c3JGJyXfF2vnaCmhf1Tgx4ApyOUTuh { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:35.5rem;left:16.5rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dtu5WWlWriiGUzzRDJFNk9QsCdgKqduF { z-index:15040;top:37.125rem;left:16.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F9AcutC2vq90vthDt4dlI0OCfHgJdEPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.81298828125rem;left:28.4443359375rem;height:14.874125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 li:before{  }
#Opioi2bUFmf9SdVi3oeqWFaaDdVMt5ps { color:#f9f5ef;display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:52.3125rem;left:16.375rem;height:2.88410625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0ALJQG6I2RzaU4eleoT8q6hk65qkTpR { color:#f9f5ef;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:48.3125rem;left:16.25rem;height:3.25rem;font-style:normal;display:block; }
#ERe4TS3Jz2PxeX04StUFSpG08D8qZS7m { z-index:15040;top:55.90625rem;left:16.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AH461yMMKJxlWRBk9oF9TOGKnFNQ6dOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA { color:#f9f5ef;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:45.5703125rem;left:28.4443359375rem;height:14.874125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA li:before{  }
#id9dfe8AZdT6Ny5ExTGOaV0pbIFIL1ZF { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:137.48095703125rem;left:4.9375rem;display:block; }
#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { background-color: transparent; background-image: none; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container > .video-iframe-container { display: none; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row > .video-iframe-container { display: none; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .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); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { border-width: 0; border-radius: 0; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { color:rgba(var(--color-tertiary-1),1);display:block;width:49.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.5rem;height:3.4121125rem;font-style:normal;display:block; }
#lDkIW0ua47hPakQkffK3AVCVAksVJgpq { color:#6576d5;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.3125rem;height:2.4375rem;font-style:normal;display:block; }
#LXglz5Xokza0gwPELGOvozNbTQQsggII { color:#002634;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:12rem;left:3.3125rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { color:#6576d5;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.9375rem;left:31.6875rem;height:2.4375rem;display:block; }
#TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { color:#002634;display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.125rem;left:31.8125rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.5rem;left:3.8125rem;height:2.4375rem;display:block; }
#H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { color:#002634;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:22.4375rem;left:3.8125rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.75rem;height:2.4375rem;display:block; }
#cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { color:#002634;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:22.3125rem;left:31.875rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:27.3125rem;top:7.875rem;left:2.0625rem;display:block; }
#ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:27.3125rem;top:7.875rem;left:30.3125rem;display:block; }
#dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:27.3125rem;top:18.125rem;left:2.0625rem;display:block; }
#FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:27.3125rem;top:18.125rem;left:30.3125rem;display:block; }
#Lan7C0igP5keel2W9V1s5FpMr3MzqeGK { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(285deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.09375rem;left:2.4375rem;display:block; }
#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0S3GnEkNjow/unsplash/parrish-freeman-0S3GnEkNjow-photo-1634312240702-da90ade0ed32.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.adaptive-delivery-prevent-bg, #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.lazyload, #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.lazyloading { background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { background-color: transparent; background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.98); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.98); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .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); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { border-width: 0; border-radius: 0; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#vs7D96TDHLwSEIKQ3OHZT4Lp6Qen3Bmd { color:#1e294d;display:block;width:29.6875rem;position:absolute;font-family:"noto sans hk";font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:3.8125rem;left:27.125rem;height:2.88720625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qeTcQbUmvUAWpSZMtwTyi1OwQmCaKep8 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.75) ;height:10.6875rem;width:28.25rem;top:10.5rem;left:29.6875rem;display:block; }
#mIHFB0PIsITQKGi1l2n7Tulpyr1OvWHX { z-index:15019;top:22.802734375rem;left:31.625rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:#002634;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0615rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qentnO5T7IgSit6GBsUg9QccVKDQBWDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDpTiTrSll7AE4xqPvWKZnDJbCRAaxGc { color:#8b8b8b;display:block;width:30.75rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.9375rem;left:27.125rem;height:1.94970625rem;font-style:normal;display:block; }
#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.49975rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:14.3125rem;left:31.5625rem;height:;display:block; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:before{  }
#H8wivQtxkRc8fv3B76mDDQ6QauMDzthZ { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.4375rem;left:31.4375rem;height:2.1933625rem;display:block; }
#Od9y0mR0hQLJ7WtazH90hkVTvBXH3P1o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:29.9375rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { background-color: transparent; background-image: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .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); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { border-width: 0; border-radius: 0; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-image: -moz-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-image: -ms-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-image: -o-linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#52d0ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#52d0ca' );";background-image: linear-gradient(335deg, rgba(var(--color-secondary-0),1), #52d0ca);background-size:cover !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.25rem rgba(var(--color-tertiary-4),0.75) ;height:27.375rem;width:55.875rem;top:0rem;left:2.0625rem;display:block; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .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; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.836875rem;padding-right:0.77rem;padding-bottom:0.836875rem;padding-left:0.77rem;display:block;align-items:center;width:4.615625rem;min-width:4.615625rem;height:4.495625rem;position:relative;font-family:"open sans";font-size:3.346875rem;font-weight:700;line-height:71.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.523125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.15375rem;height:1.776875rem;position:relative;font-family:"open sans";font-size:1.255rem;font-weight:400;line-height:28.43px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz { border-bottom:0;border-left:0;border-right:0;border-top: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;box-shadow: none;display:flex;justify-content:space-between;width:28.625rem;height:8.469375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.5rem;left:15.6875rem;z-index:15013; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TqD68JPBv8aFUlZimRtDN9ergqEXXOsc { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #xLTxrTeRAl2uH8y8G75zOvmvTNtMDEWZ { width:auto; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #J3vhTb2To6m18w5IaN90d2a0dazTh08e {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #IS8lPdRFyhtru962GEXfHnzmgeRQHCxG { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #bKON5pO6VHGTpZxixsndQaSeiv2TIOrV {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TKG7T62QlgxZpWidW0E2I2O6sTHFoTch {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #FvzTB7eOUs7scIbOfZLF4r4XPpcv6TTD { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WtToMkW1i03mNFqgpdCpgwcFBL12UmsF {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #m8VzoWOTi5rkumv1vfI62GoKJN3EAHoh {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #zgZCFydbq15elbIPmdqFepVBxX6SSGBv { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WwTRirr9uTHd33kZ6SqD0ftT17FOHPUb {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #N34T8Tdkn1yZl07pP5FmBQmvs9ibtGd8 {  }
#x7Qy83newbwXadkOcfNTZZ31di2UCqG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:"noto sans hk";font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.0625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1245rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { z-index:15007;top:17.9375rem;left:24rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QXAgeaNtxX09zztmMOQGI7eGbMT6TNQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBJeKKHLnHIMzq4fdsICmiBisKz96TMp { color:rgba(var(--color-tertiary-0),1);display:block;width:47.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.8125rem;left:6.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.15);background-image:url("https://images.assets-landingi.com/uc/fc21dc3c-8f81-41e2-aacd-ae384dcf89de/Background04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq.adaptive-delivery-prevent-bg, #ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq.lazyload, #ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq.lazyloading { background-image: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { background-color: transparent; background-image: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container > .video-iframe-container { display: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row > .video-iframe-container { display: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .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); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { border-width: 0; border-radius: 0; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#GkhGqJu9TSW2nBKH4zEioQAE3fn85Hpg { z-index:15004;top:25.8125rem;left:39.375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L0TeeoT6rv8A5kEr5vOSlunQbqEzQIZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpCCpXJpNT57cpXATrszp250yAENXweW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:"noto sans hk";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:14.4375rem;left:26.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 { color:#f9f5ef;display:block;width:18.6230625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:18rem;left:26.875rem;height:4.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 li:before{  }
#meHt3tFlBWl6BhkUGo3usTi24yDsVIOU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:36.3125rem;top:4.1875rem;left:22.625rem;overflow:hidden;display:block; }
#KJKM2ClT9r6NJQlIhBRntpAHfcGRIB7l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:23.75rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Q8yo74HrUBd11InQCRB0y4hXKkRQRaxZ { position:absolute;display:block;z-index:15043;background-color:rgba(50,121,144,0.74);background-image:none;border-top:0.125rem solid #f9f5ef;border-left:0.125rem solid #f9f5ef;border-right:0.125rem solid #f9f5ef;border-bottom:0.125rem solid #f9f5ef;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.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.75) ;height:4.6875rem;width:12.5625rem;top:24.3125rem;left:15.375rem;display:block; }
#Z6IIKaQ74BD4u1ECzC4EULGUGDbwvPnd { color:#f9f5ef;display:block;width:13.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:25.25rem;left:14.375rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXOG0qkTyDUy5Olyi3aFAaJt8vS0QTMp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:21.75rem;top:22.1875rem;left:38.25rem;overflow:hidden;display:block; }
#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { background-color: transparent; background-image: none; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container > .video-iframe-container { display: none; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row > .video-iframe-container { display: none; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .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); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { border-width: 0; border-radius: 0; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { color:rgba(var(--color-tertiary-0),1);display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.44921875rem;left:31rem;height:2.9730875rem;text-align:center;text-align-last:center;display:block; }
#JXkuCQqzO6PEl4yviwNFHtxztodyAInx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:10rem;top:1.8430404663086rem;left:3.6869678497314rem;overflow:hidden;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/M2oJ7Uq_0rc/unsplash/joel-filipe-M2oJ7Uq_0rc-photo-1484562794569-bb5754cf5a3b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.adaptive-delivery-prevent-bg, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyload, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyloading { background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:none; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:rgba(var(--color-secondary-3),1);display:block;width:42.4374375rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.242639541626rem;left:8.81081199646rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { color:#6b6b6b;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.426668673754rem;left:14.622247695923rem;height:2.4375rem;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; }
#faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.718306094408rem;left:14.622690200806rem;height:2.4375rem;font-style:normal;display:block; }
#EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { color:rgba(var(--color-tertiary-1),1);display:block;width:31.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.124466449022rem;left:14.624467849731rem;height:2.4375rem;font-style:normal;display:block; }
#zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { z-index:15018;top:31.8115234375rem;left:23.9970703125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(319deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0623125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uDvgH4Cpwyo5VOsC2QrwEx7mCiaDnMkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u840MbTppRfDtJQzwhcx5JcvsFnC7wuV { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bcbc', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bcbc', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374645rem;width:17.9998125rem;top:9.9986667633056rem;left:21.030717849731rem;display:block; }
#PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { color:rgba(var(--color-tertiary-1),1);display:block;width:28.87475rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.56125831604rem;left:15.59348487854rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { color:rgba(var(--color-tertiary-1),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.8125rem;left:1.5625rem;height:1.875rem;font-style:normal;display:none; }
#VNnTciWS9kyquzm3DknGcue9ezbMdoVc { color:rgba(var(--color-tertiary-1),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.684214144945rem;left:14.624467849731rem;height:2.4375rem;font-style:normal;display:block; }
#OBicJoilBgFJXak01MNTH6OfiTR995X7 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.062325rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.373046875rem;left:10.341796875rem;height:6.4184375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#C8kIvhtdumZomTDUi0IFf1sO2hSRV26l { color:rgba(var(--color-tertiary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:15.611328125rem;left:9.9365234375rem;height:4.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#C3CETsQBDrLOdw5Us5pI8ruNcQCZcL37 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:21.05859375rem;left:9.9365234375rem;height:4.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#iXnaxJwA8OO4g9vIWdrihhITXpHQQrod { color:rgba(var(--color-tertiary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:26.6181640625rem;left:9.5615234375rem;height:4.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/7e048ba7-6325-4bcb-a3d7-2d84fecf51d2/landing_materials05.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.adaptive-delivery-prevent-bg, #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.lazyload, #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.lazyloading { background-image: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container { border-width: 0; border-radius: 0; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:none; }#uUyNEy3ucyITr8oxS6fqK3n5aWWsW42i { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUTxC25ale2678lMMz0yCf6nIDCJ9ncU { color:#58e3dd;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxpBlrosJLTqmtIP7SVyJMHM6TzUIw9b { color:#58e3dd;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcHlVkwaIuqReTqRAxJUsfaSVeU3bgrP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxPqXJSQHmTZeLAL6lumzZpW6FvsqlFn { color:#58e3dd;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.25rem;left:40.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTJqcgB2mOwaGVTNXBXIunDQlGTxPk6L { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fU1s4fZ9rQvkDNM1A6yXnhA6Wi5HFgFV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:3.3125rem;left:47.21875rem;overflow:hidden;display:block; }
#bLBGNORfvLKXobQOI0RgPMxiMpmtZVTp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:5.9375rem;top:2.96875rem;left:27.03125rem;overflow:hidden;display:block; }
#etzAODro95hTpnJiSmAZENHMlrN6RywZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.5rem;top:2.8125rem;left:5.90625rem;overflow:hidden;display:block; }
#sSGNoo2bpT4EAyoMDdFx4KclmJylTNA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:16.2490234375rem;left:1.5625rem;height:5.59765625rem;text-align:center;text-align-last:center;display:block; }
#xPoKm2yfcL9KXEtWyVhEmWnmsbT7i320 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.31225rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:16.248046875rem;left:21.841796875rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#hWuaZIy7yowy9OitXNP1GN5vk2cvT7aC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.68725rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:16.248046875rem;left:42.154296875rem;height:6.99706875rem;text-align:center;text-align-last:center;display:block; }
#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container { border-width: 0; border-radius: 0; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:none; }#XpZ7dyeA2cQGF4BeNZxIUQVPE7zEvsSR { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:33.9375rem;height:3.57483125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZbutwQAvC65pHIouDodEyLRTakyBnbKa { position:absolute;display:block;z-index:15001;height:9.6875rem;width:56.25rem;top:9.5625rem;left:1.875rem;display:block; }
#t7ksnc3yG5Mw0v184tF3Q2zIDbq7trgc { color:rgba(var(--color-tertiary-3),1);display:block;width:57.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ugIkCFHEWvQZ4Me3gG7EcUtigh3F7IZa { color:rgba(var(--color-tertiary-3),1);display:block;width:42.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.412109375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sa1GiG9GbvnhTTlbWnOROpa7QpliTJwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:16.0625rem;left:0rem;display:none; }
#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e048ba7-6325-4bcb-a3d7-2d84fecf51d2/landing_materials05.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH.adaptive-delivery-prevent-bg, #d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH.lazyload, #d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH.lazyloading { background-image: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { border-width: 0; border-radius: 0; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:60rem;position:relative;display:none; }#FU8mW7rrg0sM6QXpt94ExGKa286hAcvK { color:rgba(var(--color-tertiary-1),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:29.8125rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JBm03t3qKBcbT8IP2Tit66AwK6WuScVU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.5rem;width:18.75rem;top:39.25rem;left:0.6875rem;display:block; }
#BFwMLJPA3wsD960oD5pJJTIUW4WOT805 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:33.9375rem;left:5.0625rem;display:block; }
#ouEVFge7dHMccwJB0uDW5s7A70iyPqz0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9rem;width:9rem;top:34.4375rem;left:5.5625rem;overflow:hidden;display:block; }
#sdCXc37dTSr4VgnD1KxN1G1VkvveFzsR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -moz-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -ms-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -o-linear-gradient(340deg, #f3f3f3, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );";background-image: linear-gradient(340deg, #f3f3f3, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.5rem;width:18.75rem;top:13.75rem;left:9.5rem;display:block; }
#KH6R8C69lu0ymhV6rAdewiPxxrG14bXX { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.5rem;width:18.75rem;top:39.3125rem;left:40.625rem;display:block; }
#GwvQeylMe2qaczdbTtWUmfmrETXcxt0m { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:8.6875rem;left:13.8125rem;display:block; }
#QGmzZNOSHKltaasD4o7XX9mEfhHDFCi8 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:34rem;left:44.9375rem;display:block; }
#HF5tJ1wM9Kbf6z7fWGFHqaD9KxN8Kvqs { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:9rem;width:9rem;top:34.4375rem;left:45.4375rem;overflow:hidden;display:block; }
#pPNS8LKcfosoaSiRdwvzTBdcNM0drEqJ { color:#d2a9ff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:45.0625rem;left:1.625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ro4nOkMGbszhua3620d4OVaDUAsfM9IQ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:49.125rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwnTCKeZTEKJgvSyO2880t03BdDBygR0 { color:#6576d5;display:block;width:15.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:51.625rem;left:2.3125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#bEre8Aco35AXBrNPbyeT7St2PQQ9TiTe { color:#d2a9ff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:19.75rem;left:10.1875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9mGog6AR3wk3vTK9vGTVG8g0sIA6C8D { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:23.8125rem;left:10.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyrMvhFOfvlzIG7HJw9mDoOp7taHV6Ry { color:#6576d5;display:block;width:15.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:26.0625rem;left:11.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#qHSosdbBoMnbGODyb4qK8GzfG0p8n0Na { color:#d2a9ff;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:45.125rem;left:40.8125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTq5XuTu5TEuWLbc4d6UuGaLCuHITnrb { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:49.1875rem;left:41.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABZy0JWqCTODDtQrItsRNBfZfF64Vwn6 { color:#6576d5;display:block;width:15.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:51.6875rem;left:42.25rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#CPPnZgRwHdyK7TkpGoheBd5lLCV7lgpq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(322deg, rgba(var(--color-secondary-0),1), #58e3dd);background-image: -moz-linear-gradient(322deg, rgba(var(--color-secondary-0),1), #58e3dd);background-image: -ms-linear-gradient(322deg, rgba(var(--color-secondary-0),1), #58e3dd);background-image: -o-linear-gradient(322deg, rgba(var(--color-secondary-0),1), #58e3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#58e3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#58e3dd' );";background-image: linear-gradient(322deg, rgba(var(--color-secondary-0),1), #58e3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.1875rem;left:49.625rem;display:block; }
#I2KggOcHoWolHx8zNqramUSCbxTon9U5 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -moz-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -ms-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -o-linear-gradient(340deg, #f3f3f3, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );";background-image: linear-gradient(340deg, #f3f3f3, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.5rem;width:18.75rem;top:13.8125rem;left:31.9375rem;display:block; }
#V8DQ68kradt1erd42sJ0EUGc0ANFcvep { color:#d2a9ff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:19.8125rem;left:32.625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCBcoqDnIo2EkPXvs9mRn7mxdmilDZZk { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:23.8125rem;left:33rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sbc0v5e63tUsqWUEHTNeE90FXAl6UoaB { color:#6576d5;display:block;width:16.25rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:26.0615234375rem;left:33.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#l3JDC4CShSxtfbsbttyO0TfOQWP8teNp { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:8.6875rem;left:36.3125rem;display:block; }
#xfKXunkdFeg5d1g8OuFOvQqrzE3f1fES { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:9.1875rem;width:9.25rem;top:9.125rem;left:36.625rem;overflow:hidden;display:block; }
#kKJL2qz43ArpxGcqPXcsgGFsOwprU5PO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(340deg, #f3f3f3, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.5rem;width:18.75rem;top:39.3125rem;left:20.6875rem;display:block; }
#i7tWsXVCKyyrl5srV4p3dPbbCq3sTk71 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:34rem;left:25rem;display:block; }
#xonTtD7Tbhhy9EfEISVxvKTDW9DehFAi { color:#d2a9ff;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:45.125rem;left:20.875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9wVwN0uxKb0mDRWdBFdmsqBAXq5c7Tm { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:49.1875rem;left:21.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTBisZb55FZxw1qEJ3T304q5qa4kLmak { color:#6576d5;display:block;width:15.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:51.6875rem;left:22.3125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#TIxzExogSxVDkVphnJVtbvCgnTakn9iT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:8.53125rem;left:13.71875rem;overflow:hidden;display:block; }
#TmBuhPk8nJTVJyG8M756UtRAM7ZRZGIi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:34.15625rem;left:25.21875rem;overflow:hidden;display:block; }
#AHcvBr9RBImP4IZQ7LpZbhUkve8LfSN2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -moz-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -ms-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -o-linear-gradient(340deg, #f3f3f3, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );";background-image: linear-gradient(340deg, #f3f3f3, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.875rem;width:18.75rem;top:64.3125rem;left:9.4375rem;display:block; }
#bh6epvl9B4w53xc6ARXqOyJz62vE1N6K { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:59.25rem;left:13.75rem;display:block; }
#iHyT5tgEwct0XNcdBxKwnbf87VWD1cJ4 { color:#d2a9ff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:70.3125rem;left:10.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TM0D7moFrEQrmhodbhnCENeJ8SCFh0E4 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:58.4375rem;left:12.9375rem;overflow:hidden;display:block; }
#FXJuM38FeenHISmESNTlNPgSN4zPD9ST { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:74.375rem;left:10.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTZCpQFKAUfNgtXvuV1U0zQ5ZicttHgQ { color:#6576d5;display:block;width:16.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:77.490234375rem;left:10.625rem;height:4.3857375rem;text-align:center;text-align-last:center;display:block; }
#HxqZqicoi8fTDxr0uV8DxOtTwLlpkiKE { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -moz-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -ms-linear-gradient(340deg, #f3f3f3, #efefef);background-image: -o-linear-gradient(340deg, #f3f3f3, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef' );";background-image: linear-gradient(340deg, #f3f3f3, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.75) ;height:17.75rem;width:18.75rem;top:64.375rem;left:31.875rem;display:block; }
#LBzT7JOddbJOeGiTr9ryUTIpcb0it3Gg { color:#d2a9ff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:70.375rem;left:32.5625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXr5OXKyPz9Tdzt5astN4TmdGm2iSvTL { color:rgba(var(--color-tertiary-1),1);display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:74.375rem;left:33.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNBIotOHBpLtK9gipGiAi0XuZaRxETdX { color:#6576d5;display:block;width:16.25rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:77.490234375rem;left:33.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#DZ6XZWCcTRVN6g9q8NQOt0U6Fu8ihJ5q { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(147deg, #58e3dd, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:59.25rem;left:36.25rem;display:block; }
#kR6xzmPTTdo339u0QSeM8LCuy0QUA5t8 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:57.875rem;left:34.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.4375rem;height:2.1875rem;top:1.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:8.0625rem;height:2.1875rem;top:1.25rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { top:1.0625rem;left:38.625rem;width:9.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block; }
 }@media only screen and (max-width: 763px) { #oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { top:1.375rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { top:32.375rem;left:33.25rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block; }
 }@media only screen and (max-width: 763px) { #wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { top:20rem;left:19.7490234375rem;width:20.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEkSZfJlXN2GWHDwORASuRlSePuNMXlT { top:23rem;left:20.74951171875rem;width:18.5625rem;height:4.8125rem;font-size:1rem;display:block; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:before{  }
 }@media only screen and (max-width: 763px) { #l9aonX26PChMxApc5Aqn54bxvWMzgrVB { top:9.8125rem;left:10.3125rem;width:37.4375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1aRr68dUecxwSWmDUvDs6KuCaHwICFn { top:7.6875rem;left:0rem;width:24.125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSUViQpKQmGJoJINieyOQ12IGiJHuTqa { top:28.625rem;left:7rem;width:12.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWXbGH95O1kmU5dEVhbAZ8QLIe6AKVVT { top:29.5625rem;left:5.625rem;width:14.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS8f7BUG2Xbzms2mhp6LaEB3UnMDk4Fb { top:27.8125rem;left:26rem;width:11.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { display:block; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { top:2.625rem;left:0rem;width:38.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { top:5.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { top:11.9375rem;left:0rem;width:24.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { top:11.1875rem;left:22.5rem;width:25.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { top:12.375rem;left:25.3125rem;width:17.9375rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { top:15.125rem;left:25.28125rem;width:21.8125rem;height:4.8125rem;font-size:1rem;display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
 }@media only screen and (max-width: 763px) { #PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { top:9.5625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { top:5.4375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rbvs80ySU00U6v3eVLLPURpwWzgyAScF { top:5.5625rem;left:0rem;width:18.75rem;height:3.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAVJdcHFSgaLtrByrFkTvwIEOatGlk7v { top:2.25rem;left:23.0625rem;width:24.6875rem;height:6.812rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { display:block; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO7mSIDFrFCShk70npXNm84fqqmeJevK { top:0rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { top:2.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { top:0rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { top:1.5625rem;left:0.0625rem;width:47.6875rem;height:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiuNXOgXTtPvFU3npVLayQp7sBcxAb93 { top:3.625rem;left:0rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { top:10.75rem;left:18.25rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJmkfhxNqTVFcc3hALTq55LXELmDFDI8 { display:block; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .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; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .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; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza { display:flex;width:18rem;height:5.0625rem;top:4.0625rem;left:8.80078125rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #zvtTEdXdNq799wuAyNeGpRhSUcsTozcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #iu5Zx6pEzMbsCcNosfzO7TgPTIHsfRpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #HDAnvwohz93gKUS5HZG4VepCPDooiSpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #IGb89cIzEwLiWrv23KPeKc3p5nutuSfk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #eVswrS9vmfTAk3iHdWq5t6CmvTsukNeV {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #v1Z3Olz2hT2WBUhM3IdV7puyLka6511y {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #TsMwpifNwxJ9m40DsXaIfeDSWNzOvK1v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #WEnT6tNuHmw75vCRiQQisJNcWHaJTM3W {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #G8BEEgNiNDoqSv5zWfP1q2hGBuxzr3nG {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #D4Kp8N8RMc13uu9THdGdd22WD9AHXTCM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #bUKmWN42y6gvhTUCS3ESTbEENFt9mW2l {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #h0EQgn9biy794Kiimudl0h8yJtqozuOk {  }
 }@media only screen and (max-width: 763px) { #EczUOJZKpXTVCcuZyERVqMooCTlfyMX0 { top:15.6875rem;left:1.46875rem;width:44.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igU8oFyBAPTiZwStphgyuyEnGtFrSf2w { display:block; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMkBHzDNVAtdZM0262Xzgn9IwVzQnA0W { top:3.25rem;left:0rem;width:27.9375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wobc41Ok2xocUOBdfqfXyktsVNPEwT { top:11.8125rem;left:0rem;width:26.5rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAnb6sTLhVJTfvO3Lt4nAGWtZ3C4SCn { top:18.0625rem;left:0rem;width:28.875rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2lXSeprd1z6p2mCqbFHATfbhge2pxx { top:23.3125rem;left:0rem;width:31.0625rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3iah4Lbu42nUVizV4SpzPWvEwKWuAPn { top:28.75rem;left:29.78125rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRpf0SXgmODAflUJnIeJBlm40Ahua34m { display:block; }
 }@media only screen and (max-width: 763px) { #DCfAwxO8TdDwsTwge1cMdvsV6nmt02Xm { top:6.625rem;left:0rem;width:28.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAtJOzr2FZbDJRTCgPTtDuNFZ6VZBT2 { top:14rem;left:0rem;width:24.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGpBhGPdAEGiccCphny22KOlFTyFJ5P { top:20.3125rem;left:0rem;width:24rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llCnNwOBIMdwLdfExfmkwUZlsde3xQpQ { top:25.4375rem;left:0rem;width:24.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoqzFdITXWhXtyLxK0KHc6MMT2BCx1B2 { top:12.625rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heIZi3FET7KtrTtoOA66FUmiuVX3PKhB { top:1.0625rem;left:20.375rem;width:27.375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2TDASwbcdQ0wdCFdf3y5Ozv2pC7NE5B { top:9.4375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR3UAaA8A2QGmwyG9rTuhfcp04VCTZrJ { top:28.375rem;left:0rem;width:31.0625rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTxusarkAxEJ5fRpRDlfGshmqeO0LBez { top:30.625rem;left:1.25rem;width:22.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIthDUeQPscnVHqerusZBnC7DLRrU7gW { display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRSQ9INCVxiTlnHKTIWSnVbHE2VPC2kc { width:41.875rem;height:17.9375rem;top:26.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwz3noR5ns8HUZse3U5kAWn6sbg8n3O3 { width:45.0625rem;height:3.375rem;top:4.8125rem;left:1.3115234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfX5hy876JHmC0PxBC9SklWy5O2iEcBe { top:17.5rem;left:10.4375rem;width:15.8125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myv8IgsHNDhRtCIAPGa2rECycEOhJ216 { top:14.375rem;left:10.25rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5AStn76IxhbUFiL2yC1isrTMk2vTVJ { top:12.8125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhScBxkMwfsEV1omswxOXhbNqVd41n9F { top:13.25rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxaTImecUJe9Xnc2zqWmImyTI1HAVlTD { top:30.25rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0qT3twOHOrlJ9Pfz10tXLXymC2gOciQ { top:70.5625rem;left:10.3125rem;width:13.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTlnFwJZttLgMvpwZqWt94Bz3TTEwtN { top:67.375rem;left:10.3125rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypWag6tmLgmhX0PQv7XnTnTHWLPKTG4 { width:41.875rem;height:19.75rem;top:60.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTt8Of73bx0Rqz2VH0REzlsXxGpTMWR { top:108.25rem;left:10.25rem;width:11.1875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT37BOEg8Ty1M2QRwZTTnrzUrvK1V30q { top:105.0625rem;left:10.25rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baw6R8oDAoGRdn7KPeTkTsqTPQMwVMIu { top:83.6875rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LApzG4Zda4ttClv92ct2MxuTmLT739vM { top:65.8125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJk1P3sVhDKo2RtLNesOIPpAoioo51fw { width:41.875rem;height:18.5rem;top:80.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TUqLbb8JrDSDBxOgTDdMO5bGiQOAa9 { top:122.1875rem;left:10.25rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi0nGozlXBAxE9e2sDATuzi110wAA0zW { top:125.375rem;left:10.4375rem;width:14.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GGPUmVwIfTkiMQSsXRyHckoqUlHzm7 { top:127.4375rem;left:10.25rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQVJDFfmxWNxRiDldToaJ6MMBJBnuSC { display:block; }
 }@media only screen and (max-width: 763px) { #JqliwwWaOgXrPAUaKCOqTBUWQIBQaT32 { top:110rem;left:10.375rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M94iDXZJeZ9luIIklnHpkWHGuS7xQOFW { display:block; }
 }@media only screen and (max-width: 763px) { #qBlfMh2DrqAIHahLxEQnRsXkQ5JxdLvo { top:73.375rem;left:10.3125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCGWap7RpUtN2bdH49A1PzmiJrusveVn { display:block; }
 }@media only screen and (max-width: 763px) { #PwotHzvzGgl03WJ2miDXzktbQWmiNg8o { top:19.125rem;left:10.375rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvhg2e8UQpJ7L4nxZJxQmbPxGKfkzOr { display:block; }
 }@media only screen and (max-width: 763px) { #T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 { top:10.0625rem;left:22.2568359375rem;width:25.25rem;height:14.9375rem;font-size:1rem;display:block; }#T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 li:before{  }
 }@media only screen and (max-width: 763px) { #CZ5XDKWHesDTkB6WlMlHsSRTdUzi9zkz { width:41.875rem;height:18.8125rem;top:99rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0GheMRQWZOy4TCCPiyKTehJJ9hBE79 { top:120.8125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWkK8x1RrAAxVuOpStD8irQcCavMIq8 { top:121.3125rem;left:0rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #nktFKP61Z5vHPTxaxmoS8exZ2dICncID { top:138.8125rem;left:10.125rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxwBycgysFe2eFEFX6ExoTdOIXttXVhT { top:142rem;left:10.3125rem;width:13.375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTxaugU8eSU89UzKnr4CeOkBfJ2PQ3N { top:143.5625rem;left:10.25rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfo4UvnE1mCsfFvieV3x3GvsUSUpuWwr { display:block; }
 }@media only screen and (max-width: 763px) { #zcMm6fCd3duIcIba0CUfTHx7BfpUdp3U { top:104.1875rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpLNSi4FGOqIBFQZxwzSrn80uxEDTNA { top:121.3125rem;left:0rem;width:10.5rem;height:2.5625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSPn4pncZ1XCV97Vc7yxIrNls6G7Xa2J { width:46.8125rem;height:15.625rem;top:73.6875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsdOf69bTflaoT4zd2iva5Lhe4TSJyMN { width:47.75rem;height:151.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T { top:63.125rem;left:22.5625rem;width:25.125rem;height:;font-size:1rem;display:block; }#TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T li:before{  }
 }@media only screen and (max-width: 763px) { #C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU { top:100rem;left:22rem;width:25.75rem;height:;font-size:1rem;display:block; }#C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU li:before{  }
 }@media only screen and (max-width: 763px) { #V1S37bQH25gVwaRhx49ZKIIEsb05Vymz { top:136.1875rem;left:22.125rem;width:25.625rem;height:12.9375rem;font-size:1rem;display:block; }#V1S37bQH25gVwaRhx49ZKIIEsb05Vymz li:before{  }
 }@media only screen and (max-width: 763px) { #xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA { top:119.4375rem;left:22.0625rem;width:25.5rem;height:12.9375rem;font-size:1rem;display:block; }#xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA li:before{  }
 }@media only screen and (max-width: 763px) { #xMw3kpRGO0wkMbQG48rJdrweQxXoiW0T { width:41.875rem;height:16.75rem;top:117.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVrkDaGfgXMr85yxuAdMVSFCuEKaVI6 { width:41.875rem;height:16.375rem;top:134.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpF9NVwmmXlfsXIC1A9FzWHXeE4rdyb1 { top:83.3125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuHVC9TPr27A2yZfSk0e4k83MqReCIdR { top:103.8125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhmbugQNX6FLuVIgauOUo22fMkFo2El { width:41.875rem;height:17.6875rem;top:44.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsm0A0PI8LJT0CqAEmZaEL5qiIC7L3Lf { top:47.6875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpnxNbaxs1Txaz2Rb11040XOXpsUrUy { width:41.875rem;height:17.6875rem;top:8.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPMsRaM37nQGZaFOKozOhrseXe7mror { top:85.125rem;left:10.25rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9cqTJvq9RLMUxlkcp8SJwVAJDgmtM3J { top:88.3125rem;left:10.4375rem;width:9.8125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp5q75UBOuX8TPWdanbm2gKkbMeaD3Fn { top:90.375rem;left:10.25rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXItIdccLR24DsL5ITxLyMCEXuTriwTq { display:block; }
 }@media only screen and (max-width: 763px) { #kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT { top:81.625rem;left:22.2568359375rem;width:25.25rem;height:;font-size:1rem;display:block; }#kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT li:before{  }
 }@media only screen and (max-width: 763px) { #wkvgeLCslXVIG4PaiR7AhXBgG0yBOew5 { top:30.5625rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb1K12JCDp29RkUXtP46xc1z5QVfaUBi { top:48.125rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIutXzcC21rtuWUSx6WMdzsoz3Z8meGH { top:66.1875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZhS9VdAcKeLKUxVzPXT9HCqteCaqizm { top:32.375rem;left:10.1875rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0c3JGJyXfF2vnaCmhf1Tgx4ApyOUTuh { top:35.5rem;left:10.375rem;width:15.8125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtu5WWlWriiGUzzRDJFNk9QsCdgKqduF { top:37.125rem;left:10.3125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9AcutC2vq90vthDt4dlI0OCfHgJdEPG { display:block; }
 }@media only screen and (max-width: 763px) { #N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 { top:27.8125rem;left:22.25rem;width:25.5rem;height:14.875rem;font-size:1rem;display:block; }#N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 li:before{  }
 }@media only screen and (max-width: 763px) { #Opioi2bUFmf9SdVi3oeqWFaaDdVMt5ps { top:52.3125rem;left:10.25rem;width:15.8125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ALJQG6I2RzaU4eleoT8q6hk65qkTpR { top:48.3125rem;left:10.125rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERe4TS3Jz2PxeX04StUFSpG08D8qZS7m { top:55.875rem;left:10.25rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH461yMMKJxlWRBk9oF9TOGKnFNQ6dOK { display:block; }
 }@media only screen and (max-width: 763px) { #GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA { top:45.5625rem;left:22.125rem;width:25.625rem;height:;font-size:1rem;display:block; }#GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA li:before{  }
 }@media only screen and (max-width: 763px) { #id9dfe8AZdT6Ny5ExTGOaV0pbIFIL1ZF { top:137.4375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { display:block; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { top:2.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDkIW0ua47hPakQkffK3AVCVAksVJgpq { top:8.9375rem;left:0rem;width:11.625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXglz5Xokza0gwPELGOvozNbTQQsggII { top:12rem;left:0rem;width:23.9375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { top:8.9375rem;left:24.9375rem;width:22.8125rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { top:12.125rem;left:23rem;width:24.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { top:19.5rem;left:0rem;width:23.9375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { top:22.4375rem;left:0rem;width:23.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { top:19.5rem;left:25.625rem;width:21.375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { top:22.3125rem;left:22.8125rem;width:24.9375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { top:7.875rem;left:0rem;width:27.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { top:7.875rem;left:20.4375rem;width:27.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { top:18.125rem;left:0rem;width:27.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { top:18.125rem;left:20.4375rem;width:27.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lan7C0igP5keel2W9V1s5FpMr3MzqeGK { top:6.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD { display:block; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs7D96TDHLwSEIKQ3OHZT4Lp6Qen3Bmd { top:3.8125rem;left:18.0625rem;width:29.6875rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTcQbUmvUAWpSZMtwTyi1OwQmCaKep8 { top:10.5rem;left:19.5rem;width:28.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHFB0PIsITQKGi1l2n7Tulpyr1OvWHX { top:22.75rem;left:25.5rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qentnO5T7IgSit6GBsUg9QccVKDQBWDn { display:block; }
 }@media only screen and (max-width: 763px) { #EDpTiTrSll7AE4xqPvWKZnDJbCRAaxGc { top:6.9375rem;left:17rem;width:30.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGvtOE0gZIeGS7e74eel87BTmo0XWiwb { top:14.3125rem;left:23.3125rem;width:24.4375rem;height:;font-size:0.9375rem;display:block; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:before{  }
 }@media only screen and (max-width: 763px) { #H8wivQtxkRc8fv3B76mDDQ6QauMDzthZ { top:11.4375rem;left:25.3125rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od9y0mR0hQLJ7WtazH90hkVTvBXH3P1o { top:2.75rem;left:0rem;width:29.9375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { display:block; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { top:0rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .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; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .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; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz { display:flex;width:18rem;height:5.0625rem;top:4.0625rem;left:8.80078125rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TqD68JPBv8aFUlZimRtDN9ergqEXXOsc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #xLTxrTeRAl2uH8y8G75zOvmvTNtMDEWZ {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #J3vhTb2To6m18w5IaN90d2a0dazTh08e {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #IS8lPdRFyhtru962GEXfHnzmgeRQHCxG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #bKON5pO6VHGTpZxixsndQaSeiv2TIOrV {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TKG7T62QlgxZpWidW0E2I2O6sTHFoTch {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #FvzTB7eOUs7scIbOfZLF4r4XPpcv6TTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WtToMkW1i03mNFqgpdCpgwcFBL12UmsF {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #m8VzoWOTi5rkumv1vfI62GoKJN3EAHoh {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #zgZCFydbq15elbIPmdqFepVBxX6SSGBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WwTRirr9uTHd33kZ6SqD0ftT17FOHPUb {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #N34T8Tdkn1yZl07pP5FmBQmvs9ibtGd8 {  }
 }@media only screen and (max-width: 763px) { #x7Qy83newbwXadkOcfNTZZ31di2UCqG7 { top:2.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { top:6.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { top:17.9375rem;left:17.875rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAgeaNtxX09zztmMOQGI7eGbMT6TNQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #DBJeKKHLnHIMzq4fdsICmiBisKz96TMp { top:22.8125rem;left:0.25rem;width:47.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq { display:block; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkhGqJu9TSW2nBKH4zEioQAE3fn85Hpg { top:25.8125rem;left:33.25rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0TeeoT6rv8A5kEr5vOSlunQbqEzQIZR { display:block; }
 }@media only screen and (max-width: 763px) { #mpCCpXJpNT57cpXATrszp250yAENXweW { top:14.4375rem;left:20.0625rem;width:20.625rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 { top:18rem;left:20.75rem;width:18.5625rem;height:;font-size:1rem;display:block; }#TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 li:before{  }
 }@media only screen and (max-width: 763px) { #meHt3tFlBWl6BhkUGo3usTi24yDsVIOU { top:4.1875rem;left:10.375rem;width:36.3125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJKM2ClT9r6NJQlIhBRntpAHfcGRIB7l { top:2.8125rem;left:0rem;width:23.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yo74HrUBd11InQCRB0y4hXKkRQRaxZ { top:24.3125rem;left:9.25rem;width:12.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6IIKaQ74BD4u1ECzC4EULGUGDbwvPnd { top:25.25rem;left:8.25rem;width:13.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXOG0qkTyDUy5Olyi3aFAaJt8vS0QTMp { top:22.1875rem;left:26rem;width:21.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { display:block; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { 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) { #JXkuCQqzO6PEl4yviwNFHtxztodyAInx { top:1.8125rem;left:0.62446784973144rem;width:10rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:3.1875rem;left:0rem;width:42.375rem;height:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { top:11.375rem;left:0rem;width:31.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { top:16.6875rem;left:0rem;width:30.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { top:22.0625rem;left:0rem;width:31.0625rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { top:31.75rem;left:11.875rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDvgH4Cpwyo5VOsC2QrwEx7mCiaDnMkH { display:block; }
 }@media only screen and (max-width: 763px) { #u840MbTppRfDtJQzwhcx5JcvsFnC7wuV { top:9.9375rem;left:5.9375rem;width:17.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { top:7.5rem;left:0rem;width:28.8125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { top:8.375rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNnTciWS9kyquzm3DknGcue9ezbMdoVc { top:27.625rem;left:0rem;width:39.6875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBicJoilBgFJXak01MNTH6OfiTR995X7 { top:9.3125rem;left:7.279296875rem;width:2rem;height:6.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8kIvhtdumZomTDUi0IFf1sO2hSRV26l { top:15.5625rem;left:6.8740234375rem;width:3.75rem;height:4.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3CETsQBDrLOdw5Us5pI8ruNcQCZcL37 { top:21rem;left:6.8740234375rem;width:3.75rem;height:4.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnaxJwA8OO4g9vIWdrihhITXpHQQrod { top:26.5625rem;left:6.4990234375rem;width:3.75rem;height:4.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq { display:block; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUyNEy3ucyITr8oxS6fqK3n5aWWsW42i { top:12.875rem;left:0rem;width:19.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTxC25ale2678lMMz0yCf6nIDCJ9ncU { top:10.3125rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxpBlrosJLTqmtIP7SVyJMHM6TzUIw9b { top:10.3125rem;left:11.75rem;width:20rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcHlVkwaIuqReTqRAxJUsfaSVeU3bgrP { top:12.875rem;left:11.6875rem;width:20.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxPqXJSQHmTZeLAL6lumzZpW6FvsqlFn { top:10.25rem;left:27.75rem;width:19.875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJqcgB2mOwaGVTNXBXIunDQlGTxPk6L { top:12.875rem;left:27.625rem;width:20rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU1s4fZ9rQvkDNM1A6yXnhA6Wi5HFgFV { top:3.3125rem;left:36.90625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLBGNORfvLKXobQOI0RgPMxiMpmtZVTp { top:2.9375rem;left:20.84375rem;width:5.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etzAODro95hTpnJiSmAZENHMlrN6RywZ { top:2.8125rem;left:3.84375rem;width:7.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGNoo2bpT4EAyoMDdFx4KclmJylTNA4 { top:16.1875rem;left:0rem;width:16.875rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPoKm2yfcL9KXEtWyVhEmWnmsbT7i320 { top:16.1875rem;left:15.5rem;width:16.25rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuaZIy7yowy9OitXNP1GN5vk2cvT7aC { top:16.1875rem;left:31.841796875rem;width:15.625rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkTq4393upOqaFuZO0vGwBsT6ofEwVe { display:block; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpZ7dyeA2cQGF4BeNZxIUQVPE7zEvsSR { top:3.75rem;left:26.1875rem;width:21.5625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbutwQAvC65pHIouDodEyLRTakyBnbKa { top:9.5625rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ksnc3yG5Mw0v184tF3Q2zIDbq7trgc { top:25.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugIkCFHEWvQZ4Me3gG7EcUtigh3F7IZa { top:28.375rem;left:0rem;width:42.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1GiG9GbvnhTTlbWnOROpa7QpliTJwQ { top:16.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH { display:block; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU8mW7rrg0sM6QXpt94ExGKa286hAcvK { top:2.6875rem;left:3.75rem;width:28rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBm03t3qKBcbT8IP2Tit66AwK6WuScVU { top:39.25rem;left:0rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwMLJPA3wsD960oD5pJJTIUW4WOT805 { top:33.9375rem;left:3rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouEVFge7dHMccwJB0uDW5s7A70iyPqz0 { top:34.4375rem;left:3.5rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdCXc37dTSr4VgnD1KxN1G1VkvveFzsR { top:13.75rem;left:0rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH6R8C69lu0ymhV6rAdewiPxxrG14bXX { top:39.3125rem;left:28.875rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwvQeylMe2qaczdbTtWUmfmrETXcxt0m { top:8.6875rem;left:5.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGmzZNOSHKltaasD4o7XX9mEfhHDFCi8 { top:34rem;left:34.625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5tJ1wM9Kbf6z7fWGFHqaD9KxN8Kvqs { top:34.4375rem;left:35.125rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNS8LKcfosoaSiRdwvzTBdcNM0drEqJ { top:45.0625rem;left:0rem;width:16.875rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4nOkMGbszhua3620d4OVaDUAsfM9IQ { top:49.125rem;left:0rem;width:16.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnTCKeZTEKJgvSyO2880t03BdDBygR0 { top:51.625rem;left:0.25rem;width:15.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEre8Aco35AXBrNPbyeT7St2PQQ9TiTe { top:19.75rem;left:0rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mGog6AR3wk3vTK9vGTVG8g0sIA6C8D { top:23.8125rem;left:0rem;width:16.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyrMvhFOfvlzIG7HJw9mDoOp7taHV6Ry { top:26.0625rem;left:0.375rem;width:15.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSosdbBoMnbGODyb4qK8GzfG0p8n0Na { top:45.125rem;left:29.3125rem;width:18.3125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTq5XuTu5TEuWLbc4d6UuGaLCuHITnrb { top:49.1875rem;left:31rem;width:16.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZy0JWqCTODDtQrItsRNBfZfF64Vwn6 { top:51.6875rem;left:31.9375rem;width:15.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPPnZgRwHdyK7TkpGoheBd5lLCV7lgpq { top:7.1875rem;left:39.3125rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KggOcHoWolHx8zNqramUSCbxTon9U5 { top:13.8125rem;left:13rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8DQ68kradt1erd42sJ0EUGc0ANFcvep { top:19.8125rem;left:14.875rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBcoqDnIo2EkPXvs9mRn7mxdmilDZZk { top:23.8125rem;left:15.125rem;width:16.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc0v5e63tUsqWUEHTNeE90FXAl6UoaB { top:26rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3JDC4CShSxtfbsbttyO0TfOQWP8teNp { top:8.6875rem;left:21.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfKXunkdFeg5d1g8OuFOvQqrzE3f1fES { top:9.125rem;left:22.5rem;width:9.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKJL2qz43ArpxGcqPXcsgGFsOwprU5PO { top:39.3125rem;left:13rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7tWsXVCKyyrl5srV4p3dPbbCq3sTk71 { top:34rem;left:18.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xonTtD7Tbhhy9EfEISVxvKTDW9DehFAi { top:45.125rem;left:13.4375rem;width:18.3125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9wVwN0uxKb0mDRWdBFdmsqBAXq5c7Tm { top:49.1875rem;left:15.125rem;width:16.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTBisZb55FZxw1qEJ3T304q5qa4kLmak { top:51.6875rem;left:16.125rem;width:15.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxzExogSxVDkVphnJVtbvCgnTakn9iT { top:8.5rem;left:5.4375rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBuhPk8nJTVJyG8M756UtRAM7ZRZGIi { top:34.125rem;left:19.03125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHcvBr9RBImP4IZQ7LpZbhUkve8LfSN2 { top:64.3125rem;left:0rem;width:18.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6epvl9B4w53xc6ARXqOyJz62vE1N6K { top:59.25rem;left:5.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHyT5tgEwct0XNcdBxKwnbf87VWD1cJ4 { top:70.3125rem;left:0rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0D7moFrEQrmhodbhnCENeJ8SCFh0E4 { top:58.4375rem;left:4.375rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJuM38FeenHISmESNTlNPgSN4zPD9ST { top:74.375rem;left:0rem;width:16.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZCpQFKAUfNgtXvuV1U0zQ5ZicttHgQ { top:77.4375rem;left:0rem;width:16.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxqZqicoi8fTDxr0uV8DxOtTwLlpkiKE { top:64.375rem;left:13rem;width:18.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBzT7JOddbJOeGiTr9ryUTIpcb0it3Gg { top:70.375rem;left:14.875rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXr5OXKyPz9Tdzt5astN4TmdGm2iSvTL { top:74.375rem;left:15.0625rem;width:16.6875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNBIotOHBpLtK9gipGiAi0XuZaRxETdX { top:77.4375rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6XZWCcTRVN6g9q8NQOt0U6Fu8ihJ5q { top:59.25rem;left:21.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR6xzmPTTdo339u0QSeM8LCuy0QUA5t8 { top:57.875rem;left:18.6875rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:3.9375rem;height:2.1875rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.6249998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { top:0.96875rem;left:13.75rem;width:6.25rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block; }
 }@media only screen and (max-width: 763px) { #oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { width:8.125rem;height:1.6875rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/b2af79ba-596d-4490-a560-27a61d8aaac4/Background032.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:62.24934387207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { top:37.9375rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block; }
 }@media only screen and (max-width: 763px) { #wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { width:14.6875rem;height:1.94970625rem;top:27.873046875rem;left:3.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEkSZfJlXN2GWHDwORASuRlSePuNMXlT { width:15.3125rem;height:4.82470625rem;top:30.75rem;left:3.3125rem;font-size:1rem;font-family:"noto sans tc";display:block; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:before{  }
 }@media only screen and (max-width: 763px) { #l9aonX26PChMxApc5Aqn54bxvWMzgrVB { width:19.375rem;height:5.8125rem;top:6.208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1aRr68dUecxwSWmDUvDs6KuCaHwICFn { width:13.3125rem;height:17.0625rem;top:10.873046875rem;left:3.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QSUViQpKQmGJoJINieyOQ12IGiJHuTqa { width:14.3125rem;height:4.6875rem;top:45.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWXbGH95O1kmU5dEVhbAZ8QLIe6AKVVT { width:9.75rem;height:2.7604125rem;top:46.125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS8f7BUG2Xbzms2mhp6LaEB3UnMDk4Fb { width:20rem;height:9.6875rem;top:52.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { display:block; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { width:18.75rem;height:1.625rem;top:1.375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { width:20rem;height:auto;top:5.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { width:18.75rem;height:7.50325rem;top:7.859375rem;left:0.625rem;font-size:1rem;font-family:"noto sans tc";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { width:20rem;height:11rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { width:17.5rem;height:1.80013125rem;top:17.5625rem;left:1.5625rem;font-size:1.125rem;font-family:"noto sans tc";display:block; }
 }@media only screen and (max-width: 763px) { #psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { width:17.5rem;height:6.2246125rem;top:20.0625rem;left:1.25rem;font-size:1rem;font-family:"noto sans tc";display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
 }@media only screen and (max-width: 763px) { #PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { width:6.25rem;height:0.3125rem;top:6.859375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { width:20rem;height:0;top:14.125rem;left:1.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Rbvs80ySU00U6v3eVLLPURpwWzgyAScF { width:18.75rem;height:3.2986125rem;top:2.9375rem;left:0.625rem;font-size:1.375rem;font-family:"noto sans tc";z-index:15018;text-align:left;text-align-last:left;line-height:1.2;color:#0c2132;display:block; }
 }@media only screen and (max-width: 763px) { #PAVJdcHFSgaLtrByrFkTvwIEOatGlk7v { width:20rem;height:5.5181772151899rem;top:30.17285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { display:none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MO7mSIDFrFCShk70npXNm84fqqmeJevK { width:20rem;height:6.5625rem;top:6.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { width:20rem;height:auto;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf0cb67a-38ad-4901-8862-7a1cd7afe92c/landing_materials03.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU.adaptive-delivery-prevent-bg, #huXiR4sbP3BWqJDn6phfExULxdLtEbaU.lazyload, #huXiR4sbP3BWqJDn6phfExULxdLtEbaU.lazyloading { background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { width:17.5rem;height:1.625rem;top:12.3125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { width:20rem;height:25.125rem;top:0rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #4658b5, #52d0ca);background-image: -moz-linear-gradient(233deg, #4658b5, #52d0ca);background-image: -ms-linear-gradient(233deg, #4658b5, #52d0ca);background-image: -o-linear-gradient(233deg, #4658b5, #52d0ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4658b5', endColorstr='#52d0ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4658b5', endColorstr='#52d0ca' );";background-image: linear-gradient(233deg, #4658b5, #52d0ca);background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.75) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuNXOgXTtPvFU3npVLayQp7sBcxAb93 { width:17.5rem;height:2.5996125rem;top:2.5rem;left:1.25rem;font-size:2rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { top:15.3125rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NJmkfhxNqTVFcc3hALTq55LXELmDFDI8 { display:block; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .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; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .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; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza { display:flex;width:18rem;height:5.0625rem;top:5.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #zvtTEdXdNq799wuAyNeGpRhSUcsTozcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #iu5Zx6pEzMbsCcNosfzO7TgPTIHsfRpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #HDAnvwohz93gKUS5HZG4VepCPDooiSpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #IGb89cIzEwLiWrv23KPeKc3p5nutuSfk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #eVswrS9vmfTAk3iHdWq5t6CmvTsukNeV {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #v1Z3Olz2hT2WBUhM3IdV7puyLka6511y {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #TsMwpifNwxJ9m40DsXaIfeDSWNzOvK1v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #WEnT6tNuHmw75vCRiQQisJNcWHaJTM3W {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #G8BEEgNiNDoqSv5zWfP1q2hGBuxzr3nG {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #D4Kp8N8RMc13uu9THdGdd22WD9AHXTCM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #bUKmWN42y6gvhTUCS3ESTbEENFt9mW2l {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #h0EQgn9biy794Kiimudl0h8yJtqozuOk {  }
 }@media only screen and (max-width: 763px) { #EczUOJZKpXTVCcuZyERVqMooCTlfyMX0 { width:17.5rem;height:2.2721375rem;top:20.375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #igU8oFyBAPTiZwStphgyuyEnGtFrSf2w { display:block; }#igU8oFyBAPTiZwStphgyuyEnGtFrSf2w > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMkBHzDNVAtdZM0262Xzgn9IwVzQnA0W { width:18.75rem;height:2.0625rem;top:2.28125rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v4wobc41Ok2xocUOBdfqfXyktsVNPEwT { width:18.75rem;height:1.86865rem;top:8.53125rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAAnb6sTLhVJTfvO3Lt4nAGWtZ3C4SCn { width:18.75rem;height:1.86865rem;top:14.8125rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rq2lXSeprd1z6p2mCqbFHATfbhge2pxx { width:18.75rem;height:1.7252625rem;top:20.625rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e3iah4Lbu42nUVizV4SpzPWvEwKWuAPn { top:51.75rem;left:4.4375rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FRpf0SXgmODAflUJnIeJBlm40Ahua34m { display:block; }
 }@media only screen and (max-width: 763px) { #DCfAwxO8TdDwsTwge1cMdvsV6nmt02Xm { width:18.75rem;height:1.71875rem;top:4.59375rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KuAtJOzr2FZbDJRTCgPTtDuNFZ6VZBT2 { width:18.75rem;height:2.599825rem;top:10.3984375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZGpBhGPdAEGiccCphny22KOlFTyFJ5P { width:18.75rem;height:2.599825rem;top:16.625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #llCnNwOBIMdwLdfExfmkwUZlsde3xQpQ { width:18.75rem;height:2.599825rem;top:22.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoqzFdITXWhXtyLxK0KHc6MMT2BCx1B2 { width:20rem;height:0;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #heIZi3FET7KtrTtoOA66FUmiuVX3PKhB { width:14.4375rem;height:14.4375rem;top:32.251953125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2TDASwbcdQ0wdCFdf3y5Ozv2pC7NE5B { width:6.25rem;height:0.3125rem;top:7.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR3UAaA8A2QGmwyG9rTuhfcp04VCTZrJ { width:18.75rem;height:1.86865rem;top:27.1923828125rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTxusarkAxEJ5fRpRDlfGshmqeO0LBez { width:18.75rem;height:2.92535rem;top:29.3291015625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIthDUeQPscnVHqerusZBnC7DLRrU7gW { display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { width:20rem;height:306.18511962891rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRSQ9INCVxiTlnHKTIWSnVbHE2VPC2kc { width:20rem;height:5.5rem;top:41.0849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwz3noR5ns8HUZse3U5kAWn6sbg8n3O3 { width:14.1865rem;height:4.4987rem;top:5.1240234375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zfX5hy876JHmC0PxBC9SklWy5O2iEcBe { width:15.8125rem;height:1.03125rem;top:22rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f9f5ef;display:block; }
 }@media only screen and (max-width: 763px) { #Myv8IgsHNDhRtCIAPGa2rECycEOhJ216 { width:10.5rem;height:2.5996125rem;top:19.5rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#f9f5ef;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5AStn76IxhbUFiL2yC1isrTMk2vTVJ { width:7.4375rem;height:7.375rem;top:11.5625rem;left:6.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KhScBxkMwfsEV1omswxOXhbNqVd41n9F { width:6.75rem;height:6.75rem;top:11.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxaTImecUJe9Xnc2zqWmImyTI1HAVlTD { width:7.4375rem;height:7.4375rem;top:122.9375rem;left:6.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #b0qT3twOHOrlJ9Pfz10tXLXymC2gOciQ { width:15.8125rem;height:1.03125rem;top:134.25rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwTlnFwJZttLgMvpwZqWt94Bz3TTEwtN { width:10.5rem;height:2.5996125rem;top:131.150390625rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wypWag6tmLgmhX0PQv7XnTnTHWLPKTG4 { width:20rem;height:33.625rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTt8Of73bx0Rqz2VH0REzlsXxGpTMWR { width:15.8125rem;height:1.03125rem;top:204.3125rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HT37BOEg8Ty1M2QRwZTTnrzUrvK1V30q { width:10.5rem;height:2.5996125rem;top:201.6875rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baw6R8oDAoGRdn7KPeTkTsqTPQMwVMIu { width:6.6875rem;height:6.6875rem;top:193.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LApzG4Zda4ttClv92ct2MxuTmLT739vM { width:7.4375rem;height:7.4375rem;top:228.75rem;left:6.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xJk1P3sVhDKo2RtLNesOIPpAoioo51fw { width:20rem;height:38.9375rem;top:81.0224609375rem;left:0rem;z-index:15011;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TUqLbb8JrDSDBxOgTDdMO5bGiQOAa9 { width:10.5rem;height:2.5996125rem;top:237.25rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bi0nGozlXBAxE9e2sDATuzi110wAA0zW { width:15.8125rem;height:1.03125rem;top:239.9375rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2GGPUmVwIfTkiMQSsXRyHckoqUlHzm7 { top:256.625rem;left:7.25rem;width:5.37435rem;height:2.24935rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LBQVJDFfmxWNxRiDldToaJ6MMBJBnuSC { display:block; }
 }@media only screen and (max-width: 763px) { #JqliwwWaOgXrPAUaKCOqTBUWQIBQaT32 { top:224.49871444702rem;left:7.3122830986975rem;width:5.37435rem;height:2.24935rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M94iDXZJeZ9luIIklnHpkWHGuS7xQOFW { display:block; }
 }@media only screen and (max-width: 763px) { #qBlfMh2DrqAIHahLxEQnRsXkQ5JxdLvo { top:150.125rem;left:7.3125rem;width:5.375rem;height:2.25rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BCGWap7RpUtN2bdH49A1PzmiJrusveVn { display:block; }
 }@media only screen and (max-width: 763px) { #PwotHzvzGgl03WJ2miDXzktbQWmiNg8o { top:43.3125rem;left:7.3125rem;width:5.37435rem;height:2.24935rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvhg2e8UQpJ7L4nxZJxQmbPxGKfkzOr { display:block; }
 }@media only screen and (max-width: 763px) { #T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 { width:18.4375rem;height:17.6844375rem;top:24.375rem;left:0.8125rem;font-size:0.9375rem;color:#f9f5ef;display:block; }#T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 li:before{  }
 }@media only screen and (max-width: 763px) { #CZ5XDKWHesDTkB6WlMlHsSRTdUzi9zkz { width:20rem;height:37.3125rem;top:136.8984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MU0GheMRQWZOy4TCCPiyKTehJJ9hBE79 { width:7.4370625rem;height:7.4370625rem;top:262.1875rem;left:6.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #IVWkK8x1RrAAxVuOpStD8irQcCavMIq8 { width:6.6865rem;height:6.6865rem;top:262.5625rem;left:6.625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #nktFKP61Z5vHPTxaxmoS8exZ2dICncID { width:10.5rem;height:2.5996125rem;top:270.5625rem;left:5.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxwBycgysFe2eFEFX6ExoTdOIXttXVhT { width:13.375rem;height:1.03125rem;top:273.1875rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prTxaugU8eSU89UzKnr4CeOkBfJ2PQ3N { top:288.75rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vfo4UvnE1mCsfFvieV3x3GvsUSUpuWwr { display:block; }
 }@media only screen and (max-width: 763px) { #zcMm6fCd3duIcIba0CUfTHx7BfpUdp3U { width:6.9375rem;height:6.9375rem;top:229rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpLNSi4FGOqIBFQZxwzSrn80uxEDTNA { width:10.5rem;height:0;top:281.8984375rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #bSPn4pncZ1XCV97Vc7yxIrNls6G7Xa2J { width:20rem;height:38.8125rem;top:136.8984375rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ZsdOf69bTflaoT4zd2iva5Lhe4TSJyMN { width:20rem;height:290.8125rem;top:2.9351196289062rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T { width:18.125rem;height:12.2168125rem;top:136.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#TVFwmPq85dM8fuRhzP7gEytkRRHS4G7T li:before{  }
 }@media only screen and (max-width: 763px) { #C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU { width:18.6875rem;height:15.278875rem;top:206.625rem;left:0.6875rem;font-size:0.9375rem;display:block; }#C5VKPhXmitwrGsNtVLmo00D2xD1z5ATU li:before{  }
 }@media only screen and (max-width: 763px) { #V1S37bQH25gVwaRhx49ZKIIEsb05Vymz { width:17.4375rem;height:12.2168125rem;top:275.1875rem;left:1.3125rem;font-size:0.9375rem;display:block; }#V1S37bQH25gVwaRhx49ZKIIEsb05Vymz li:before{  }
 }@media only screen and (max-width: 763px) { #xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA { width:18.811875rem;height:12.2168125rem;top:242.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }#xZBwTBFHwGCzuDpna5KZS7FAqUcZ8LbA li:before{  }
 }@media only screen and (max-width: 763px) { #xMw3kpRGO0wkMbQG48rJdrweQxXoiW0T { width:20rem;height:38.5rem;top:154rem;left:0rem;z-index:15011;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVrkDaGfgXMr85yxuAdMVSFCuEKaVI6 { width:20rem;height:16.375rem;top:134.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpF9NVwmmXlfsXIC1A9FzWHXeE4rdyb1 { width:7.6875rem;height:7.5625rem;top:155.4375rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #DuHVC9TPr27A2yZfSk0e4k83MqReCIdR { width:7.75rem;height:7.875rem;top:49.375rem;left:6.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #GzhmbugQNX6FLuVIgauOUo22fMkFo2El { width:20rem;height:33.25rem;top:227.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsm0A0PI8LJT0CqAEmZaEL5qiIC7L3Lf { width:8.125rem;height:8.125rem;top:82.5rem;left:5.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #fzpnxNbaxs1Txaz2Rb11040XOXpsUrUy { width:20rem;height:36.75rem;top:10.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPMsRaM37nQGZaFOKozOhrseXe7mror { width:10.5rem;height:2.5996125rem;top:164rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9cqTJvq9RLMUxlkcp8SJwVAJDgmtM3J { width:9.8125rem;height:2.0616375rem;top:166.5625rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pp5q75UBOuX8TPWdanbm2gKkbMeaD3Fn { top:187.8125rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IXItIdccLR24DsL5ITxLyMCEXuTriwTq { display:block; }
 }@media only screen and (max-width: 763px) { #kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT { width:18.9375rem;height:16.497375rem;top:169.6875rem;left:1.0625rem;font-size:0.9375rem;display:block; }#kTQmdxAVonXhOe55DyUqTLwv2iJG1ElT li:before{  }
 }@media only screen and (max-width: 763px) { #wkvgeLCslXVIG4PaiR7AhXBgG0yBOew5 { width:7.25rem;height:7.25rem;top:49.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb1K12JCDp29RkUXtP46xc1z5QVfaUBi { width:7.375rem;height:7.375rem;top:82.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIutXzcC21rtuWUSx6WMdzsoz3Z8meGH { width:7.125rem;height:7.125rem;top:155.6875rem;left:6.4375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #gZhS9VdAcKeLKUxVzPXT9HCqteCaqizm { width:10.5rem;height:2.5996125rem;top:58.125rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #K0c3JGJyXfF2vnaCmhf1Tgx4ApyOUTuh { width:15.8125rem;height:1.03125rem;top:60.724609375rem;left:2.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #Dtu5WWlWriiGUzzRDJFNk9QsCdgKqduF { top:77.25rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F9AcutC2vq90vthDt4dlI0OCfHgJdEPG { display:block; }
 }@media only screen and (max-width: 763px) { #N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 { width:17.3125rem;height:12.2168125rem;top:63.21875rem;left:1.34375rem;font-size:0.9375rem;color:#1d2850;display:block; }#N6erT2S2ZVKbyRs777u0Coib1J78NSJ0 li:before{  }
 }@media only screen and (max-width: 763px) { #Opioi2bUFmf9SdVi3oeqWFaaDdVMt5ps { width:15.8125rem;height:3.09245625rem;top:94.974609375rem;left:2.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f9f5ef;display:block; }
 }@media only screen and (max-width: 763px) { #V0ALJQG6I2RzaU4eleoT8q6hk65qkTpR { width:10.5rem;height:2.5996125rem;top:91.75rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#f9f5ef;display:block; }
 }@media only screen and (max-width: 763px) { #ERe4TS3Jz2PxeX04StUFSpG08D8qZS7m { top:114.5625rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AH461yMMKJxlWRBk9oF9TOGKnFNQ6dOK { display:block; }
 }@media only screen and (max-width: 763px) { #GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA { width:17.75rem;height:12.2168125rem;top:99.9912109375rem;left:1.125rem;font-size:0.9375rem;display:block; }#GchdaIh9mLVUh2I1yb3LoB4lSaSmNxqA li:before{  }
 }@media only screen and (max-width: 763px) { #id9dfe8AZdT6Ny5ExTGOaV0pbIFIL1ZF { width:10rem;height:10rem;top:294.93511962891rem;left:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { display:block; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { width:19.9375rem;height:3.75rem;top:1.8046875rem;left:1.28125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lDkIW0ua47hPakQkffK3AVCVAksVJgpq { width:17.5rem;height:1.86865rem;top:8.7109375rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXglz5Xokza0gwPELGOvozNbTQQsggII { width:17.5rem;height:4.875rem;top:10.8984375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { width:17.5rem;height:1.86865rem;top:18.9609375rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { width:17.5rem;height:3.65625rem;top:21.078125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { width:17.5rem;height:1.86865rem;top:28.0859375rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { width:17.5rem;height:4.875rem;top:30.3359375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { width:18.499375rem;height:2.03125rem;top:37.959638595581rem;left:1.1245661377907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { width:17.5rem;height:4.875rem;top:40.3984375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { width:20rem;height:9.5rem;top:7.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { width:20rem;height:8.4375rem;top:17.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { width:20rem;height:9.5rem;top:26.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { width:20rem;height:9.3125rem;top:37.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lan7C0igP5keel2W9V1s5FpMr3MzqeGK { width:6.25rem;height:0.3125rem;top:6.1171875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD { background-color:#ffffff;background-image:none;display:block; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { background-color: transparent; background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .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); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs7D96TDHLwSEIKQ3OHZT4Lp6Qen3Bmd { width:18.75rem;height:2.19970625rem;top:2rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qeTcQbUmvUAWpSZMtwTyi1OwQmCaKep8 { width:20rem;height:11.75rem;top:19.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHFB0PIsITQKGi1l2n7Tulpyr1OvWHX { top:33.1416015625rem;left:3.96875rem;width:12.0625rem;height:3.4375rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qentnO5T7IgSit6GBsUg9QccVKDQBWDn { display:block; }
 }@media only screen and (max-width: 763px) { #EDpTiTrSll7AE4xqPvWKZnDJbCRAaxGc { width:19.25rem;height:1.21875rem;top:4.359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGvtOE0gZIeGS7e74eel87BTmo0XWiwb { width:17.5rem;height:6.7176875rem;top:23.8759765625rem;left:1.25rem;font-size:0.9375rem;line-height:1.3;display:block; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:before{  }
 }@media only screen and (max-width: 763px) { #H8wivQtxkRc8fv3B76mDDQ6QauMDzthZ { width:17.5rem;height:2.1933625rem;top:21.068359375rem;left:1.25rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Od9y0mR0hQLJ7WtazH90hkVTvBXH3P1o { width:15.875rem;height:13.875rem;top:6.1728515625rem;left:1.4375rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #455086, #ffffff);background-image: -moz-linear-gradient(360deg, #455086, #ffffff);background-image: -ms-linear-gradient(360deg, #455086, #ffffff);background-image: -o-linear-gradient(360deg, #455086, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#455086', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#455086', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #455086, #ffffff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { background-color: transparent; background-image: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .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); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { border-width: 0; border-radius: 0; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { width:20rem;height:23.9375rem;top:1.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .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; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .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; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz { display:flex;width:18rem;height:5.0625rem;top:9.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TqD68JPBv8aFUlZimRtDN9ergqEXXOsc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #xLTxrTeRAl2uH8y8G75zOvmvTNtMDEWZ {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #J3vhTb2To6m18w5IaN90d2a0dazTh08e {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #IS8lPdRFyhtru962GEXfHnzmgeRQHCxG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #bKON5pO6VHGTpZxixsndQaSeiv2TIOrV {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TKG7T62QlgxZpWidW0E2I2O6sTHFoTch {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #FvzTB7eOUs7scIbOfZLF4r4XPpcv6TTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WtToMkW1i03mNFqgpdCpgwcFBL12UmsF {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #m8VzoWOTi5rkumv1vfI62GoKJN3EAHoh {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #zgZCFydbq15elbIPmdqFepVBxX6SSGBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WwTRirr9uTHd33kZ6SqD0ftT17FOHPUb {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #N34T8Tdkn1yZl07pP5FmBQmvs9ibtGd8 {  }
 }@media only screen and (max-width: 763px) { #x7Qy83newbwXadkOcfNTZZ31di2UCqG7 { width:17.5rem;height:2.5996125rem;top:3.3125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { width:17.5rem;height:1.625rem;top:6.537109375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"noto sans";display:block; }
 }@media only screen and (max-width: 763px) { #LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { top:16.75rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QXAgeaNtxX09zztmMOQGI7eGbMT6TNQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #DBJeKKHLnHIMzq4fdsICmiBisKz96TMp { width:17.5rem;height:2.2721375rem;top:21.5rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq { background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/b2af79ba-596d-4490-a560-27a61d8aaac4/Background032.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq.adaptive-delivery-prevent-bg, #ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq.lazyload, #ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq.lazyloading { background-image: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { background-color: transparent; background-image: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container > .video-iframe-container { display: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row > .video-iframe-container { display: none; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .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); }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { border-width: 0; border-radius: 0; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieTPhkTVZUG4sy3tNU6F5fypEwzRDadq > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkhGqJu9TSW2nBKH4zEioQAE3fn85Hpg { top:38.9375rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L0TeeoT6rv8A5kEr5vOSlunQbqEzQIZR { display:block; }
 }@media only screen and (max-width: 763px) { #mpCCpXJpNT57cpXATrszp250yAENXweW { width:14.6875rem;height:1.94970625rem;top:27.498046875rem;left:4.40625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 { width:15.3125rem;height:4.82470625rem;top:30.25rem;left:3.125rem;font-size:1rem;font-family:"noto sans tc";display:block; }#TRx28hT2ds0Ld0Sn78etDRTtKyXiWOM7 li:before{  }
 }@media only screen and (max-width: 763px) { #meHt3tFlBWl6BhkUGo3usTi24yDsVIOU { width:19.375rem;height:5.8125rem;top:3.146484375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KJKM2ClT9r6NJQlIhBRntpAHfcGRIB7l { width:14.125rem;height:18.125rem;top:9.435546875rem;left:2.9375rem;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yo74HrUBd11InQCRB0y4hXKkRQRaxZ { width:14.3125rem;height:4.6875rem;top:47.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6IIKaQ74BD4u1ECzC4EULGUGDbwvPnd { width:9.75rem;height:2.7604125rem;top:48.775390625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXOG0qkTyDUy5Olyi3aFAaJt8vS0QTMp { width:20rem;height:9.88475rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { position:relative;z-index:auto;display:block; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { width:20rem;height:2.7625875rem;top:4.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXkuCQqzO6PEl4yviwNFHtxztodyAInx { width:9.5625rem;height:1.875rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:20rem;height:1.7871125rem;top:4.01171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { width:17.0625rem;height:3.25rem;top:13.94825rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { width:15.8125rem;height:3.25rem;top:18.44825rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { width:16.8125rem;height:3.25rem;top:25.99805625rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { top:38.0478625rem;left:4.375rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fffa99);background-image: -moz-linear-gradient(319deg, #ede83a, #fffa99);background-image: -ms-linear-gradient(319deg, #ede83a, #fffa99);background-image: -o-linear-gradient(319deg, #ede83a, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99' );";background-image: linear-gradient(319deg, #ede83a, #fffa99);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uDvgH4Cpwyo5VOsC2QrwEx7mCiaDnMkH { display:block; }
 }@media only screen and (max-width: 763px) { #u840MbTppRfDtJQzwhcx5JcvsFnC7wuV { width:8.25rem;height:0.375rem;top:7.13671875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { width:20rem;height:0;top:5.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { width:20rem;height:1.51171875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VNnTciWS9kyquzm3DknGcue9ezbMdoVc { width:17.25rem;height:3.25rem;top:33.5478625rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBicJoilBgFJXak01MNTH6OfiTR995X7 { width:1.25rem;height:2.5996125rem;top:10.0986375rem;left:9.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8kIvhtdumZomTDUi0IFf1sO2hSRV26l { width:3.75rem;height:1.79980625rem;top:7.04883125rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3CETsQBDrLOdw5Us5pI8ruNcQCZcL37 { width:3.75rem;height:1.79980625rem;top:22.94825rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXnaxJwA8OO4g9vIWdrihhITXpHQQrod { width:3.75rem;height:1.79980625rem;top:30.49805625rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq { display:none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uUyNEy3ucyITr8oxS6fqK3n5aWWsW42i { width:19.4375rem;height:1.54296875rem;top:10.15625rem;left:0.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUTxC25ale2678lMMz0yCf6nIDCJ9ncU { width:19.4375rem;height:2.03125rem;top:6.875rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxpBlrosJLTqmtIP7SVyJMHM6TzUIw9b { width:19.4375rem;height:2.03125rem;top:24.32421875rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcHlVkwaIuqReTqRAxJUsfaSVeU3bgrP { width:19.4375rem;height:1.54296875rem;top:27.60546875rem;left:0.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxPqXJSQHmTZeLAL6lumzZpW6FvsqlFn { width:19.4375rem;height:2.03125rem;top:39.8359375rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTJqcgB2mOwaGVTNXBXIunDQlGTxPk6L { width:19.4375rem;height:1.54296875rem;top:43.1171875rem;left:0.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fU1s4fZ9rQvkDNM1A6yXnhA6Wi5HFgFV { width:4.3125rem;height:4.3125rem;top:34.2734375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLBGNORfvLKXobQOI0RgPMxiMpmtZVTp { width:4.8125rem;height:4.9375rem;top:18.13671875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etzAODro95hTpnJiSmAZENHMlrN6RywZ { width:5.8125rem;height:4.375rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGNoo2bpT4EAyoMDdFx4KclmJylTNA4 { width:20rem;height:3.9375rem;top:12.94921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPoKm2yfcL9KXEtWyVhEmWnmsbT7i320 { width:20rem;height:2.625rem;top:30.3984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWuaZIy7yowy9OitXNP1GN5vk2cvT7aC { width:20rem;height:5.25rem;top:45.91015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTkTq4393upOqaFuZO0vGwBsT6ofEwVe { display:none; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XpZ7dyeA2cQGF4BeNZxIUQVPE7zEvsSR { width:16.625rem;height:2.5996125rem;top:1.25rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZbutwQAvC65pHIouDodEyLRTakyBnbKa { width:20rem;height:20.9375rem;top:7.64941875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ksnc3yG5Mw0v184tF3Q2zIDbq7trgc { width:19.75rem;height:3.41015625rem;top:29.83691875rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugIkCFHEWvQZ4Me3gG7EcUtigh3F7IZa { width:20rem;height:2.2734375rem;top:34.497075rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sa1GiG9GbvnhTTlbWnOROpa7QpliTJwQ { top:5.0996125rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15019;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#06132c;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e048ba7-6325-4bcb-a3d7-2d84fecf51d2/landing_materials05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH.adaptive-delivery-prevent-bg, #d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH.lazyload, #d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH.lazyloading { background-image: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { border-width: 0; border-radius: 0; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { width:20rem;height:193.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FU8mW7rrg0sM6QXpt94ExGKa286hAcvK { width:20rem;height:2.4375rem;top:80.9707rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBm03t3qKBcbT8IP2Tit66AwK6WuScVU { width:18.625rem;height:13.8125rem;top:25.86035rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwMLJPA3wsD960oD5pJJTIUW4WOT805 { width:6.625rem;height:6.625rem;top:42.4082rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouEVFge7dHMccwJB0uDW5s7A70iyPqz0 { width:5.9375rem;height:5.9375rem;top:42.9082rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdCXc37dTSr4VgnD1KxN1G1VkvveFzsR { width:18.625rem;height:13.8125rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH6R8C69lu0ymhV6rAdewiPxxrG14bXX { width:18.625rem;height:14.1875rem;top:169.4550734375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwvQeylMe2qaczdbTtWUmfmrETXcxt0m { width:6.625rem;height:6.625rem;top:17.8916rem;left:6.65625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QGmzZNOSHKltaasD4o7XX9mEfhHDFCi8 { width:6.625rem;height:6.625rem;top:186.0029234375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5tJ1wM9Kbf6z7fWGFHqaD9KxN8Kvqs { width:5.9375rem;height:5.9375rem;top:186.4404234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNS8LKcfosoaSiRdwvzTBdcNM0drEqJ { width:16.875rem;height:1.375rem;top:31.67285rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4nOkMGbszhua3620d4OVaDUAsfM9IQ { width:15.875rem;height:1.13671875rem;top:35.73535rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwnTCKeZTEKJgvSyO2880t03BdDBygR0 { width:15.5rem;height:2.923825rem;top:38.23535rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEre8Aco35AXBrNPbyeT7St2PQQ9TiTe { width:16.875rem;height:2.75rem;top:7.25rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mGog6AR3wk3vTK9vGTVG8g0sIA6C8D { width:16.625rem;height:1.13671875rem;top:11.3125rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyrMvhFOfvlzIG7HJw9mDoOp7taHV6Ry { width:15.5rem;height:2.923825rem;top:13.5625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSosdbBoMnbGODyb4qK8GzfG0p8n0Na { width:18.3125rem;height:2.75rem;top:175.2675734375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTq5XuTu5TEuWLbc4d6UuGaLCuHITnrb { width:16.625rem;height:1.13671875rem;top:179.3300734375rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABZy0JWqCTODDtQrItsRNBfZfF64Vwn6 { width:15.5rem;height:2.923825rem;top:181.8300734375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPPnZgRwHdyK7TkpGoheBd5lLCV7lgpq { width:8.25rem;height:0.375rem;top:167.8300734375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KggOcHoWolHx8zNqramUSCbxTon9U5 { width:18.75rem;height:13.8125rem;top:84.6582rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8DQ68kradt1erd42sJ0EUGc0ANFcvep { width:16.875rem;height:2.75rem;top:90.6582rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBcoqDnIo2EkPXvs9mRn7mxdmilDZZk { width:16.625rem;height:1.13671875rem;top:94.6582rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc0v5e63tUsqWUEHTNeE90FXAl6UoaB { width:16.0625rem;height:2.923825rem;top:96.9072234375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3JDC4CShSxtfbsbttyO0TfOQWP8teNp { width:6.625rem;height:6.625rem;top:101.0800734375rem;left:6.6875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xfKXunkdFeg5d1g8OuFOvQqrzE3f1fES { width:5.9375rem;height:5.875rem;top:101.5175734375rem;left:7rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #kKJL2qz43ArpxGcqPXcsgGFsOwprU5PO { width:18.75rem;height:17.5rem;top:108.9550734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7tWsXVCKyyrl5srV4p3dPbbCq3sTk71 { width:7.5625rem;height:7.5625rem;top:127.7050734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xonTtD7Tbhhy9EfEISVxvKTDW9DehFAi { width:18.3125rem;height:2.75rem;top:114.7675734375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9wVwN0uxKb0mDRWdBFdmsqBAXq5c7Tm { width:16.625rem;height:1.13671875rem;top:118.8300734375rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTBisZb55FZxw1qEJ3T304q5qa4kLmak { width:15.5rem;height:2.923825rem;top:121.3300734375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxzExogSxVDkVphnJVtbvCgnTakn9iT { width:6.875rem;height:6.875rem;top:17.73535rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBuhPk8nJTVJyG8M756UtRAM7ZRZGIi { width:7.0625rem;height:7.0625rem;top:127.8613234375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHcvBr9RBImP4IZQ7LpZbhUkve8LfSN2 { width:18.75rem;height:17.875rem;top:50.2832rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6epvl9B4w53xc6ARXqOyJz62vE1N6K { width:8.6875rem;height:8.6875rem;top:70.2207rem;left:5.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iHyT5tgEwct0XNcdBxKwnbf87VWD1cJ4 { width:16.875rem;height:2.75rem;top:56.2832rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0D7moFrEQrmhodbhnCENeJ8SCFh0E4 { width:10.3125rem;height:10.3125rem;top:69.4082rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJuM38FeenHISmESNTlNPgSN4zPD9ST { width:16.625rem;height:2.2734375rem;top:60.3457rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTZCpQFKAUfNgtXvuV1U0zQ5ZicttHgQ { width:16.5rem;height:4.3857375rem;top:63.460934375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxqZqicoi8fTDxr0uV8DxOtTwLlpkiKE { width:18.75rem;height:17.75rem;top:136.5175734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBzT7JOddbJOeGiTr9ryUTIpcb0it3Gg { width:16.875rem;height:2.75rem;top:142.5175734375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXr5OXKyPz9Tdzt5astN4TmdGm2iSvTL { width:16.6875rem;height:2.2734375rem;top:146.5175734375rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNBIotOHBpLtK9gipGiAi0XuZaRxETdX { width:16.25rem;height:2.923825rem;top:149.6328078125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6XZWCcTRVN6g9q8NQOt0U6Fu8ihJ5q { width:8.5rem;height:8.5rem;top:156.8925734375rem;left:5.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kR6xzmPTTdo339u0QSeM8LCuy0QUA5t8 { width:11.0625rem;height:11.0625rem;top:155.5175734375rem;left:4.4375rem;z-index:15041;display:block; }
 }