.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#0c242d;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; }#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:#e8f7ff;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.4364375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.2180397510529rem;left:21.764915466309rem;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:#e8f7ff;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.0593125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.2180397510529rem;left:28.200904846191rem;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:#e8f7ff;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.4968125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.2180397510529rem;left:36.260208129882rem;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.959159851074rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fff874);background-image: -moz-linear-gradient(319deg, #ede83a, #fff874);background-image: -ms-linear-gradient(319deg, #ede83a, #fff874);background-image: -o-linear-gradient(319deg, #ede83a, #fff874);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fff874' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fff874' );";background-image: linear-gradient(319deg, #ede83a, #fff874);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(0,0,0,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:5.6875rem;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:2.93723125rem;width:10.3125rem;top:0.84339487552644rem;left:1.3747329711914rem;overflow:hidden;display:block; }
#tHIuI8XRep6uafa7dRFtiSHkW8dKBVnS { z-index:15004;top:1.09375rem;left:43.647903442382rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #ede83a, #fff874);background-image: -moz-linear-gradient(319deg, #ede83a, #fff874);background-image: -ms-linear-gradient(319deg, #ede83a, #fff874);background-image: -o-linear-gradient(319deg, #ede83a, #fff874);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fff874' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fff874' );";background-image: linear-gradient(319deg, #ede83a, #fff874);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(0,0,0,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:5.625rem;height:2.43696875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fqgTiyZFT1R6LNS34T7MhzfCBK5CC3AL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a2354;background-image:url("https://images.assets-landingi.com/uc/31b4556f-88c3-48a4-a332-119cc3b120d5/AS202510_Mock_Exam_bg3.jpg");background-position:bottom 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: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:37.5625rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#ffffff;display:block;width:53.187125rem;position:absolute;font-family:roboto;font-size:4.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(0,0,0,0.75);top:3.6239342689514rem;left:3.4055404663086rem;height:6.337rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PSedmEqvVuhbRKIRySQCTFz4sPcSXzSx { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:17.060545444489rem;left:29.146839141846rem;height:5.0617rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { z-index:15004;top:23.40376329422rem;left:45.58504486084rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));background-image: -moz-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));background-image: -ms-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));background-image: -o-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#f7f5a6fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#f7f5a6fc' );";background-image: linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));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(0,0,0,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:11.0618125rem;height:3.06196875rem;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; }
#JXe9TqeyquwoGwOPmMqP5Wl11PH4iwz5 { position:absolute;display:block;z-index:15017;height:1.6850125rem;width:2.9989375rem;top:31.275745391846rem;left:34.1796875rem;display:block; }
#Uik7CzT1epCSMfuKA19uThwDTvA1c3SE { 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:23.125rem;width:39.1875rem;top:14.437125rem;left:0rem;overflow:hidden;display:block; }
#sEKplOsHi7U7RJzk11olHQOcKPNOXQwD { color:#f6f6f6;display:block;width:38.18625rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.011007785797rem;left:18.46146774292rem;height:2.1937125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gkAMAMe6bIDS1185rnH3bmnITkpiWdU2 { color:#f6f6f6;display:block;width:38.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.9619140625rem;left:18.625rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TEBrO5417fIvHPauehR73XLBVorqn4XF { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:19.53125rem;left:29.3125rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { color:#ffffff;display:block;width:15.37375rem;position:absolute;font-family:"noto sans tc";font-size:3.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.88);top:8.9941401481631rem;left:41.998401641846rem;height:4.14373125rem;font-style:normal;display:block; }
#cVxaizbOzXGDHCg3rs00PBvOiWHp0Toa { color:#000000;display:block;width:19.3119375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:34.963600158691rem;left:39.029651641846rem;height:1.05601875rem;display:block; }
#nVdUzK3K0QsdbX9B0MQATvMfQAhlP03Z { position:absolute;display:block;z-index:15036;height:2.3109rem;width:4.1859rem;top:30.705787658691rem;left:39.029651641846rem;display:block; }
#CCbydPySyF4h4dPpo3MQRPvX53Bmy2d6 { position:absolute;display:block;z-index:15031;background-color:#007eb5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:13.2493125rem;top:31.275745391846rem;left:1.7143115997314rem;display:block; }
#tG9G1PdFi6K0lSOzbSCTrH1d7w94oka5 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:31.933591842651rem;left:2.71484375rem;height:3.086825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaJgqonb8EVIt9zQsnGWUgzZK5DNQ3zX { z-index:15005;top:27.574572086334rem;left:45.58504486084rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));background-image: -moz-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));background-image: -ms-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));background-image: -o-linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#f7f5a6fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#f7f5a6fc' );";background-image: linear-gradient(184deg, #fff400, rgba(247,245,166,0.99));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(0,0,0,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:11.0618125rem;height:3.06196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nOrdHycUD0Fsz4oDcfbio5N7rhTBtzd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:27.9375rem;width:60rem;position:relative;display:block; }#nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { color:#1d2850;display:block;width:38.125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6240234375rem;left:1.65625rem;height:2.2745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { color:#007eb5;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:3.57510625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { color:#002634;display:block;width:26.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.161399841309rem;left:1.6557178497314rem;height:14.6218125rem;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:#00a8b5;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(0,0,0,0.75) ;height:11.5625rem;width:25.875rem;top:13.9375rem;left:32.5rem;display:block; }
#lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { color:#f9f5ef;display:block;width:17.9998125rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:15.0625rem;left:30rem;height:1.99973125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { color:#f9f5ef;display:block;width:24.5623125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:17.484021186829rem;left:33.868961334229rem;height:6.537625rem;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(322deg, #4658b5, #58e3dd);background-image: -moz-linear-gradient(322deg, #4658b5, #58e3dd);background-image: -ms-linear-gradient(322deg, #4658b5, #58e3dd);background-image: -o-linear-gradient(322deg, #4658b5, #58e3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4658b5', endColorstr='#58e3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4658b5', endColorstr='#58e3dd' );";background-image: linear-gradient(322deg, #4658b5, #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:10.53125rem;left:1.65625rem;display:block; }
#dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { color:#1d2850;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; }
#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:4.9375rem;width:60rem;position:relative;display:block; }#MO7mSIDFrFCShk70npXNm84fqqmeJevK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #00a8b5, rgba(5,70,79,0.5));background-image: -moz-linear-gradient(203deg, #00a8b5, rgba(5,70,79,0.5));background-image: -ms-linear-gradient(203deg, #00a8b5, rgba(5,70,79,0.5));background-image: -o-linear-gradient(203deg, #00a8b5, rgba(5,70,79,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8b5', endColorstr='#05464f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8b5', endColorstr='#05464f7f' );";background-image: linear-gradient(203deg, #00a8b5, rgba(5,70,79,0.5));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(0,0,0,0.75) ;height:27.3748125rem;width:51.875rem;top:1.2499966621399rem;left:4.0625rem;display:block; }
#UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { color:#ffffff;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.2249625rem;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, #0083b5, #ffffff);background-image: -moz-linear-gradient(360deg, #0083b5, #ffffff);background-image: -ms-linear-gradient(360deg, #0083b5, #ffffff);background-image: -o-linear-gradient(360deg, #0083b5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b5', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #0083b5, #ffffff);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.375rem;width:60rem;position:relative;display:block; }#AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { color:#ffffff;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:2.125rem;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,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:13.4248046875rem;left:24.375rem;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #fff400, #fffa99);background-image: -moz-linear-gradient(174deg, #fff400, #fffa99);background-image: -ms-linear-gradient(174deg, #fff400, #fffa99);background-image: -o-linear-gradient(174deg, #fff400, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffa99' );";background-image: linear-gradient(174deg, #fff400, #fffa99);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(0,0,0,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:#ffffff;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:#ffffff;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:4.9873046875rem;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:#ffffff;display:block;width:44.81225rem;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:18.061966896057rem;left:7.9998226165769rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwlKwNbehzR7vBZESTIFLx38mFPR1tMn { color:#000000;display:block;width:19.3124375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.499377250671rem;left:21.843040466309rem;height:1.05601875rem;display:block; }
#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007eb5;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; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container { background-color: transparent; background-image: none; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container > .video-iframe-container { display: none; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row > .video-iframe-container { display: none; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .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); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container { border-width: 0; border-radius: 0; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#XhJHNQxTdHmWyPtPTeHxombgW7SAT8qo { z-index:15005;top:12.048117637634rem;left:23.968395233154rem;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #fff400, #fffa99);background-image: -moz-linear-gradient(174deg, #fff400, #fffa99);background-image: -ms-linear-gradient(174deg, #fff400, #fffa99);background-image: -o-linear-gradient(174deg, #fff400, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffa99' );";background-image: linear-gradient(174deg, #fff400, #fffa99);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(0,0,0,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.0614375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dgdf3Ub9GDgApHfmaBg4yUhLbfypRoQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etB5RSysPv8CXznk9h1wVVi3MuvL9af9 { color:#ffffff;display:block;width:19.0625rem;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:16.767577171326rem;left:20.46875rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTDLcg4XG38DygL6Fdd16BxCmxeppQZA { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:18.87073802948rem;left:20.78125rem;height:1.05601875rem;display:block; }
#OOuKkMrFquSfOgrfhTR3BMskIsab71yP { color:#e8f7ff;display:block;width:32.62475rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0802555084229rem;left:13.687412261963rem;height:4.2249625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbgL4ontRAPTS4duTTXEmlN7Tg1q1xDE { color:#e8f7ff;display:block;width:38.6239375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8734016418456rem;left:10.687145233154rem;height:2.11248125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3be0149c-2a58-4dd2-97fc-a8277e6fb76c/AS202510_Mock_Exam_bg2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6.adaptive-delivery-prevent-bg, #WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6.lazyload, #WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6.lazyloading { background-image: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container { background-color: transparent; background-image: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #007eb5; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container > .video-iframe-container { display: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #007eb5; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row > .video-iframe-container { display: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .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); }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container { border-width: 0; border-radius: 0; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6::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; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#HNybOsnAxKmSENqBrmLTUp6lquBlam5c { color:#e8f7ff;display:block;width:54.375rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5740966796875rem;left:2.8125rem;height:4.2249625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dO61fdc12tfRIePPKZi0LIhXoqfRPUkr { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.5rem;left:0.25rem;display:none; }
#fuxlzTFuylfJbc1E5zmoBGUyngtWN3gt { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:5.875rem;left:1.8125rem;display:none; }
#Tm70ToQqPAmBRg6wRfFbs9AwBAH01DKM { position:absolute;display:block;z-index:15009;background-color:#38fff6;background-image:none;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:9rem;left:25.875rem;display:block; }
#Zs3v0fddoTIU5gSn4BgnH6JQPR38P5Xp { color:#e8f7ff;display:block;width:54.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6365966796875rem;left:3.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0083b5;background-image:url("https://images.assets-landingi.com/uc/3be0149c-2a58-4dd2-97fc-a8277e6fb76c/AS202510_Mock_Exam_bg2.jpg");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:block; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.adaptive-delivery-prevent-bg, #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.lazyload, #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.lazyloading { background-image: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container { background-color: transparent; background-image: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container > .video-iframe-container { display: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row > .video-iframe-container { display: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .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); }#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.1875rem;width:60rem;position:relative;display:block; }#uUyNEy3ucyITr8oxS6fqK3n5aWWsW42i { color:#ffffff;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.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUTxC25ale2678lMMz0yCf6nIDCJ9ncU { color:#38fff6;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.4374125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxpBlrosJLTqmtIP7SVyJMHM6TzUIw9b { color:#38fff6;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20rem;height:2.4374125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcHlVkwaIuqReTqRAxJUsfaSVeU3bgrP { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:20rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxPqXJSQHmTZeLAL6lumzZpW6FvsqlFn { color:#38fff6;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.4374125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTJqcgB2mOwaGVTNXBXIunDQlGTxPk6L { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:40rem;height:1.62464375rem;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:#ffffff;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:8.4001875rem;text-align:center;text-align-last:center;display:block; }
#xPoKm2yfcL9KXEtWyVhEmWnmsbT7i320 { color:#ffffff;display:block;width:18.4375rem;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.248224258423rem;left:20.78125rem;height:5.60014375rem;text-align:center;text-align-last:center;display:block; }
#hWuaZIy7yowy9OitXNP1GN5vk2cvT7aC { color:#ffffff;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:5.60014375rem;text-align:center;text-align-last:center;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#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:36.3125rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:27.9375rem;position:absolute;font-family:"noto sans tc";font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:2.6875rem;left:1.375rem;height:3.29989375rem;font-style:normal;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#e8f7ff;display:block;width:24.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:4.4375rem;height:1.62464375rem;font-style:normal;display:block; }
#vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { color:#00a8b5;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.75rem;height:2.4374125rem;font-style:normal;display:block; }
#faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { color:#e8f7ff;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.375rem;height:2.4374125rem;font-style:normal;display:block; }
#EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { color:#e8f7ff;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.125rem;left:1.625rem;height:2.4374125rem;font-style:normal;display:block; }
#zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { z-index:15018;top:30.561965942382rem;left:36.028942108154rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #fff400, #fffe8e);background-image: -moz-linear-gradient(176deg, #fff400, #fffe8e);background-image: -ms-linear-gradient(176deg, #fff400, #fffe8e);background-image: -o-linear-gradient(176deg, #fff400, #fffe8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffe8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffe8e' );";background-image: linear-gradient(176deg, #fff400, #fffe8e);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(0,0,0,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:8.125rem;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:#00a8b5;background-image:none;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.0625rem;left:1.6875rem;display:block; }
#PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { color:#e8f7ff;display:block;width:28.875rem;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:6.1875rem;left:1.5625rem;height:1.875rem;font-style:normal;display:block; }
#o5sn7SMWK6o0mVvhMOct9oBe8yMMQL0S { color:#e8f7ff;display:block;width:22.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.474609375rem;left:4.46875rem;height:4.87393125rem;font-style:normal;display:block; }
#K9op9Bg6QEf35lqk1IKd2ZfkZ6J7MFlI { color:#e8f7ff;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.6875rem;left:4.5rem;height:3.2492875rem;font-style:normal;display:block; }
#hdaKJhmrErUOZSHrxSUVTVIIURQoiheO { color:#e8f7ff;display:block;width:21.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.999633789062rem;left:4.4992904663086rem;height:4.8739375rem;font-style:normal;display:block; }
#sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { color:#e8f7ff;display:block;width:28.875rem;position:absolute;font-family:montserrat;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; }
#E0s9XDOV9CWhKaS3W7Ux8aqnu9JZTeL9 { 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:26.875rem;width:26.875rem;top:2.6873223781586rem;left:31.468395233154rem;overflow:hidden;display:block; }
#zA8y2ZXREFlb1KzK0EgSussF6NRmuUTe { z-index:15019;top:30.561965942382rem;left:46.402694702149rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #fff400, #fffe8e);background-image: -moz-linear-gradient(176deg, #fff400, #fffe8e);background-image: -ms-linear-gradient(176deg, #fff400, #fffe8e);background-image: -o-linear-gradient(176deg, #fff400, #fffe8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffe8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffe8e' );";background-image: linear-gradient(176deg, #fff400, #fffe8e);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(0,0,0,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:8.2493125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IfkgVuaUBBdRT4GJ8qbotfVApW8eeUhq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:url("https://images.assets-landingi.com/2hfDOpEUzCQ/unsplash/jacob-padilla-2hfDOpEUzCQ-photo-1699031117121-7f11ec1de049.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; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe.adaptive-delivery-prevent-bg, #yTkTq4393upOqaFuZO0vGwBsT6ofEwVe.lazyload, #yTkTq4393upOqaFuZO0vGwBsT6ofEwVe.lazyloading { background-image: none; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container { background-color: transparent; background-image: none; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container > .video-iframe-container { display: none; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row > .video-iframe-container { display: none; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .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); }#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:39.0625rem;width:60rem;position:relative;display:block; }#XpZ7dyeA2cQGF4BeNZxIUQVPE7zEvsSR { color:#e8f7ff;display:block;width:21.5625rem;position:absolute;font-family:montserrat;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.57510625rem;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:#1d2850;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:32.125rem;left:0rem;height:2.59943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ugIkCFHEWvQZ4Me3gG7EcUtigh3F7IZa { color:#1d2850;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:35.125rem;left:0rem;height:1.29971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sa1GiG9GbvnhTTlbWnOROpa7QpliTJwQ { color:#000000;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:transparent;background-image: -webkit-linear-gradient(180deg, #007eb5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #007eb5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #007eb5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #007eb5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eb5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eb5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #007eb5, rgba(0,0,0,0));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; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { background-color: transparent; background-image: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container > .video-iframe-container { display: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row > .video-iframe-container { display: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .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); }#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:106rem;width:60rem;position:relative;display:block; }#FU8mW7rrg0sM6QXpt94ExGKa286hAcvK { color:#ffffff;display:block;width:28rem;position:absolute;font-family:montserrat;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.41264375rem;font-style:normal;text-align:right;text-align-last:right;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(0,0,0,0.75) ;height:17.625rem;width:18.75rem;top:13.875rem;left:0.625rem;display:block; }
#GwvQeylMe2qaczdbTtWUmfmrETXcxt0m { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.8125rem;left:4.9375rem;display:block; }
#bEre8Aco35AXBrNPbyeT7St2PQQ9TiTe { color:#163033;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.875rem;left:1.3125rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9mGog6AR3wk3vTK9vGTVG8g0sIA6C8D { color:#163033;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.9375rem;left:1.25rem;height:1.21848125rem;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.1875rem;left:2.1875rem;height:2.9243625rem;text-align:center;text-align-last:center;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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:13.9375rem;left:20.625rem;display:block; }
#V8DQ68kradt1erd42sJ0EUGc0ANFcvep { color:#163033;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.9375rem;left:21.3125rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCBcoqDnIo2EkPXvs9mRn7mxdmilDZZk { color:#163033;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.9375rem;left:21.6875rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sbc0v5e63tUsqWUEHTNeE90FXAl6UoaB { color:#6576d5;display:block;width:18.5625rem;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.1875rem;left:20.71875rem;height:2.9243625rem;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, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.8125rem;left:25rem;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:9.0625rem;width:9.0625rem;top:9.28088760376rem;left:5.4052715301514rem;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(0,0,0,0.75) ;height:17.625rem;width:18.75rem;top:63.625rem;left:20.625rem;display:block; }
#bh6epvl9B4w53xc6ARXqOyJz62vE1N6K { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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:58.5rem;left:24.9375rem;display:block; }
#iHyT5tgEwct0XNcdBxKwnbf87VWD1cJ4 { color:#163033;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:69.5625rem;left:21.3125rem;height:3.5751125rem;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:9.0625rem;width:9.0625rem;top:58.905358791351rem;left:25.342329025269rem;overflow:hidden;display:block; }
#FXJuM38FeenHISmESNTlNPgSN4zPD9ST { color:#163033;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:73.625rem;left:21.25rem;height:1.21848125rem;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:75.875rem;left:21.75rem;height:2.9243625rem;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(0,0,0,0.75) ;height:17.5625rem;width:18.75rem;top:63.625rem;left:40.6875rem;display:block; }
#LBzT7JOddbJOeGiTr9ryUTIpcb0it3Gg { color:#163033;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:69.625rem;left:41.375rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXr5OXKyPz9Tdzt5astN4TmdGm2iSvTL { color:#163033;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:73.625rem;left:41.9375rem;height:1.21848125rem;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:75.875rem;left:41.875rem;height:2.9243625rem;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, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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:58.5rem;left:45.0625rem;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:9.0625rem;width:9.0625rem;top:58.875rem;left:45.5rem;overflow:hidden;display:block; }
#eDuXDn6SCbydZZ7KwHU6WXVTWoRl4cq6 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.875rem;left:45rem;display:block; }
#qv0JENnopuTuTXC2dIJi8LoS8czaDi37 { 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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:13.9375rem;left:40.625rem;display:block; }
#Rc86LaTGFR1OOg1ZblOvv6SDVI0wcT2a { color:#163033;display:block;width:18.812125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:19.874822616577rem;left:40.593036651611rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLBnv5HrneH4u3McU0KaMJ8sdihshrLy { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.625rem;left:45rem;display:block; }
#aMO4pDQFD4FTvPbps0tsHz45TdNx1wEF { position:absolute;display:block;z-index:15040;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.0625rem;width:9.0625rem;top:33.999649047851rem;left:45.499290466309rem;overflow:hidden;display:block; }
#TvMFg7GN7n9oKaM2dTuv0f3PmQsw7IfC { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -o-linear-gradient(340deg, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(340deg, #f3f3f3, #ffffff);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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:38.9375rem;left:40.625rem;display:block; }
#tHz3t7H45xU9xaO35P66aMQO6kVTcafq { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -o-linear-gradient(340deg, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(340deg, #f3f3f3, #ffffff);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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:38.875rem;left:20.625rem;display:block; }
#eGGMaC0ZVzC5QCsF6omuZuCPDc4U3ydM { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.5625rem;left:24.9375rem;display:block; }
#R2hsvI52PekyAiSuhu9NJUUck9IsIJ7K { position:absolute;display:block;z-index:15061;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.0625rem;width:9.0625rem;top:34rem;left:25.375rem;overflow:hidden;display:block; }
#wadhvrdnhkQlfLlILtveCTPSUfFp6ZDo { color:#163033;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:44.75rem;left:41.5625rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWI71bM9dl7gQo5NTUDxfkdTTwNftbGT { color:#163033;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:44.6875rem;left:20.8125rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVbu10c1p1TcyQMdfVo9VAwawzBxusIa { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -o-linear-gradient(340deg, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(340deg, #f3f3f3, #ffffff);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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:63.8125rem;left:0.625rem;display:block; }
#ISQ0C3SgHDonC8xJ0MWqOnIiS7GI6EwW { color:#163033;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;top:69.562320709231rem;left:0.78125rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKcGD4JQ9zSTvIbXQdNhPXqo18WtzEOA { color:#163033;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:48.8125rem;left:41.875rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXLvdSF3dktpC0tU2aO97o8DTxnhATwT { color:#163033;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:73.6875rem;left:1.6875rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2V6C1icqkxV81y43fXHI9kJHx3OTCUv { color:#163033;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:48.75rem;left:21.6875rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anmks0Sk0HGmzPn298m6ow2CPlMJpV22 { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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:58.5rem;left:4.9375rem;display:block; }
#CVpSS64urzoH138zToMQ7sADZ5tAQGsW { position:absolute;display:block;z-index:15044;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.0625rem;width:9.0625rem;top:58.968379020691rem;left:5.4053630828858rem;overflow:hidden;display:block; }
#sI0JiOSwQuITECgkaK7Zn4ef1CRFdXih { color:#6576d5;display:block;width:15.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:51.3125rem;left:42.25rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#rQoghk4NeQILg5F7DrSsugIuzQrv3LQp { color:#6576d5;display:block;width:16.1869375rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:75.874465942381rem;left:1.9051837921143rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#q1U5momewROVVQ3ceRLxb7XN83zMa6K1 { color:#6576d5;display:block;width:15.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:51.25rem;left:22.25rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#Pbm9hbgTK194OBdhDI1DiT4KwX0qA94n { 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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:38.8125rem;left:0.625rem;display:block; }
#mJzNx2uXZZo8HRRBqZQ3kOEXsfzmrA2J { 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:51.0625rem;left:1.875rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#ZTh82fRPOmHRDOlhhgJaQwuSWkBcLZbx { color:#163033;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:48.8125rem;left:1.6875rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sd8i8Q4xSp55LTlebr5S7SLRT2ZuyThV { color:#163033;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:44.8125rem;left:1.3125rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIroOQTcI7DkVm8F3owbQDcZU4670ahc { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.75rem;left:5rem;display:block; }
#mn1zXJvUIVyw8sPLTxCfRtuRC3sZEmCv { 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.0625rem;width:9.0625rem;top:9.28089427948rem;left:25.468305587769rem;overflow:hidden;display:block; }
#VzGWleEK3xrL7BOSI4O6mQxpcBJ50LyI { 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.0625rem;width:9.0625rem;top:9.28089427948rem;left:45.468301773071rem;overflow:hidden;display:block; }
#FhgsGeN72xicu1mhHeLel4KlkaNp7mFE { 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.0625rem;width:9.0625rem;top:34.217666625976rem;left:5.4678630828858rem;overflow:hidden;display:block; }
#qzt6b1wZ38Sgi5eoXaxSn9TQM9476I7P { position:absolute;display:block;z-index:15040;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.0625rem;width:9.0625rem;top:34.125rem;left:45.4375rem;overflow:hidden;display:none; }
#ByxCJZQIe8edyiJ3zqtSPLfwhkw1gvEZ { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(340deg, #f3f3f3, #ffffff);background-image: -o-linear-gradient(340deg, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(340deg, #f3f3f3, #ffffff);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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:88.375rem;left:0.625rem;display:block; }
#OOb2sApn4L0HnN4MpZbbWqETh9qI8gpC { position:absolute;display:block;z-index:15045;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.0625rem;width:9.0625rem;top:84.1875rem;left:5.5rem;overflow:hidden;display:block; }
#VHXh43B25MW3wsf1upcgQ7F3APhBcTeG { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.75rem;left:5rem;display:block; }
#FAIPFWahCITEWxRJfZEvn3tyh4GAnHTc { color:#163033;display:block;width:18.3123125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;top:94.375rem;left:0.8125rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd7bFTTSMR8CzrwmRCXwCmvezUR9Uec0 { color:#163033;display:block;width:16.624625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:98.5rem;left:1.6875rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZGmtWEX6SFVGIUhsHI44K9gWwfwUzd8 { color:#6576d5;display:block;width:15.4998125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:101rem;left:2.25rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#EwwqH9Ay0S3U09rmoa15z2M18xQBgHOo { position:absolute;display:block;z-index:15010;background-color:#38fff6;background-image:none;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:8.2493125rem;top:6.8030891418456rem;left:49.617362976074rem;display:block; }
#uJqZzmr4w7LWG090g3p3SBLQXrNhexqG { 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:9.0625rem;width:9.0625rem;top:58.875rem;left:45.5rem;overflow:hidden;display:none; }
#HocS0zSqsTTaGTSOxZzPHpKrx3iAgiI1 { 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(0,0,0,0.75) ;height:17.5rem;width:18.75rem;top:38.8125rem;left:0.625rem;display:none; }
#DVTiDNfbwGC69l3gCDakV39VpHf7kqFT { color:#6576d5;display:block;width:16.25rem;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:26.1875rem;left:41.875rem;height:2.9243625rem;text-align:center;text-align-last:center;display:none; }
#EGurSodUscI97uEC6QmeRVW8Li7e2vXx { color:#163033;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:23.9375rem;left:41.6875rem;height:1.2180375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b0kukaqqR6ndx0qaCosSf5srE4NEh8sX { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);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.625rem;left:45rem;display:none; }
#FPJpcuZb8inxn5AxxhvDD0q5ny3Tx0rp { position:absolute;display:block;z-index:15040;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.0625rem;width:9.0625rem;top:33.999649047851rem;left:45.499290466309rem;overflow:hidden;display:none; }
#NeRNqZVU7Rm2m6efOVpfd5OFIPJt4fkS { color:#163033;display:block;width:16.624625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:23.936878681183rem;left:41.687232971191rem;height:1.21848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvUaBZb3xu9OtadTybouU56JsEysUIcK { color:#6576d5;display:block;width:18.56225rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:26.187410831451rem;left:40.718215942382rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#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:34rem;width:60rem;position:relative;display:block; }#HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { color:#0046b5;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.875rem;height:3.41264375rem;font-style:normal;display:block; }
#lDkIW0ua47hPakQkffK3AVCVAksVJgpq { color:#6576d5;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12rem;left:3.0625rem;height:2.4374125rem;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:15.0625rem;left:3.0625rem;height:3.89915rem;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:14.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12rem;left:30.78125rem;height:2.4374125rem;display:block; }
#TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { color:#002634;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:30.78125rem;height:3.89915rem;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:#000000;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.4375rem;left:3.0625rem;height:2.4374125rem;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:25.375rem;left:3.0625rem;height:3.89915rem;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:#000000;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.4375rem;left:30.75rem;height:2.4374125rem;display:block; }
#cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { color:#002634;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:25.375rem;left:30.8125rem;height:3.89915rem;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:#fefefe;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(0,0,0,0.5) ;height:9.1875rem;width:26.25rem;top:10.9375rem;left:1.90625rem;display:block; }
#ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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(0,0,0,0.5) ;height:9.1875rem;width:26.25rem;top:10.9375rem;left:29.625rem;display:block; }
#dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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(0,0,0,0.5) ;height:9.1875rem;width:26.25rem;top:21.5625rem;left:1.9375rem;display:block; }
#FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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(0,0,0,0.5) ;height:9.1875rem;width:26.25rem;top:21.5625rem;left:29.375rem;display:block; }
#I3fW6N1gXsN8Jqh3DBWesDd6UxOATRJt { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.4375rem;left:3.0625rem;height:2.4375rem;display:none; }
#QCEOOnNpV3Gs2HxLmB99TN4CUvNNnRCi { position:absolute;display:block;z-index:15011;background-color:#007eb5;background-image:none;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:8.2493125rem;top:8.0610780715944rem;left:1.875rem;display:block; }
#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #0885b7, #ffffff);background-image: -moz-linear-gradient(360deg, #0885b7, #ffffff);background-image: -ms-linear-gradient(360deg, #0885b7, #ffffff);background-image: -o-linear-gradient(360deg, #0885b7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0885b7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0885b7', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #0885b7, #ffffff);background-size:initial !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:32.8125rem;width:60rem;position:relative;display:block; }#gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(263deg, #00a8b5, #0a7a8e);background-image: -moz-linear-gradient(263deg, #00a8b5, #0a7a8e);background-image: -ms-linear-gradient(263deg, #00a8b5, #0a7a8e);background-image: -o-linear-gradient(263deg, #00a8b5, #0a7a8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8b5', endColorstr='#0a7a8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8b5', endColorstr='#0a7a8e' );";background-image: linear-gradient(263deg, #00a8b5, #0a7a8e);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(0,0,0,0.75) ;height:27.375rem;width:51.875rem;top:3.3125rem;left:4.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:#ffffff;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:#ffffff;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:12.78076171875rem;left:15.68603515625rem;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:#ffffff;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:5.3121337890625rem;left:5.062255859375rem;height:4.2249625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { color:#ffffff;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:10.124755859375rem;left:4.9365234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { z-index:15007;top:21.2177734375rem;left:23.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #fffa20, #fcfb99);background-image: -moz-linear-gradient(181deg, #fffa20, #fcfb99);background-image: -ms-linear-gradient(181deg, #fffa20, #fcfb99);background-image: -o-linear-gradient(181deg, #fffa20, #fcfb99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffa20', endColorstr='#fcfb99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffa20', endColorstr='#fcfb99' );";background-image: linear-gradient(181deg, #fffa20, #fcfb99);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(0,0,0,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:#ffffff;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:26.0625rem;left:6.375rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CinyuJuJcCCg2iwASNWzizTZvbdIkU9D { color:#000000;display:block;width:19.3119375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.186246871948rem;left:20.342685699463rem;height:1.05601875rem;display:block; }
#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007eb5;background-image:url("https://images.assets-landingi.com/uc/3be0149c-2a58-4dd2-97fc-a8277e6fb76c/AS202510_Mock_Exam_bg2.jpg");background-position:center !important;background-repeat:repeat-x !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; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh.adaptive-delivery-prevent-bg, #zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh.lazyload, #zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh.lazyloading { background-image: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container { background-color: transparent; background-image: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container > .video-iframe-container { display: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row > .video-iframe-container { display: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .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); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container { border-width: 0; border-radius: 0; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#FB95tK0c72pcZtqliiOwyTgCh2BEBwZg { z-index:15005;top:10.423473358154rem;left:23.967506408691rem;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #fff400, #fffa99);background-image: -moz-linear-gradient(174deg, #fff400, #fffa99);background-image: -ms-linear-gradient(174deg, #fff400, #fffa99);background-image: -o-linear-gradient(174deg, #fff400, #fffa99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffa99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff400', endColorstr='#fffa99' );";background-image: linear-gradient(174deg, #fff400, #fffa99);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(0,0,0,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.0623125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Aa8glLSeO7sUGu0Bri2p1sDlMXRGOWXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7z2oJD7XFdT3tzRq83ue06tKJHPnzKs { color:#ffffff;display:block;width:19.0625rem;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.205078125rem;left:20.46875rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNN1IydTemScQe9EH3tglbVLaK9xgvew { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:17.183948516846rem;left:20.78125rem;height:1.05601875rem;display:block; }
#KNoFtap4o20PWGUg4iV1IkhXB5hBlLCT { color:#e8f7ff;display:block;width:54.375rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.15198802948rem;left:4.3101921081543rem;height:4.2249625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGPx5tTPTAvCWg8V4irlLmOkTF3xDJ1K { color:#e8f7ff;display:block;width:38.6248125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3734016418456rem;left:10.686256408691rem;height:2.1937125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31b4556f-88c3-48a4-a332-119cc3b120d5/AS202510_Mock_Exam_bg3.jpg");background-position:bottom left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.adaptive-delivery-prevent-bg, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyload, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyloading { background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#tGuMoSzJEU3dgXhzDdNXW3TLrvmURdGf { z-index:15005;top:25.963245391846rem;left:3.8059310913086rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fcfba2, #ede83a);background-image: -moz-linear-gradient(0deg, #fcfba2, #ede83a);background-image: -ms-linear-gradient(0deg, #fcfba2, #ede83a);background-image: -o-linear-gradient(0deg, #fcfba2, #ede83a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfba2', endColorstr='#ede83a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfba2', endColorstr='#ede83a' );";background-image: linear-gradient(0deg, #fcfba2, #ede83a);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(0,0,0,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.0614375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UVegvWrmnaSou4aLf7HOzx9v2KSC4yk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmKET3F9DbBCVV2U78CsXhJUo1aUbUki { color:#ffffff;display:block;width:51.3743125rem;position:absolute;font-family:roboto;font-size:4.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(0,0,0,0.75);top:2.7472478151321rem;left:3.8059310913086rem;height:6.337rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cbhaf53JmpmzM7bLVRsUlUqn4QASTrd7 { 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:22.125rem;width:38.625rem;top:10.99964427948rem;left:25.120738983154rem;overflow:hidden;display:block; }
#Qwuy0AGKNg19h5cG05sJbyKunPms1yAR { position:absolute;display:block;z-index:15030;background-color:#007eb5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.249825rem;width:12.5616875rem;top:27.325105667114rem;left:30rem;display:block; }
#gcohKBLUAghBmdo2mdg1mWfFizSfWzVu { color:#ffffff;display:block;width:23.9999375rem;position:absolute;font-family:"noto sans tc";font-size:4.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.02734375rem;left:3.8059310913086rem;height:5.93084375rem;font-style:normal;display:block; }
#nAC59PwaKT0bBJmnJ4iPX9z2vmGfQm7N { color:#f6f6f6;display:block;width:36.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.426490783691rem;left:3.8059310913086rem;height:4.38743125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZR5V1lJnfMqBzar7iMlBeXO49bXxsFvE { color:#ffffff;display:block;width:24.874375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:20.187322616577rem;left:3.8059310913086rem;height:5.06169375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hZmA31HKHTJJt4CVedsC1qAVR9AsMFTc { color:#ffffff;display:block;width:10.2499375rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:27.962978363037rem;left:31.155448913574rem;height:3.086825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAkimqOToGIwJUbNacCeMNRg32iHV5pi { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:31.208711624146rem;left:3.6190509796142rem;height:1.05601875rem;display:block; }
#wWIR2xZia5CDATvnT2snSwUHUTeF23tl { color:#f6f6f6;display:block;width:38.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.9619140625rem;left:18.625rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#bg9XXrFmJeEt635AwRvmaiirbaCEBSQU { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:19.53125rem;left:29.3125rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:#3f3f3f;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.974075rem;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:3.125rem;width:10.999625rem;top:1.3121452331543rem;left:1.6242008209229rem;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.375rem;height:2.1875rem;top:1.1875rem;left:15.639915466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:8rem;height:2.1875rem;top:1.1875rem;left:22.075904846191rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:30.135208129882rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { top:1.0625rem;left:41rem;width:5.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block; }
 }@media only screen and (max-width: 763px) { #oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { top:0.8125rem;left:0rem;width:10.3125rem;height:2.93723125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHIuI8XRep6uafa7dRFtiSHkW8dKBVnS { top:1.0625rem;left:37.522903442382rem;width:5.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqgTiyZFT1R6LNS34T7MhzfCBK5CC3AL { 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) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:3.5625rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSedmEqvVuhbRKIRySQCTFz4sPcSXzSx { top:17rem;left:20.25rem;width:27.5rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { top:23.375rem;left:36.75rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block; }
 }@media only screen and (max-width: 763px) { #JXe9TqeyquwoGwOPmMqP5Wl11PH4iwz5 { top:31.25rem;left:28.0546875rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uik7CzT1epCSMfuKA19uThwDTvA1c3SE { top:14.375rem;left:0rem;width:39.1875rem;height:23.125147528852rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEKplOsHi7U7RJzk11olHQOcKPNOXQwD { top:14rem;left:9.625rem;width:38.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkAMAMe6bIDS1185rnH3bmnITkpiWdU2 { top:13.9375rem;left:0rem;width:20rem;height:3.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEBrO5417fIvHPauehR73XLBVorqn4XF { top:18.25rem;left:0rem;width:20rem;height:9.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { top:8.9375rem;left:32.4375rem;width:15.3125rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxaizbOzXGDHCg3rs00PBvOiWHp0Toa { top:34.9375rem;left:28.4375rem;width:19.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVdUzK3K0QsdbX9B0MQATvMfQAhlP03Z { top:30.6875rem;left:32.904651641846rem;width:4.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbydPySyF4h4dPpo3MQRPvX53Bmy2d6 { top:31.25rem;left:0rem;width:13.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9G1PdFi6K0lSOzbSCTrH1d7w94oka5 { top:31.875rem;left:0rem;width:11.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJgqonb8EVIt9zQsnGWUgzZK5DNQ3zX { top:27.5625rem;left:36.75rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrdHycUD0Fsz4oDcfbio5N7rhTBtzd9 { 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.5625rem;left:0rem;width:38.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { top:5.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { top:13.125rem;left:0rem;width:26.125rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { top:13.9375rem;left:21.875rem;width:25.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { top:15.0625rem;left:23.875rem;width:17.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { top:17.4375rem;left:23.25rem;width:24.5rem;height:6.5rem;font-size:1rem;display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
 }@media only screen and (max-width: 763px) { #PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { top:10.5rem;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) { #TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { display:block; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO7mSIDFrFCShk70npXNm84fqqmeJevK { top:1.1875rem;left:0rem;width:47.75rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { top:2.5rem;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:2.0625rem;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:2rem;left:0rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { top:13.375rem;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:18rem;left:1.8748226165771rem;width:44.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlKwNbehzR7vBZESTIFLx38mFPR1tMn { top:20.4375rem;left:15.718040466309rem;width:19.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq { display:block; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhJHNQxTdHmWyPtPTeHxombgW7SAT8qo { top:12rem;left:17.843395233154rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdf3Ub9GDgApHfmaBg4yUhLbfypRoQA { display:block; }
 }@media only screen and (max-width: 763px) { #etB5RSysPv8CXznk9h1wVVi3MuvL9af9 { top:16.75rem;left:14.34375rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDLcg4XG38DygL6Fdd16BxCmxeppQZA { top:18.8125rem;left:14.65625rem;width:18.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOuKkMrFquSfOgrfhTR3BMskIsab71yP { top:4.0625rem;left:7.5624122619631rem;width:32.5625rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbgL4ontRAPTS4duTTXEmlN7Tg1q1xDE { top:8.8125rem;left:4.5621452331543rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 { display:block; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNybOsnAxKmSENqBrmLTUp6lquBlam5c { top:1.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO61fdc12tfRIePPKZi0LIhXoqfRPUkr { top:3.5rem;left:0rem;width:19.5rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuxlzTFuylfJbc1E5zmoBGUyngtWN3gt { top:5.875rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm70ToQqPAmBRg6wRfFbs9AwBAH01DKM { top:9rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3v0fddoTIU5gSn4BgnH6JQPR38P5Xp { top:5.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;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.8125rem;left:0rem;width:19.875rem;height:1.5625rem;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.75rem;width:20rem;height:1.5625rem;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.8125rem;left:27.625rem;width:20rem;height:1.5625rem;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:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPoKm2yfcL9KXEtWyVhEmWnmsbT7i320 { top:16.1875rem;left:13.3125rem;width:18.4375rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuaZIy7yowy9OitXNP1GN5vk2cvT7aC { top:16.1875rem;left:31.841262817382rem;width:15.625rem;height:5.5625rem;font-size:0.9375rem;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:2.625rem;left:0rem;width:27.875rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:14.3125rem;left:0rem;width:24.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { top:11.5625rem;left:0rem;width:26.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { top:19.6875rem;left:0rem;width:28.8125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { top:28.125rem;left:0rem;width:28.625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { top:30.5rem;left:26.841442108154rem;width:8.125rem;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.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { top:6.125rem;left:0rem;width:28.8125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5sn7SMWK6o0mVvhMOct9oBe8yMMQL0S { top:14.4375rem;left:1.1875rem;width:22.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9op9Bg6QEf35lqk1IKd2ZfkZ6J7MFlI { top:22.625rem;left:0.25rem;width:23.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdaKJhmrErUOZSHrxSUVTVIIURQoiheO { top:30.9375rem;left:1.4367904663086rem;width:21.75rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { top:12.625rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0s9XDOV9CWhKaS3W7Ux8aqnu9JZTeL9 { top:2.625rem;left:20.6875rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA8y2ZXREFlb1KzK0EgSussF6NRmuUTe { top:30.5rem;left:37.215194702149rem;width:8.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfkgVuaUBBdRT4GJ8qbotfVApW8eeUhq { 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:32.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugIkCFHEWvQZ4Me3gG7EcUtigh3F7IZa { top:35.125rem;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) { #sdCXc37dTSr4VgnD1KxN1G1VkvveFzsR { top:13.875rem;left:0rem;width:18.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwvQeylMe2qaczdbTtWUmfmrETXcxt0m { top:8.8125rem;left:2.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEre8Aco35AXBrNPbyeT7St2PQQ9TiTe { top:19.8125rem;left:0rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mGog6AR3wk3vTK9vGTVG8g0sIA6C8D { top:23.875rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyrMvhFOfvlzIG7HJw9mDoOp7taHV6Ry { top:26.125rem;left:0.125rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KggOcHoWolHx8zNqramUSCbxTon9U5 { top:13.9375rem;left:13rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8DQ68kradt1erd42sJ0EUGc0ANFcvep { top:19.875rem;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.875rem;left:15.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc0v5e63tUsqWUEHTNeE90FXAl6UoaB { top:26.125rem;left:13.25rem;width:18.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3JDC4CShSxtfbsbttyO0TfOQWP8teNp { top:8.8125rem;left:18.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxzExogSxVDkVphnJVtbvCgnTakn9iT { top:9.25rem;left:3.3427715301514rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHcvBr9RBImP4IZQ7LpZbhUkve8LfSN2 { top:63.625rem;left:13rem;width:18.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6epvl9B4w53xc6ARXqOyJz62vE1N6K { top:58.5rem;left:18.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHyT5tgEwct0XNcdBxKwnbf87VWD1cJ4 { top:69.5rem;left:14.875rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0D7moFrEQrmhodbhnCENeJ8SCFh0E4 { top:58.875rem;left:19.154829025269rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJuM38FeenHISmESNTlNPgSN4zPD9ST { top:73.5625rem;left:15.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZCpQFKAUfNgtXvuV1U0zQ5ZicttHgQ { top:75.8125rem;left:15.3125rem;width:16.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxqZqicoi8fTDxr0uV8DxOtTwLlpkiKE { top:63.625rem;left:28.875rem;width:18.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBzT7JOddbJOeGiTr9ryUTIpcb0it3Gg { top:69.5625rem;left:30.75rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXr5OXKyPz9Tdzt5astN4TmdGm2iSvTL { top:73.5625rem;left:31rem;width:16.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNBIotOHBpLtK9gipGiAi0XuZaRxETdX { top:75.8125rem;left:31.375rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6XZWCcTRVN6g9q8NQOt0U6Fu8ihJ5q { top:58.5rem;left:34.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR6xzmPTTdo339u0QSeM8LCuy0QUA5t8 { top:58.875rem;left:35.1875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDuXDn6SCbydZZ7KwHU6WXVTWoRl4cq6 { top:8.875rem;left:34.6875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv0JENnopuTuTXC2dIJi8LoS8czaDi37 { top:13.9375rem;left:28.875rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc86LaTGFR1OOg1ZblOvv6SDVI0wcT2a { top:19.8125rem;left:28.8125rem;width:18.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLBnv5HrneH4u3McU0KaMJ8sdihshrLy { top:33.625rem;left:34.6875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMO4pDQFD4FTvPbps0tsHz45TdNx1wEF { top:33.9375rem;left:35.186790466309rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvMFg7GN7n9oKaM2dTuv0f3PmQsw7IfC { top:38.9375rem;left:28.875rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHz3t7H45xU9xaO35P66aMQO6kVTcafq { top:38.875rem;left:13rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGMaC0ZVzC5QCsF6omuZuCPDc4U3ydM { top:33.5625rem;left:18.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2hsvI52PekyAiSuhu9NJUUck9IsIJ7K { top:34rem;left:19.1875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wadhvrdnhkQlfLlILtveCTPSUfFp6ZDo { top:44.6875rem;left:30.75rem;width:16.875rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWI71bM9dl7gQo5NTUDxfkdTTwNftbGT { top:44.625rem;left:13.5rem;width:18.25rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVbu10c1p1TcyQMdfVo9VAwawzBxusIa { top:63.8125rem;left:0rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQ0C3SgHDonC8xJ0MWqOnIiS7GI6EwW { top:69.5rem;left:0rem;width:18.4375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcGD4JQ9zSTvIbXQdNhPXqo18WtzEOA { top:48.75rem;left:31.375rem;width:16.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLvdSF3dktpC0tU2aO97o8DTxnhATwT { top:73.625rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2V6C1icqkxV81y43fXHI9kJHx3OTCUv { top:48.6875rem;left:15.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anmks0Sk0HGmzPn298m6ow2CPlMJpV22 { top:58.5rem;left:2.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVpSS64urzoH138zToMQ7sADZ5tAQGsW { top:58.9375rem;left:3.3428630828858rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI0JiOSwQuITECgkaK7Zn4ef1CRFdXih { top:51.25rem;left:31.937145233154rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQoghk4NeQILg5F7DrSsugIuzQrv3LQp { top:75.8125rem;left:0rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1U5momewROVVQ3ceRLxb7XN83zMa6K1 { top:51.1875rem;left:16.062145233154rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbm9hbgTK194OBdhDI1DiT4KwX0qA94n { top:38.8125rem;left:0rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJzNx2uXZZo8HRRBqZQ3kOEXsfzmrA2J { top:51rem;left:0rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTh82fRPOmHRDOlhhgJaQwuSWkBcLZbx { top:48.75rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8i8Q4xSp55LTlebr5S7SLRT2ZuyThV { top:44.75rem;left:0rem;width:16.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIroOQTcI7DkVm8F3owbQDcZU4670ahc { top:33.75rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn1zXJvUIVyw8sPLTxCfRtuRC3sZEmCv { top:9.25rem;left:19.280805587769rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzGWleEK3xrL7BOSI4O6mQxpcBJ50LyI { top:9.25rem;left:35.155801773071rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhgsGeN72xicu1mhHeLel4KlkaNp7mFE { top:34.1875rem;left:3.4053630828858rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzt6b1wZ38Sgi5eoXaxSn9TQM9476I7P { top:34.125rem;left:35.125rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByxCJZQIe8edyiJ3zqtSPLfwhkw1gvEZ { top:88.375rem;left:0rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOb2sApn4L0HnN4MpZbbWqETh9qI8gpC { top:84.1875rem;left:3.4375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHXh43B25MW3wsf1upcgQ7F3APhBcTeG { top:83.75rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAIPFWahCITEWxRJfZEvn3tyh4GAnHTc { top:94.3125rem;left:0rem;width:18.25rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7bFTTSMR8CzrwmRCXwCmvezUR9Uec0 { top:98.4375rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZGmtWEX6SFVGIUhsHI44K9gWwfwUzd8 { top:100.9375rem;left:0.1871452331543rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwwqH9Ay0S3U09rmoa15z2M18xQBgHOo { top:6.75rem;left:39.304862976074rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJqZzmr4w7LWG090g3p3SBLQXrNhexqG { top:58.875rem;left:35.1875rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HocS0zSqsTTaGTSOxZzPHpKrx3iAgiI1 { top:38.8125rem;left:0rem;width:18.75rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVTiDNfbwGC69l3gCDakV39VpHf7kqFT { top:26.125rem;left:31.375rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGurSodUscI97uEC6QmeRVW8Li7e2vXx { top:23.875rem;left:31.0625rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0kukaqqR6ndx0qaCosSf5srE4NEh8sX { top:33.625rem;left:34.6875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPJpcuZb8inxn5AxxhvDD0q5ny3Tx0rp { top:33.9375rem;left:35.186790466309rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeRNqZVU7Rm2m6efOVpfd5OFIPJt4fkS { top:23.875rem;left:31.0625rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvUaBZb3xu9OtadTybouU56JsEysUIcK { top:26.125rem;left:29.125rem;width:18.5rem;height:2.875rem;font-size:1.125rem;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:3.75rem;left:0rem;width:40.375rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDkIW0ua47hPakQkffK3AVCVAksVJgpq { top:11.9375rem;left:0rem;width:11.5625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXglz5Xokza0gwPELGOvozNbTQQsggII { top:15.0625rem;left:0rem;width:23.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { top:11.9375rem;left:24.65625rem;width:14.0625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { top:15rem;left:24.4375rem;width:23.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { top:22.375rem;left:0rem;width:15.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { top:25.3125rem;left:0rem;width:23.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { top:22.375rem;left:24.624290466309rem;width:21.3125rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { top:25.375rem;left:23.8125rem;width:23.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { top:10.9375rem;left:0rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { top:10.9375rem;left:21.5rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { top:21.5625rem;left:0rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { top:21.5625rem;left:21.5rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3fW6N1gXsN8Jqh3DBWesDd6UxOATRJt { top:43.625rem;left:0rem;width:17.5625rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCEOOnNpV3Gs2HxLmB99TN4CUvNNnRCi { top:8rem;left:0rem;width:8.1875rem;height:0.3125rem;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:3.3125rem;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:5.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { top:10.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { top:21.1875rem;left:17.84375rem;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:26rem;left:0.24929046630859rem;width:47.1875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CinyuJuJcCCg2iwASNWzizTZvbdIkU9D { top:28.125rem;left:14.217685699463rem;width:19.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh { display:block; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FB95tK0c72pcZtqliiOwyTgCh2BEBwZg { top:10.375rem;left:17.842506408691rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8glLSeO7sUGu0Bri2p1sDlMXRGOWXS { display:block; }
 }@media only screen and (max-width: 763px) { #b7z2oJD7XFdT3tzRq83ue06tKJHPnzKs { top:15.1875rem;left:14.34375rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNN1IydTemScQe9EH3tglbVLaK9xgvew { top:17.125rem;left:14.65625rem;width:18.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNoFtap4o20PWGUg4iV1IkhXB5hBlLCT { top:2.125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGPx5tTPTAvCWg8V4irlLmOkTF3xDJ1K { top:6.3125rem;left:4.5612564086914rem;width:38.5625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGuMoSzJEU3dgXhzDdNXW3TLrvmURdGf { top:25.9375rem;left:0.74343109130862rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVegvWrmnaSou4aLf7HOzx9v2KSC4yk6 { display:block; }
 }@media only screen and (max-width: 763px) { #SmKET3F9DbBCVV2U78CsXhJUo1aUbUki { top:2.6875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhaf53JmpmzM7bLVRsUlUqn4QASTrd7 { top:10.9375rem;left:0rem;width:38.625rem;height:22.125044903131rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwuy0AGKNg19h5cG05sJbyKunPms1yAR { top:27.3125rem;left:23.875rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcohKBLUAghBmdo2mdg1mWfFizSfWzVu { top:8rem;left:0rem;width:23.9375rem;height:5.875rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAC59PwaKT0bBJmnJ4iPX9z2vmGfQm7N { top:14.375rem;left:0rem;width:36.5625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR5V1lJnfMqBzar7iMlBeXO49bXxsFvE { top:20.125rem;left:0rem;width:24.8125rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZmA31HKHTJJt4CVedsC1qAVR9AsMFTc { top:27.9375rem;left:23.875rem;width:10.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAkimqOToGIwJUbNacCeMNRg32iHV5pi { top:31.1875rem;left:0rem;width:30rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWIR2xZia5CDATvnT2snSwUHUTeF23tl { top:13.9375rem;left:0rem;width:20rem;height:3.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg9XXrFmJeEt635AwRvmaiirbaCEBSQU { top:22.0625rem;left:0rem;width:20rem;height:9.375rem;font-size:1.0625rem;display:none; }
 }@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.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXkuCQqzO6PEl4yviwNFHtxztodyAInx { top:1.25rem;left:0rem;width:10.9375rem;height:3.1073502505767rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.375rem;height:2.1875rem;top:1.1875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:8rem;height:2.1875rem;top:1.1875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { top:3.1289949417114rem;left:10.684925436974rem;width:5.68714375rem;height:1.99973125rem;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:7.93725rem;height:2.1875rem;top:0.37286925315857rem;left:6.0311611890793rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHIuI8XRep6uafa7dRFtiSHkW8dKBVnS { top:2.9421162605286rem;left:3.8054865598679rem;width:5.74973125rem;height:2.374825rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqgTiyZFT1R6LNS34T7MhzfCBK5CC3AL { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b0e1487-08b2-420e-b587-6f1393923054/AS202510_Mock_Exam_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:15.8114375rem;height:4.00035625rem;top:1.25rem;left:2.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PSedmEqvVuhbRKIRySQCTFz4sPcSXzSx { width:16.75rem;height:0;top:14.875rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { top:40.446112155914rem;left:4.4074038267136rem;width:11.18475rem;height:3.184925rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-image: -moz-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-image: -ms-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-image: -o-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99e5' );";background-image: linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block; }
 }@media only screen and (max-width: 763px) { #JXe9TqeyquwoGwOPmMqP5Wl11PH4iwz5 { width:3.125rem;height:2.1875rem;top:49.012782096863rem;left:8.4374994039537rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Uik7CzT1epCSMfuKA19uThwDTvA1c3SE { width:20rem;height:11.7498125rem;top:13.416192531586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEKplOsHi7U7RJzk11olHQOcKPNOXQwD { width:20rem;height:0;top:12.21875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"noto sans tc";display:none; }
 }@media only screen and (max-width: 763px) { #gkAMAMe6bIDS1185rnH3bmnITkpiWdU2 { width:20rem;height:3.5751125rem;top:9.7238988876344rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"noto sans tc";z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TEBrO5417fIvHPauehR73XLBVorqn4XF { width:20rem;height:9.5641125rem;top:29.759410381317rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { width:9.6875rem;height:2.599875rem;top:6.50035625rem;left:5.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVxaizbOzXGDHCg3rs00PBvOiWHp0Toa { width:19.30975rem;height:1.05601875rem;top:55.564184188843rem;left:0.34446024894714rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVdUzK3K0QsdbX9B0MQATvMfQAhlP03Z { width:4.18456875rem;height:2.30956875rem;top:52.443180084229rem;left:7.9070485830306rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbydPySyF4h4dPpo3MQRPvX53Bmy2d6 { width:14.74875rem;height:3.75rem;top:25.108753204346rem;left:2.6251775026321rem;background-color:rgba(0,126,181,0.92);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tG9G1PdFi6K0lSOzbSCTrH1d7w94oka5 { width:9.4993125rem;height:2.76278125rem;top:25.601916790009rem;left:5.2499111890793rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJgqonb8EVIt9zQsnGWUgzZK5DNQ3zX { top:44.693712234497rem;left:4.5006211996079rem;width:10.997875rem;height:2.999825rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-image: -moz-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-image: -ms-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-image: -o-linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede83a', endColorstr='#fffa99e5' );";background-image: linear-gradient(189deg, #ede83a, rgba(255,250,153,0.9));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nOrdHycUD0Fsz4oDcfbio5N7rhTBtzd9 { display:block; }
 }@media only screen and (max-width: 763px) { #TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { display:block; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { width:20rem;height:1.949575rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { width:20rem;height:1.950075rem;top:4.6435546875rem;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:15.5966rem;top:6.0751075rem;left:0.625rem;font-size:1rem;font-family:"noto sans tc";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { width:20rem;height:16.7489375rem;top:21.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { width:16.25rem;height:1.7995375rem;top:22.8125rem;left:-2.4375rem;font-size:1.125rem;font-family:"noto sans tc";display:block; }
 }@media only screen and (max-width: 763px) { #psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { width:16.935375rem;height:12.1378125rem;top:25.1875rem;left:1.4375rem;font-size:1rem;font-family:"noto sans tc";display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
 }@media only screen and (max-width: 763px) { #PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { width:8.2493125rem;height:0.374645rem;top:4.4504625rem;left:5.875rem;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) { #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:0;top:10.192058086395rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { background-color:#00a8b5;background-image:none;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 { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { width:20rem;height:1.62464375rem;top:11.218483448029rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { width:20rem;height:22.3125rem;top:1.25rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,96,155,0.68), #00a8b5);background-image: -moz-linear-gradient(355deg, rgba(0,96,155,0.68), #00a8b5);background-image: -ms-linear-gradient(355deg, rgba(0,96,155,0.68), #00a8b5);background-image: -o-linear-gradient(355deg, rgba(0,96,155,0.68), #00a8b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00609bad', endColorstr='#00a8b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00609bad', endColorstr='#00a8b5' );";background-image: linear-gradient(355deg, rgba(0,96,155,0.68), #00a8b5);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:20rem;height:2.599875rem;top:2.060546875rem;left:0rem;font-size:2rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { top:14.000797748566rem;left:4.4074038267136rem;width:11.1843125rem;height:3.1840375rem;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:4.6439094543457rem;left:2.0001875rem; }
 }@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:18.6843125rem;height:2.2745rem;top:18.405539035797rem;left:0.65696012973787rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #cwlKwNbehzR7vBZESTIFLx38mFPR1tMn { width:19.3093125rem;height:1.05601875rem;top:21.530094623566rem;left:0.34446024894714rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #00a8b5, #007eb5);background-image: -moz-linear-gradient(185deg, #00a8b5, #007eb5);background-image: -ms-linear-gradient(185deg, #00a8b5, #007eb5);background-image: -o-linear-gradient(185deg, #00a8b5, #007eb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8b5', endColorstr='#007eb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8b5', endColorstr='#007eb5' );";background-image: linear-gradient(185deg, #00a8b5, #007eb5);background-size:cover !important;display:block; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container { background-color: transparent; background-image: none; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container > .video-iframe-container { display: none; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row > .video-iframe-container { display: none; }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .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); }#Rb0FfvHaUTnWzs1nap2q1eTzqz9VMIhq > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhJHNQxTdHmWyPtPTeHxombgW7SAT8qo { top:8.3904466629031rem;left:4.4074038267136rem;width:11.1843125rem;height:3.1840375rem;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) { #dgdf3Ub9GDgApHfmaBg4yUhLbfypRoQA { display:block; }
 }@media only screen and (max-width: 763px) { #etB5RSysPv8CXznk9h1wVVi3MuvL9af9 { width:18.6843125rem;height:1.13725rem;top:13.048206329346rem;left:0.65696012973787rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #dTDLcg4XG38DygL6Fdd16BxCmxeppQZA { width:19.3093125rem;height:1.05601875rem;top:14.71413230896rem;left:0.34446024894714rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOuKkMrFquSfOgrfhTR3BMskIsab71yP { width:20rem;height:2.3557375rem;top:2.4209870696067rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbgL4ontRAPTS4duTTXEmlN7Tg1q1xDE { width:20rem;height:1.78755625rem;top:5.283203125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 { background-color:#007eb5;background-image:none;display:block; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container { background-color: transparent; background-image: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container > .video-iframe-container { display: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row > .video-iframe-container { display: none; }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .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); }#WOkPDQOUr29irEeI2L5Zs5pqTDCAJWy6 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNybOsnAxKmSENqBrmLTUp6lquBlam5c { width:20rem;height:2.3557375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dO61fdc12tfRIePPKZi0LIhXoqfRPUkr { top:1.5625rem;left:0rem;width:19.5rem;height:0;z-index:15011;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fuxlzTFuylfJbc1E5zmoBGUyngtWN3gt { top:3.9375rem;left:1.625rem;width:16.3125rem;height:0;z-index:15012;font-size:1.875rem;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tm70ToQqPAmBRg6wRfFbs9AwBAH01DKM { width:8.2493125rem;height:0.374645rem;top:7.7299375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3v0fddoTIU5gSn4BgnH6JQPR38P5Xp { width:20rem;height:1.62464375rem;top:4.85618125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq { background-color:#252f48;background-image:url("https://images.assets-landingi.com/uc/3be0149c-2a58-4dd2-97fc-a8277e6fb76c/AS202510_Mock_Exam_bg2.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !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; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.adaptive-delivery-prevent-bg, #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.lazyload, #GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq.lazyloading { background-image: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container { background-color: transparent; background-image: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row .container > .video-iframe-container { display: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .row > .video-iframe-container { display: none; }#GGTnTE9EIpfTZ4nhHAUm353L7eVTIqHq > .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); }#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 { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUyNEy3ucyITr8oxS6fqK3n5aWWsW42i { width:19.43625rem;height:1.54385625rem;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.43625rem;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.435375rem;height:2.03125rem;top:28.2590625rem;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.435375rem;height:1.54385625rem;top:31.5403125rem;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.435375rem;height:2.03125rem;top:46.39383125rem;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.435375rem;height:1.54385625rem;top:49.67508125rem;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.31196875rem;height:4.31196875rem;top:41.394263267517rem;left:7.8435720205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLBGNORfvLKXobQOI0RgPMxiMpmtZVTp { width:4.80956875rem;height:4.93696875rem;top:22.815162658691rem;left:7.5949929952619rem;display:block; }
 }@media only screen and (max-width: 763px) { #etzAODro95hTpnJiSmAZENHMlrN6RywZ { width:5.812325rem;height:4.375rem;top:1.7498235702514rem;left:7.0933946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGNoo2bpT4EAyoMDdFx4KclmJylTNA4 { width:20rem;height:7.872875rem;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:5.24858125rem;top:34.33328125rem;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.24858125rem;top:52.46805rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:19.6235625rem;height:2.062325rem;top:1.25rem;left:0.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:11.3743125rem;height:1.29971875rem;top:10.812325rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { width:20rem;height:2.03125rem;top:7.531075rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { width:20rem;height:4.0625rem;top:14.379438400269rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { width:20rem;height:2.03125rem;top:23.53959274292rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { top:50.28053855896rem;left:4.4060724973679rem;width:11.1851875rem;height:3.18536875rem;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) { #o5sn7SMWK6o0mVvhMOct9oBe8yMMQL0S { width:18.6239375rem;height:3.89915rem;top:9.5623302459719rem;left:0.68714487552644rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9op9Bg6QEf35lqk1IKd2ZfkZ6J7MFlI { width:17.7476875rem;height:2.59943125rem;top:18.941761016846rem;left:1.1248223781586rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdaKJhmrErUOZSHrxSUVTVIIURQoiheO { width:18.5618125rem;height:3.89915rem;top:26.070667386055rem;left:0.71732950210569rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { width:20rem;height:1.71875rem;top:4.562325rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E0s9XDOV9CWhKaS3W7Ux8aqnu9JZTeL9 { width:18.3123125rem;height:18.3123125rem;top:30.842505455017rem;left:0.84250700473787rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zA8y2ZXREFlb1KzK0EgSussF6NRmuUTe { top:54.153940200806rem;left:4.468217253685rem;width:11.0618125rem;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) { #IfkgVuaUBBdRT4GJ8qbotfVApW8eeUhq { display:block; }
 }@media only screen and (max-width: 763px) { #yTkTq4393upOqaFuZO0vGwBsT6ofEwVe { display:block; }#yTkTq4393upOqaFuZO0vGwBsT6ofEwVe > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpZ7dyeA2cQGF4BeNZxIUQVPE7zEvsSR { width:16.62375rem;height:2.599875rem;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.64648125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ksnc3yG5Mw0v184tF3Q2zIDbq7trgc { width:19.74875rem;height:3.41175625rem;top:29.83398125rem;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.2745rem;top:34.4957375rem;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.09854375rem;left:0rem;width:20rem;height:1.29971875rem;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:#007eb5;background-image:none;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; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container { background-color: transparent; background-image: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row .container > .video-iframe-container { display: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .row > .video-iframe-container { display: none; }#d9uWr7HFg7Dv0q5KlnsB1krz2e61qIHH > .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); }#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:239.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU8mW7rrg0sM6QXpt94ExGKa286hAcvK { width:20rem;height:2.4374125rem;top:4.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdCXc37dTSr4VgnD1KxN1G1VkvveFzsR { width:18.75rem;height:14.6875rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwvQeylMe2qaczdbTtWUmfmrETXcxt0m { width:10rem;height:10rem;top:1.875rem;left:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #bEre8Aco35AXBrNPbyeT7St2PQQ9TiTe { width:16.875rem;height:2.7494625rem;top:12.686434745789rem;left:1.5616122484207rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mGog6AR3wk3vTK9vGTVG8g0sIA6C8D { width:16.622875rem;height:1.13725rem;top:16.30859375rem;left:1.6876775026321rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyrMvhFOfvlzIG7HJw9mDoOp7taHV6Ry { width:15.4989375rem;height:2.9243625rem;top:17.998934745789rem;left:2.2496448755264rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KggOcHoWolHx8zNqramUSCbxTon9U5 { width:18.75rem;height:14.3125rem;top:31.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8DQ68kradt1erd42sJ0EUGc0ANFcvep { width:16.875rem;height:2.74946875rem;top:35.6875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBcoqDnIo2EkPXvs9mRn7mxdmilDZZk { width:16.622875rem;height:1.13725rem;top:39.3125rem;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.0618125rem;height:2.9243625rem;top:41.1875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3JDC4CShSxtfbsbttyO0TfOQWP8teNp { width:10rem;height:10rem;top:24.8125rem;left:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #TIxzExogSxVDkVphnJVtbvCgnTakn9iT { width:9.0625rem;height:9.0625rem;top:2.3125rem;left:5.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AHcvBr9RBImP4IZQ7LpZbhUkve8LfSN2 { width:18.75rem;height:15.625rem;top:172.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6epvl9B4w53xc6ARXqOyJz62vE1N6K { width:11.875rem;height:11.75rem;top:165.9375rem;left:4.0625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #iHyT5tgEwct0XNcdBxKwnbf87VWD1cJ4 { width:16.875rem;height:2.7494625rem;top:178.5rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0D7moFrEQrmhodbhnCENeJ8SCFh0E4 { width:10.9375rem;height:10.9375rem;top:166.3125rem;left:4.5rem;overflow:hidden;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #FXJuM38FeenHISmESNTlNPgSN4zPD9ST { width:16.622875rem;height:1.13725rem;top:182.0625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTZCpQFKAUfNgtXvuV1U0zQ5ZicttHgQ { width:16.4976875rem;height:2.9243625rem;top:183.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxqZqicoi8fTDxr0uV8DxOtTwLlpkiKE { width:18.75rem;height:15.625rem;top:219.6555480957rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBzT7JOddbJOeGiTr9ryUTIpcb0it3Gg { width:16.875rem;height:2.74946875rem;top:201.60201644898rem;left:1.5620559453964rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXr5OXKyPz9Tdzt5astN4TmdGm2iSvTL { width:16.6868125rem;height:1.13725rem;top:205.03948974609rem;left:1.6561611890793rem;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.9243625rem;top:207.03923988343rem;left:1.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6XZWCcTRVN6g9q8NQOt0U6Fu8ihJ5q { width:10rem;height:10rem;top:190.8125rem;left:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kR6xzmPTTdo339u0QSeM8LCuy0QUA5t8 { width:8.9364375rem;height:8.9364375rem;top:191.34321403503rem;left:5.5308946371079rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eDuXDn6SCbydZZ7KwHU6WXVTWoRl4cq6 { width:9.875rem;height:9.9375rem;top:48.3125rem;left:5.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #qv0JENnopuTuTXC2dIJi8LoS8czaDi37 { width:18.75rem;height:15.625rem;top:195.97566223144rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc86LaTGFR1OOg1ZblOvv6SDVI0wcT2a { width:16.875rem;height:2.74946875rem;top:59.18678855896rem;left:1.5616122484207rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLBnv5HrneH4u3McU0KaMJ8sdihshrLy { width:10rem;height:10rem;top:223.97992324829rem;left:4.556107878685rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aMO4pDQFD4FTvPbps0tsHz45TdNx1wEF { width:8.9364375rem;height:8.9364375rem;top:216.3418636322rem;left:5.5313385725021rem;overflow:hidden;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TvMFg7GN7n9oKaM2dTuv0f3PmQsw7IfC { width:18.75rem;height:15.625rem;top:123.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHz3t7H45xU9xaO35P66aMQO6kVTcafq { width:18.75rem;height:15.625rem;top:100.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGMaC0ZVzC5QCsF6omuZuCPDc4U3ydM { width:10rem;height:10rem;top:142rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2hsvI52PekyAiSuhu9NJUUck9IsIJ7K { width:8.9364375rem;height:8.9364375rem;top:96.3125rem;left:5.0625rem;overflow:hidden;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #wadhvrdnhkQlfLlILtveCTPSUfFp6ZDo { width:16.875rem;height:2.74946875rem;top:129.4375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWI71bM9dl7gQo5NTUDxfkdTTwNftbGT { width:18.3114375rem;height:2.74946875rem;top:106.3125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVbu10c1p1TcyQMdfVo9VAwawzBxusIa { width:18.75rem;height:15.625rem;top:147.75rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ISQ0C3SgHDonC8xJ0MWqOnIiS7GI6EwW { width:18.3114375rem;height:2.7494625rem;top:152.875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcGD4JQ9zSTvIbXQdNhPXqo18WtzEOA { width:16.310375rem;height:1.13725rem;top:132.6875rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXLvdSF3dktpC0tU2aO97o8DTxnhATwT { width:16.62375rem;height:1.13725rem;top:157rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2V6C1icqkxV81y43fXHI9kJHx3OTCUv { width:16.622875rem;height:1.13725rem;top:109.5625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anmks0Sk0HGmzPn298m6ow2CPlMJpV22 { width:10rem;height:10rem;top:214.56186962128rem;left:4.9999998807907rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #CVpSS64urzoH138zToMQ7sADZ5tAQGsW { width:9.0625rem;height:9.0625rem;top:75.666725634769rem;left:5.4678611755371rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sI0JiOSwQuITECgkaK7Zn4ef1CRFdXih { width:15.4989375rem;height:2.9243625rem;top:134.75rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQoghk4NeQILg5F7DrSsugIuzQrv3LQp { width:16.312125rem;height:2.9243625rem;top:159.125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1U5momewROVVQ3ceRLxb7XN83zMa6K1 { width:15.4989375rem;height:2.9243625rem;top:111.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbm9hbgTK194OBdhDI1DiT4KwX0qA94n { width:18.75rem;height:15.625rem;top:77.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJzNx2uXZZo8HRRBqZQ3kOEXsfzmrA2J { width:16.25rem;height:2.9243625rem;top:88.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTh82fRPOmHRDOlhhgJaQwuSWkBcLZbx { width:16.622875rem;height:1.13725rem;top:86.8125rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8i8Q4xSp55LTlebr5S7SLRT2ZuyThV { width:16.875rem;height:2.7494625rem;top:83.125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIroOQTcI7DkVm8F3owbQDcZU4670ahc { width:10rem;height:10rem;top:72.25rem;left:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #mn1zXJvUIVyw8sPLTxCfRtuRC3sZEmCv { width:8.9364375rem;height:8.9364375rem;top:25.375rem;left:5.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VzGWleEK3xrL7BOSI4O6mQxpcBJ50LyI { width:8.8743125rem;height:8.8743125rem;top:48.8125rem;left:5.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FhgsGeN72xicu1mhHeLel4KlkaNp7mFE { width:9.0625rem;height:9.0625rem;top:72.6875rem;left:5.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qzt6b1wZ38Sgi5eoXaxSn9TQM9476I7P { width:8.8743125rem;height:8.8743125rem;top:142.5625rem;left:5.5625rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ByxCJZQIe8edyiJ3zqtSPLfwhkw1gvEZ { width:18.75rem;height:15.3125rem;top:219.8125rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OOb2sApn4L0HnN4MpZbbWqETh9qI8gpC { width:9.0625rem;height:9.0625rem;top:105.63564348144rem;left:5.4998226165771rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VHXh43B25MW3wsf1upcgQ7F3APhBcTeG { width:10rem;height:10rem;top:95.8125rem;left:4.5625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #FAIPFWahCITEWxRJfZEvn3tyh4GAnHTc { width:18.2493125rem;height:2.7494625rem;top:225.8125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7bFTTSMR8CzrwmRCXwCmvezUR9Uec0 { width:16.5625rem;height:1.13725rem;top:229.125rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZGmtWEX6SFVGIUhsHI44K9gWwfwUzd8 { width:15.4368125rem;height:2.9243625rem;top:231rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwwqH9Ay0S3U09rmoa15z2M18xQBgHOo { width:8.185375rem;height:0.3125rem;top:107.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJqZzmr4w7LWG090g3p3SBLQXrNhexqG { width:8.8743125rem;height:8.8743125rem;top:215.125rem;left:5.5625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HocS0zSqsTTaGTSOxZzPHpKrx3iAgiI1 { width:18.75rem;height:15.625rem;top:54.186798095703rem;left:0.625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DVTiDNfbwGC69l3gCDakV39VpHf7kqFT { width:16.25rem;height:2.9243625rem;top:65.124288558963rem;left:1.8749998807907rem;font-size:1.125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #EGurSodUscI97uEC6QmeRVW8Li7e2vXx { width:16.622875rem;height:1.13725rem;top:62.81249809265rem;left:1.6876775026321rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #b0kukaqqR6ndx0qaCosSf5srE4NEh8sX { width:10rem;height:10rem;top:118.75rem;left:5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #FPJpcuZb8inxn5AxxhvDD0q5ny3Tx0rp { width:8.9364375rem;height:8.9364375rem;top:119.3125rem;left:5.5rem;overflow:hidden;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #NeRNqZVU7Rm2m6efOVpfd5OFIPJt4fkS { width:16.5625rem;height:1.13725rem;top:109.125rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvUaBZb3xu9OtadTybouU56JsEysUIcK { width:18.499625rem;height:2.9243625rem;top:111.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { background-color:#ffffff;background-image:none;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; }#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 { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { width:17.4360625rem;height:4.39985625rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#002868;display:block; }
 }@media only screen and (max-width: 763px) { #lDkIW0ua47hPakQkffK3AVCVAksVJgpq { width:9.6875rem;height:2.03125rem;top:9.7096939086912rem;left:5.1562498807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXglz5Xokza0gwPELGOvozNbTQQsggII { width:17.7485625rem;height:5.1988625rem;top:12.586102539062rem;left:1.1558952331543rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { width:11.1239375rem;height:2.03125rem;top:20.896661758423rem;left:4.4371446371079rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { width:17.24875rem;height:5.1988625rem;top:23.836102539063rem;left:1.1567840576172rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { width:12.872875rem;height:2.03125rem;top:43.42240524292rem;left:3.561789393425rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { width:18.3735625rem;height:5.1988625rem;top:34.773602539063rem;left:1.1248226165771rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { width:9.5625rem;height:0;top:43.085934692383rem;left:1.3742904663086rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { width:16.875rem;height:5.1988625rem;top:46.023602539063rem;left:1.4373207092285rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { width:20rem;height:10rem;top:8.46146875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { width:20rem;height:10rem;top:19.71146875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { width:20rem;height:10rem;top:30.96146875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { width:20rem;height:10rem;top:42.21146875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3fW6N1gXsN8Jqh3DBWesDd6UxOATRJt { width:17.6243125rem;height:2.03125rem;top:32.021482467651rem;left:1.186967253685rem;font-size:1.5625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #QCEOOnNpV3Gs2HxLmB99TN4CUvNNnRCi { width:8.18625rem;height:0.3125rem;top:6.89896875rem;left:5.875rem;background-color:#007eb5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { background-color:#ffffff;background-image:none;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:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { width:20rem;height:23.6875rem;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;background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(0,126,181,0.78), #00a8b5);background-image: -moz-linear-gradient(185deg, rgba(0,126,181,0.78), #00a8b5);background-image: -ms-linear-gradient(185deg, rgba(0,126,181,0.78), #00a8b5);background-image: -o-linear-gradient(185deg, rgba(0,126,181,0.78), #00a8b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eb5c6', endColorstr='#00a8b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eb5c6', endColorstr='#00a8b5' );";background-image: linear-gradient(185deg, rgba(0,126,181,0.78), #00a8b5);background-size:cover !important;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:17.9998125rem;height:5.06214375rem;top:8.7801843881606rem;left:0.99964487552644rem; }
 }@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:20rem;height:2.599875rem;top:3.2492828369141rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { width:20rem;height:1.62464375rem;top:6.436460494995rem;left:0rem;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:14.778940796852rem;left:4.4069598913193rem;width:11.1851875rem;height:3.18536875rem;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:18.9364375rem;height:2.43696875rem;top:18.936434388161rem;left:0.53089487552643rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #CinyuJuJcCCg2iwASNWzizTZvbdIkU9D { width:18.75rem;height:1.05601875rem;top:22.059214234352rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh { background-color:#00a8b5;background-image:none;display:block; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container { background-color: transparent; background-image: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container > .video-iframe-container { display: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row > .video-iframe-container { display: none; }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .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); }#zVXnyqgco7CVUaRrNgNpe9c5Ed2pUEKh > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FB95tK0c72pcZtqliiOwyTgCh2BEBwZg { top:7.9390087127688rem;left:4.4074038267136rem;width:11.1843125rem;height:3.1840375rem;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) { #Aa8glLSeO7sUGu0Bri2p1sDlMXRGOWXS { display:block; }
 }@media only screen and (max-width: 763px) { #b7z2oJD7XFdT3tzRq83ue06tKJHPnzKs { width:18.6843125rem;height:1.13725rem;top:12.29847240448rem;left:0.65696012973787rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #WNN1IydTemScQe9EH3tglbVLaK9xgvew { width:19.3093125rem;height:1.05601875rem;top:14.003018379211rem;left:0.34446024894714rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNoFtap4o20PWGUg4iV1IkhXB5hBlLCT { width:20rem;height:2.03125rem;top:2.4986686706543rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGPx5tTPTAvCWg8V4irlLmOkTF3xDJ1K { width:20rem;height:1.38139375rem;top:5.0918855667114rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { background-color:#00a8b5;background-image:none;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGuMoSzJEU3dgXhzDdNXW3TLrvmURdGf { top:15.17311875rem;left:4.375rem;width:11.1860625rem;height:3.18625625rem;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) { #UVegvWrmnaSou4aLf7HOzx9v2KSC4yk6 { display:block; }
 }@media only screen and (max-width: 763px) { #SmKET3F9DbBCVV2U78CsXhJUo1aUbUki { width:17.4360625rem;height:4.00035625rem;top:5.09854375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cbhaf53JmpmzM7bLVRsUlUqn4QASTrd7 { width:20rem;height:11.749375rem;top:32.559955596924rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwuy0AGKNg19h5cG05sJbyKunPms1yAR { width:14.18725rem;height:3.56223125rem;top:43.237302780151rem;left:2.9061611890793rem;background-color:#007eb5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gcohKBLUAghBmdo2mdg1mWfFizSfWzVu { width:15rem;height:2.599875rem;top:1.25rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(38,40,40,0.82);display:block; }
 }@media only screen and (max-width: 763px) { #nAC59PwaKT0bBJmnJ4iPX9z2vmGfQm7N { width:20rem;height:auto;top:14.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"noto sans tc";display:none; }
 }@media only screen and (max-width: 763px) { #ZR5V1lJnfMqBzar7iMlBeXO49bXxsFvE { width:20rem;height:auto;top:20.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hZmA31HKHTJJt4CVedsC1qAVR9AsMFTc { width:9.6875rem;height:2.76278125rem;top:43.637693405151rem;left:5.1562498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAkimqOToGIwJUbNacCeMNRg32iHV5pi { width:19.3101875rem;height:1.05601875rem;top:19.6084875rem;left:0.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWIR2xZia5CDATvnT2snSwUHUTeF23tl { width:20rem;height:3.5751125rem;top:10.3489rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"noto sans tc";z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bg9XXrFmJeEt635AwRvmaiirbaCEBSQU { width:20rem;height:9.5641125rem;top:21.184302806854rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { position:relative;z-index:auto;display:block; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { width:20rem;height:2.7619rem;top:3.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXkuCQqzO6PEl4yviwNFHtxztodyAInx { width:10.999625rem;height:3.125rem;top:0.6818199157715rem;left:4.4997333288193rem;overflow:hidden;display:block; }
 }