.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f0f3fa;background-image:url("https://images.assets-landingi.com/uc/9a8bba2b-c7c8-4a97-bba6-48df1fd80f4a/Asset214x.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3485f00-8719-4e83-80b1-4dd430619daf/LandingPageBanner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#TIKt9fVQgH9LiFHzBtD5uJuZTMZRJlhS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:7.5625rem;width:37.25rem;top:7.25rem;left:33.247657775879rem;overflow:hidden;display:block; }
#SRJLFf2OKyJGuEo2ETTItgLTuDbGXUq3 { color:#442c5d;display:block;width:29.375rem;position:absolute;font-family:"noto sans hk";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40.0625rem;left:45.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#wyIQpi8d0UxAAe39yCXpef25kTEuSh2L { color:#442c5d;display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:43.3125rem;left:23.5625rem;height:3.25rem;display:block; }
#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece9ed;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; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container { background-color: transparent; background-image: none; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container > .video-iframe-container { display: none; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row > .video-iframe-container { display: none; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .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); }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container { border-width: 0; border-radius: 0; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#ekypb4UzSQ5oQ3zaJnAaP377CarFcWwh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:39.5625rem;width:14.25rem;top:0rem;left:60.749996185302rem;overflow:hidden;display:block; }
#KVzezTwQNzTFVqHb9poQWdy2mvZU6LKW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:36.9375rem;height:5.2rem;display:block; }
#w2QnSfBq8r59irkiLL0e7IWDTRhPS5zU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.125rem;left:36.9375rem;height:2.6rem;display:block; }
#Jb8fVZ1i6t5J95ds8cqiw61ICLXByIHh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.875rem;left:36.9375rem;height:3.9rem;display:block; }
#Zp8dz9KOOKsXk0rnxRAyB1e7UEZzipyz { color:#442c5d;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.8125rem;left:36.9375rem;height:4.95rem;display:block; }
#QadhNlHmaNJtTo0AtFwfEKg8qxrlvzfv { color:#442c5d;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:15.8125rem;left:36.9375rem;height:4.95rem;display:block; }
#Mp3RRE7XAd1wmDczA9RVr0e3wOgP0iV7 { color:#442c5d;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:26.5625rem;left:36.9375rem;height:4.95rem;display:block; }
#qMpxCDVGTfAgCIf8az4rrbQWuL4aQkXh { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:36.9375rem;display:block; }
#PWMHZWBFUDH2ODGKReJoTOKJd0yZRLHS { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:36.9375rem;display:block; }
#lED8yNTOIeaeVubfvUaLTXA575wF5o4X { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:36.9375rem;display:block; }
#Nq5TUE8rH9hlbLDXams0MQ7l9OVLUZdd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:4.5rem;width:6.3125rem;top:3.0375022888184rem;left:47.596096038818rem;overflow:hidden;display:block; }
#TLhObBLr8BTmgmaZOuUpA2NDn87lhtnJ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:5.0625rem;top:15.755470275879rem;left:48.221096038818rem;overflow:hidden;display:block; }
#bDZhMxKG2TU46kEtKTST4zeJOEuBt8HV { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:5.125rem;top:26.474220275879rem;left:48.189846038818rem;overflow:hidden;display:block; }
#hQrQ4e6BJbFla9DVhUAwOMROWMSABfOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:2.1;letter-spacing:0;top:2.8125rem;left:2.1742172241211rem;height:9.45rem;display:block; }
#hgvP9z6g27RXpbx5HtOEsckvS21xOs9B { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:2.1;letter-spacing:0;top:21.0625rem;left:2.171875rem;height:4.725rem;display:block; }
#rtw5rLroP3LDuPpOiL4lgSilZRJCdXL8 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:26.3125rem;top:14.325004577637rem;left:5.453125rem;overflow:hidden;display:block; }
#sdLrOscMFdh2REkwsP2AZwnGGVLTog9y { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:12.4375rem;width:35rem;top:27.1875rem;left:0rem;overflow:hidden;display:block; }
#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a1ff924-6b55-4951-8ebf-24eadd3dc45e/Asset104x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW.adaptive-delivery-prevent-bg, #xDnt5EURQpQTavE1BA0ExLcNSmucMcoW.lazyload, #xDnt5EURQpQTavE1BA0ExLcNSmucMcoW.lazyloading { background-image: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { background-color: transparent; background-image: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container > .video-iframe-container { display: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row > .video-iframe-container { display: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .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); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { border-width: 0; border-radius: 0; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { font-size:0.875rem;font-family:arial;height:91.25rem;width:75rem;position:relative;display:block; }#mcncM8qNRsiQT38gdpoIILps9PeygsWy { color:#442c5d;display:block;width:47.375rem;position:absolute;font-family:"noto sans hk";font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1476573944092rem;left:13.811717987061rem;height:3.4125rem;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; }
#OpehJDSLAOBmcL0CMXFrqKmyxaqecsqp { color:#442c5d;display:block;width:21.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5593757629394rem;left:26.967967987061rem;height:2.19375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgOAWeFSabPWi2x5mTS069uJQ2lraRTH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:2.4375rem;top:9.3125rem;left:43.5rem;overflow:hidden;display:block; }
#CCueETowu13ApX4c4l7mG4B1L9gnkfmT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:3.6875rem;top:9.3125rem;left:39.25rem;overflow:hidden;display:block; }
#Qt4DuBtSDSCBT7i2QiMGbf6LsUAtCQ0Q { color:#442c5d;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:26.4375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#pyzQBCelzH79tZ78ZyhkzGoTWgfRmPBV { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:15.0625rem;width:13.5rem;top:13.0625rem;left:20.3125rem;overflow:hidden;display:block; }
#xWH3TioSCAGpxvZKURv9g1wfuFsTEMOd { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:33.125rem;width:23.5rem;top:-1.2875rem;left:32.0824735987rem;overflow:hidden;display:block; }
#XA7nT8sVDZzukFlXIzsJDPE7WOPz8Tcb { color:#442c5d;display:block;width:16.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:8.75rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UdTeaTslPaqipn2Ci605e39fV8SQnJ1u { color:#442c5d;display:block;width:20.3125rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.9375rem;left:50.25rem;height:1.3rem;font-style:normal;display:block; }
#vi8XMJHhUSAOdIuSSlJ7AEvFU0c9GZSt { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:2.5;letter-spacing:0;top:28.937500953674rem;left:1.78125rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#PZp8oiOqMLCiLPyWsxnTcNtga8KwNn8H { color:#442c5d;display:block;width:40.1875rem;position:absolute;font-family:"noto sans hk";font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.25rem;left:17.375rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#oTBeunZVDibh0Gll4h5ghSP383NR4TJH { color:#442c5d;display:block;width:31.375rem;position:absolute;font-family:"noto sans hk";font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:45.6875rem;left:21.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIbk3m7vQkUItSTPVO9sTssX4iDPTx1p { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:50.3125rem;left:6.5625rem;overflow:hidden;display:block; }
#iP2UTgvrJfoZKcdRgDx8A6cwThlODJnK { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:50.3125rem;left:22.8125rem;overflow:hidden;display:block; }
#I71C92D36yr1e1EJHVnR7wG824k5q0Ai { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:50.3125rem;left:39.0625rem;overflow:hidden;display:block; }
#v5NPFGHMNSbkSV4ArJOTmr7zinMLfc7V { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:50.3125rem;left:55.3125rem;overflow:hidden;display:block; }
#xMstK4sNrGpCavHPKVeOSPrskVyzSqtE { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:73.812498569488rem;left:6.25rem;overflow:hidden;display:block; }
#Gf4N0Pe6GkDRqodZXNmGH0RPE8OrwLUL { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:73.812498569488rem;left:22.810939788818rem;overflow:hidden;display:block; }
#qzfahHITxSCfRF9KBX9PzxtSXwEXVIVV { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:73.812498569488rem;left:39.0625rem;overflow:hidden;display:block; }
#ftfIUd3LSUMOesNTqu46qsAzFpyWbo1B { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;width:13.125rem;top:73.8125rem;left:55.3125rem;overflow:hidden;display:block; }
#FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:62.300001621246rem;left:5.3125rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }#FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z li:before{  }
#S8QCxvnLDBsGwaIxKZaUQmLOHfJL3ghl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:59.625002384186rem;left:6.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GiqC790uV5RSukRyTbUp8RcTCHeI9XfU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:59.625002384186rem;left:23.123439788818rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCs1b64TvmIaUBJ1eLTg5ppdA7UBf7T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:59.625002384186rem;left:39.374217987061rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLPdtK0iAsOkSzTcblwK7MeoZQkN4riC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:59.625002384186rem;left:55.581249237061rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvsZLykXQr4mE8xVyXIREIp2bQCKWIWl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:83.3125rem;left:6.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wC8LTMXeyTLrKHMeS1ugJSw249AKxZwW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:83.3125rem;left:23.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhLNTc2k47qJAR6hagGAtwO2AMxTipM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:83.3125rem;left:39.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDgP6GNblfat6auEq7qGg5xTJUyXIQ1E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:83.3125rem;left:55.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:62.300001621246rem;left:21.560939788818rem;height:;text-align:left;text-align-last:left;display:block; }#hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl li:before{  }
#zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:62.300001621246rem;left:37.811717987061rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }#zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 li:before{  }
#tHpLnhkCBvzh5unleLmLGfUAfKrul40l { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:62.300001621246rem;left:54.061717987061rem;height:;text-align:left;text-align-last:left;display:block; }#tHpLnhkCBvzh5unleLmLGfUAfKrul40l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tHpLnhkCBvzh5unleLmLGfUAfKrul40l li:before{  }
#SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:85.8125rem;left:5.3125rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }#SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC li:before{  }
#Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:85.8125rem;left:21.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }#Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf li:before{  }
#yXx4XTVy2OfvN228LFc30TtS09Iow4Wb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:85.8125rem;left:37.8125rem;height:4.28125rem;text-align:left;text-align-last:left;display:block; }#yXx4XTVy2OfvN228LFc30TtS09Iow4Wb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yXx4XTVy2OfvN228LFc30TtS09Iow4Wb li:before{  }
#T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:85.8125rem;left:54.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }#T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn li:before{  }
#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F { position:relative;display:block; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F { background-color: transparent; background-image: none; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container > .video-iframe-container { display: none; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row > .video-iframe-container { display: none; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .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); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F { border-width: 0; border-radius: 0; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gyMMLIEomHqrvrqJsUJk1dSbS7ViwKbc { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.2);top:16.580471038818rem;left:49.836719512939rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#VW2weOXFSTgcTBmRQCJ2c56s8PCr6Xn5 { box-sizing:content-box;height:11rem;width:26.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:2.1484375rem;left:6.73828125rem;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; }
#gwdLqeZZdcJ2xaFmBJS08eKFFmzXIHwL { box-sizing:content-box;height:2rem;width:18.0625rem;position:absolute;display:block;z-index:15003;background-color:#442c5d;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.1875rem;left:11.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lMfA4WwudTc7zJ3yU4zftnwQaJyeE8HP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.495311737061rem;left:13.850002288818rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#LcOHlA68HvEQ4BwnW6rol4TFNmhr04gT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJG5HDnrBzqtNkw7TDaTqaqXQbpQVEGd { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:11.75rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frX718h5CIGTSxtnzOx97azDAFvUNxXD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:14.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2Jf7JKF1szvatXdxKS9tGSBBSu89iKb { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.25rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zlBo4qzEmfse3ZT4SMIeGp3bxEHuEpO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:23.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1NCf8i7UHu7zqKh3lhcDxwP4zeM7OsW { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.625rem;left:7.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#y5uEXdv0QraRkbaMKzQI2VlBMnwnApUl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.625rem;left:14.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FtO5v23d02vT4yrvTaXorrH2xCxtIvn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:25.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#cz0ZSWmBmpBstckRMplVu4VcsV8kixqM { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:14.654689788818rem;display:block; }
#wbA8hWOVRxgCP7RTA9pGQDNshhJxJTET { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:25.936717987061rem;display:block; }
#h9EgSkuBLAUK1KfbQM0Bd1F2DuJ0d7SM { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:7.6234397888181rem;display:block; }
#bBrHnabNC1nqcaNfiSNKfxok8idAuqKB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:38.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece9ed;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; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container { background-color: transparent; background-image: none; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container > .video-iframe-container { display: none; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row > .video-iframe-container { display: none; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .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); }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container { border-width: 0; border-radius: 0; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#aLOyPOuz8tFgAsEDAEpy2iCC6hn7iCx1 { color:#442c5d;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.724220275879rem;left:9.0843772888181rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.786720275879rem;left:9.0843772888181rem;height:7.9375rem;text-align:left;text-align-last:left;display:block; }#XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 li:before{  }
#X4UNCxGx2fVpXPTRNyaKUPu4w8sOTsIg { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:5.875rem;top:10.724220275879rem;left:2.5859375rem;overflow:hidden;display:block; }
#KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.5515594482425rem;left:48.774219512939rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }#KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs li:before{  }
#w2G7dqSSyU7wwLTSCndgqrG1UzSlrro5 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:16.25rem;top:5.1640625rem;left:48.774219512939rem;overflow:hidden;display:block; }
#ToLFHsA8mIrcxpNZGO3n94W7IGmfWlgw { box-sizing:content-box;height:0.0625rem;width:32.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4015617370606rem;left:2.5859375rem;display:block; }
#hNTeEGcFTf0M6yh3fUuvy4QPE453iqzS { color:#442c5d;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#L8O02d0Hwzyf9JlkrWc5xwsIkxcs8bwD { color:#997f60;display:block;width:17.375rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.5625rem;left:10.375rem;height:1.3rem;display:block; }
#CJxx9WkslxoBQbdDdFss4nhX0JLOV8I7 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.8125rem;left:10.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xiORthx2Kt2AMLMVP8pRuGk271DcKfAE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:38.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG { position:relative;display:block; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG { background-color: transparent; background-image: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container > .video-iframe-container { display: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row > .video-iframe-container { display: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .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); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG { border-width: 0; border-radius: 0; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#etNRBw7LuZ6KXnPC3OpTuhh4x9kKtwRV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:31.25rem;top:5.5rem;left:4.875rem;overflow:hidden;display:block; }
#y2qTAPQATgnWtq4OgOCrRZ5OaGZOREBA { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:31.25rem;top:16.125rem;left:4.875rem;overflow:hidden;display:block; }
#MTxA5cM9cqkXcNtgT6RRqJaf2DBXn1uH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:31.25rem;top:27.0625rem;left:4.875rem;overflow:hidden;display:block; }
#a4bhmPTsQS5V4EyLo9PSIilTJvPJbZ0X { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:31.25rem;top:5.4375rem;left:38.8125rem;overflow:hidden;display:block; }
#GwkbkTLJr6q2a3uGQ8Genw5wo8yvfByv { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:31.25rem;top:16.125rem;left:38.8125rem;overflow:hidden;display:block; }
#RKKnyoDcpbJkleSwvzNDukfAwqGlQW4c { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:31.25rem;top:27rem;left:38.8125rem;overflow:hidden;display:block; }
#K5Ea9SFBOrUV9wciPcZinTSXswxn0XZs { color:#442c5d;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.8250007629394rem;left:24.34375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#U18UNggQHrKhvv9frxPazwdFpxxqmWFK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.562503814698rem;left:4.875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#k2wiT89pJvquizsIJ73hdt7Zo8LEOkPk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.562503814698rem;left:12.5rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#onnwcP6NtM9pHwvwLPwZ24GFLKHtQZN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9187507629394rem;left:20.987503051757rem;height:4.225rem;display:block; }
#QVoTb6arI1LXBoAW73uRumP4lwm41wXK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.015628814698rem;left:20.987503051757rem;height:5.28125rem;display:block; }
#Jk8iGwQFxkzC1ftKT8QxASB425OuTqhh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.953126430511rem;left:20.987503051757rem;height:5.28125rem;display:block; }
#HQecBcKTLotWwmpnUTr9Or2PqDCPrxdS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.1875rem;left:4.875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#veE6PWikePwOHy3Gnxtgcyn6cdtGWK3N { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.1875rem;left:12.5rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#fX219kDkBeaNk0Zrc8vt8X0vp0FMFyZH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.125rem;left:12.5rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oTTA4EUdzoHBphpI5fx9UsInlgdMAipE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36.125rem;left:4.875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#KE3sTBVRoCRGFJ7mk0rgSASo30bean5r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5625rem;left:46.4375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#A45zW80VEiQQ4xvDGNPTicv9sQZ6mPdB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5625rem;left:38.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#gxvqcxIVDlSFvqX1xPwH5EOdOCKFlKeT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.390625rem;left:54.724998474121rem;height:5.28125rem;display:block; }
#uvWsHvs8mqNl4iWWDAEOCTZldnl9E2Kr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.015628814698rem;left:54.724998474121rem;height:5.28125rem;display:block; }
#kdyTR55QqrQXm5yElDexsVvw8EPFvnuf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.1875rem;left:46.4375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#zDRnqNz7SMssFCAkRm1mVbDV2MzJA6XP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.1875rem;left:38.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#kAi8gFBleKrW5194VzANs1Z5mO7Pxzkq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:36.125rem;left:46.4375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oLtxJE9c6X7ybyyQmNRr9o2OdRiRe0xp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"noto sans hk";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:36.125rem;left:38.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#axqC8TpFo30EeUAWX791cfBduxexGswK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.953128814698rem;left:54.724998474121rem;height:5.28125rem;display:block; }
#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eadac0;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; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container { background-color: transparent; background-image: none; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container > .video-iframe-container { display: none; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row > .video-iframe-container { display: none; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .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); }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container { border-width: 0; border-radius: 0; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#mTUORPfQ45HaiMTpz9bNw1hiCo8NOlI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.336719512939rem;left:6.5367202758787rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#U64E54eo6CN1aKVlvhAVxcX7IJ8bFFKV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.8984375rem;left:13.724220275879rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#odeNIECg8VhWmmCR2klZppKscyk1iNqD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.649215698243rem;left:25.349220275879rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#cg5vZx2aWUuE0WTyqNlZVstwrh32FccW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:30.392971038818rem;left:18.161720275879rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#fulpvXudMNOVKWsyBBtR0ucTLwxWVplW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"noto sans hk";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.399219512939rem;left:26.849220275879rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#OxzXGGAW7qRf7eQUhJrxAqeVMnTbKv6G { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:4.5rem;width:23.0625rem;top:5.4484367370606rem;left:44.661720275879rem;overflow:hidden;display:block; }
#ea9CTmIrwpRHAzIqG0yaoVne7gB6BOdE { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:16.950000762939rem;left:41.161720275879rem;height:8.55rem;text-align:justify;text-align-last:initial;display:block; }
#ut3oNoDTkB9a8FvlHX4QU0dQWIOoR53l { box-sizing:content-box;height:2rem;width:23.125rem;position:absolute;display:block;z-index:15005;background-color:#997f60;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.6875rem;left:44.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OEehX51qve46ZL3Of5uBXsasw1ssMd6d { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13rem;left:47.375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#XN8R1wqThqbKSfCE9Tew9C1UPrOsUfQF { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:12.125rem;top:6.70703125rem;left:37.286720275879rem;overflow:hidden;display:block; }
#NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:26.176563262939rem;left:42.899215698243rem;height:9.4875rem;text-align:justify;text-align-last:initial;display:block; }#NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX li:before{  }
#ubBXBSICg0vCTcrRKzdzuFeJQeDtbrWS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:38.625rem;width:75rem;top:3.814697265625E-6rem;left:0rem;overflow:hidden;display:block; }
#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !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; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT.adaptive-delivery-prevent-bg, #uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT.lazyload, #uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT.lazyloading { background-image: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container { background-color: transparent; background-image: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eadac0; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container > .video-iframe-container { display: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eadac0; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row > .video-iframe-container { display: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .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); }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container { border-width: 0; border-radius: 0; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT::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; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#tVXfMA700JJztNhz5SalEU3AnZo4P4Cv { color:#442c5d;display:block;width:29.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875038146975rem;left:4rem;height:10.2375rem;font-style:normal;display:block; }
#aBP4iyztTVtxR8LSQi8FlRELK6MdN0k8 { color:#442c5d;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:4rem;height:3.25rem;font-style:normal;display:block; }
#bcXgUokXoKOqCtBo9PuPRZrXQm6R0Ooo { position:absolute;display:block;z-index:15021;background-color:#442c5d;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:8.0625rem;left:4rem;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-form-header {  }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:bold;color:#090e36;width:24.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-text { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.6875rem;box-sizing:border-box;height:2rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-text {padding-top: 0; padding-bottom: 0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-textarea { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.6875rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-select {padding-top: 0; padding-bottom: 0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#442c5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.4375rem;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.75rem;height:3.75rem;font-family:"source sans pro";overflow:hidden; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.5rem;overflow:hidden;font-style:normal; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-container:first-of-type{padding-top:0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-container:last-of-type{padding-bottom:0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:42.65625rem;top:0.75000381469725rem;z-index:15025;position:absolute; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.6875rem;display:block;vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC {display:block;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:42.65625rem;top:0.75000381469725rem;z-index:15025;position:absolute; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #dcnQL2MNyQyzbufSGNUgV7ac0XXlgAJx { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #h4sSQPrl9cdMhcVa6c0N2G0cksNoIq2I { position:relative;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #XvzT8wJ7LMf0kaAPxHTRtLdlsbMA9ceT { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #DDw5MwQbOBt0eJTEvTz1DlXWKayQrNId { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #UzqBFbugbgU0HRZIL2k2rKPUxgVUVpac { position:relative;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #e39QxRLaK0mmsAqBgbsI1hN0oDaOsHmh { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #BJVO1EToo2FmpcLvQAmqIMPXFt5Pzke2 { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #uVkHh253NeZfmblRtxVXtpuTppGz0Khk { position:relative;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #o5WzBKMMNTk9gWs6imbcMuIQciUg8Ttd { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #FLVumx8x4B0se64GUaHMwMLyanETWXKR { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #utVVR1qxzTORRaknEAtnOv6KaQIGVCP4 { position:relative;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #hTSX1xkJWfzNqRbg3ATd6PZcq9lSTFxT { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #rMZ1BPw9PrpXvsTiDsAeWrECcOxdEorX { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #fXlpgqGVMUvCnDqJtv5Dd56FPSlTIeLA { position:relative;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #vTOTfsWpK8GN4TX7ftyyyKzKkKyuOuHc { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #OF3Ro6oUbIyo2xMpch7K12Bmzx0TmFw6 { position:relative; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #HS4RT3RkHIJ6xbBgMdIF1XoOVxpMIyP2 { position:relative; }
#sEBdO1KEmwkTcUcZHRP2Ed0Lax9qT6oV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#iwdg6hqUO78zpefvOpQaMK8Xpsw4BvkO { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:4.3125rem;width:4.3125rem;top:21.625rem;left:4rem;overflow:hidden;display:block; }
#hlltzZXliPab7CzQCnSla7E7HXWbTteA { background-color:#997f60;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:12.875rem;height:2.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:22.75rem;left:7.375rem;display:block; }
#DxUC6JXF9v5K5HTWcuTd8w88OrwluFIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container { background-color: transparent; background-image: none; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container > .video-iframe-container { display: none; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row > .video-iframe-container { display: none; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .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); }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container { border-width: 0; border-radius: 0; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#sUymMUAqhUpyaXDhifkFKW428V1zvUZ1 { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5179672241211rem;left:50.375rem;height:2.275rem;text-align:right;text-align-last:right;display:block; }
#gisiEtP79BpQNQlwSTMRKMLEZGZ4Jvfs { 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:3.0625rem;width:8.875rem;top:1.125rem;left:33.0625rem;overflow:hidden;display:block; }
#GmoF9wVCAh5PdCKNmKdT6GaoP7g2EbWx { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0867156982422rem;left:3.25rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIKt9fVQgH9LiFHzBtD5uJuZTMZRJlhS { top:7.25rem;left:10.5rem;width:37.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRJLFf2OKyJGuEo2ETTItgLTuDbGXUq3 { top:40.0625rem;left:18.375rem;width:29.375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyIQpi8d0UxAAe39yCXpef25kTEuSh2L { top:43.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK { display:block; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekypb4UzSQ5oQ3zaJnAaP377CarFcWwh { top:0rem;left:33.5rem;width:14.25rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzezTwQNzTFVqHb9poQWdy2mvZU6LKW { top:9.125rem;left:23.3125rem;width:18.6875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2QnSfBq8r59irkiLL0e7IWDTRhPS5zU { top:22.125rem;left:23.3125rem;width:18.6875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8fVZ1i6t5J95ds8cqiw61ICLXByIHh { top:32.875rem;left:23.3125rem;width:18.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8dz9KOOKsXk0rnxRAyB1e7UEZzipyz { top:2.8125rem;left:23.3125rem;width:20rem;height:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QadhNlHmaNJtTo0AtFwfEKg8qxrlvzfv { top:15.8125rem;left:23.3125rem;width:20rem;height:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3RRE7XAd1wmDczA9RVr0e3wOgP0iV7 { top:26.5625rem;left:23.3125rem;width:20rem;height:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMpxCDVGTfAgCIf8az4rrbQWuL4aQkXh { top:8.4375rem;left:23.3125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWMHZWBFUDH2ODGKReJoTOKJd0yZRLHS { top:21.4375rem;left:23.3125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lED8yNTOIeaeVubfvUaLTXA575wF5o4X { top:32.1875rem;left:23.3125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5TUE8rH9hlbLDXams0MQ7l9OVLUZdd { top:3rem;left:33.971096038818rem;width:6.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhObBLr8BTmgmaZOuUpA2NDn87lhtnJ { top:15.75rem;left:34.596096038818rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDZhMxKG2TU46kEtKTST4zeJOEuBt8HV { top:26.4375rem;left:34.564846038818rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrQ4e6BJbFla9DVhUAwOMROWMSABfOZ { top:2.8125rem;left:0rem;width:32.875rem;height:9.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvP9z6g27RXpbx5HtOEsckvS21xOs9B { top:21.0625rem;left:0rem;width:32.875rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtw5rLroP3LDuPpOiL4lgSilZRJCdXL8 { top:14.3125rem;left:0rem;width:26.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLrOscMFdh2REkwsP2AZwnGGVLTog9y { top:27.1875rem;left:0rem;width:35rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDnt5EURQpQTavE1BA0ExLcNSmucMcoW { display:block; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcncM8qNRsiQT38gdpoIILps9PeygsWy { top:2.125rem;left:0.18671798706055rem;width:47.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpehJDSLAOBmcL0CMXFrqKmyxaqecsqp { top:5.5rem;left:13.342967987061rem;width:21.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOAWeFSabPWi2x5mTS069uJQ2lraRTH { top:9.3125rem;left:29.875rem;width:2.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCueETowu13ApX4c4l7mG4B1L9gnkfmT { top:9.3125rem;left:25.625rem;width:3.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4DuBtSDSCBT7i2QiMGbf6LsUAtCQ0Q { top:9.9375rem;left:12.8125rem;width:14.3125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyzQBCelzH79tZ78ZyhkzGoTWgfRmPBV { top:13.0625rem;left:6.6875rem;width:13.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWH3TioSCAGpxvZKURv9g1wfuFsTEMOd { top:-1.25rem;left:18.4574735987rem;width:23.5rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7nT8sVDZzukFlXIzsJDPE7WOPz8Tcb { top:19.9375rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdTeaTslPaqipn2Ci605e39fV8SQnJ1u { top:19.9375rem;left:27.4375rem;width:20.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi8XMJHhUSAOdIuSSlJ7AEvFU0c9GZSt { top:28.9375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZp8oiOqMLCiLPyWsxnTcNtga8KwNn8H { top:42.25rem;left:3.75rem;width:40.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBeunZVDibh0Gll4h5ghSP383NR4TJH { top:45.6875rem;left:8.1875rem;width:31.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIbk3m7vQkUItSTPVO9sTssX4iDPTx1p { top:50.3125rem;left:0rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP2UTgvrJfoZKcdRgDx8A6cwThlODJnK { top:50.3125rem;left:9.1875rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71C92D36yr1e1EJHVnR7wG824k5q0Ai { top:50.3125rem;left:25.4375rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5NPFGHMNSbkSV4ArJOTmr7zinMLfc7V { top:50.3125rem;left:34.625rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMstK4sNrGpCavHPKVeOSPrskVyzSqtE { top:73.75rem;left:0rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf4N0Pe6GkDRqodZXNmGH0RPE8OrwLUL { top:73.75rem;left:9.1859397888181rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzfahHITxSCfRF9KBX9PzxtSXwEXVIVV { top:73.8125rem;left:25.4375rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfIUd3LSUMOesNTqu46qsAzFpyWbo1B { top:73.8125rem;left:34.625rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z { top:62.25rem;left:0rem;width:15.625rem;height:2.75rem;font-size:0.8125rem;display:block; }#FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z li:before{  }
 }@media only screen and (max-width: 763px) { #S8QCxvnLDBsGwaIxKZaUQmLOHfJL3ghl { top:59.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiqC790uV5RSukRyTbUp8RcTCHeI9XfU { top:59.625rem;left:9.4984397888181rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCs1b64TvmIaUBJ1eLTg5ppdA7UBf7T7 { top:59.625rem;left:25.749217987061rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPdtK0iAsOkSzTcblwK7MeoZQkN4riC { top:59.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvsZLykXQr4mE8xVyXIREIp2bQCKWIWl { top:83.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC8LTMXeyTLrKHMeS1ugJSw249AKxZwW { top:83.3125rem;left:9.5rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhLNTc2k47qJAR6hagGAtwO2AMxTipM8 { top:83.3125rem;left:25.75rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDgP6GNblfat6auEq7qGg5xTJUyXIQ1E { top:83.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl { top:62.25rem;left:7.9359359741213rem;width:15.625rem;height:;font-size:0.8125rem;display:block; }#hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl li:before{  }
 }@media only screen and (max-width: 763px) { #zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 { top:62.25rem;left:24.186717987061rem;width:15.625rem;height:5.5rem;font-size:0.8125rem;display:block; }#zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 li:before{  }
 }@media only screen and (max-width: 763px) { #tHpLnhkCBvzh5unleLmLGfUAfKrul40l { top:62.25rem;left:32.125rem;width:15.625rem;height:;font-size:0.8125rem;display:block; }#tHpLnhkCBvzh5unleLmLGfUAfKrul40l li:before{  }
 }@media only screen and (max-width: 763px) { #SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC { top:85.8125rem;left:0rem;width:15.625rem;height:2.75rem;font-size:0.8125rem;display:block; }#SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC li:before{  }
 }@media only screen and (max-width: 763px) { #Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf { top:85.8125rem;left:7.9375rem;width:15.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }#Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf li:before{  }
 }@media only screen and (max-width: 763px) { #yXx4XTVy2OfvN228LFc30TtS09Iow4Wb { top:85.8125rem;left:24.1875rem;width:15.625rem;height:4.25rem;font-size:0.8125rem;display:block; }#yXx4XTVy2OfvN228LFc30TtS09Iow4Wb li:before{  }
 }@media only screen and (max-width: 763px) { #T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn { top:85.8125rem;left:32.125rem;width:15.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }#T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn li:before{  }
 }@media only screen and (max-width: 763px) { #O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F { display:block; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyMMLIEomHqrvrqJsUJk1dSbS7ViwKbc { top:16.5625rem;left:27.75rem;width:20rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2weOXFSTgcTBmRQCJ2c56s8PCr6Xn5 { top:2.125rem;left:0rem;width:26.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdLqeZZdcJ2xaFmBJS08eKFFmzXIHwL { top:12.1875rem;left:0rem;width:18.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMfA4WwudTc7zJ3yU4zftnwQaJyeE8HP { top:12.4375rem;left:0.22500228881836rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcOHlA68HvEQ4BwnW6rol4TFNmhr04gT { top:4.5625rem;left:0rem;width:2.375rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJG5HDnrBzqtNkw7TDaTqaqXQbpQVEGd { top:4.5625rem;left:0rem;width:2.375rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frX718h5CIGTSxtnzOx97azDAFvUNxXD { top:4.5625rem;left:0.4375rem;width:6.1875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Jf7JKF1szvatXdxKS9tGSBBSu89iKb { top:4.5625rem;left:6.625rem;width:3.6875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBo4qzEmfse3ZT4SMIeGp3bxEHuEpO7 { top:4.5625rem;left:10.3125rem;width:9rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1NCf8i7UHu7zqKh3lhcDxwP4zeM7OsW { top:9.625rem;left:0rem;width:5.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uEXdv0QraRkbaMKzQI2VlBMnwnApUl { top:9.625rem;left:0.6875rem;width:5.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtO5v23d02vT4yrvTaXorrH2xCxtIvn5 { top:9.625rem;left:11.9375rem;width:5.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz0ZSWmBmpBstckRMplVu4VcsV8kixqM { top:10.9375rem;left:1rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbA8hWOVRxgCP7RTA9pGQDNshhJxJTET { top:10.9375rem;left:12.3125rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9EgSkuBLAUK1KfbQM0Bd1F2DuJ0d7SM { top:10.9375rem;left:0rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBrHnabNC1nqcaNfiSNKfxok8idAuqKB { top:0rem;left:0rem;width:47.75rem;height:24.59125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0xVpahQpeZx1fAh3bH0JQechOC7mh5p { display:block; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLOyPOuz8tFgAsEDAEpy2iCC6hn7iCx1 { top:10.6875rem;left:0rem;width:26.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 { top:13.75rem;left:0rem;width:17.3125rem;height:7.9375rem;font-size:0.8125rem;display:block; }#XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 li:before{  }
 }@media only screen and (max-width: 763px) { #X4UNCxGx2fVpXPTRNyaKUPu4w8sOTsIg { top:10.6875rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs { top:9.5rem;left:27rem;width:20.75rem;height:5.5rem;font-size:0.8125rem;display:block; }#KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs li:before{  }
 }@media only screen and (max-width: 763px) { #w2G7dqSSyU7wwLTSCndgqrG1UzSlrro5 { top:5.125rem;left:31.5rem;width:16.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLFHsA8mIrcxpNZGO3n94W7IGmfWlgw { top:8.375rem;left:0rem;width:32.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTeEGcFTf0M6yh3fUuvy4QPE453iqzS { top:2.1875rem;left:0rem;width:26.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8O02d0Hwzyf9JlkrWc5xwsIkxcs8bwD { top:4.5625rem;left:0rem;width:17.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJxx9WkslxoBQbdDdFss4nhX0JLOV8I7 { top:5.8125rem;left:0rem;width:17.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiORthx2Kt2AMLMVP8pRuGk271DcKfAE { top:0rem;left:0rem;width:47.75rem;height:24.59125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG { display:block; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etNRBw7LuZ6KXnPC3OpTuhh4x9kKtwRV { top:5.5rem;left:0rem;width:31.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qTAPQATgnWtq4OgOCrRZ5OaGZOREBA { top:16.125rem;left:0rem;width:31.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxA5cM9cqkXcNtgT6RRqJaf2DBXn1uH { top:27.0625rem;left:0rem;width:31.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4bhmPTsQS5V4EyLo9PSIilTJvPJbZ0X { top:5.4375rem;left:16.5rem;width:31.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwkbkTLJr6q2a3uGQ8Genw5wo8yvfByv { top:16.125rem;left:16.5rem;width:31.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKKnyoDcpbJkleSwvzNDukfAwqGlQW4c { top:27rem;left:16.5rem;width:31.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ea9SFBOrUV9wciPcZinTSXswxn0XZs { top:1.8125rem;left:10.71875rem;width:26.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18UNggQHrKhvv9frxPazwdFpxxqmWFK { top:14.5625rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2wiT89pJvquizsIJ73hdt7Zo8LEOkPk { top:14.5625rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onnwcP6NtM9pHwvwLPwZ24GFLKHtQZN9 { top:7.875rem;left:7.3625030517575rem;width:14.8125rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVoTb6arI1LXBoAW73uRumP4lwm41wXK { top:18rem;left:7.3625030517575rem;width:14.8125rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk8iGwQFxkzC1ftKT8QxASB425OuTqhh { top:28.9375rem;left:7.3625030517575rem;width:14.8125rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQecBcKTLotWwmpnUTr9Or2PqDCPrxdS { top:25.1875rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veE6PWikePwOHy3Gnxtgcyn6cdtGWK3N { top:25.1875rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX219kDkBeaNk0Zrc8vt8X0vp0FMFyZH { top:36.125rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTA4EUdzoHBphpI5fx9UsInlgdMAipE { top:36.125rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE3sTBVRoCRGFJ7mk0rgSASo30bean5r { top:14.5625rem;left:32.8125rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A45zW80VEiQQ4xvDGNPTicv9sQZ6mPdB { top:14.5625rem;left:25.1875rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxvqcxIVDlSFvqX1xPwH5EOdOCKFlKeT { top:7.375rem;left:32.9375rem;width:14.8125rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWsHvs8mqNl4iWWDAEOCTZldnl9E2Kr { top:18rem;left:32.9375rem;width:14.8125rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdyTR55QqrQXm5yElDexsVvw8EPFvnuf { top:25.1875rem;left:32.8125rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDRnqNz7SMssFCAkRm1mVbDV2MzJA6XP { top:25.1875rem;left:25.1875rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAi8gFBleKrW5194VzANs1Z5mO7Pxzkq { top:36.125rem;left:32.8125rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLtxJE9c6X7ybyyQmNRr9o2OdRiRe0xp { top:36.125rem;left:25.1875rem;width:7.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axqC8TpFo30EeUAWX791cfBduxexGswK { top:28.9375rem;left:32.9375rem;width:14.8125rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ { display:block; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTUORPfQ45HaiMTpz9bNw1hiCo8NOlI8 { top:29.3125rem;left:0rem;width:10.4375rem;height:1rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U64E54eo6CN1aKVlvhAVxcX7IJ8bFFKV { top:9.875rem;left:0.099220275878906rem;width:10.4375rem;height:1rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odeNIECg8VhWmmCR2klZppKscyk1iNqD { top:11.625rem;left:11.724220275879rem;width:10.4375rem;height:1rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg5vZx2aWUuE0WTyqNlZVstwrh32FccW { top:30.375rem;left:4.5367202758789rem;width:10.4375rem;height:1rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulpvXudMNOVKWsyBBtR0ucTLwxWVplW { top:34.375rem;left:13.224220275879rem;width:10.4375rem;height:1rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxzXGGAW7qRf7eQUhJrxAqeVMnTbKv6G { top:5.4375rem;left:24.6875rem;width:23.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9CTmIrwpRHAzIqG0yaoVne7gB6BOdE { top:16.9375rem;left:17.6875rem;width:30.0625rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut3oNoDTkB9a8FvlHX4QU0dQWIOoR53l { top:12.6875rem;left:24.625rem;width:23.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEehX51qve46ZL3Of5uBXsasw1ssMd6d { top:13rem;left:30.0625rem;width:17.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN8R1wqThqbKSfCE9Tew9C1UPrOsUfQF { top:6.6875rem;left:23.661720275879rem;width:12.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX { top:26.125rem;left:19.375rem;width:28.375rem;height:9.4375rem;font-size:0.8125rem;display:block; }#NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX li:before{  }
 }@media only screen and (max-width: 763px) { #ubBXBSICg0vCTcrRKzdzuFeJQeDtbrWS { top:0rem;left:0rem;width:47.75rem;height:24.59125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT { display:block; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVXfMA700JJztNhz5SalEU3AnZo4P4Cv { top:9.6875rem;left:0rem;width:29.5rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBP4iyztTVtxR8LSQi8FlRELK6MdN0k8 { top:3.375rem;left:0rem;width:27.6875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXgUokXoKOqCtBo9PuPRZrXQm6R0Ooo { top:8.0625rem;left:0rem;width:5.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-regular-label { width:24.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-text { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-text {padding-top: 0; padding-bottom: 0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-textarea { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-select { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-select {padding-top: 0; padding-bottom: 0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC  { width:24.6875rem;height:auto;top:0.75rem;left:20.5625rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .radio-container { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC {display:block;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC { width:24.6875rem;height:auto;top:0.75rem;left:20.5625rem; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #dcnQL2MNyQyzbufSGNUgV7ac0XXlgAJx {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #h4sSQPrl9cdMhcVa6c0N2G0cksNoIq2I {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #XvzT8wJ7LMf0kaAPxHTRtLdlsbMA9ceT {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #DDw5MwQbOBt0eJTEvTz1DlXWKayQrNId {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #UzqBFbugbgU0HRZIL2k2rKPUxgVUVpac { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #e39QxRLaK0mmsAqBgbsI1hN0oDaOsHmh {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #BJVO1EToo2FmpcLvQAmqIMPXFt5Pzke2 {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #uVkHh253NeZfmblRtxVXtpuTppGz0Khk { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #o5WzBKMMNTk9gWs6imbcMuIQciUg8Ttd {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #FLVumx8x4B0se64GUaHMwMLyanETWXKR {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #utVVR1qxzTORRaknEAtnOv6KaQIGVCP4 { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #hTSX1xkJWfzNqRbg3ATd6PZcq9lSTFxT {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #rMZ1BPw9PrpXvsTiDsAeWrECcOxdEorX {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #fXlpgqGVMUvCnDqJtv5Dd56FPSlTIeLA { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #vTOTfsWpK8GN4TX7ftyyyKzKkKyuOuHc {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #OF3Ro6oUbIyo2xMpch7K12Bmzx0TmFw6 {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #HS4RT3RkHIJ6xbBgMdIF1XoOVxpMIyP2 {  }
 }@media only screen and (max-width: 763px) { #sEBdO1KEmwkTcUcZHRP2Ed0Lax9qT6oV { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iwdg6hqUO78zpefvOpQaMK8Xpsw4BvkO { top:21.625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlltzZXliPab7CzQCnSla7E7HXWbTteA { width:12.875rem;height:2.125rem;top:22.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxUC6JXF9v5K5HTWcuTd8w88OrwluFIC { display:block; }
 }@media only screen and (max-width: 763px) { #TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv { display:block; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUymMUAqhUpyaXDhifkFKW428V1zvUZ1 { top:1.5rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gisiEtP79BpQNQlwSTMRKMLEZGZ4Jvfs { width:8.875rem;height:3.0625rem;top:1.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmoF9wVCAh5PdCKNmKdT6GaoP7g2EbWx { top:2.0625rem;left:0rem;width:17.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ece9ed;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIKt9fVQgH9LiFHzBtD5uJuZTMZRJlhS { width:13.5rem;height:2.6875rem;top:2.625rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRJLFf2OKyJGuEo2ETTItgLTuDbGXUq3 { width:20rem;height:1.95rem;top:18.47265625rem;left:0rem;font-size:1.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wyIQpi8d0UxAAe39yCXpef25kTEuSh2L { width:20rem;height:1.3rem;top:20.37265586853rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK { display:block; }#zgJ3DA0eAdTsw10Bc3RWv6zxTrpRnwtK > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekypb4UzSQ5oQ3zaJnAaP377CarFcWwh { width:6.375rem;height:18.125rem;top:0rem;left:13.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzezTwQNzTFVqHb9poQWdy2mvZU6LKW { width:11.875rem;height:6rem;top:29.75rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #w2QnSfBq8r59irkiLL0e7IWDTRhPS5zU { width:11.875rem;height:2.4rem;top:39.4375rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8fVZ1i6t5J95ds8cqiw61ICLXByIHh { width:11.875rem;height:3.6rem;top:48rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8dz9KOOKsXk0rnxRAyB1e7UEZzipyz { width:6.25rem;height:2.0625rem;top:29.75rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QadhNlHmaNJtTo0AtFwfEKg8qxrlvzfv { width:6.25rem;height:2.0625rem;top:37.375rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3RRE7XAd1wmDczA9RVr0e3wOgP0iV7 { width:6.25rem;height:2.0625rem;top:45.9375rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMpxCDVGTfAgCIf8az4rrbQWuL4aQkXh { width:18.75rem;height:0.125rem;top:36.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWMHZWBFUDH2ODGKReJoTOKJd0yZRLHS { width:18.75rem;height:0.125rem;top:45.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lED8yNTOIeaeVubfvUaLTXA575wF5o4X { width:18.75rem;height:0.125rem;top:54.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5TUE8rH9hlbLDXams0MQ7l9OVLUZdd { width:4.125rem;height:2.9375rem;top:32.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhObBLr8BTmgmaZOuUpA2NDn87lhtnJ { width:3.6875rem;height:3.6875rem;top:40.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDZhMxKG2TU46kEtKTST4zeJOEuBt8HV { width:3.4375rem;height:3.4375rem;top:49.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrQ4e6BJbFla9DVhUAwOMROWMSABfOZ { width:13.4375rem;height:8.925rem;top:0.75rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hgvP9z6g27RXpbx5HtOEsckvS21xOs9B { width:13.4375rem;height:5.1rem;top:13.075000762939rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rtw5rLroP3LDuPpOiL4lgSilZRJCdXL8 { width:10.5rem;height:2.0625rem;top:10.549221038818rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLrOscMFdh2REkwsP2AZwnGGVLTog9y { width:20rem;height:7.1070625rem;top:20.407030880451rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDnt5EURQpQTavE1BA0ExLcNSmucMcoW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a1ff924-6b55-4951-8ebf-24eadd3dc45e/Asset104x.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !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; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW.adaptive-delivery-prevent-bg, #xDnt5EURQpQTavE1BA0ExLcNSmucMcoW.lazyload, #xDnt5EURQpQTavE1BA0ExLcNSmucMcoW.lazyloading { background-image: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { background-color: transparent; background-image: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container > .video-iframe-container { display: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row > .video-iframe-container { display: none; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .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); }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { border-width: 0; border-radius: 0; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDnt5EURQpQTavE1BA0ExLcNSmucMcoW > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcncM8qNRsiQT38gdpoIILps9PeygsWy { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OpehJDSLAOBmcL0CMXFrqKmyxaqecsqp { width:20rem;height:1.21875rem;top:2.5492172241211rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LgOAWeFSabPWi2x5mTS069uJQ2lraRTH { width:1.4375rem;height:2.25rem;top:4.6875rem;left:13.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCueETowu13ApX4c4l7mG4B1L9gnkfmT { width:2.5625rem;height:2.625rem;top:4.5rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4DuBtSDSCBT7i2QiMGbf6LsUAtCQ0Q { width:6.6875rem;height:1.21875rem;top:5.203125rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyzQBCelzH79tZ78ZyhkzGoTWgfRmPBV { width:7.5rem;height:8.3125rem;top:8.8484382629394rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWH3TioSCAGpxvZKURv9g1wfuFsTEMOd { width:12.625rem;height:17.8125rem;top:11.58437538147rem;left:3.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7nT8sVDZzukFlXIzsJDPE7WOPz8Tcb { width:10rem;height:1.05625rem;top:17.16015625rem;left:5.0000000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UdTeaTslPaqipn2Ci605e39fV8SQnJ1u { width:20rem;height:1.05625rem;top:27.190626144409rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vi8XMJHhUSAOdIuSSlJ7AEvFU0c9GZSt { width:20rem;height:15.75rem;top:29.396871566773rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PZp8oiOqMLCiLPyWsxnTcNtga8KwNn8H { width:20rem;height:1.3rem;top:46.740624427796rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTBeunZVDibh0Gll4h5ghSP383NR4TJH { width:20rem;height:1.21875rem;top:48.040632247925rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIbk3m7vQkUItSTPVO9sTssX4iDPTx1p { width:8.4375rem;height:5.5625rem;top:51.863283157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP2UTgvrJfoZKcdRgDx8A6cwThlODJnK { width:8.4375rem;height:5.625rem;top:58.727336883545rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71C92D36yr1e1EJHVnR7wG824k5q0Ai { width:8.4375rem;height:5.625rem;top:71.339850425719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5NPFGHMNSbkSV4ArJOTmr7zinMLfc7V { width:8.4375rem;height:5.625rem;top:82.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMstK4sNrGpCavHPKVeOSPrskVyzSqtE { width:8.4375rem;height:5.625rem;top:90.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf4N0Pe6GkDRqodZXNmGH0RPE8OrwLUL { width:8.4375rem;height:5.625rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzfahHITxSCfRF9KBX9PzxtSXwEXVIVV { width:8.4375rem;height:5.625rem;top:106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfIUd3LSUMOesNTqu46qsAzFpyWbo1B { width:8.4375rem;height:5.625rem;top:114.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z { width:11.25rem;height:2.425rem;top:53.432813644409rem;left:8.4375005364419rem;font-size:0.8125rem;display:block; }#FdqwOmlMaGI8tsz4PfQI4RUCMoiEaX8z li:before{  }
 }@media only screen and (max-width: 763px) { #S8QCxvnLDBsGwaIxKZaUQmLOHfJL3ghl { width:8.125rem;height:1.05625rem;top:51.86484336853rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiqC790uV5RSukRyTbUp8RcTCHeI9XfU { width:5.6875rem;height:1.05625rem;top:58.728126525879rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCs1b64TvmIaUBJ1eLTg5ppdA7UBf7T7 { width:7rem;height:1.05625rem;top:71.33984375rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLPdtK0iAsOkSzTcblwK7MeoZQkN4riC { width:5.5625rem;height:1.05625rem;top:82.125rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvsZLykXQr4mE8xVyXIREIp2bQCKWIWl { width:7rem;height:1.05625rem;top:90.25rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wC8LTMXeyTLrKHMeS1ugJSw249AKxZwW { width:7.875rem;height:1.05625rem;top:98.125rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WhLNTc2k47qJAR6hagGAtwO2AMxTipM8 { width:8.375rem;height:1.05625rem;top:106rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HDgP6GNblfat6auEq7qGg5xTJUyXIQ1E { width:7.3125rem;height:1.05625rem;top:114.5625rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl { width:11.25rem;height:9.7rem;top:60.532032012939rem;left:8.4375rem;font-size:0.8125rem;display:block; }#hPWoLy5mwKnOeFhcDtPsgHy0MW2svqSl li:before{  }
 }@media only screen and (max-width: 763px) { #zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 { width:11.25rem;height:8.01875rem;top:73.159374237062rem;left:8.4375005364419rem;font-size:0.8125rem;display:block; }#zgQ5wRGAa7759c4kdLC6H9FsDH4M6sg9 li:before{  }
 }@media only screen and (max-width: 763px) { #tHpLnhkCBvzh5unleLmLGfUAfKrul40l { width:11.25rem;height:3.16875rem;top:83.6875rem;left:8.4375rem;font-size:0.8125rem;display:block; }#tHpLnhkCBvzh5unleLmLGfUAfKrul40l li:before{  }
 }@media only screen and (max-width: 763px) { #SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC { width:11.25rem;height:2.425rem;top:91.875rem;left:8.4375rem;font-size:0.8125rem;display:block; }#SN4gyJzbb0AMvWI6s1KugtsBgIy2HvmC li:before{  }
 }@media only screen and (max-width: 763px) { #Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf { width:11.25rem;height:1.05625rem;top:99.6875rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Qdz9SLhhAywdfe9OBmWSAHODfHWVFTLf li:before{  }
 }@media only screen and (max-width: 763px) { #yXx4XTVy2OfvN228LFc30TtS09Iow4Wb { width:11.25rem;height:4.85rem;top:107.75rem;left:8.4375rem;font-size:0.8125rem;display:block; }#yXx4XTVy2OfvN228LFc30TtS09Iow4Wb li:before{  }
 }@media only screen and (max-width: 763px) { #T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn { width:11.25rem;height:2.1125rem;top:116.3125rem;left:8.4375rem;font-size:0.8125rem;display:block; }#T4hsTr0nd5XqSqneaoW6CDNILeNXDxdn li:before{  }
 }@media only screen and (max-width: 763px) { #O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F { display:block; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F { background-color: transparent; background-image: none; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container > .video-iframe-container { display: none; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row > .video-iframe-container { display: none; }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .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); }#O1DMtioL2DvM16PoS6T6LA4pbVtVHc4F > .row .container { width:20rem;height:24.625rem;background-color:#ece9ed;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyMMLIEomHqrvrqJsUJk1dSbS7ViwKbc { width:12.375rem;height:2.6rem;top:0.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#442c5d;display:block; }
 }@media only screen and (max-width: 763px) { #VW2weOXFSTgcTBmRQCJ2c56s8PCr6Xn5 { width:19.875rem;height:11rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdLqeZZdcJ2xaFmBJS08eKFFmzXIHwL { width:15.1875rem;height:2rem;top:21.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMfA4WwudTc7zJ3yU4zftnwQaJyeE8HP { width:12.5rem;height:1.1375rem;top:21.625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcOHlA68HvEQ4BwnW6rol4TFNmhr04gT { width:2.375rem;height:2.6rem;top:13.6875rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJG5HDnrBzqtNkw7TDaTqaqXQbpQVEGd { width:2.375rem;height:2.6rem;top:13.6875rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #frX718h5CIGTSxtnzOx97azDAFvUNxXD { width:4.625rem;height:2.6rem;top:13.6875rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Jf7JKF1szvatXdxKS9tGSBBSu89iKb { width:3.6875rem;height:2.6rem;top:13.6875rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBo4qzEmfse3ZT4SMIeGp3bxEHuEpO7 { width:6.375rem;height:2.6rem;top:13.6875rem;left:12.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1NCf8i7UHu7zqKh3lhcDxwP4zeM7OsW { width:4.9375rem;height:1.05625rem;top:16.25rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uEXdv0QraRkbaMKzQI2VlBMnwnApUl { width:5.75rem;height:1.05625rem;top:16.25rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtO5v23d02vT4yrvTaXorrH2xCxtIvn5 { width:5.75rem;height:1.05625rem;top:16.3125rem;left:12.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz0ZSWmBmpBstckRMplVu4VcsV8kixqM { width:3.125rem;height:0.0625rem;top:17.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbA8hWOVRxgCP7RTA9pGQDNshhJxJTET { width:3.75rem;height:0.0625rem;top:17.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9EgSkuBLAUK1KfbQM0Bd1F2DuJ0d7SM { width:3.125rem;height:0.0625rem;top:17.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBrHnabNC1nqcaNfiSNKfxok8idAuqKB { width:20rem;height:10.3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0xVpahQpeZx1fAh3bH0JQechOC7mh5p { display:block; }#g0xVpahQpeZx1fAh3bH0JQechOC7mh5p > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLOyPOuz8tFgAsEDAEpy2iCC6hn7iCx1 { width:13.1875rem;height:1.21875rem;top:11.25rem;left:3.4062500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 { width:13.0625rem;height:6.9625rem;top:13.112499237061rem;left:6.8125000596044rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }#XHOG5wl7vrnxTs7W9MyJdOGF5T7ZeuF3 li:before{  }
 }@media only screen and (max-width: 763px) { #X4UNCxGx2fVpXPTRNyaKUPu4w8sOTsIg { width:4.625rem;height:4.625rem;top:14.28125rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs { width:20rem;height:3.79375rem;top:25.0625rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }#KfpkGmdfJ2X3TH2dPmfoMrCm2rmM0Gcs li:before{  }
 }@media only screen and (max-width: 763px) { #w2G7dqSSyU7wwLTSCndgqrG1UzSlrro5 { width:8.9375rem;height:1.625rem;top:22.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLFHsA8mIrcxpNZGO3n94W7IGmfWlgw { width:17.5rem;height:0.0625rem;top:21.516407012939rem;left:1.2500000596046rem;background-color:#442c5d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hNTeEGcFTf0M6yh3fUuvy4QPE453iqzS { width:20rem;height:1.21875rem;top:0rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8O02d0Hwzyf9JlkrWc5xwsIkxcs8bwD { width:17.375rem;height:1.05625rem;top:1.1875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJxx9WkslxoBQbdDdFss4nhX0JLOV8I7 { width:17.375rem;height:1.05625rem;top:2.25rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiORthx2Kt2AMLMVP8pRuGk271DcKfAE { width:20rem;height:10.3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG { background-color:#ece9ed;background-image:url("https://images.assets-landingi.com/uc/9a8bba2b-c7c8-4a97-bba6-48df1fd80f4a/Asset214x.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG.adaptive-delivery-prevent-bg, #QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG.lazyload, #QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG.lazyloading { background-image: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container { background-color: transparent; background-image: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container > .video-iframe-container { display: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row > .video-iframe-container { display: none; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .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); }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container { border-width: 0; border-radius: 0; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvtqvgaHmkMZdLwPnT49fLQ0OLDZlBGG > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etNRBw7LuZ6KXnPC3OpTuhh4x9kKtwRV { width:20rem;height:5.8rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qTAPQATgnWtq4OgOCrRZ5OaGZOREBA { width:20rem;height:5.8rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxA5cM9cqkXcNtgT6RRqJaf2DBXn1uH { width:20rem;height:5.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4bhmPTsQS5V4EyLo9PSIilTJvPJbZ0X { width:20rem;height:5.83984375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwkbkTLJr6q2a3uGQ8Genw5wo8yvfByv { width:20rem;height:5.83984375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKKnyoDcpbJkleSwvzNDukfAwqGlQW4c { width:20rem;height:5.83984375rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ea9SFBOrUV9wciPcZinTSXswxn0XZs { width:20rem;height:1.21875rem;top:0.5742130279541rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U18UNggQHrKhvv9frxPazwdFpxxqmWFK { width:4.75rem;height:0.89375rem;top:16.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2wiT89pJvquizsIJ73hdt7Zo8LEOkPk { width:5.125rem;height:0.89375rem;top:8.625rem;left:4.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onnwcP6NtM9pHwvwLPwZ24GFLKHtQZN9 { width:9.6875rem;height:3.78125rem;top:3.8210935592651rem;left:10.312500536442rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QVoTb6arI1LXBoAW73uRumP4lwm41wXK { width:9.6875rem;height:4.5375rem;top:11.0625rem;left:10.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jk8iGwQFxkzC1ftKT8QxASB425OuTqhh { width:9.6875rem;height:5.29375rem;top:18.415625572204rem;left:10.312500536442rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HQecBcKTLotWwmpnUTr9Or2PqDCPrxdS { width:5rem;height:0.89375rem;top:48.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veE6PWikePwOHy3Gnxtgcyn6cdtGWK3N { width:5.5rem;height:0.89375rem;top:16.25rem;left:4.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fX219kDkBeaNk0Zrc8vt8X0vp0FMFyZH { width:7.625rem;height:0.89375rem;top:24rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTTA4EUdzoHBphpI5fx9UsInlgdMAipE { width:4.875rem;height:0.89375rem;top:40.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KE3sTBVRoCRGFJ7mk0rgSASo30bean5r { width:7.625rem;height:0.89375rem;top:32.125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A45zW80VEiQQ4xvDGNPTicv9sQZ6mPdB { width:4.875rem;height:0.89375rem;top:8.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxvqcxIVDlSFvqX1xPwH5EOdOCKFlKeT { width:9.6875rem;height:4.46875rem;top:43.4375rem;left:10.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uvWsHvs8mqNl4iWWDAEOCTZldnl9E2Kr { width:9.6875rem;height:3.78125rem;top:27.3125rem;left:10.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kdyTR55QqrQXm5yElDexsVvw8EPFvnuf { width:7.625rem;height:0.89375rem;top:40.375rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDRnqNz7SMssFCAkRm1mVbDV2MzJA6XP { width:4.75rem;height:0.89375rem;top:24rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAi8gFBleKrW5194VzANs1Z5mO7Pxzkq { width:7.625rem;height:0.89375rem;top:48.5625rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLtxJE9c6X7ybyyQmNRr9o2OdRiRe0xp { width:5rem;height:0.89375rem;top:32.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axqC8TpFo30EeUAWX791cfBduxexGswK { width:9.6875rem;height:3.78125rem;top:35.5625rem;left:10.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ { display:block; }#zTQsVhXbOVPNTJTQDpUdDvQ8Ztx6aQIJ > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTUORPfQ45HaiMTpz9bNw1hiCo8NOlI8 { width:4.375rem;height:1.3rem;top:7.7796897888181rem;left:1.6750000119209rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U64E54eo6CN1aKVlvhAVxcX7IJ8bFFKV { width:3.6875rem;height:1.3rem;top:1.4968757629394rem;left:4.3937502503395rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odeNIECg8VhWmmCR2klZppKscyk1iNqD { width:3.625rem;height:1.3rem;top:3.8093757629394rem;left:8.9687505364419rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cg5vZx2aWUuE0WTyqNlZVstwrh32FccW { width:3.125rem;height:1.3rem;top:8.60546875rem;left:4.8625002503395rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fulpvXudMNOVKWsyBBtR0ucTLwxWVplW { width:4.125rem;height:1.3rem;top:7.10546875rem;left:9.3750005364419rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OxzXGGAW7qRf7eQUhJrxAqeVMnTbKv6G { width:8.875rem;height:1.375rem;top:1.3343753814698rem;left:10.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9CTmIrwpRHAzIqG0yaoVne7gB6BOdE { width:20rem;height:6.90625rem;top:17.014850616455rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ut3oNoDTkB9a8FvlHX4QU0dQWIOoR53l { width:15.1875rem;height:2.8125rem;top:12.625rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEehX51qve46ZL3Of5uBXsasw1ssMd6d { width:11.3125rem;height:2.4375rem;top:12.8125rem;left:6.0500002503395rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XN8R1wqThqbKSfCE9Tew9C1UPrOsUfQF { width:9.875rem;height:8.875rem;top:9.0781326293944rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX { width:9.5625rem;height:7.1125rem;top:24.074989318847rem;left:5.2187500596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#NvKgqqyXb2FEx7i2Th2fBlMaxTfzo9VX li:before{  }
 }@media only screen and (max-width: 763px) { #ubBXBSICg0vCTcrRKzdzuFeJQeDtbrWS { width:20rem;height:10.25rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT { background-color:#eadac0;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT.adaptive-delivery-prevent-bg, #uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT.lazyload, #uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT.lazyloading { background-image: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container { background-color: transparent; background-image: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container > .video-iframe-container { display: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row > .video-iframe-container { display: none; }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .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); }#uZ9982CICkp8ILgtNyPBJIs8BFmt8GrT > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVXfMA700JJztNhz5SalEU3AnZo4P4Cv { width:19.5625rem;height:11.7rem;top:4.3875007629394rem;left:0.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aBP4iyztTVtxR8LSQi8FlRELK6MdN0k8 { width:20rem;height:1.21875rem;top:2.2429656982422rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcXgUokXoKOqCtBo9PuPRZrXQm6R0Ooo { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-form-header {  }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.8125rem;font-weight:bold;color:#090e36;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-text {padding-top: 0; padding-bottom: 0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-select {padding-top: 0; padding-bottom: 0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#442c5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:2.4375rem;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:bold;color:#f2f9ff;width:12.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-container:first-of-type{padding-top:0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-container:last-of-type{padding-bottom:0;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;left:0rem;top:22.375rem;z-index:15002; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC {display:block;}#d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;left:0rem;top:22.375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #dcnQL2MNyQyzbufSGNUgV7ac0XXlgAJx {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #h4sSQPrl9cdMhcVa6c0N2G0cksNoIq2I {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #XvzT8wJ7LMf0kaAPxHTRtLdlsbMA9ceT {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #DDw5MwQbOBt0eJTEvTz1DlXWKayQrNId {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #UzqBFbugbgU0HRZIL2k2rKPUxgVUVpac { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #e39QxRLaK0mmsAqBgbsI1hN0oDaOsHmh {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #BJVO1EToo2FmpcLvQAmqIMPXFt5Pzke2 {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #uVkHh253NeZfmblRtxVXtpuTppGz0Khk { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #o5WzBKMMNTk9gWs6imbcMuIQciUg8Ttd {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #FLVumx8x4B0se64GUaHMwMLyanETWXKR {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #utVVR1qxzTORRaknEAtnOv6KaQIGVCP4 { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #hTSX1xkJWfzNqRbg3ATd6PZcq9lSTFxT {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #rMZ1BPw9PrpXvsTiDsAeWrECcOxdEorX {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #fXlpgqGVMUvCnDqJtv5Dd56FPSlTIeLA { display:block; }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #vTOTfsWpK8GN4TX7ftyyyKzKkKyuOuHc {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #OF3Ro6oUbIyo2xMpch7K12Bmzx0TmFw6 {  }
 }@media only screen and (max-width: 763px) { #d6CGPDGmSPA6a5wXHr70GW5Er1RHUufC #HS4RT3RkHIJ6xbBgMdIF1XoOVxpMIyP2 {  }
 }@media only screen and (max-width: 763px) { #sEBdO1KEmwkTcUcZHRP2Ed0Lax9qT6oV { top:22.375rem;left:0rem;width:20rem;height:25.5rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #iwdg6hqUO78zpefvOpQaMK8Xpsw4BvkO { width:4.3125rem;height:4.3125rem;top:17.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlltzZXliPab7CzQCnSla7E7HXWbTteA { width:12.875rem;height:2.125rem;top:18.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxUC6JXF9v5K5HTWcuTd8w88OrwluFIC { display:block; }
 }@media only screen and (max-width: 763px) { #TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv { display:block; }#TT8SAxrhLu2XoDbt5maeb5Tzp4ibOFhv > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUymMUAqhUpyaXDhifkFKW428V1zvUZ1 { width:11.3125rem;height:1.95rem;top:6.1rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gisiEtP79BpQNQlwSTMRKMLEZGZ4Jvfs { width:4.125rem;height:1.375rem;top:3.475rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmoF9wVCAh5PdCKNmKdT6GaoP7g2EbWx { width:17.1875rem;height:0.975rem;top:1.25rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }