.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#020f3e;background-image:url("https://images.assets-landingi.com/uc/5d238c9c-1a1d-4b4a-8fcf-0ce941b588e0/WhatsAppImage20250626at15628PM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position: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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:#152561;display:block;width:26.625rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kZUAyT4KPKleGCH757w2821J9OKsQVZT { color:#020f3e;display:block;width:29.375rem;position:absolute;font-family:"instrument sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:16.373046875rem;left:0.8740234375rem;height:12.2431875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { color:#020f3e;display:block;width:23.5625rem;position:absolute;font-family:"instrument sans";font-size:1.25rem;font-weight:400;z-index:14998;line-height:1.4;letter-spacing:0;top:29.6220703125rem;left:0.8740234375rem;height:;font-style:normal;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
#zGOMXa97erTJPfSy66Dt7GV6gZ4f7tzz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:4.625rem;top:1.2482639551162rem;left:0.87413215637206rem;overflow:hidden;display:block; }
#Dx9r8H9cT12ueglFpTKnCKRI3RqBqDAu { background-color:#5868fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #152561;border-left:0.125rem solid #152561;border-right:0.125rem solid #152561;border-bottom:0.125rem solid #152561;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.34698625rem;height:3.097005rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:29.30908203125rem;left:28.878173828125rem;display:block; }
#IKX054yBc1zubBrAD966npCgLqvLnVRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTcV4NtwFFlHTNOQniukyMvpsZG7xlvw { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"instrument sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.25rem;height:1.21875rem;font-style:normal;display:block; }
#VVyR545pmOVm4Cfl84E0NxivyIkpuezE { box-sizing:content-box;height:1.5625rem;width:12.25rem;position:absolute;display:block;z-index:15009;background-color:#5868fa;background-image:none;top:4.5625rem;left:0.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#POxFFfJvg9P4OLNWkyc7TGql704xM36O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefcfb;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; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { background-color: transparent; background-image: none; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container > .video-iframe-container { display: none; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row > .video-iframe-container { display: none; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .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); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { border-width: 0; border-radius: 0; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#KPsrslNHQPGpfEJzFppRvQI65TXMJtFT { color:#152561;display:block;width:60rem;position:absolute;font-family:"instrument sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5748701095581rem;left:0rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container { background-color: transparent; background-image: none; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container > .video-iframe-container { display: none; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row > .video-iframe-container { display: none; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .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); }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container { border-width: 0; border-radius: 0; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#XGVSKey7iWGIFbM8HhFINh6yntZpH4Tx { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:14.0625rem;top:2.8125rem;left:0.625rem;display:block; }
#RhcQd8dFVAaM4J9lJJS7QolTpeLgig8P { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:14.0625rem;top:2.8125rem;left:15.4375rem;display:block; }
#CGJA1umrmRd0BG79BN9h1WhTAh28lqy9 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:14.0625rem;top:2.8125rem;left:30.4375rem;display:block; }
#E4i31W481fmluS4LQ03LJBuKLWJlocxW { position:absolute;display:block;z-index:15028;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.49935rem;width:3.49935rem;top:3.75rem;left:1.3812942504882rem;overflow:hidden;display:block; }
#hQrfXDCPRCQU928G4ofqDHKVzcm9IKHI { position:absolute;display:block;z-index:15029;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.49935rem;width:3.49935rem;top:3.5622968673706rem;left:16.124134063721rem;overflow:hidden;display:block; }
#MPFQd2N46agKpnd9gB1Aop9qVA5XUUcZ { position:absolute;display:block;z-index:15030;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.5rem;width:3.5rem;top:3.7500009536743rem;left:31.374786376953rem;overflow:hidden;display:block; }
#qtxczJrcSsTNRhoKgzcm1LHV8eZKUwDc { color:#152561;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8747835159302rem;left:4.8111991882324rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#naBm8qf2Fria4ImaOgkTPz7eiVxfpGFd { color:#152561;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.7489166259766rem;left:19.685981750488rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVJRft1LQUTonzvgwwCR1UNpxIcUnvex { color:#152561;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.7489166259766rem;left:34.936634063721rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#txEX381GuNOshdF5xOvRBTwihfzRPWxJ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:14.0625rem;top:2.8125rem;left:45.3125rem;display:block; }
#d93dyQNA8WSNF4aILK22o6d5wRgUgu5E { position:absolute;display:block;z-index:15031;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.5rem;width:3.5rem;top:3.7500009536743rem;left:46.311851501465rem;overflow:hidden;display:block; }
#w96Hgx8wnKZMMG1B3OafWSQ0QEnsoI2b { color:#152561;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.7499923706055rem;left:49.81120300293rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwkuQQm1F1ghtAx5T8r5Oo6aoQJ9mDqf { color:#152561;display:block;width:8.4375rem;position:absolute;font-family:"instrument sans";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.9743957519531rem;left:4.9986991882324rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGgauH6EgMe1p739ma4m54IAeVSkVcQB { color:#152561;display:block;width:8.6870625rem;position:absolute;font-family:"instrument sans";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:5.9125442504883rem;left:20.694664001465rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAIwJKHPtygK0vFDvefioTbiffZGqELq { color:#152561;display:block;width:7.5rem;position:absolute;font-family:"instrument sans";font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:5.8496131896972rem;left:35.995445251465rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9hg3VocMeSnD8FeTToNba47NyhxhQx5 { color:#152561;display:block;width:7.5rem;position:absolute;font-family:"instrument sans";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:5.8235683441162rem;left:50.999351501465rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { background-color: transparent; background-image: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .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); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { border-width: 0; border-radius: 0; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { color:#152561;display:block;width:59.5605625rem;position:absolute;font-family:"instrument sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.83203125rem;left:0.218505859375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { background-color: transparent; background-image: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .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); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { border-width: 0; border-radius: 0; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:block; }
#dRzgn5CfwDccW7GJATVrzbISMMycDTWD { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:block; }
#PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6873125rem;width:15.499125rem;top:4.2176656723022rem;left:2.2493476867676rem;overflow:hidden;display:block; }
#a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:block; }
#uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:44.875rem;display:block; }
#MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:4.1232614517212rem;left:46.5625rem;overflow:hidden;display:block; }
#cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { color:#020f3e;display:block;width:12.75rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { color:#020f3e;display:block;width:13.9375rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.750003814698rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIf2ci3pMN49knwKmbGhrHxpyKypO466 { color:#152561;display:block;width:14.1861875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:19.462724685669rem;left:2.9060878753662rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:42.874347686767rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyFZnFb8o7dKKIAGtMdchHt5y9O8XBV1 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:21.9375rem;display:block; }
#PAgmHxlqKTxbqFNJdZGvtv9ELrl6Fav4 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:24.3125rem;display:block; }
#RsRd4mzvFZG9N8iycF0tlA45g90zSNRx { position:absolute;display:block;z-index:15008;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:13.375rem;width:8.25rem;top:0rem;left:25.311416625976rem;overflow:hidden;display:block; }
#IBezFse7rxA7VtotQp8nDBVDUBl2iSPu { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSAycM4zQUZQ4VgkegrP7fkUHbuGgTHc { color:#152561;display:block;width:15.125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:22.3125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TR8EQ7wTkCH0uoIcxcfFTSArvviB09Gt { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:none; }
#QXDGCzDHgC3yGGXwmqOtRhMsaFlazPeF { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:none; }
#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { background-color: transparent; background-image: none; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container > .video-iframe-container { display: none; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row > .video-iframe-container { display: none; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .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); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { border-width: 0; border-radius: 0; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#wingiVDe01aeBkMJ4GSrBSmTqMygA20H { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:block; }
#ydXx0lboK6iAvyhHQlduOoBdAGs7nTiA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:block; }
#TNqTwIVndO0mgiP2oTobgxyLCpnt5TM7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12305rem;width:13.9985rem;top:3.6577682495117rem;left:2.9991302490234rem;overflow:hidden;display:block; }
#tJgAWlK42QT0xO4qmTeCmKmJOAItHJ6q { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:22.5rem;display:block; }
#Kh5ZxfWsZ59TsU3rP1645EkLdbB7GIrK { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:24.875rem;display:block; }
#iTzUnCRNi4TV7mTH548FLne6S71on53s { position:absolute;display:block;z-index:15005;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:7.9375rem;width:13.125rem;top:2.7517356872559rem;left:23.4375rem;overflow:hidden;display:block; }
#G7Lgv4yMm9von0lrDQ4uXymTRFNVMJ6e { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:block; }
#Bue2AUetTVbszp8HSbX89uhTzDhcECnF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:44.875rem;display:block; }
#zAz02MT0ac7a7UBCCKJe7LDN1yFmXady { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8115rem;width:6.9360625rem;top:4.154296875rem;left:46.53076171875rem;overflow:hidden;display:block; }
#TLTT0b7ig9u4kk5akSZEZBDwsTJy50nx { color:#020f3e;display:block;width:16.3125rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.605899810791rem;left:1.84375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfwwbSFWr4gHnIEyDCfr9fDGpCEdeGfU { color:#020f3e;display:block;width:13.75rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.605035781861rem;left:23.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eo3XwwIE7rGwCWgoPdRWzfDHxnhJeLMP { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMAvNTBI3vUgaUH3ktI2CE7aXxGD8iv3 { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.4111328125rem;left:2.8743495941162rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zh55u8y0H9BtFMAlHl0EtFO1riyr1mPi { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:22.874347686767rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0hdHgLE4guH6fedTpBA9xZF1GOrC20r { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:42.874347686767rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container { background-color: transparent; background-image: none; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container > .video-iframe-container { display: none; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row > .video-iframe-container { display: none; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .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); }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container { border-width: 0; border-radius: 0; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#E0ZT6QJaGQzfNw2A7IKDUeZ4zT5fn6x9 { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:block; }
#v4fhESzmAzFOhf0JrgbgDtRisgLwFIFO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:block; }
#eFO3wW8xy8cnkXlMmQV4XvE9lTAMzRT9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:11.5625rem;top:3.9680995941162rem;left:4.21875rem;overflow:hidden;display:block; }
#cyOzNPDwoTxh1UxkEPLfHiILq96rh5KQ { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:22.5rem;display:block; }
#PHaS9TgneG64wOefzyWDQORIoAfTRGss { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:24.875rem;display:block; }
#MiywSXanVgn4hOIsVwT8gDwvoPOXOstv { position:absolute;display:block;z-index:15005;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:7.1875rem;width:16.4375rem;top:3.9681024551392rem;left:21.780597686767rem;overflow:hidden;display:block; }
#UC2TlBm3Ux9GdkdlqtDBnstUxTP5IX5E { color:#020f3e;display:block;width:15.6875rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.68701171875rem;left:2.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6SxaGLiwdZ6LkkRb4X0EC7bCwaqCx9z { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSfJtHffnTkVaM1zQXyndCzap6g5hV1U { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.4111328125rem;left:2.8743495941162rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6eQGT7IyCfLivZlLeqolsm8yNzaJH9Q { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:22.874347686767rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { color:#152561;display:block;width:14.1861875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:42.875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:block; }
#Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:44.875rem;display:block; }
#Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { position:absolute;display:block;z-index:15005;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:7.4375rem;width:12.5rem;top:3.5373258590698rem;left:43.75rem;overflow:hidden;display:block; }
#tuaBCiTiT7sHIt9t4GzTEex4wArFLR3l { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:none; }
#FFMBBMXxmIfNP4ZMnPmQ1gdV1CkpqIAR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:none; }
#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { background-color: transparent; background-image: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container > .video-iframe-container { display: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container { display: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .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); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { border-width: 0; border-radius: 0; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#krHcmupf9ra0mOsLLyMT0hzWer5xGspI { background-color:#152561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.7187442779541rem;left:22.8125rem;display:block; }
#rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { background-color: transparent; background-image: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .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); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { border-width: 0; border-radius: 0; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { color:#152561;display:block;width:60rem;position:absolute;font-family:"instrument sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.83203125rem;left:0rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { background-color: transparent; background-image: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .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); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { border-width: 0; border-radius: 0; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { color:#020f3e;display:block;width:20rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOzTovqET7FComN8sfewTO6vxFdl8NAw { color:#020f3e;display:block;width:20rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5nMvbHOSJzfaDs1k1TlORMS73D3827t { color:#020f3e;display:block;width:20rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.3125rem;left:40rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nloHvLgFdpJnegfTuJZ0z7NLqvovN0iz { color:#152561;display:block;width:17.5rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.062501549721rem;left:1.25rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#HoTXBCGA5esVL2f4wf3qG5S1AkTlRT8E { color:#152561;display:block;width:15.3125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.0625rem;left:22.1875rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#mVRHgDThKkXQdRvRaUMazqbzq80ILQIQ { color:#152561;display:block;width:15.3125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:42.5rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#xn4VtPVMvcxUAlGCQTrE2KCw7tuf0DZB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.375rem;top:1.8750009536743rem;left:0.3125rem;overflow:hidden;display:block; }
#F1vRVz3P1oOsNbCBxTyLMQ5IcbgBTCw5 { position:absolute;display:block;z-index:15002;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:13.125rem;width:19.375rem;top:1.9433603286743rem;left:20.3125rem;overflow:hidden;display:block; }
#OMItrGG9y5rTXNJuIEZPEIx6svxTrSAv { position:absolute;display:block;z-index:15003;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:13.125rem;width:19.375rem;top:1.8750009536743rem;left:40.625rem;overflow:hidden;display:block; }
#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container { background-color: transparent; background-image: none; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container > .video-iframe-container { display: none; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row > .video-iframe-container { display: none; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .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); }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container { border-width: 0; border-radius: 0; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#TK9MhxRtr95tfQtOHiOaTDUDgzzqH684 { color:#020f3e;display:block;width:20rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.122802734375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhCAJ3RwbUxeels3y70df12u6yC7DQ9f { position:absolute;display:block;z-index:15002;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:13.125rem;width:17.3125rem;top:1.749267578125rem;left:1.3427734375rem;overflow:hidden;display:block; }
#nmLFX0Nn3F99tNVeWTXRnDHwxDgrZORh { color:#152561;display:block;width:15.3125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.098876953125rem;left:2.34375rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#OZKbJDXMHLKtJEro0Z9cAIpkd2oFReRs { color:#020f3e;display:block;width:20rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.122802734375rem;left:20rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1Pa24MDHnwAZg2ToVCTEbbtbWpOVFcx { color:#020f3e;display:block;width:20rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.122802734375rem;left:40rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtOeGUl1izPfih9BgtRpHgt0XqwT8Tmg { color:#152561;display:block;width:15.3125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.098876953125rem;left:22.34375rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#V5ALtKVEoWVNa6FbCzUaTR6dD7TzuzTS { color:#152561;display:block;width:18.0620625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.098741531372rem;left:40.967884063721rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#g3Crc9GPWabSfwBPpeJzTr59KkHeRwHw { position:absolute;display:block;z-index:15003;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:13.0625rem;width:17.25rem;top:1.749267578125rem;left:21.3427734375rem;overflow:hidden;display:block; }
#LHfWuf7RK2vKcmdCNLNqhKlQXqI87yMF { position:absolute;display:block;z-index:15004;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:13rem;width:16.25rem;top:1.8109807968139rem;left:41.875003814698rem;overflow:hidden;display:block; }
#eIFlchsobWMCJOp8RatgBS95or9xqc5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { background-color: transparent; background-image: none; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container > .video-iframe-container { display: none; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row > .video-iframe-container { display: none; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .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); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { border-width: 0; border-radius: 0; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#iPkh6LGve2env9fUmoWg9NdaIiXJUwfW { background-color:#152561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.7187566757202rem;left:22.5rem;display:block; }
#xQkAzXuOZf8l7WOluFXC249sZF5X7JQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { background-color: transparent; background-image: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .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); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { border-width: 0; border-radius: 0; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { color:#152561;display:block;width:60rem;position:absolute;font-family:"instrument sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8312273025512rem;left:0rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { background-color: transparent; background-image: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .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); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { border-width: 0; border-radius: 0; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:0rem;left:21.124134063721rem; }
#lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:0rem;left:24.874134063721rem; }
#n9bStoq1cahxZs7TVcLXbiP7luEgvIEP { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0rem;left:28.624134063721rem; }
#M9pw27hrHrNot2OGqGS1J0D4658cQ3c4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0rem;left:32.374134063721rem; }
#sDhRIMU2fl4hmbL2ydMTMagb69l9w2VA { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.7498375rem;width:2.7498375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0rem;left:36.124134063721rem; }
#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container { background-color: transparent; background-image: none; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container > .video-iframe-container { display: none; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row > .video-iframe-container { display: none; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .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); }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container { border-width: 0; border-radius: 0; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#ZGm1K0XAcVbG6Ts6nTUHHRCTR71iXc8B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:12rem;left:2.375rem;overflow:hidden;display:block; }
#hxwJUK3WkTtyQS53SXHThdxb4TAdpbIJ { color:#152561;display:block;width:18.3125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.31201171875rem;left:1.625rem;height:6.4965625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZHyZnODKiLEK35PTRRPBf7TcfT2LKJE { color:#020f3e;display:block;width:16.3745rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:1.8125rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocOaeMiN3apRT1GhOfEU21SNoUMzZXPh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:12rem;left:22.1875rem;overflow:hidden;display:block; }
#RTLdyBHHI9ZbTIrZptAu2l7LRJmQZ6MP { color:#152561;display:block;width:17.8125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.31201171875rem;left:21.4375rem;height:6.4965625rem;font-style:normal;display:block; }
#JaO77zS445o79pS615ILQvA7B4MqJ4X3 { color:#020f3e;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:20.625rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAua81JybrDlUrMygs4qL6sQnyN4OkD3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:12rem;left:41.5rem;overflow:hidden;display:block; }
#otdASTQAaosq0GHCqD3oT8Dm7BZUstqQ { color:#152561;display:block;width:16.875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:15.3125rem;left:41.5rem;height:6.4965625rem;font-style:normal;display:block; }
#RmXI1Tsq9l6rVygQWfWF5pNP4amGTk2p { color:#020f3e;display:block;width:16.3745rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.65478515625rem;left:41.75rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUrpxOd4f8aLfF3KKfMMsG1LqWQ2dMA9 { position:absolute;display:block;z-index:15025;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.4375rem;width:12.4375rem;top:1rem;left:23.75rem;overflow:hidden;display:block; }
#b08gXKqkHfo4Hh6h7GuBoDTQRaqDIBNT { position:absolute;display:block;z-index:15025;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.4375rem;width:12.4375rem;top:4.1249998807907rem;left:43.75rem;overflow:hidden;display:none; }
#q5NgyyObBe2uVZSOcOD2cdmWQCl657SX { position:absolute;display:block;z-index:15025;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.4375rem;width:12.4375rem;top:4.1249998807907rem;left:4.375rem;overflow:hidden;display:none; }
#wa5AO5LySr6sDvDKEqkamOy48inyWvFQ { position:absolute;display:block;z-index:15025;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.375rem;width:12.375rem;top:1rem;left:43.75rem;overflow:hidden;display:block; }
#TggwvnafhTQu6BPXfXcNyTgPPaFyD4o3 { position:absolute;display:block;z-index:15025;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.4375rem;width:12.4375rem;top:1rem;left:4.375rem;overflow:hidden;display:block; }
#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container { background-color: transparent; background-image: none; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container > .video-iframe-container { display: none; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row > .video-iframe-container { display: none; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .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); }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container { border-width: 0; border-radius: 0; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#Xhk3lnidrLxXv3327fK8IafyQg81vN1E { background-color:#152561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.7187442779541rem;left:22.8125rem;display:block; }
#TN6vRu1ngUTKTJUi7sK1NhBAZEXTF5JC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf8;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; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { background-color: transparent; background-image: none; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container > .video-iframe-container { display: none; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row > .video-iframe-container { display: none; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .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); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { border-width: 0; border-radius: 0; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fcfaf8;background-image:none;vertical-align:top; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#020f3e;font-family:"instrument sans";height:auto; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#152561;font-family:"instrument sans";font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;height:auto; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger.adaptive-delivery-prevent-bg, #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger.lazyload, #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger.lazyloading { background-image: none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn { box-sizing:content-box;height:auto;width:26.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15001;background-color:#fcfaf8;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.93489837646487rem;left:30.4375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #WzriS1pcEOKSDFRDMpJ4bLM3TlgV8cba { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #lKDfikEV8TxTE6JLIGlOW1Si5pom5Vks { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #o6re9DPqrKqTcCcuvz8Nbkh0GQ9tGUrG { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ccXUiIp3kSZKez0g0LpXB0LPb2flH8I9 {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #OVKqTPaP5NGf7bMXrcHHMgmoWmnKA040 {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TobU7ZdGTVUeLT0UCq6loQ8Q26HbxqDX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #JWw5aJHHkzo3DuW4AzcWFE9ax6S9Drpm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #wRL7NMCPcwRcaGEfbcEKo88sfAzaUzRW { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #n5CXdxL0ZJoUTbH6beezL03DT1TPVK1b {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #A3u1NV95vqFIm3dpKQU6M6E3kG7Nu4le { display:none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #VceyRNqTwGN6DRqXTXcSBTehNmqynk3v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #HrilO5gz2b3MuZvdU0OUaQzQkW3wx7XB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #C12pXZw8oDtIEaHT1UIClfmS6Pe7ahoz { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #p166ZnfdBq7qfdEngT1nT7KTRHza6GTF {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #goldxKDGKoK0GgrQVm3iT3P51ZEHpECc { display:none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TZd5XEtgxdHVLax5Tacn8bqou41TSuk1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #KCpMGywTAudb6pHCKNNvCe8D4dJHFSyg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #AsThqi1t5aiG5sedqrJM02PKeu1MEH8e { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #rdWNdMDP1TpiXvNDUOqUDJarZgif3Rrb {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #Bhi7Ua7WPb7utV2hZWUDhS2XOED7Vv9O { display:none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ow05253nM6ESQZG6nR7EMog3eBR9aVID { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #kTO8fNKC6JRlTyeiy5LS6HuSNHOoMrya { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #hHwczGX85h5NbKTHDd7hsW5bZlqaVDUb { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #oeqTUM0CM0T6eEWvdIzZXRhOdBnwgnS1 {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #PhTCzJQiTrJsdLc4TIHQNtrlEnS7hwv8 { display:none; }
#H7Q5qhc7Mw8zespHS1XqvMQgZNl9Fyie { color:#152561;display:block;width:19.375rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:1.8125rem;height:6.17285rem;font-style:normal;display:block; }
#msk7mxtdkfvbpcVOQU90GQbH7w8NhMVy { background-color:#152561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.562479972839rem;left:1.8125rem;display:block; }
#c2nBcBxuQOxxhUNki0y6gtcLkJBQrtiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqG2XT0BrHtcadTfzvQBrtvt0IElWRuy { color:#152561;display:block;width:14.1875rem;position:absolute;font-family:"instrument sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.370659828186rem;left:1.8125rem;height:3.24609375rem;display:block; }
#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container { background-color: transparent; background-image: none; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container > .video-iframe-container { display: none; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row > .video-iframe-container { display: none; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .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); }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container { border-width: 0; border-radius: 0; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#gh9766Qghr5PihixlWhLKfy5gfWhiOTD { color:#152561;display:block;width:35.4996875rem;position:absolute;font-family:"instrument sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:12.249349594116rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#BnfVoGR4TKe953dkCMwTZ3Uc44iWiBhR { position:absolute;display:block;z-index:15012;height:7.561875rem;width:11.3745rem;top:8.6588535308837rem;left:48.625484466552rem;display:block; }
#budyVWES32RW7rLSrTvxwxhtV5kLfUCo { color:#152561;display:block;width:40.437rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.7802734375rem;height:3.2504875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvTDi6JPr3CO4vZKzLXwk3EF9w7EWeLF { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:15.6875rem;height:1.2999125rem;display:block; }
#OnxrUhKzWqIxTWy5PXqr64V64huecX5i { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:26.5625rem;height:1.2999125rem;display:block; }
#ALuRa5GyiPvI8SKFm66fGkQrH3P4AS3D { color:#000000;display:block;width:8.0615rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.8125rem;left:36.375rem;height:1.2999125rem;display:block; }
#DhVGk1U8IfzJiAPenhR9LyMoisz6IHbs { 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:0.875rem;width:0.9375rem;top:12rem;left:14.125rem;overflow:hidden;display:block; }
#kV4TIzK5CrVitfkk1OTCq6wXeGOfUJ8W { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.9375rem;top:12.0625rem;left:25rem;overflow:hidden;display:block; }
#sFpsbxfiWeQK8VNkd5pmXGuPsR8DsU7W { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.9375rem;top:12rem;left:34.8125rem;overflow:hidden;display:block; }
#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefcfb;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; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { background-color: transparent; background-image: none; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container > .video-iframe-container { display: none; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row > .video-iframe-container { display: none; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .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); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { border-width: 0; border-radius: 0; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#pZxrKX9AOmnaLQmedNLG3NbJeQu9kEQM { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7118053436279rem;left:0.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#WLRB4itI5UP6y39ZGMXciDGH8oyvrcEb { color:#152561;display:block;width:19.375rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.2716979980469rem;left:20.375rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#zZWV1qXENOsoFH9VILVq2r0UOhAUw8Eh { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:20.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#okiZBUfaFs5v3AW8xiXznCB8P1tzrJRF { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1727600097656rem;left:40rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#xPEy3egie8bPTXG0QgrinrHLJMCsLcZx { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6267395019531rem;left:40rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iznN2RSdNsNEA8JpETCG6NLvtg80N8J2 { 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:1.25rem;width:3.9375rem;top:1.6519165039062rem;left:7.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:20.6875rem;height:15.375rem;top:24rem;left:2.375rem;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #zGOMXa97erTJPfSy66Dt7GV6gZ4f7tzz { top:1.1875rem;left:0rem;width:4.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9r8H9cT12ueglFpTKnCKRI3RqBqDAu { width:9.3125rem;height:3.0625rem;top:29.25rem;left:22.753173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKX054yBc1zubBrAD966npCgLqvLnVRW { display:block; }
 }@media only screen and (max-width: 763px) { #MTcV4NtwFFlHTNOQniukyMvpsZG7xlvw { top:4.75rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyR545pmOVm4Cfl84E0NxivyIkpuezE { top:4.5625rem;left:0rem;width:12.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxFFfJvg9P4OLNWkyc7TGql704xM36O { display:block; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPsrslNHQPGpfEJzFppRvQI65TXMJtFT { width:47.75rem;height:5.8125rem;top:2.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx { display:block; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGVSKey7iWGIFbM8HhFINh6yntZpH4Tx { width:14.0625rem;height:5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcQd8dFVAaM4J9lJJS7QolTpeLgig8P { width:14.0625rem;height:5rem;top:2.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJA1umrmRd0BG79BN9h1WhTAh28lqy9 { width:14.0625rem;height:5rem;top:2.8125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4i31W481fmluS4LQ03LJBuKLWJlocxW { top:3.75rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrfXDCPRCQU928G4ofqDHKVzcm9IKHI { top:3.5rem;left:9.9991340637206rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFQd2N46agKpnd9gB1Aop9qVA5XUUcZ { top:3.75rem;left:25.249786376953rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtxczJrcSsTNRhoKgzcm1LHV8eZKUwDc { width:8.4375rem;height:1.9375rem;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naBm8qf2Fria4ImaOgkTPz7eiVxfpGFd { width:8.4375rem;height:1.9375rem;top:3.6875rem;left:13.560981750488rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVJRft1LQUTonzvgwwCR1UNpxIcUnvex { width:8.4375rem;height:1.9375rem;top:3.6875rem;left:28.811634063721rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEX381GuNOshdF5xOvRBTwihfzRPWxJ { width:14.0625rem;height:5rem;top:2.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93dyQNA8WSNF4aILK22o6d5wRgUgu5E { top:3.75rem;left:40.186851501465rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w96Hgx8wnKZMMG1B3OafWSQ0QEnsoI2b { width:8.4375rem;height:1.9375rem;top:3.6875rem;left:39.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwkuQQm1F1ghtAx5T8r5Oo6aoQJ9mDqf { width:8.4375rem;height:1.1875rem;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgauH6EgMe1p739ma4m54IAeVSkVcQB { width:8.625rem;height:1.1875rem;top:5.875rem;left:14.569664001465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIwJKHPtygK0vFDvefioTbiffZGqELq { width:7.5rem;height:1.1875rem;top:5.8125rem;left:29.870445251465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9hg3VocMeSnD8FeTToNba47NyhxhQx5 { width:7.5rem;height:1.1875rem;top:5.8125rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:15.4375rem;height:6.6607235388287rem;top:4.1875rem;left:0.18684768676757rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:6.875rem;height:6.875rem;top:4.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.75rem;height:1.9375rem;top:16.6875rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:13.9375rem;height:1.9375rem;top:16.6875rem;left:33.437503814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LyFZnFb8o7dKKIAGtMdchHt5y9O8XBV1 { width:15rem;height:15rem;top:0.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAgmHxlqKTxbqFNJdZGvtv9ELrl6Fav4 { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRd4mzvFZG9N8iycF0tlA45g90zSNRx { width:8.25rem;height:13.375rem;top:0rem;left:19.123916625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBezFse7rxA7VtotQp8nDBVDUBl2iSPu { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSAycM4zQUZQ4VgkegrP7fkUHbuGgTHc { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TR8EQ7wTkCH0uoIcxcfFTSArvviB09Gt { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXDGCzDHgC3yGGXwmqOtRhMsaFlazPeF { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV { display:block; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wingiVDe01aeBkMJ4GSrBSmTqMygA20H { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXx0lboK6iAvyhHQlduOoBdAGs7nTiA { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNqTwIVndO0mgiP2oTobgxyLCpnt5TM7 { width:13.9375rem;height:6.0963681376576rem;top:3.625rem;left:0.93663024902344rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJgAWlK42QT0xO4qmTeCmKmJOAItHJ6q { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5ZxfWsZ59TsU3rP1645EkLdbB7GIrK { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzUnCRNi4TV7mTH548FLne6S71on53s { width:13.125rem;height:7.9375rem;top:2.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Lgv4yMm9von0lrDQ4uXymTRFNVMJ6e { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bue2AUetTVbszp8HSbX89uhTzDhcECnF { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAz02MT0ac7a7UBCCKJe7LDN1yFmXady { width:6.875rem;height:6.7515341016606rem;top:4.125rem;left:36.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTT0b7ig9u4kk5akSZEZBDwsTJy50nx { width:16.3125rem;height:1.9375rem;top:16.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfwwbSFWr4gHnIEyDCfr9fDGpCEdeGfU { width:13.75rem;height:1.9375rem;top:16.5625rem;left:16.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3XwwIE7rGwCWgoPdRWzfDHxnhJeLMP { width:12.5rem;height:1.9375rem;top:16.6875rem;left:33.437503814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMAvNTBI3vUgaUH3ktI2CE7aXxGD8iv3 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zh55u8y0H9BtFMAlHl0EtFO1riyr1mPi { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S0hdHgLE4guH6fedTpBA9xZF1GOrC20r { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh { display:block; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0ZT6QJaGQzfNw2A7IKDUeZ4zT5fn6x9 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4fhESzmAzFOhf0JrgbgDtRisgLwFIFO { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFO3wW8xy8cnkXlMmQV4XvE9lTAMzRT9 { width:11.5625rem;height:6.936875rem;top:3.9375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyOzNPDwoTxh1UxkEPLfHiILq96rh5KQ { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaS9TgneG64wOefzyWDQORIoAfTRGss { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiywSXanVgn4hOIsVwT8gDwvoPOXOstv { width:16.4375rem;height:7.1875rem;top:3.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2TlBm3Ux9GdkdlqtDBnstUxTP5IX5E { width:15.6875rem;height:1.9375rem;top:16.625rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6SxaGLiwdZ6LkkRb4X0EC7bCwaqCx9z { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSfJtHffnTkVaM1zQXyndCzap6g5hV1U { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t6eQGT7IyCfLivZlLeqolsm8yNzaJH9Q { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.9375rem;top:16.6875rem;left:33.437503814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:12.5rem;height:7.4375rem;top:3.5rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuaBCiTiT7sHIt9t4GzTEex4wArFLR3l { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFMBBMXxmIfNP4ZMnPmQ1gdV1CkpqIAR { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krHcmupf9ra0mOsLLyMT0hzWer5xGspI { width:14.375rem;height:3.75rem;top:1.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nloHvLgFdpJnegfTuJZ0z7NLqvovN0iz { top:19.0625rem;left:0rem;width:17.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTXBCGA5esVL2f4wf3qG5S1AkTlRT8E { top:19.0625rem;left:16rem;width:15.3125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRHgDThKkXQdRvRaUMazqbzq80ILQIQ { top:19.0625rem;left:32.1875rem;width:15.3125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn4VtPVMvcxUAlGCQTrE2KCw7tuf0DZB { width:19.375rem;height:13.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1vRVz3P1oOsNbCBxTyLMQ5IcbgBTCw5 { width:19.375rem;height:13.125rem;top:1.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMItrGG9y5rTXNJuIEZPEIx6svxTrSAv { width:19.375rem;height:13.125rem;top:1.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo7eb7MFW05vIX70pqwFvXtx06NRXwm { display:block; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK9MhxRtr95tfQtOHiOaTDUDgzzqH684 { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RhCAJ3RwbUxeels3y70df12u6yC7DQ9f { width:17.3125rem;height:13.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLFX0Nn3F99tNVeWTXRnDHwxDgrZORh { top:20.0625rem;left:0.28125rem;width:15.3125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZKbJDXMHLKtJEro0Z9cAIpkd2oFReRs { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q1Pa24MDHnwAZg2ToVCTEbbtbWpOVFcx { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GtOeGUl1izPfih9BgtRpHgt0XqwT8Tmg { top:20.0625rem;left:16.15625rem;width:15.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ALtKVEoWVNa6FbCzUaTR6dD7TzuzTS { top:20.0625rem;left:29.5625rem;width:18rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Crc9GPWabSfwBPpeJzTr59KkHeRwHw { width:17.25rem;height:13.0625rem;top:1.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfWuf7RK2vKcmdCNLNqhKlQXqI87yMF { width:16.25rem;height:13rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFlchsobWMCJOp8RatgBS95or9xqc5I { display:block; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPkh6LGve2env9fUmoWg9NdaIiXJUwfW { width:14.375rem;height:3.75rem;top:1.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkAzXuOZf8l7WOluFXC249sZF5X7JQa { display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.6875rem;height:2.6875rem;top:0rem;left:14.999134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.6875rem;height:2.6875rem;top:0rem;left:18.749134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bStoq1cahxZs7TVcLXbiP7luEgvIEP { width:2.6875rem;height:2.6875rem;top:0rem;left:22.499134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9pw27hrHrNot2OGqGS1J0D4658cQ3c4 { width:2.6875rem;height:2.6875rem;top:0rem;left:26.249134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhRIMU2fl4hmbL2ydMTMagb69l9w2VA { width:2.6875rem;height:2.6875rem;top:0rem;left:29.999134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR { display:block; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGm1K0XAcVbG6Ts6nTUHHRCTR71iXc8B { width:2.6875rem;height:2.1992535040303rem;top:12rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxwJUK3WkTtyQS53SXHThdxb4TAdpbIJ { width:18.25rem;height:6.4375rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZHyZnODKiLEK35PTRRPBf7TcfT2LKJE { width:16.3125rem;height:1.25rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocOaeMiN3apRT1GhOfEU21SNoUMzZXPh { width:2.6875rem;height:2.1992535040303rem;top:12rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLdyBHHI9ZbTIrZptAu2l7LRJmQZ6MP { width:17.8125rem;height:7.8125rem;top:15.25rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaO77zS445o79pS615ILQvA7B4MqJ4X3 { width:18.75rem;height:1.25rem;top:23.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAua81JybrDlUrMygs4qL6sQnyN4OkD3 { width:2.6875rem;height:2.1992535040303rem;top:12rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otdASTQAaosq0GHCqD3oT8Dm7BZUstqQ { width:16.875rem;height:6.4375rem;top:15.25rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXI1Tsq9l6rVygQWfWF5pNP4amGTk2p { width:16.3125rem;height:1.25rem;top:23.625rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUrpxOd4f8aLfF3KKfMMsG1LqWQ2dMA9 { top:0.9375rem;left:17.5625rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08gXKqkHfo4Hh6h7GuBoDTQRaqDIBNT { top:4.125rem;left:33.4375rem;width:12.4375rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5NgyyObBe2uVZSOcOD2cdmWQCl657SX { top:4.125rem;left:2.3125rem;width:12.4375rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa5AO5LySr6sDvDKEqkamOy48inyWvFQ { top:0.9375rem;left:33.4375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TggwvnafhTQu6BPXfXcNyTgPPaFyD4o3 { top:0.9375rem;left:2.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp { display:block; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhk3lnidrLxXv3327fK8IafyQg81vN1E { width:14.375rem;height:3.75rem;top:1.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6vRu1ngUTKTJUi7sK1NhBAZEXTF5JC { display:block; }
 }@media only screen and (max-width: 763px) { #DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 { display:block; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn { display:flex;height:auto;width:26.5625rem;top:1.5625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #WzriS1pcEOKSDFRDMpJ4bLM3TlgV8cba {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #lKDfikEV8TxTE6JLIGlOW1Si5pom5Vks {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #o6re9DPqrKqTcCcuvz8Nbkh0GQ9tGUrG {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ccXUiIp3kSZKez0g0LpXB0LPb2flH8I9 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #OVKqTPaP5NGf7bMXrcHHMgmoWmnKA040 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TobU7ZdGTVUeLT0UCq6loQ8Q26HbxqDX {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #JWw5aJHHkzo3DuW4AzcWFE9ax6S9Drpm {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #wRL7NMCPcwRcaGEfbcEKo88sfAzaUzRW {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #n5CXdxL0ZJoUTbH6beezL03DT1TPVK1b {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #A3u1NV95vqFIm3dpKQU6M6E3kG7Nu4le {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #VceyRNqTwGN6DRqXTXcSBTehNmqynk3v {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #HrilO5gz2b3MuZvdU0OUaQzQkW3wx7XB {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #C12pXZw8oDtIEaHT1UIClfmS6Pe7ahoz {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #p166ZnfdBq7qfdEngT1nT7KTRHza6GTF {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #goldxKDGKoK0GgrQVm3iT3P51ZEHpECc {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TZd5XEtgxdHVLax5Tacn8bqou41TSuk1 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #KCpMGywTAudb6pHCKNNvCe8D4dJHFSyg {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #AsThqi1t5aiG5sedqrJM02PKeu1MEH8e {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #rdWNdMDP1TpiXvNDUOqUDJarZgif3Rrb {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #Bhi7Ua7WPb7utV2hZWUDhS2XOED7Vv9O {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ow05253nM6ESQZG6nR7EMog3eBR9aVID {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #kTO8fNKC6JRlTyeiy5LS6HuSNHOoMrya {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #hHwczGX85h5NbKTHDd7hsW5bZlqaVDUb {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #oeqTUM0CM0T6eEWvdIzZXRhOdBnwgnS1 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #PhTCzJQiTrJsdLc4TIHQNtrlEnS7hwv8 {  }
 }@media only screen and (max-width: 763px) { #H7Q5qhc7Mw8zespHS1XqvMQgZNl9Fyie { top:8.5625rem;left:0rem;width:19.375rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msk7mxtdkfvbpcVOQU90GQbH7w8NhMVy { width:12.375rem;height:3.75rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2nBcBxuQOxxhUNki0y6gtcLkJBQrtiO { display:block; }
 }@media only screen and (max-width: 763px) { #TqG2XT0BrHtcadTfzvQBrtvt0IElWRuy { top:15.3125rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 { display:block; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh9766Qghr5PihixlWhLKfy5gfWhiOTD { top:5.4375rem;left:6.1240234375rem;width:35.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnfVoGR4TKe953dkCMwTZ3Uc44iWiBhR { top:8.625rem;left:36.375rem;width:11.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #budyVWES32RW7rLSrTvxwxhtV5kLfUCo { width:40.375rem;height:3.1875rem;top:1.375rem;left:3.6552734375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTDi6JPr3CO4vZKzLXwk3EF9w7EWeLF { top:11.8125rem;left:9.5625rem;width:8rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnxrUhKzWqIxTWy5PXqr64V64huecX5i { top:11.8125rem;left:20.4375rem;width:6.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuRa5GyiPvI8SKFm66fGkQrH3P4AS3D { top:11.8125rem;left:30.25rem;width:8rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhVGk1U8IfzJiAPenhR9LyMoisz6IHbs { top:12rem;left:8rem;width:0.9375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV4TIzK5CrVitfkk1OTCq6wXeGOfUJ8W { top:12.0625rem;left:18.875rem;width:0.9375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpsbxfiWeQK8VNkd5pmXGuPsR8DsU7W { top:12rem;left:28.6875rem;width:0.9375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n { display:block; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZxrKX9AOmnaLQmedNLG3NbJeQu9kEQM { width:18.125rem;height:1.125rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLRB4itI5UP6y39ZGMXciDGH8oyvrcEb { width:19.375rem;height:3.375rem;top:3.25rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWV1qXENOsoFH9VILVq2r0UOhAUw8Eh { width:18.125rem;height:1.125rem;top:1.625rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okiZBUfaFs5v3AW8xiXznCB8P1tzrJRF { width:18.125rem;height:1.125rem;top:3.125rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPEy3egie8bPTXG0QgrinrHLJMCsLcZx { width:18.125rem;height:1.125rem;top:1.625rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznN2RSdNsNEA8JpETCG6NLvtg80N8J2 { top:1.625rem;left:5rem;width:3.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#d0fbe3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:20rem;height:11.0498125rem;top:6.3107643127444rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;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; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:19.0625rem;height:19.2419375rem;top:17.734619140625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:18.9365rem;height:22.1155rem;top:37.812255859375rem;left:0.52978515625rem;font-size:1.25rem;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #zGOMXa97erTJPfSy66Dt7GV6gZ4f7tzz { width:4.625rem;height:1.4998901988448rem;top:0.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9r8H9cT12ueglFpTKnCKRI3RqBqDAu { width:10.0908125rem;height:3.63208125rem;top:62.74658203125rem;left:4.95361328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKX054yBc1zubBrAD966npCgLqvLnVRW { display:block; }
 }@media only screen and (max-width: 763px) { #MTcV4NtwFFlHTNOQniukyMvpsZG7xlvw { width:11.25rem;height:1.13769375rem;top:4.49951171875rem;left:4.687255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyR545pmOVm4Cfl84E0NxivyIkpuezE { width:12.25rem;height:1.4375rem;top:4.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxFFfJvg9P4OLNWkyc7TGql704xM36O { display:block; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPsrslNHQPGpfEJzFppRvQI65TXMJtFT { width:20rem;height:7.796625rem;top:2.6871738433838rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx { display:block; }#V7Wv4UppIwbI0F4tw2QeulE2SeQywkgx > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGVSKey7iWGIFbM8HhFINh6yntZpH4Tx { width:14.0625rem;height:5.625rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcQd8dFVAaM4J9lJJS7QolTpeLgig8P { width:14.0625rem;height:5.625rem;top:8.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJA1umrmRd0BG79BN9h1WhTAh28lqy9 { width:14.0625rem;height:5.625rem;top:15rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4i31W481fmluS4LQ03LJBuKLWJlocxW { width:3.4375rem;height:3.4375rem;top:2.31201171875rem;left:3.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrfXDCPRCQU928G4ofqDHKVzcm9IKHI { width:3.4375rem;height:3.4375rem;top:9.437255859375rem;left:3.43798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFQd2N46agKpnd9gB1Aop9qVA5XUUcZ { width:3.4375rem;height:3.4375rem;top:16.312255859375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtxczJrcSsTNRhoKgzcm1LHV8eZKUwDc { width:8.4375rem;height:2.4375rem;top:2.3101129531861rem;left:7.842882454395rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naBm8qf2Fria4ImaOgkTPz7eiVxfpGFd { width:8.4375rem;height:2.4375rem;top:9.4346809387206rem;left:7.061632454395rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVJRft1LQUTonzvgwwCR1UNpxIcUnvex { width:8.4375rem;height:2.4375rem;top:16.311849355698rem;left:7.842882454395rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEX381GuNOshdF5xOvRBTwihfzRPWxJ { width:14.0625rem;height:5.625rem;top:22.266845703125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93dyQNA8WSNF4aILK22o6d5wRgUgu5E { width:3.4375rem;height:3.4375rem;top:23.5791015625rem;left:3.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w96Hgx8wnKZMMG1B3OafWSQ0QEnsoI2b { width:6.0612rem;height:2.4375rem;top:23.498267173767rem;left:8.2486985325812rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwkuQQm1F1ghtAx5T8r5Oo6aoQJ9mDqf { width:7.5rem;height:1.21875rem;top:4.686767578125rem;left:7.87353515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgauH6EgMe1p739ma4m54IAeVSkVcQB { width:8.9355625rem;height:1.21875rem;top:11.786675453186rem;left:7.3122838139531rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIwJKHPtygK0vFDvefioTbiffZGqELq { width:8.686rem;height:1.21875rem;top:18.662757873535rem;left:7.718098938465rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9hg3VocMeSnD8FeTToNba47NyhxhQx5 { width:8.624125rem;height:1.21875rem;top:25.866970777512rem;left:7.7484810948375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:19.124375rem;height:7.796625rem;top:1.2261285781861rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:13.186875rem;height:5.74978125rem;top:5.3407123088837rem;left:3.4060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:49.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:52.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:6.875rem;height:6.875rem;top:53.810760498047rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:1.7858875rem;top:16.875rem;left:3.7500002384186rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:3.898925rem;top:65.375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:14.1875rem;height:4.38720625rem;top:19.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:14.1875rem;height:4.38720625rem;top:69.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFZnFb8o7dKKIAGtMdchHt5y9O8XBV1 { width:15rem;height:15rem;top:49.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAgmHxlqKTxbqFNJdZGvtv9ELrl6Fav4 { width:10.3125rem;height:10.3125rem;top:52.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRd4mzvFZG9N8iycF0tlA45g90zSNRx { width:7.6248125rem;height:12.4370625rem;top:25.381945610046rem;left:6.1870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBezFse7rxA7VtotQp8nDBVDUBl2iSPu { width:12.5rem;height:1.94970625rem;top:41rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSAycM4zQUZQ4VgkegrP7fkUHbuGgTHc { width:14.1875rem;height:4.38720625rem;top:43.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR8EQ7wTkCH0uoIcxcfFTSArvviB09Gt { width:10.3125rem;height:10.3125rem;top:27.4375rem;left:4.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QXDGCzDHgC3yGGXwmqOtRhMsaFlazPeF { width:15rem;height:15rem;top:25.062500953674rem;left:2.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV { display:block; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wingiVDe01aeBkMJ4GSrBSmTqMygA20H { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXx0lboK6iAvyhHQlduOoBdAGs7nTiA { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNqTwIVndO0mgiP2oTobgxyLCpnt5TM7 { width:12.1875rem;height:5.3125rem;top:5.5924482345581rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJgAWlK42QT0xO4qmTeCmKmJOAItHJ6q { width:15rem;height:15rem;top:28.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5ZxfWsZ59TsU3rP1645EkLdbB7GIrK { width:10.3125rem;height:10.3125rem;top:30.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzUnCRNi4TV7mTH548FLne6S71on53s { width:12.061625rem;height:7.249375rem;top:31.309679985046rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Lgv4yMm9von0lrDQ4uXymTRFNVMJ6e { width:15rem;height:15rem;top:54.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bue2AUetTVbszp8HSbX89uhTzDhcECnF { width:10.3125rem;height:10.3125rem;top:57.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAz02MT0ac7a7UBCCKJe7LDN1yFmXady { width:6.8120625rem;height:6.6873125rem;top:59.092883110046rem;left:6.5928822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTT0b7ig9u4kk5akSZEZBDwsTJy50nx { width:15.3125rem;height:3.898925rem;top:16.937500476837rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfwwbSFWr4gHnIEyDCfr9fDGpCEdeGfU { width:12.5rem;height:3.898925rem;top:43.875rem;left:3.7500002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3XwwIE7rGwCWgoPdRWzfDHxnhJeLMP { width:12.5rem;height:1.94970625rem;top:71.500007629394rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMAvNTBI3vUgaUH3ktI2CE7aXxGD8iv3 { width:14.1875rem;height:4.38720625rem;top:21.399305343628rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh55u8y0H9BtFMAlHl0EtFO1riyr1mPi { width:14.1875rem;height:4.38720625rem;top:74.000007629394rem;left:2.9058161377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hdHgLE4guH6fedTpBA9xZF1GOrC20r { width:14.1875rem;height:4.38720625rem;top:48.3125rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh { display:block; }#ZHDwwQUJ3nt8fnXJ7T5nZTocSivL5zbh > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0ZT6QJaGQzfNw2A7IKDUeZ4zT5fn6x9 { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4fhESzmAzFOhf0JrgbgDtRisgLwFIFO { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFO3wW8xy8cnkXlMmQV4XvE9lTAMzRT9 { width:10.686875rem;height:6.436625rem;top:5.5305986404419rem;left:4.6560330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyOzNPDwoTxh1UxkEPLfHiILq96rh5KQ { width:15rem;height:15rem;top:54.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaS9TgneG64wOefzyWDQORIoAfTRGss { width:10.3125rem;height:10.3125rem;top:56.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiywSXanVgn4hOIsVwT8gDwvoPOXOstv { width:15.7498125rem;height:6.875rem;top:58.623051643372rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2TlBm3Ux9GdkdlqtDBnstUxTP5IX5E { width:12.5rem;height:1.94970625rem;top:17.500001907349rem;left:3.7500002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6SxaGLiwdZ6LkkRb4X0EC7bCwaqCx9z { width:12.5rem;height:1.94970625rem;top:70.436630249025rem;left:3.7500002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSfJtHffnTkVaM1zQXyndCzap6g5hV1U { width:14.1875rem;height:4.38720625rem;top:20rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6eQGT7IyCfLivZlLeqolsm8yNzaJH9Q { width:14.1875rem;height:4.38720625rem;top:72.9375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.94970625rem;top:44.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:14.1875rem;height:4.38720625rem;top:46.75rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:54.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:56.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:10.7498125rem;height:6.436625rem;top:32.217883110046rem;left:4.6245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuaBCiTiT7sHIt9t4GzTEex4wArFLR3l { width:15rem;height:15rem;top:27.9375rem;left:2.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FFMBBMXxmIfNP4ZMnPmQ1gdV1CkpqIAR { width:10.3125rem;height:10.3125rem;top:30.125rem;left:4.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krHcmupf9ra0mOsLLyMT0hzWer5xGspI { width:10.625rem;height:4.375rem;top:1.5625rem;left:4.6875002384186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:20rem;height:7.796625rem;top:1.9496431350708rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:20rem;height:2.2753875rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:20rem;height:2.4500875rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:20rem;height:2.4500875rem;top:70.18701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nloHvLgFdpJnegfTuJZ0z7NLqvovN0iz { width:17.1875rem;height:10.2368125rem;top:17.995662689209rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoTXBCGA5esVL2f4wf3qG5S1AkTlRT8E { width:17.1875rem;height:7.312rem;top:45.0625rem;left:1.436767578125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVRHgDThKkXQdRvRaUMazqbzq80ILQIQ { width:17.1875rem;height:5.8496125rem;top:72.999267578125rem;left:1.436767578125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xn4VtPVMvcxUAlGCQTrE2KCw7tuf0DZB { width:19.375rem;height:13.125rem;top:0.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1vRVz3P1oOsNbCBxTyLMQ5IcbgBTCw5 { width:19.375rem;height:13.125rem;top:27.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMItrGG9y5rTXNJuIEZPEIx6svxTrSAv { width:19.375rem;height:13.125rem;top:55.81201171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo7eb7MFW05vIX70pqwFvXtx06NRXwm { display:block; }#NDo7eb7MFW05vIX70pqwFvXtx06NRXwm > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK9MhxRtr95tfQtOHiOaTDUDgzzqH684 { width:20rem;height:2.2753875rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RhCAJ3RwbUxeels3y70df12u6yC7DQ9f { width:17.3125rem;height:13.12537907232rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLFX0Nn3F99tNVeWTXRnDHwxDgrZORh { width:15.3125rem;height:7.312rem;top:19.1484375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZKbJDXMHLKtJEro0Z9cAIpkd2oFReRs { width:20rem;height:2.2753875rem;top:43.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q1Pa24MDHnwAZg2ToVCTEbbtbWpOVFcx { width:20rem;height:2.2753875rem;top:70.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GtOeGUl1izPfih9BgtRpHgt0XqwT8Tmg { width:15.3125rem;height:5.8496125rem;top:47.3125rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5ALtKVEoWVNa6FbCzUaTR6dD7TzuzTS { width:16.875rem;height:8.7744375rem;top:74.3125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3Crc9GPWabSfwBPpeJzTr59KkHeRwHw { width:17.25rem;height:13.061689299845rem;top:29.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfWuf7RK2vKcmdCNLNqhKlQXqI87yMF { width:16.25rem;height:13rem;top:56.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFlchsobWMCJOp8RatgBS95or9xqc5I { display:block; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPkh6LGve2env9fUmoWg9NdaIiXJUwfW { width:12.374125rem;height:4.375rem;top:1.5625rem;left:3.8118489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkAzXuOZf8l7WOluFXC249sZF5X7JQa { display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:20rem;height:5.19775625rem;top:2.0737838745117rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.7498375rem;height:2.7498375rem;top:0.71701431274412rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.7498375rem;height:2.7498375rem;top:0.71788215637206rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bStoq1cahxZs7TVcLXbiP7luEgvIEP { width:2.6875rem;height:2.6875rem;top:0.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9pw27hrHrNot2OGqGS1J0D4658cQ3c4 { width:2.6875rem;height:2.6875rem;top:0.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhRIMU2fl4hmbL2ydMTMagb69l9w2VA { width:2.6875rem;height:2.6875rem;top:0.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR { display:block; }#pQpTaT0KBsKh1pZ5wXN5mxMEZcetHqSR > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGm1K0XAcVbG6Ts6nTUHHRCTR71iXc8B { width:2.75rem;height:2.25rem;top:11.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxwJUK3WkTtyQS53SXHThdxb4TAdpbIJ { width:16.875rem;height:7.795875rem;top:15rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZZHyZnODKiLEK35PTRRPBf7TcfT2LKJE { width:16.375rem;height:1.29931875rem;top:24.375rem;left:1.81201171875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocOaeMiN3apRT1GhOfEU21SNoUMzZXPh { width:2.75rem;height:2.25rem;top:38.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLdyBHHI9ZbTIrZptAu2l7LRJmQZ6MP { width:16.875rem;height:7.795875rem;top:42.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JaO77zS445o79pS615ILQvA7B4MqJ4X3 { width:19.6875rem;height:1.29931875rem;top:51.6875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAua81JybrDlUrMygs4qL6sQnyN4OkD3 { width:2.75rem;height:2.25rem;top:64.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otdASTQAaosq0GHCqD3oT8Dm7BZUstqQ { width:16.875rem;height:6.4965625rem;top:68.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RmXI1Tsq9l6rVygQWfWF5pNP4amGTk2p { width:16.375rem;height:1.29931875rem;top:76.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUrpxOd4f8aLfF3KKfMMsG1LqWQ2dMA9 { width:12.4375rem;height:12.4375rem;top:27.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08gXKqkHfo4Hh6h7GuBoDTQRaqDIBNT { width:12.4375rem;height:12.4375rem;top:54.6875rem;left:3.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #q5NgyyObBe2uVZSOcOD2cdmWQCl657SX { width:0.625rem;height:0.625rem;top:8.5927734375rem;left:5.46826171875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wa5AO5LySr6sDvDKEqkamOy48inyWvFQ { width:0.62402375rem;height:0.625rem;top:7.31103515625rem;left:4.31103515625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TggwvnafhTQu6BPXfXcNyTgPPaFyD4o3 { width:12.4375rem;height:12.4375rem;top:1.40625rem;left:3.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp { display:block; }#xStHLLaLVQCMicsf13HGWq42w7Ha1Qzp > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhk3lnidrLxXv3327fK8IafyQg81vN1E { width:10.625rem;height:4.375rem;top:1.5625rem;left:4.6875002384186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6vRu1ngUTKTJUi7sK1NhBAZEXTF5JC { display:block; }
 }@media only screen and (max-width: 763px) { #DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 { display:block; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn { display:flex;height:auto;width:17.5rem;top:7.361083984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #WzriS1pcEOKSDFRDMpJ4bLM3TlgV8cba {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #lKDfikEV8TxTE6JLIGlOW1Si5pom5Vks {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #o6re9DPqrKqTcCcuvz8Nbkh0GQ9tGUrG {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ccXUiIp3kSZKez0g0LpXB0LPb2flH8I9 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #OVKqTPaP5NGf7bMXrcHHMgmoWmnKA040 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TobU7ZdGTVUeLT0UCq6loQ8Q26HbxqDX {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #JWw5aJHHkzo3DuW4AzcWFE9ax6S9Drpm {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #wRL7NMCPcwRcaGEfbcEKo88sfAzaUzRW {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #n5CXdxL0ZJoUTbH6beezL03DT1TPVK1b {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #A3u1NV95vqFIm3dpKQU6M6E3kG7Nu4le {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #VceyRNqTwGN6DRqXTXcSBTehNmqynk3v {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #HrilO5gz2b3MuZvdU0OUaQzQkW3wx7XB {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #C12pXZw8oDtIEaHT1UIClfmS6Pe7ahoz {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #p166ZnfdBq7qfdEngT1nT7KTRHza6GTF {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #goldxKDGKoK0GgrQVm3iT3P51ZEHpECc {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TZd5XEtgxdHVLax5Tacn8bqou41TSuk1 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #KCpMGywTAudb6pHCKNNvCe8D4dJHFSyg {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #AsThqi1t5aiG5sedqrJM02PKeu1MEH8e {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #rdWNdMDP1TpiXvNDUOqUDJarZgif3Rrb {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #Bhi7Ua7WPb7utV2hZWUDhS2XOED7Vv9O {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ow05253nM6ESQZG6nR7EMog3eBR9aVID {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #kTO8fNKC6JRlTyeiy5LS6HuSNHOoMrya {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #hHwczGX85h5NbKTHDd7hsW5bZlqaVDUb {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #oeqTUM0CM0T6eEWvdIzZXRhOdBnwgnS1 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #PhTCzJQiTrJsdLc4TIHQNtrlEnS7hwv8 {  }
 }@media only screen and (max-width: 763px) { #H7Q5qhc7Mw8zespHS1XqvMQgZNl9Fyie { width:19.375rem;height:5.19775625rem;top:1.1875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msk7mxtdkfvbpcVOQU90GQbH7w8NhMVy { width:10.625rem;height:4.375rem;top:53.185764312744rem;left:4.6875002384186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2nBcBxuQOxxhUNki0y6gtcLkJBQrtiO { display:block; }
 }@media only screen and (max-width: 763px) { #TqG2XT0BrHtcadTfzvQBrtvt0IElWRuy { width:15rem;height:2.92480625rem;top:49.061658859253rem;left:2.5rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 { display:block; }#hCmKMwfUW4DT5N2dweC5oqVTtKGCx9c1 > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh9766Qghr5PihixlWhLKfy5gfWhiOTD { width:19.5rem;height:4.38720625rem;top:7.6467018127444rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnfVoGR4TKe953dkCMwTZ3Uc44iWiBhR { width:4.874675rem;height:4.562175rem;top:19.320474624634rem;left:0.96761065721512rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #budyVWES32RW7rLSrTvxwxhtV5kLfUCo { width:20rem;height:5.19775625rem;top:1.5690102577209rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTDi6JPr3CO4vZKzLXwk3EF9w7EWeLF { width:6.0620125rem;height:1.05615rem;top:16.577310562134rem;left:0.375rem;font-size:0.8125rem;color:#152561;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OnxrUhKzWqIxTWy5PXqr64V64huecX5i { width:4.74935rem;height:1.05615rem;top:16.577310562134rem;left:7.6253249049187rem;font-size:0.8125rem;color:#152561;display:block; }
 }@media only screen and (max-width: 763px) { #ALuRa5GyiPvI8SKFm66fGkQrH3P4AS3D { width:5.625rem;height:1.05615rem;top:16.577310562134rem;left:13.9375rem;font-size:0.8125rem;color:#152561;display:block; }
 }@media only screen and (max-width: 763px) { #DhVGk1U8IfzJiAPenhR9LyMoisz6IHbs { width:1.5625rem;height:1.3125rem;top:14.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV4TIzK5CrVitfkk1OTCq6wXeGOfUJ8W { width:1.5625rem;height:1.4375rem;top:14.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpsbxfiWeQK8VNkd5pmXGuPsR8DsU7W { width:1.5625rem;height:1.4375rem;top:14.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n { display:block; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZxrKX9AOmnaLQmedNLG3NbJeQu9kEQM { width:18.125rem;height:1.13769375rem;top:2.9973754882812rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLRB4itI5UP6y39ZGMXciDGH8oyvrcEb { width:16.75rem;height:3.41308125rem;top:6.3125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZWV1qXENOsoFH9VILVq2r0UOhAUw8Eh { width:18.125rem;height:1.13769375rem;top:4.875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okiZBUfaFs5v3AW8xiXznCB8P1tzrJRF { width:18.125rem;height:1.13769375rem;top:12.375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPEy3egie8bPTXG0QgrinrHLJMCsLcZx { width:18.125rem;height:1.13769375rem;top:10.8125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iznN2RSdNsNEA8JpETCG6NLvtg80N8J2 { width:3.937175rem;height:1.25rem;top:0.97308349609375rem;left:8.0312497615813rem;display:block; }
 }