.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f7fc;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { border-width: 0; border-radius: 0; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.375rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:figtree;font-size:4.1875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:11.875rem;left:0rem;height:7.5374375rem;font-style:normal;display:block; }
#KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0ab373ea-92e7-41d6-8e84-261e93e737aa/download20240911T163255388.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5rem;width:43.1875rem;top:2.6875rem;left:35.375rem;display:block; }#KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.adaptive-delivery-prevent-bg, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyload, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyloading { background-image: none; }
#TeKKzZDsiVV7IZOwR3QAJ3QTA0fn5WXg { background-color:#00cc2f;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 0rem #00762d ;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.75rem;left:0rem;display:block; }
#z2vaAcTK2p41EylkilsJM6UTb3FrlHga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ReD6ewOzEmzvArvX2ENFJ3i3aaMsQZVK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38.625rem;left:1.4375rem; }
#qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBFQv2zumRu0hTHuSFnTr8w277xsHonx { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:4.8125rem;left:63.9375rem;height:1.2rem;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:right;text-align-last:right;display:block; }
#gVP1iVQTeLGXsSJ0Ty3DkhAOE7nyvmf0 { box-sizing:content-box;height:30.6875rem;width:5.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:9.25rem;left:54.21875rem;box-shadow: 0.0625rem 0.0625rem 13rem #4d00ff ;display:block; }
#T2UCF16Q6uCxCn9bga1vI4UMBzEw5osC { box-sizing:content-box;height:9.125rem;width:7.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:7.7109375rem;left:53.09375rem;box-shadow: 0.0625rem 0.0625rem 12.125rem #4d00ff ;display:block; }
#yez2kMFzzxDe40TAE8BQ6LD5faNc561z { box-sizing:content-box;height:7.125rem;width:10.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:27.5625rem;left:47.0625rem;box-shadow: 0.0625rem 0.0625rem 13rem #00ff7b ;display:block; }
#BiCvQ7L8COHEOhi7TSxUeKCTa3DZCR7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.5625rem;left:0rem; }
#EprFXvwlPe3dgFbobhsDO6IZF8QC7CHS { color:#03fbff;display:block;width:8.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:30.3125rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#zQVZKTGRp8ua39Mxeag9X6kFixN8UW0r { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:30.375rem;left:27.0625rem;height:2.75rem;font-style:normal;display:block; }
#fcT8TxC9CnuMmVG9bQZ7FknuiRDUQ5Ge { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.875rem;left:27.0625rem; }
#ZG1fTPkMMzMvVMHyZWPUCiektmONBHn6 { color:#03fbff;display:block;width:10.3125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:30.4375rem;left:12.6875rem;height:2.75rem;font-style:normal;display:block; }
#hx04wxxEBUSTskMDIehJo2n3DQC1Rool { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.875rem;left:12.6875rem; }
#NgHqxUxyGUWFh9pgQEvoLu5eLsNLw3tg { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.75rem;left:17.125rem;display:block; }
#UQsAJgbVNzpzRISUrZOo5lALHWMVXE3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xW36aQbeTgUx2zZKc9Dm8J9VP3eZs1uK { position:absolute;display:block;z-index:15024;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.5625rem;width:1.5625rem;top:4.5rem;left:73.4375rem;overflow:hidden;display:block; }
#IJrKKOzkrmlFbKk2EKq9Qub8ElTVRDDb { box-sizing:content-box;height:7.1875rem;width:29.625rem;position:absolute;display:block;z-index:14996;background-color:#023dff;background-image:none;top:27rem;left:25.96875rem;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; }
#w9VmW4t8iGIHXnaDg1kGKOnIvUkdKJhN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.0625rem;top:3.1875rem;left:30.5rem;overflow:hidden;display:block; }
#JJ8a5cNGvB8EsV6U6ON6Mv6w5wh3Lsvy { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.49);background-image:none;top:0rem;left:15.875rem;display:block; }
#HVGwKnXgHV40Qm2sf9CBlGSE8U4R3pPZ { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:figtree;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:19.724609375rem;left:0rem;height:5.3984375rem;font-style:normal;display:block; }
#NdapEDlTyTnZ9i7iFopxkLyappThoP32 { box-sizing:content-box;height:2.5625rem;width:12.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b13c691-066e-4c30-9b36-1e605d751ddf/download20250827T163153345.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.46875rem;left:17.125rem;display:block; }#NdapEDlTyTnZ9i7iFopxkLyappThoP32.adaptive-delivery-prevent-bg, #NdapEDlTyTnZ9i7iFopxkLyappThoP32.lazyload, #NdapEDlTyTnZ9i7iFopxkLyappThoP32.lazyloading { background-image: none; }
#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023dff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { border-width: 0; border-radius: 0; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#qe2OrzUgute7mPqwafsIRB1DiZvLTO2Z { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.375rem;left:3.25rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPRyV9t4PqWBn7UsIdT0spAPivTwVuE9 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzWEHKrNnViceOSINcbNnxi8sa9T8hMO { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:0rem;left:25rem;display:block; }
#vx328KJkqb28DiCy8Wi3JcBEbeT93g1r { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.375rem;left:29.34375rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KlpbLfd6HpIoDEr7eqBkCZx6Uc1NSmg8 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:29.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZcJP6Q01JiC1zN2COgn9LzhZxbvffV2 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.375rem;left:53.25rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pllCBG4gWOtgkz4hAX3OTWccJO5BWpal { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:54.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLHBEosfbT94r4RkgKMa301tllexh3qe { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:4.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CChG33BwLftIbsPcmK5qEUWBe412GblT { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:29.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSxOb0gwaNTPTmzxTp0TTGEEWc8Q1JIO { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:54.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LF3t1OoEcwL4NMwGMwWSQBr7RqFr4KLX { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:0.0625rem;left:50rem;display:block; }
#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023dff;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; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { background-color: transparent; background-image: none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container > .video-iframe-container { display: none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row > .video-iframe-container { display: none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .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); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { border-width: 0; border-radius: 0; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#rf3Cf9T08pG3rHgT1PmBvrHX8MXP26lt { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.375rem;left:3.25rem;height:1.5942375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deLeo6o4S5DQ0dZST0qgFuSF1Ixm62z5 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:4.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZThPGDGsJlry19VtSKQZovtTugLeUmhl { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:0rem;left:25rem;display:block; }
#UWfgtw6KihT3l3sSArohBS39tbp39lyT { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.375rem;left:29.34375rem;height:1.5942375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lESsRKW3vE4t8dlSKeMXS7eS88uoqKg5 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:29.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OyL7BwFgEVPQyGJkKqKF26k31w0gbCA5 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.375rem;left:53.25rem;height:1.5942375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJWDN7CNEsmqNZxNSeiThdbLSEas61O1 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:54.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEWlZlenVqtGDRpNLMW0pgTJSN5CQmqy { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:4.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExMrVtF5FHPNfHmcT0b5MXZpE2flNK07 { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:29.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgGdiMwPelUh0QukVng3x9LtwN7HOTAZ { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:54.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q346m4irOy48tSThdneztTExrKnFNMfl { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:0.0625rem;left:50rem;display:block; }
#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { background-color: transparent; background-image: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .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); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { border-width: 0; border-radius: 0; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;overflow:visible;position:relative;display:block; }#zc235QICp8ztHqvp31fXxCrpXQrT8kRx { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { color:#000000;display:block;width:35.125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:38.75rem;height:11.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { background-color: transparent; background-image: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container > .video-iframe-container { display: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container { display: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .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); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { border-width: 0; border-radius: 0; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:6.375rem;font-style:normal;display:block; }
#V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:0rem; }
#pWPdx071fB4szKopCPNyGR9xk8zmKFJi { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:20.625rem;height:6.375rem;font-style:normal;display:block; }
#REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:20.625rem; }
#kCdTDfP8fQqunDomEumVxLEzqzZekyqa { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:61.875rem;height:6.375rem;font-style:normal;display:block; }
#sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:41.25rem;height:6.375rem;font-style:normal;display:block; }
#mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:61.875rem; }
#pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:41.25rem; }
#uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15019;background-color:#03fbff;background-image:none;top:1.9375rem;left:4.125rem;display:block; }
#Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15020;background-color:#03fbff;background-image:none;top:1.9375rem;left:25.375rem;display:block; }
#DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15021;background-color:#03fbff;background-image:none;top:1.9375rem;left:45.5rem;display:block; }
#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b985e;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; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container { background-color: transparent; background-image: none; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container > .video-iframe-container { display: none; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row > .video-iframe-container { display: none; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .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); }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container { border-width: 0; border-radius: 0; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#imRlILOfWJag6h3lND4GlXV42vaN0fTq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b985e;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; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container { background-color: transparent; background-image: none; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container > .video-iframe-container { display: none; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row > .video-iframe-container { display: none; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .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); }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container { border-width: 0; border-radius: 0; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#OtEOTEL63X0eUUM1RP3aonl75tCkL02d { box-sizing:content-box;height:17.375rem;width:18.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.07);background-image:none;top:6.625rem;left:14.125rem;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; }
#aggfZMctn9WfE1Nx5G2VOTZxWBEgOKxb { color:#b1d34a;display:block;width:12.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.0625rem;left:16rem;height:2.548825rem;font-style:normal;display:block; }
#nqSCJ5TQlvUTleNeTb22pTm27kkhSrP0 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:figtree;font-size:5.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.4375rem;left:16rem;height:5.625rem;font-style:normal;display:block; }
#onXgOtlfiCbd5C4eJEDELP64zERFQVEz { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.5rem;left:16rem;height:3.75rem;font-style:normal;display:block; }
#WIVkVm46xVC9IiWzp658fnETpPHekoJm { box-sizing:content-box;height:17.375rem;width:18.25rem;position:absolute;display:block;z-index:15003;background-color:#004749;background-image:none;top:6.625rem;left:41rem;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; }
#wqT3Vzsws96K3TEOo3vwGoCaCKQV5x7c { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.0625rem;left:42.875rem;height:2.548825rem;font-style:normal;display:block; }
#TFiXZWwDQNSoMvXPb2q1Ad2azFvmFl8G { color:#ffffff;display:block;width:12rem;position:absolute;font-family:figtree;font-size:5.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.4375rem;left:42.875rem;height:5.625rem;font-style:normal;display:block; }
#WfQg51o1qmBb5OkIXHK1cJcpFFpCIpqT { color:#b1d34a;display:block;width:14.25rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.5rem;left:42.875rem;height:3.75rem;font-style:normal;display:block; }
#r792gS7ZnPmL5r13G2ZTL1obFDk5XRMg { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.9375rem;left:14.125rem;height:3.375rem;font-style:normal;display:block; }
#nOFWIcXI4w86wScIESrqIqbnXN0cXW9w { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.9375rem;left:41rem;height:3.375rem;font-style:normal;display:block; }
#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#027cff;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; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container { background-color: transparent; background-image: none; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container > .video-iframe-container { display: none; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row > .video-iframe-container { display: none; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .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); }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container { border-width: 0; border-radius: 0; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2 { box-sizing:content-box;height:33.875rem;width:41rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/76d86239-db0e-4d1d-bc21-3a8ef4b3ab52/image7.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.6875rem;left:-23.5rem;display:block; }#kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2.adaptive-delivery-prevent-bg, #kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2.lazyload, #kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2.lazyloading { background-image: none; }
#cidTo6SH3a1hDhCgB7PxyZ7mdxeXRJAZ { box-sizing:content-box;height:32.8125rem;width:30.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2bce4c85-739d-4d95-b067-faf174a57a0e/enel166b630c31b42b.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.75rem;left:60.4375rem;display:block; }#cidTo6SH3a1hDhCgB7PxyZ7mdxeXRJAZ.adaptive-delivery-prevent-bg, #cidTo6SH3a1hDhCgB7PxyZ7mdxeXRJAZ.lazyload, #cidTo6SH3a1hDhCgB7PxyZ7mdxeXRJAZ.lazyloading { background-image: none; }
#vQdaAHKDMUsHTe8i0WFnd3T2P4TadG4G { box-sizing:content-box;height:34.375rem;width:34.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:1.1875rem;left:58.1875rem;display:block; }
#DTispOT9k4M0XfFwlwAxJWvhwupmuD63 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:10.375rem;left:9.6875rem;height:11.25rem;font-style:normal;display:block; }
#TNSDisRrGFvZQqNbuD0enlM0Iu5V6nOD { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:10.375rem;left:40.625rem;height:11.25rem;font-style:normal;display:block; }
#fUKwGPCyFGckbc3IJutumCV5rM3TTinu { box-sizing:content-box;height:35.5625rem;width:60.5625rem;position:absolute;display:block;z-index:14999;background-color:#023ea9;background-image:none;top:0rem;left:37.5rem;display:block; }
#QOozqTbUCLOKMme7ZWOHams7mXmLrTRK { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.25rem;left:9.6875rem;display:block; }
#aeQ80x8HRSsLzwv9hTiIafmOU994tT7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVgQwAwUA3ZTH4JN7nNnHFah2f12Qn95 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.25rem;left:40.625rem;display:block; }
#M5o5vtSt6nKwK2Pqvu4yIffhINTXMEpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AeKUmdNSzTwUI8tBeAE13MeB1WqrEFiT { box-sizing:content-box;height:35.5625rem;width:60.5625rem;position:absolute;display:block;z-index:14999;background-color:#023ea9;background-image:none;top:0rem;left:37.5rem;display:none; }
#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { background-color: transparent; background-image: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .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); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { border-width: 0; border-radius: 0; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fePrwWbtTEmKBmHoLCxsierIkIdsXXJU { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#TEvKaNIxgTarQEvUEG5FgRCQnoUxDQW5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#pSVlIxMwlXGaX9KHO7nGTyUqlX5FfTrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNFm34kghkg9T2bgAubfGeOkzCJUCRUV { color:#000000;display:block;width:36.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:38.75rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO { color:#023ea9;display:block;width:36.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:38.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:before{  }
#eOOgqNzxvefea64aQlOrmTZC2O4McT68 { color:#000000;display:block;width:36.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.75rem;left:38.75rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { background-color: transparent; background-image: none; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container > .video-iframe-container { display: none; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row > .video-iframe-container { display: none; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .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); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { border-width: 0; border-radius: 0; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#qVTvGZ6ZT8qgmDFHRQscF0Mw6eUIG1Xf { box-sizing:content-box;height:20.1875rem;width:14.75rem;position:absolute;display:block;z-index:15000;background-color:#acaaaa;background-image:none;top:3.0625rem;left:18.52734375rem;display:block; }
#rQfETLWCxgHGPwTB1ZP4WVhIcCbNBFpp { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15001;background-color:#6d6d6d;background-image:none;top:23.9375rem;left:18.52734375rem;display:block; }
#fg1crSt5DbESXUdHpyBDoJD5z5cmtovy { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.09375rem;left:19.93359375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6etZqWackofE9epwoDQcWWJsuI1hR9x { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:24.48828125rem;left:19.93359375rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5N6cOQEbFR4W6dTydE6x6JASZprJOZe { box-sizing:content-box;height:26.4375rem;width:2.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:1.875rem;left:17.4375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0;border-bottom:0.125rem solid #000000;display:block; }
#bCSDFVVASaBpBishS8McNIKOdUQ0Tt7S { color:#000000;display:block;width:15rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:12.875rem;left:0rem;height:5.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g99HQiXN53dPrJ23W7meFTo1gVx2wssX { box-sizing:content-box;height:15.5rem;width:14.75rem;position:absolute;display:block;z-index:15000;background-color:#027cff;background-image:none;top:7.75rem;left:38.875rem;display:block; }
#FtRf3fmWxsANA3OaiDmnNnOSzKFWVqaF { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15001;background-color:#6d6d6d;background-image:none;top:23.9375rem;left:38.875rem;display:block; }
#Xw5ksEHuX9pTTO4gfgROXJDzWbCIApK7 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:24.5rem;left:40.3125rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1ZhHKfiUpsdUwwOLV0nTMRXdDe9N1tT { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.15625rem;left:40.28125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lziWvfGbQlDnWLCOroTZxJTqOpwVuVrz { box-sizing:content-box;height:26.4375rem;width:2.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:1.875rem;left:52.4375rem;border-top:0.125rem solid #000000;border-left:0;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#WSx5guDDXdyvNZuWH7E4IoPTe5hcnriW { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:12.6875rem;left:57.1875rem;height:7.59375rem;font-style:normal;display:block; }
#MX9EInwbR5tOobyh7RzIorq0fFOwgpTc { box-sizing:content-box;height:4.125rem;width:14.75rem;position:absolute;display:block;z-index:15001;background-color:#03fbff;background-image:none;top:3.0625rem;left:38.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WKJtWKs6LkPri9pihcQ5hd2R04UhicuW { color:#000f7f;display:block;width:12.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3.75rem;left:40.1875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EB6wpsQUGg0c0AdxTGO0oc6AwLukxKSm { color:#e3288a;display:block;width:10.6875rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:24.48828125rem;left:57.1875rem;height:2.3359375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#DVPZvfcWKqvDXy0LDdTufuTrXapFmUdM { box-sizing:content-box;height:37.5rem;width:63.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;top:0rem;left:36rem;display:block; }
#hy2ZnT3UO7mpC2brTbfW1igh47wwydCZ { box-sizing:content-box;height:26.4375rem;width:2.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:1.875rem;left:52.4375rem;border-top:0.125rem solid #000000;border-left:0;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:none; }
#rAMuD5b7cPFGxUmxubFcPNem01sfdgFl { box-sizing:content-box;height:37.5rem;width:63.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;top:0rem;left:36rem;display:none; }
#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023dff;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; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { background-color: transparent; background-image: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container > .video-iframe-container { display: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container { display: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .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); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { border-width: 0; border-radius: 0; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:42rem;top:-3.1875rem;left:-11.9375rem;overflow:hidden;display:block; }
#y3aT8fvDuV2gEm19MgpQ5dsUACKWfRhE { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:37.5rem;height:7.3125rem;font-style:normal;display:block; }
#bErih1z9uXABwRgTm4hNsPtLLDk9yBVK { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:12.125rem;left:37.5rem;height:8.4375rem;font-style:normal;display:block; }
#HF271PWnP2G1TroGeTbGLWrWkZfUnKV9 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.96875rem;left:37.5rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fraZd64HLsZdn27isuVsNXo4y4scJWZp { background-color:#01d332;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:63.25rem;display:block; }
#BBeMFVlPzpCRLeIJBKKX5721P0Qi7k05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHu2vH7369sA3s7FowdalLogNJLT9Upg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.1875rem;left:64.6875rem; }
#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.adaptive-delivery-prevent-bg, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyload, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyloading { background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { background-color: transparent; background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.89); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.89); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .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); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { border-width: 0; border-radius: 0; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.125rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.6875rem;left:29.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.125rem;left:29.8125rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:5.125rem;left:59.5625rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.75rem;left:59.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk { box-sizing:content-box;height:16.5625rem;width:61.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66a0232f-fce8-4db8-9096-35da81328239/image8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.4375rem;display:block; }#HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk.adaptive-delivery-prevent-bg, #HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk.lazyload, #HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk.lazyloading { background-image: none; }
#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { background-color: transparent; background-image: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .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); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { border-width: 0; border-radius: 0; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#UuRdaxK7DMo85w8PdRS8vEGe3DTTf9GN { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.5rem;left:13.90625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7QfSoeDybZniSMzeUvMKuTeDzLqGWR2 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#QRBCrPgZacKapXWi8G4c8vbPnxKF82h5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container { background-color: transparent; background-image: none; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container > .video-iframe-container { display: none; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row > .video-iframe-container { display: none; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .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); }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container { border-width: 0; border-radius: 0; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#XL7qaWVg20dT4qA9zfCQ2NfCTUBDtHlS { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:0rem;height:6.375rem;font-style:normal;display:block; }
#cw5qPhyG9uPmTWRML6GqClvEVgWW3iXr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:0rem; }
#ueo2Oq1TTchM3n9qMFdyZMPDbZmp4EnA { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:19.375rem;height:6.375rem;font-style:normal;display:block; }
#h8rodAqWPaSEq0hoBUR0QSiwZ55suirQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:19.375rem; }
#FU60IvfCfaOi9MfuFANk7k7MNFQ8LUER { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:60rem;height:6.375rem;font-style:normal;display:block; }
#PBHnB0QmCegd1kP92or5byE8AniSUcvz { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:38.125rem;height:6.375rem;font-style:normal;display:block; }
#wx5rMWWvkek9k3vR66zvmaw9Lo5GE15v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:-1.125rem;left:58.5625rem;filter: drop-shadow(0rem 0rem 0.875rem #03ffdb); }
#V5gRuGmButTiEq3zkA4bu5fTkI1IFfWf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:38.125rem; }
#IQrNTExW4TLSGRTSce738C0vBn4o9p2v { box-sizing:content-box;height:0.25rem;width:14.6875rem;position:absolute;display:block;z-index:15019;background-color:#03fbff;background-image:none;top:3.8125rem;left:4.125rem;display:block; }
#JxQdvwTMBLGpITAh1fTDVicB2TLTkQKn { box-sizing:content-box;height:0.25rem;width:13.4375rem;position:absolute;display:block;z-index:15020;background-color:#03fbff;background-image:none;top:3.8125rem;left:24.125rem;display:block; }
#MuuyraUS4dT9HxpFDFc7LVgMIeR5rm7o { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #03fbff, #023dff);background-image: -moz-linear-gradient(90deg, #03fbff, #023dff);background-image: -ms-linear-gradient(90deg, #03fbff, #023dff);background-image: -o-linear-gradient(90deg, #03fbff, #023dff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03fbff', endColorstr='#023dff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03fbff', endColorstr='#023dff' );";background-image: linear-gradient(90deg, #03fbff, #023dff);background-size:auto !important;top:3.8125rem;left:42.375rem;display:block; }
#q4ZlepNvkesFuyH63DAR8hS8bbtDnhTN { box-sizing:content-box;height:14.875rem;width:16.9375rem;position:absolute;display:block;z-index:15004;background-color:#023dff;background-image:none;top:0rem;left:58rem;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; }
#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { position:relative;display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { background-color: transparent; background-image: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { border-width: 0; border-radius: 0; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000f7f;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c7a735ae-f5aa-4242-a891-1a13f28056c7/iStock1357914675removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:21.875rem;top:0rem;left:53.125rem;display:block; }#P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.adaptive-delivery-prevent-bg, #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.lazyload, #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.lazyloading { background-image: none; }
#y5blc0hROxd4G7mnL17LpUWxIcooyGOC { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.6875rem;left:3.1875rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.875rem;left:3.1875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { background-color: transparent; background-image: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .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); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { border-width: 0; border-radius: 0; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:7.0625rem;left:13.90625rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { position:relative;display:block; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { background-color: transparent; background-image: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { border-width: 0; border-radius: 0; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:15.9375rem;font-style:normal;display:block; }
#mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:20rem;height:12.65625rem;font-style:normal;display:block; }
#bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:59.9375rem;height:14.34375rem;font-style:normal;display:block; }
#qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:40rem;height:14.34375rem;font-style:normal;display:block; }
#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { position:relative;display:block; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { background-color: transparent; background-image: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { border-width: 0; border-radius: 0; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:15.9375rem;font-style:normal;display:block; }
#AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:20rem;height:14.34375rem;font-style:normal;display:block; }
#osTu5JmggfF8kofVNHBe04yr6h7A2zQL { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:59.9375rem;height:15.9375rem;font-style:normal;display:block; }
#iH2IIn3U02zniU08cVK3U5It2hHbcVJi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:40rem;height:17.53125rem;font-style:normal;display:block; }
#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { 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; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { background-color: transparent; background-image: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .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); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { border-width: 0; border-radius: 0; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { color:#000f7f;display:block;width:34.1875rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.1875rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.4375rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.875rem;left:0rem;display:block; }
#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { 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; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { background-color: transparent; background-image: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .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); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { border-width: 0; border-radius: 0; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:8.49609375rem;font-style:normal;display:block; }
#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { 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; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { background-color: transparent; background-image: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .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); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { border-width: 0; border-radius: 0; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#tZ7essnhz4ma83rLefLx8iO2O88zACT0 { 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; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { background-color: transparent; background-image: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .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); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { border-width: 0; border-radius: 0; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:8.49609375rem;font-style:normal;display:block; }
#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { 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; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { background-color: transparent; background-image: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .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); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { border-width: 0; border-radius: 0; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { 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; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { background-color: transparent; background-image: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .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); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { border-width: 0; border-radius: 0; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#HewEtJ0wI823qvW4XbmolvkikAgmOVKa { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#FL0ayuWsALUNesObZA9cWVhPdUs322KG { 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; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { background-color: transparent; background-image: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container > .video-iframe-container { display: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container { display: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .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); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { border-width: 0; border-radius: 0; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { 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; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { background-color: transparent; background-image: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container > .video-iframe-container { display: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container { display: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .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); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { border-width: 0; border-radius: 0; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#iPxmR98z17QKWeeHRgROHgegvIhzDDdi { 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; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { background-color: transparent; background-image: none; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container > .video-iframe-container { display: none; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row > .video-iframe-container { display: none; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .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); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { border-width: 0; border-radius: 0; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#ceDuEPt1xzBPJ9igdwASBAdAB7o3VMZH { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#Z6KINCEHnRyHWFiWi1vvbMQUMgpsPWVE { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 { 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; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { background-color: transparent; background-image: none; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container > .video-iframe-container { display: none; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row > .video-iframe-container { display: none; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .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); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { border-width: 0; border-radius: 0; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#XIw8UzwwvrGOeOTlOxbtTpgsASd8ru61 { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { 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; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { background-color: transparent; background-image: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container > .video-iframe-container { display: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container { display: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .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); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { border-width: 0; border-radius: 0; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi { 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; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { background-color: transparent; background-image: none; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container > .video-iframe-container { display: none; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row > .video-iframe-container { display: none; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .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); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { border-width: 0; border-radius: 0; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#pJIVhuXu3F3lvOgCt6gUF92QsP3RTDCk { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P { 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; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { background-color: transparent; background-image: none; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container > .video-iframe-container { display: none; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row > .video-iframe-container { display: none; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .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); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { border-width: 0; border-radius: 0; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#TnQXPUXfeQvpecC3beJuh9axAaHfmJ9l { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#uhVCiQ2wu3TceTQAHMB3tORMkrgzzPfK { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { 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; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { background-color: transparent; background-image: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container > .video-iframe-container { display: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container { display: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .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); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { border-width: 0; border-radius: 0; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { color:#000000;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { 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; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cbdef1);background-image: -moz-linear-gradient(180deg, #ffffff, #cbdef1);background-image: -ms-linear-gradient(180deg, #ffffff, #cbdef1);background-image: -o-linear-gradient(180deg, #ffffff, #cbdef1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbdef1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbdef1' );";background-image: linear-gradient(180deg, #ffffff, #cbdef1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { border-width: 0; border-radius: 0; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:none; }#D625ZiBJJB18sHp71FT1GSD7bIR9k9y5 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:37.625rem;top:-1.875rem;left:-0.375rem;display:block; }#D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.adaptive-delivery-prevent-bg, #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.lazyload, #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.lazyloading { background-image: none; }
#c1O0rikD6tLkBGXwT2rnEJe5ZIcwpyxT { color:#000000;display:block;width:28.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:20rem;left:41.625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6KmUkerv4mSarSld90hW37Om5DmomQl { color:#000f7f;display:block;width:29.5625rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:10.6875rem;left:41.625rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4m3s45CN8PqB0PqN6Xy24nu3BO0MOUp { background-color:#01d332;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.875rem;left:41.625rem;display:block; }
#eKID27s9gQMImad1SxFC8KnxQ7ZG3pMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00459e;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; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { background-color: transparent; background-image: none; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container > .video-iframe-container { display: none; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row > .video-iframe-container { display: none; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .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); }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { border-width: 0; border-radius: 0; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#MabW9b0q7bI6CHdFcAx5ElS5XPwkaywm { position:absolute;display:block;z-index:15000;height:35.0625rem;width:36.875rem;top:5.62451171875rem;left:38.124999046326rem;display:block; }
#brw3dMyp9Te5NRbtLmoP8zQk7a04lETR { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:38.0625rem;top:4.875rem;left:-5.0618486404419rem;display:block; }#brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.adaptive-delivery-prevent-bg, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyload, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyloading { background-image: none; }
#idg3bghLNBI8bUckVtIObQxKHiaBQANf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #00459e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #00459e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #00459e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #00459e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00459e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00459e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #00459e);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:37.25rem;top:21.6865234375rem;left:-4.6875rem;display:block; }
#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f7f;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; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { background-color: transparent; background-image: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .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); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { border-width: 0; border-radius: 0; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { 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:3.0625rem;width:13.5rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.4375rem;left:23.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.1875rem;left:46rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.875rem;left:71.875rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container { background-color: transparent; background-image: none; }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container > .video-iframe-container { display: none; }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row > .video-iframe-container { display: none; }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .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); }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container { border-width: 0; border-radius: 0; }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { background-color: transparent; background-image: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container > .video-iframe-container { display: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row > .video-iframe-container { display: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .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); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { border-width: 0; border-radius: 0; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { background-color:#0f1cb3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:64.5rem;display:block; }
#wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { box-sizing:content-box;color:#0f1cb3;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { background-color:#01d332;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { background-color:transparent;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: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:13.375rem;height:3.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:42.6875rem;height:7.5rem;top:11.875rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun { width:43.1875rem;height:46.5rem;top:2.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeKKzZDsiVV7IZOwR3QAJ3QTA0fn5WXg { width:15.75rem;height:3.4375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vaAcTK2p41EylkilsJM6UTb3FrlHga { display:block; }
 }@media only screen and (max-width: 763px) { #ReD6ewOzEmzvArvX2ENFJ3i3aaMsQZVK { width:1.5625rem;height:1.5625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #bBFQv2zumRu0hTHuSFnTr8w277xsHonx { width:9.125rem;height:1.1875rem;top:4.8125rem;left:38.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVP1iVQTeLGXsSJ0Ty3DkhAOE7nyvmf0 { width:5.5rem;height:30.6875rem;top:9.25rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UCF16Q6uCxCn9bga1vI4UMBzEw5osC { width:7.75rem;height:9.125rem;top:7.6875rem;left:39.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yez2kMFzzxDe40TAE8BQ6LD5faNc561z { width:10.0625rem;height:7.125rem;top:27.5625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCvQ7L8COHEOhi7TSxUeKCTa3DZCR7O { width:2.5rem;height:2.5rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EprFXvwlPe3dgFbobhsDO6IZF8QC7CHS { width:8.8125rem;height:2.75rem;top:30.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQVZKTGRp8ua39Mxeag9X6kFixN8UW0r { width:8.5625rem;height:2.75rem;top:30.375rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcT8TxC9CnuMmVG9bQZ7FknuiRDUQ5Ge { width:2.25rem;height:2.25rem;top:27.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1fTPkMMzMvVMHyZWPUCiektmONBHn6 { width:10.3125rem;height:2.75rem;top:30.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx04wxxEBUSTskMDIehJo2n3DQC1Rool { width:2.5rem;height:2.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgHqxUxyGUWFh9pgQEvoLu5eLsNLw3tg { width:11.6875rem;height:3.5625rem;top:37.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQsAJgbVNzpzRISUrZOo5lALHWMVXE3D { display:block; }
 }@media only screen and (max-width: 763px) { #xW36aQbeTgUx2zZKc9Dm8J9VP3eZs1uK { width:1.5625rem;height:1.5625rem;top:4.5rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrKKOzkrmlFbKk2EKq9Qub8ElTVRDDb { width:29.625rem;height:7.1875rem;top:27rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VmW4t8iGIHXnaDg1kGKOnIvUkdKJhN { width:8.0625rem;height:3.3125rem;top:3.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ8a5cNGvB8EsV6U6ON6Mv6w5wh3Lsvy { width:0.0625rem;height:7.5rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGwKnXgHV40Qm2sf9CBlGSE8U4R3pPZ { width:37.9375rem;height:5.375rem;top:19.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdapEDlTyTnZ9i7iFopxkLyappThoP32 { width:12.3125rem;height:2.5625rem;top:3.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 { display:block; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe2OrzUgute7mPqwafsIRB1DiZvLTO2Z { width:18.5625rem;height:3.1875rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRyV9t4PqWBn7UsIdT0spAPivTwVuE9 { width:15.625rem;height:2rem;top:3.1875rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzWEHKrNnViceOSINcbNnxi8sa9T8hMO { width:0.0625rem;height:11.25rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx328KJkqb28DiCy8Wi3JcBEbeT93g1r { width:16.3125rem;height:3.1875rem;top:5.375rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlpbLfd6HpIoDEr7eqBkCZx6Uc1NSmg8 { width:15.625rem;height:2rem;top:3.1875rem;left:16rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZcJP6Q01JiC1zN2COgn9LzhZxbvffV2 { width:18.5625rem;height:3.1875rem;top:5.375rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pllCBG4gWOtgkz4hAX3OTWccJO5BWpal { width:15.625rem;height:2rem;top:3.1875rem;left:31.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLHBEosfbT94r4RkgKMa301tllexh3qe { width:15.625rem;height:11.375rem;top:0rem;left:0.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CChG33BwLftIbsPcmK5qEUWBe412GblT { width:15.625rem;height:11.375rem;top:0rem;left:16rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSxOb0gwaNTPTmzxTp0TTGEEWc8Q1JIO { width:15.625rem;height:11.375rem;top:0rem;left:31.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF3t1OoEcwL4NMwGMwWSQBr7RqFr4KLX { width:0.0625rem;height:11.25rem;top:0.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkP81yDo9rJPEN36sUNfvvNgEKapTZp { display:none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rf3Cf9T08pG3rHgT1PmBvrHX8MXP26lt { width:5.875rem;height:2.25rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deLeo6o4S5DQ0dZST0qgFuSF1Ixm62z5 { width:15.625rem;height:2rem;top:3.8125rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZThPGDGsJlry19VtSKQZovtTugLeUmhl { width:0.0625rem;height:11.25rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWfgtw6KihT3l3sSArohBS39tbp39lyT { width:5.8125rem;height:2.25rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lESsRKW3vE4t8dlSKeMXS7eS88uoqKg5 { width:15.625rem;height:2rem;top:3.8125rem;left:16rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyL7BwFgEVPQyGJkKqKF26k31w0gbCA5 { width:5.875rem;height:3.375rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJWDN7CNEsmqNZxNSeiThdbLSEas61O1 { width:15.625rem;height:2rem;top:3.8125rem;left:31.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWlZlenVqtGDRpNLMW0pgTJSN5CQmqy { width:15.625rem;height:11.375rem;top:0rem;left:0.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExMrVtF5FHPNfHmcT0b5MXZpE2flNK07 { width:15.625rem;height:11.375rem;top:0rem;left:16rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgGdiMwPelUh0QukVng3x9LtwN7HOTAZ { width:15.625rem;height:11.375rem;top:0rem;left:31.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q346m4irOy48tSThdneztTExrKnFNMfl { width:0.0625rem;height:11.25rem;top:0.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc235QICp8ztHqvp31fXxCrpXQrT8kRx { width:33.3125rem;height:8.4375rem;top:8.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block; }
 }@media only screen and (max-width: 763px) { #v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { width:35.125rem;height:11.1875rem;top:8.4375rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { width:12.375rem;height:6.375rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { width:4.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPdx071fB4szKopCPNyGR9xk8zmKFJi { width:12.375rem;height:6.375rem;top:4.75rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { width:4.125rem;height:4.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCdTDfP8fQqunDomEumVxLEzqzZekyqa { width:12.4375rem;height:6.375rem;top:4.75rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { width:12.375rem;height:6.375rem;top:4.75rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { width:4.125rem;height:4.125rem;top:0rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { width:4.125rem;height:4.125rem;top:0rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { width:15.6875rem;height:0.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { width:15.6875rem;height:0.25rem;top:1.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { width:15.6875rem;height:0.25rem;top:1.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh { display:block; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imRlILOfWJag6h3lND4GlXV42vaN0fTq { width:47.75rem;height:1.875rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNf2w9KmDqiiyht4cM87b7pLq5u7KffI { display:block; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtEOTEL63X0eUUM1RP3aonl75tCkL02d { width:18.25rem;height:17.375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aggfZMctn9WfE1Nx5G2VOTZxWBEgOKxb { width:12.9375rem;height:2.5rem;top:19.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqSCJ5TQlvUTleNeTb22pTm27kkhSrP0 { width:12rem;height:5.625rem;top:13.4375rem;left:3.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onXgOtlfiCbd5C4eJEDELP64zERFQVEz { width:14.25rem;height:3.75rem;top:8.5rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIVkVm46xVC9IiWzp658fnETpPHekoJm { width:18.25rem;height:17.375rem;top:6.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqT3Vzsws96K3TEOo3vwGoCaCKQV5x7c { width:12.9375rem;height:2.5rem;top:19.0625rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiXZWwDQNSoMvXPb2q1Ad2azFvmFl8G { width:12rem;height:5.625rem;top:13.4375rem;left:19.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfQg51o1qmBb5OkIXHK1cJcpFFpCIpqT { width:14.25rem;height:3.75rem;top:8.5rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r792gS7ZnPmL5r13G2ZTL1obFDk5XRMg { width:22.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOFWIcXI4w86wScIESrqIqbnXN0cXW9w { width:19.9375rem;height:3.375rem;top:1.9375rem;left:11.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt { display:block; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2 { width:41rem;height:33.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidTo6SH3a1hDhCgB7PxyZ7mdxeXRJAZ { width:30.875rem;height:32.8125rem;top:2.75rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdaAHKDMUsHTe8i0WFnd3T2P4TadG4G { width:34.8125rem;height:34.375rem;top:1.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTispOT9k4M0XfFwlwAxJWvhwupmuD63 { width:22.5rem;height:11.25rem;top:10.375rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNSDisRrGFvZQqNbuD0enlM0Iu5V6nOD { width:24.5rem;height:11.25rem;top:10.375rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKwGPCyFGckbc3IJutumCV5rM3TTinu { width:47.75rem;height:35.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOozqTbUCLOKMme7ZWOHams7mXmLrTRK { width:9.375rem;height:3.4375rem;top:25.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeQ80x8HRSsLzwv9hTiIafmOU994tT7N { display:block; }
 }@media only screen and (max-width: 763px) { #yVgQwAwUA3ZTH4JN7nNnHFah2f12Qn95 { width:11.5625rem;height:3.4375rem;top:25.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5o5vtSt6nKwK2Pqvu4yIffhINTXMEpH { display:block; }
 }@media only screen and (max-width: 763px) { #AeKUmdNSzTwUI8tBeAE13MeB1WqrEFiT { width:47.75rem;height:35.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE { display:block; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fePrwWbtTEmKBmHoLCxsierIkIdsXXJU { width:33.3125rem;height:8.4375rem;top:8.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvKaNIxgTarQEvUEG5FgRCQnoUxDQW5 { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSVlIxMwlXGaX9KHO7nGTyUqlX5FfTrb { display:block; }
 }@media only screen and (max-width: 763px) { #bNFm34kghkg9T2bgAubfGeOkzCJUCRUV { width:36.25rem;height:6.375rem;top:8.4375rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO { width:36.25rem;height:;top:16.0625rem;left:11.5rem;font-size:1rem;display:block; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:before{  }
 }@media only screen and (max-width: 763px) { #eOOgqNzxvefea64aQlOrmTZC2O4McT68 { width:36.25rem;height:4.75rem;top:24.75rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2BpWW68UeLXRrodiM51pzMgJ7our2I { display:block; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVTvGZ6ZT8qgmDFHRQscF0Mw6eUIG1Xf { width:14.75rem;height:20.1875rem;top:3.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQfETLWCxgHGPwTB1ZP4WVhIcCbNBFpp { width:14.75rem;height:3.4375rem;top:23.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1crSt5DbESXUdHpyBDoJD5z5cmtovy { width:11.9375rem;height:2.75rem;top:11.0625rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6etZqWackofE9epwoDQcWWJsuI1hR9x { width:11.9375rem;height:2.3125rem;top:24.4375rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5N6cOQEbFR4W6dTydE6x6JASZprJOZe { width:2.125rem;height:26.4375rem;top:1.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCSDFVVASaBpBishS8McNIKOdUQ0Tt7S { width:15rem;height:5.0625rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99HQiXN53dPrJ23W7meFTo1gVx2wssX { width:14.75rem;height:15.5rem;top:7.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRf3fmWxsANA3OaiDmnNnOSzKFWVqaF { width:14.75rem;height:3.4375rem;top:23.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5ksEHuX9pTTO4gfgROXJDzWbCIApK7 { width:11.9375rem;height:2.3125rem;top:24.5rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZhHKfiUpsdUwwOLV0nTMRXdDe9N1tT { width:11.9375rem;height:4.125rem;top:13.125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lziWvfGbQlDnWLCOroTZxJTqOpwVuVrz { width:2.125rem;height:26.4375rem;top:1.875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5guDDXdyvNZuWH7E4IoPTe5hcnriW { width:15.4375rem;height:7.5625rem;top:12.6875rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX9EInwbR5tOobyh7RzIorq0fFOwgpTc { width:14.75rem;height:4.125rem;top:3.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJtWKs6LkPri9pihcQ5hd2R04UhicuW { width:12.125rem;height:2.75rem;top:3.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB6wpsQUGg0c0AdxTGO0oc6AwLukxKSm { width:10.6875rem;height:2.3125rem;top:24.4375rem;left:32.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVPZvfcWKqvDXy0LDdTufuTrXapFmUdM { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy2ZnT3UO7mpC2brTbfW1igh47wwydCZ { width:2.125rem;height:26.4375rem;top:1.875rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAMuD5b7cPFGxUmxubFcPNem01sfdgFl { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { width:42rem;height:42rem;top:-3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3aT8fvDuV2gEm19MgpQ5dsUACKWfRhE { width:27.875rem;height:7.3125rem;top:3.5rem;left:19.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bErih1z9uXABwRgTm4hNsPtLLDk9yBVK { width:35.25rem;height:8.4375rem;top:12.125rem;left:12.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF271PWnP2G1TroGeTbGLWrWkZfUnKV9 { width:23.375rem;height:4.75rem;top:24.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraZd64HLsZdn27isuVsNXo4y4scJWZp { width:10.5rem;height:3.4375rem;top:26.25rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBeMFVlPzpCRLeIJBKKX5721P0Qi7k05 { display:block; }
 }@media only screen and (max-width: 763px) { #BHu2vH7369sA3s7FowdalLogNJLT9Upg { width:1.5625rem;height:1.5625rem;top:27.1875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:15.4375rem;height:3.0625rem;top:5.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:18.25rem;height:3.75rem;top:8.6875rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { width:15.4375rem;height:3.0625rem;top:5.125rem;left:16.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { width:15.6875rem;height:3.75rem;top:8.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { width:15.4375rem;height:3.0625rem;top:5.125rem;left:32.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { width:15.0625rem;height:3.75rem;top:8.75rem;left:32.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk { width:47.75rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwmuvSLB3N8cBoGpSigBmFufomqTSVT { display:block; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuRdaxK7DMo85w8PdRS8vEGe3DTTf9GN { width:47.1875rem;height:5.625rem;top:7.5rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7QfSoeDybZniSMzeUvMKuTeDzLqGWR2 { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRBCrPgZacKapXWi8G4c8vbPnxKF82h5 { display:block; }
 }@media only screen and (max-width: 763px) { #E0lOZiUT7tOfdopsBDNuK263UeCuzpfG { display:block; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XL7qaWVg20dT4qA9zfCQ2NfCTUBDtHlS { width:12.375rem;height:6.375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5qPhyG9uPmTWRML6GqClvEVgWW3iXr { width:4.125rem;height:4.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueo2Oq1TTchM3n9qMFdyZMPDbZmp4EnA { width:12.375rem;height:6.375rem;top:6.625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8rodAqWPaSEq0hoBUR0QSiwZ55suirQ { width:4.125rem;height:4.125rem;top:1.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU60IvfCfaOi9MfuFANk7k7MNFQ8LUER { width:12.375rem;height:6.375rem;top:6.625rem;left:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHnB0QmCegd1kP92or5byE8AniSUcvz { width:12.4375rem;height:6.375rem;top:6.625rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5rMWWvkek9k3vR66zvmaw9Lo5GE15v { width:7rem;height:7rem;top:-1.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5gRuGmButTiEq3zkA4bu5fTkI1IFfWf { width:4.125rem;height:4.125rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQrNTExW4TLSGRTSce738C0vBn4o9p2v { width:14.6875rem;height:0.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxQdvwTMBLGpITAh1fTDVicB2TLTkQKn { width:13.4375rem;height:0.25rem;top:3.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuuyraUS4dT9HxpFDFc7LVgMIeR5rm7o { width:15.6875rem;height:0.25rem;top:3.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZlepNvkesFuyH63DAR8hS8bbtDnhTN { width:16.9375rem;height:14.875rem;top:0rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { width:21.875rem;height:15.625rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5blc0hROxd4G7mnL17LpUWxIcooyGOC { width:29.8125rem;height:4.8125rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { width:33.25rem;height:4.125rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { width:47.1875rem;height:2.5rem;top:7.0625rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block; }
 }@media only screen and (max-width: 763px) { #TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { display:block; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { width:15.0625rem;height:15.9375rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { width:15.0625rem;height:12.625rem;top:0rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { width:15.0625rem;height:14.3125rem;top:0rem;left:32.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { width:15.0625rem;height:14.3125rem;top:0rem;left:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { display:block; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { width:15.0625rem;height:15.9375rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { width:15.0625rem;height:14.3125rem;top:0rem;left:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTu5JmggfF8kofVNHBe04yr6h7A2zQL { width:15.0625rem;height:15.9375rem;top:0rem;left:32.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH2IIn3U02zniU08cVK3U5It2hHbcVJi { width:15.0625rem;height:17.5rem;top:0rem;left:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:34.1875rem;height:2.375rem;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:47.75rem;height:1.875rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:8.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ayuWsALUNesObZA9cWVhPdUs322KG { display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxmR98z17QKWeeHRgROHgegvIhzDDdi { display:block; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceDuEPt1xzBPJ9igdwASBAdAB7o3VMZH { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KINCEHnRyHWFiWi1vvbMQUMgpsPWVE { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 { display:block; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIw8UzwwvrGOeOTlOxbtTpgsASd8ru61 { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi { display:block; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJIVhuXu3F3lvOgCt6gUF92QsP3RTDCk { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P { display:block; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQXPUXfeQvpecC3beJuh9axAaHfmJ9l { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhVCiQ2wu3TceTQAHMB3tORMkrgzzPfK { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL { display:block; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5 { width:37.625rem;height:41.3125rem;top:-1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1O0rikD6tLkBGXwT2rnEJe5ZIcwpyxT { width:28.875rem;height:3.75rem;top:20rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KmUkerv4mSarSld90hW37Om5DmomQl { width:29.5625rem;height:8.4375rem;top:10.6875rem;left:18.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4m3s45CN8PqB0PqN6Xy24nu3BO0MOUp { width:14.6875rem;height:3.4375rem;top:25.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKID27s9gQMImad1SxFC8KnxQ7ZG3pMM { display:block; }
 }@media only screen and (max-width: 763px) { #DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO { display:block; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MabW9b0q7bI6CHdFcAx5ElS5XPwkaywm { width:36.875rem;height:35.0625rem;top:5.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR { width:38.0625rem;height:50.25rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idg3bghLNBI8bUckVtIObQxKHiaBQANf { width:37.25rem;height:33.4375rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:13.5rem;height:3.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:18.9375rem;height:4.875rem;top:5.4375rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:3.625rem;top:5.1875rem;left:32.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { width:3.125rem;height:3.125rem;top:4.875rem;left:44.625rem;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { width:5.8125rem;height:2rem;top:0.6875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block; }
 }@media only screen and (max-width: 763px) { #g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block; }
 }@media only screen and (max-width: 763px) { #qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f7fc;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:7.5625rem;height:1.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:20rem;height:4.375rem;top:8.375rem;left:0rem;font-size:2.1875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun { width:18.125rem;height:24.375rem;top:21.125rem;left:10.55078125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0ab373ea-92e7-41d6-8e84-261e93e737aa/download20240911T163255388.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14996;display:block; }#KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.adaptive-delivery-prevent-bg, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyload, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TeKKzZDsiVV7IZOwR3QAJ3QTA0fn5WXg { width:12.1875rem;height:3.625rem;top:33.5625rem;left:0rem;font-size:1.0625rem;z-index:15021;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:2.125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #z2vaAcTK2p41EylkilsJM6UTb3FrlHga { display:block; }
 }@media only screen and (max-width: 763px) { #ReD6ewOzEmzvArvX2ENFJ3i3aaMsQZVK { display:flex;width:1.5rem;height:1.5rem;top:34.5625rem;left:0.71875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #bBFQv2zumRu0hTHuSFnTr8w277xsHonx { width:3.3125rem;height:1.125rem;top:39.3125rem;left:7.5rem;font-size:0.625rem;line-height:.9;font-weight:400;font-style:normal;z-index:15017;text-align:right;text-align-last:right;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) { #gVP1iVQTeLGXsSJ0Ty3DkhAOE7nyvmf0 { width:4.0625rem;height:13.1875rem;top:25.46875rem;left:18.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #T2UCF16Q6uCxCn9bga1vI4UMBzEw5osC { width:2.5rem;height:11.0625rem;top:22.6875rem;left:18.25rem;box-shadow: 0.0625rem 0.0625rem 12.125rem #4d00ff ;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #yez2kMFzzxDe40TAE8BQ6LD5faNc561z { width:7.5625rem;height:2.6875rem;top:36.0625rem;left:12.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #BiCvQ7L8COHEOhi7TSxUeKCTa3DZCR7O { display:flex;width:2.1875rem;height:2.1875rem;top:20.5rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #EprFXvwlPe3dgFbobhsDO6IZF8QC7CHS { width:8.125rem;height:2.0625rem;top:20.5rem;left:3.0625rem;font-size:0.9375rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #zQVZKTGRp8ua39Mxeag9X6kFixN8UW0r { width:8.5625rem;height:2.75rem;top:29.125rem;left:3rem;font-size:1.25rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fcT8TxC9CnuMmVG9bQZ7FknuiRDUQ5Ge { display:flex;width:2.1875rem;height:2.1875rem;top:29.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZG1fTPkMMzMvVMHyZWPUCiektmONBHn6 { width:8.8125rem;height:2.0625rem;top:24.1875rem;left:3.0625rem;font-size:0.9375rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hx04wxxEBUSTskMDIehJo2n3DQC1Rool { display:flex;width:2.1875rem;height:2.1875rem;top:24.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NgHqxUxyGUWFh9pgQEvoLu5eLsNLw3tg { width:6.875rem;height:2.25rem;top:38.75rem;left:0rem;font-size:0.875rem;z-index:15014;background-color:transparent;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQsAJgbVNzpzRISUrZOo5lALHWMVXE3D { display:block; }
 }@media only screen and (max-width: 763px) { #xW36aQbeTgUx2zZKc9Dm8J9VP3eZs1uK { width:1.25rem;height:1.25rem;top:39.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrKKOzkrmlFbKk2EKq9Qub8ElTVRDDb { width:19.5625rem;height:7.5625rem;top:28rem;left:-1.125rem;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #023dff, rgba(2,61,255,0.31));background-image: -moz-linear-gradient(90deg, #023dff, rgba(2,61,255,0.31));background-image: -ms-linear-gradient(90deg, #023dff, rgba(2,61,255,0.31));background-image: -o-linear-gradient(90deg, #023dff, rgba(2,61,255,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#023dff', endColorstr='#4f023dff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#023dff', endColorstr='#4f023dff' );";background-image: linear-gradient(90deg, #023dff, rgba(2,61,255,0.31));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w9VmW4t8iGIHXnaDg1kGKOnIvUkdKJhN { width:4.25rem;height:1.6875rem;top:2.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ8a5cNGvB8EsV6U6ON6Mv6w5wh3Lsvy { width:0.0625rem;height:5.625rem;top:0rem;left:8.42578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGwKnXgHV40Qm2sf9CBlGSE8U4R3pPZ { width:16.875rem;height:5.60449375rem;top:13.0625rem;left:0rem;font-size:1.4375rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NdapEDlTyTnZ9i7iFopxkLyappThoP32 { width:6.1875rem;height:3rem;top:2.1875rem;left:9.034375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 { display:none; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qe2OrzUgute7mPqwafsIRB1DiZvLTO2Z { width:16.25rem;height:2.625rem;top:4.28125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HPRyV9t4PqWBn7UsIdT0spAPivTwVuE9 { width:20rem;height:2.03125rem;top:2.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzWEHKrNnViceOSINcbNnxi8sa9T8hMO { width:20rem;height:0.0625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx328KJkqb28DiCy8Wi3JcBEbeT93g1r { width:13.9375rem;height:2.625rem;top:11.625rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KlpbLfd6HpIoDEr7eqBkCZx6Uc1NSmg8 { width:20rem;height:2.03125rem;top:9.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZcJP6Q01JiC1zN2COgn9LzhZxbvffV2 { width:16.1875rem;height:2.625rem;top:18.9375rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pllCBG4gWOtgkz4hAX3OTWccJO5BWpal { width:15.625rem;height:2.03125rem;top:16.9375rem;left:2.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLHBEosfbT94r4RkgKMa301tllexh3qe { width:15.625rem;height:7.3125rem;top:1rem;left:2.1875rem;font-size:5.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CChG33BwLftIbsPcmK5qEUWBe412GblT { width:15.625rem;height:7.3125rem;top:8.3125rem;left:2.1875rem;font-size:5.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSxOb0gwaNTPTmzxTp0TTGEEWc8Q1JIO { width:15.625rem;height:7.3125rem;top:15.625rem;left:2.1875rem;font-size:5.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF3t1OoEcwL4NMwGMwWSQBr7RqFr4KLX { width:20rem;height:0.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkP81yDo9rJPEN36sUNfvvNgEKapTZp { display:block; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf3Cf9T08pG3rHgT1PmBvrHX8MXP26lt { width:4.5rem;height:3.41064375rem;top:4.96875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #deLeo6o4S5DQ0dZST0qgFuSF1Ixm62z5 { width:5.375rem;height:2.03125rem;top:2.875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZThPGDGsJlry19VtSKQZovtTugLeUmhl { width:0.0625rem;height:7.5rem;top:2rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWfgtw6KihT3l3sSArohBS39tbp39lyT { width:5.0625rem;height:3.41064375rem;top:4.96875rem;left:14.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lESsRKW3vE4t8dlSKeMXS7eS88uoqKg5 { width:8.3125rem;height:2.03125rem;top:2.9375rem;left:5.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyL7BwFgEVPQyGJkKqKF26k31w0gbCA5 { width:5.875rem;height:3.41064375rem;top:4.96875rem;left:7.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HJWDN7CNEsmqNZxNSeiThdbLSEas61O1 { width:6.5rem;height:2.03125rem;top:2.9375rem;left:13.5rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qEWlZlenVqtGDRpNLMW0pgTJSN5CQmqy { width:15.625rem;height:0;top:30.875rem;left:0rem;font-size:5.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ExMrVtF5FHPNfHmcT0b5MXZpE2flNK07 { width:15.625rem;height:0;top:16.3125rem;left:2.1875rem;font-size:5.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PgGdiMwPelUh0QukVng3x9LtwN7HOTAZ { width:15.625rem;height:0;top:23.625rem;left:2.1875rem;font-size:5.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q346m4irOy48tSThdneztTExrKnFNMfl { width:0.0625rem;height:7.5rem;top:2rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { background-color:transparent;background-image:none;display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { background-color: transparent; background-image: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .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); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc235QICp8ztHqvp31fXxCrpXQrT8kRx { width:17.125rem;height:7.5rem;top:5rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block; }
 }@media only screen and (max-width: 763px) { #v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { width:20rem;height:15rem;top:14.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { width:15.3125rem;height:4.5rem;top:1.4375rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pWPdx071fB4szKopCPNyGR9xk8zmKFJi { width:15.3125rem;height:4.5rem;top:9rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { display:flex;width:3.25rem;height:3.25rem;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kCdTDfP8fQqunDomEumVxLEzqzZekyqa { width:15.3125rem;height:4.5rem;top:24.125rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { width:15.3125rem;height:4.5rem;top:16.5625rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { display:flex;width:3.25rem;height:3.25rem;top:24.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { display:flex;width:3.25rem;height:3.25rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { width:0.1875rem;height:3.125rem;top:5.2607421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { width:0.1875rem;height:3.125rem;top:12.8232421875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { width:0.1875rem;height:3.125rem;top:20.4375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh { display:block; }#PqvupdIMMlewUsTN4Bu2rQcTGqidhnhh > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imRlILOfWJag6h3lND4GlXV42vaN0fTq { width:20rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PNf2w9KmDqiiyht4cM87b7pLq5u7KffI { display:block; }#PNf2w9KmDqiiyht4cM87b7pLq5u7KffI > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtEOTEL63X0eUUM1RP3aonl75tCkL02d { width:15.625rem;height:13.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aggfZMctn9WfE1Nx5G2VOTZxWBEgOKxb { width:11.6875rem;height:3rem;top:11rem;left:1.875rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;color:#b1d34a;display:block; }
 }@media only screen and (max-width: 763px) { #nqSCJ5TQlvUTleNeTb22pTm27kkhSrP0 { width:12rem;height:2.8125rem;top:8.1875rem;left:1.875rem;font-size:2.8125rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #onXgOtlfiCbd5C4eJEDELP64zERFQVEz { width:10.5rem;height:3.25rem;top:4.375rem;left:1.875rem;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WIVkVm46xVC9IiWzp658fnETpPHekoJm { width:15.625rem;height:13.125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqT3Vzsws96K3TEOo3vwGoCaCKQV5x7c { width:11.8125rem;height:3rem;top:30.5rem;left:1.875rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TFiXZWwDQNSoMvXPb2q1Ad2azFvmFl8G { width:12rem;height:2.8125rem;top:27.6875rem;left:1.875rem;font-size:2.8125rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfQg51o1qmBb5OkIXHK1cJcpFFpCIpqT { width:10.5rem;height:3.25rem;top:23.875rem;left:1.875rem;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;color:#b1d34a;display:block; }
 }@media only screen and (max-width: 763px) { #r792gS7ZnPmL5r13G2ZTL1obFDk5XRMg { width:20rem;height:2.6001rem;top:0rem;left:0rem;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nOFWIcXI4w86wScIESrqIqbnXN0cXW9w { width:20rem;height:2.5996125rem;top:19.5rem;left:0rem;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt { display:block; }#NITQVruNQtP3Pv8KqlO0Idsdezhp5TTt > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2 { width:19.375rem;height:21.0625rem;top:17.375rem;left:-4.1875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/76d86239-db0e-4d1d-bc21-3a8ef4b3ab52/image7.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14995;display:block; }#kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2.adaptive-delivery-prevent-bg, #kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2.lazyload, #kXGmUQbKFK4lvfIaaSyTufozbAI0uxx2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cidTo6SH3a1hDhCgB7PxyZ7mdxeXRJAZ { width:20rem;height:16.0625rem;top:55.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vQdaAHKDMUsHTe8i0WFnd3T2P4TadG4G { width:20rem;height:16.9375rem;top:54.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DTispOT9k4M0XfFwlwAxJWvhwupmuD63 { width:15.625rem;height:7.5rem;top:3.75rem;left:4.375rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TNSDisRrGFvZQqNbuD0enlM0Iu5V6nOD { width:16.4375rem;height:7.5rem;top:41.5625rem;left:3.5625rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fUKwGPCyFGckbc3IJutumCV5rM3TTinu { width:20rem;height:32.9375rem;top:38.25rem;left:-9.125rem;z-index:14997;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; }
 }@media only screen and (max-width: 763px) { #QOozqTbUCLOKMme7ZWOHams7mXmLrTRK { width:7.6875rem;height:3.4375rem;top:13.125rem;left:12.3125rem;font-size:0.875rem;z-index:15014;background-color:transparent;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeQ80x8HRSsLzwv9hTiIafmOU994tT7N { display:block; }
 }@media only screen and (max-width: 763px) { #yVgQwAwUA3ZTH4JN7nNnHFah2f12Qn95 { width:8.625rem;height:3.4375rem;top:50.9375rem;left:11.375rem;font-size:0.875rem;z-index:15014;background-color:transparent;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5o5vtSt6nKwK2Pqvu4yIffhINTXMEpH { display:block; }
 }@media only screen and (max-width: 763px) { #AeKUmdNSzTwUI8tBeAE13MeB1WqrEFiT { width:20rem;height:32.9375rem;top:38.25rem;left:9.375rem;z-index:14996;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; }
 }@media only screen and (max-width: 763px) { #Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE { background-color:transparent;background-image:none;display:block; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { background-color: transparent; background-image: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .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); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fePrwWbtTEmKBmHoLCxsierIkIdsXXJU { width:17.875rem;height:8.25rem;top:5rem;left:0rem;font-size:1.875rem;line-height:1.1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TEvKaNIxgTarQEvUEG5FgRCQnoUxDQW5 { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #pSVlIxMwlXGaX9KHO7nGTyUqlX5FfTrb { display:block; }
 }@media only screen and (max-width: 763px) { #bNFm34kghkg9T2bgAubfGeOkzCJUCRUV { width:18.0625rem;height:9rem;top:15.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO { width:18.5rem;height:12.625rem;top:24.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:before{  }
 }@media only screen and (max-width: 763px) { #eOOgqNzxvefea64aQlOrmTZC2O4McT68 { width:20rem;height:6rem;top:39.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2BpWW68UeLXRrodiM51pzMgJ7our2I { display:block; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVTvGZ6ZT8qgmDFHRQscF0Mw6eUIG1Xf { width:13.125rem;height:18.125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQfETLWCxgHGPwTB1ZP4WVhIcCbNBFpp { width:13.125rem;height:2.875rem;top:20.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1crSt5DbESXUdHpyBDoJD5z5cmtovy { width:10.5625rem;height:4.125rem;top:8.875rem;left:8.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X6etZqWackofE9epwoDQcWWJsuI1hR9x { width:11.9375rem;height:2.0625rem;top:21rem;left:7.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C5N6cOQEbFR4W6dTydE6x6JASZprJOZe { width:1.75rem;height:22.75rem;top:1.25rem;left:6.21875rem;border-top:0.125rem solid #e3288a;border-left:0.125rem solid #e3288a;border-right:0rem solid #e3288a;border-bottom:0.125rem solid #e3288a;display:block; }
 }@media only screen and (max-width: 763px) { #bCSDFVVASaBpBishS8McNIKOdUQ0Tt7S { width:5.75rem;height:3.75rem;top:9.125rem;left:0rem;font-size:1.25rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g99HQiXN53dPrJ23W7meFTo1gVx2wssX { width:13.125rem;height:13.9375rem;top:32.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRf3fmWxsANA3OaiDmnNnOSzKFWVqaF { width:13.125rem;height:2.875rem;top:47.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5ksEHuX9pTTO4gfgROXJDzWbCIApK7 { width:11.9375rem;height:2.0625rem;top:47.5625rem;left:7.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZhHKfiUpsdUwwOLV0nTMRXdDe9N1tT { width:10.5625rem;height:5.5rem;top:36.25rem;left:8.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lziWvfGbQlDnWLCOroTZxJTqOpwVuVrz { width:1.75rem;height:3.75rem;top:46.8125rem;left:6.25rem;border-top:0rem solid #e3288a;border-left:0.125rem solid #e3288a;border-right:0rem solid #e3288a;border-bottom:0.125rem solid #e3288a;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5guDDXdyvNZuWH7E4IoPTe5hcnriW { width:5.5rem;height:3.75rem;top:36.25rem;left:0rem;font-size:1.25rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX9EInwbR5tOobyh7RzIorq0fFOwgpTc { width:13.125rem;height:3.625rem;top:28.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJtWKs6LkPri9pihcQ5hd2R04UhicuW { width:9.6875rem;height:1.875rem;top:29.375rem;left:8.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EB6wpsQUGg0c0AdxTGO0oc6AwLukxKSm { width:5.8125rem;height:2.250975rem;top:47.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DVPZvfcWKqvDXy0LDdTufuTrXapFmUdM { width:14.9375rem;height:29.5rem;top:25.9375rem;left:-5.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #hy2ZnT3UO7mpC2brTbfW1igh47wwydCZ { width:1.75rem;height:18.875rem;top:27.78125rem;left:6.25rem;border-top:0.125rem solid #027cff;border-left:0.125rem solid #027cff;border-right:0rem solid #027cff;border-bottom:0rem solid #027cff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rAMuD5b7cPFGxUmxubFcPNem01sfdgFl { width:20rem;height:29.5rem;top:26rem;left:6.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:cover !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { width:20rem;height:20rem;top:22.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3aT8fvDuV2gEm19MgpQ5dsUACKWfRhE { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bErih1z9uXABwRgTm4hNsPtLLDk9yBVK { width:20rem;height:7.5rem;top:9.5625rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HF271PWnP2G1TroGeTbGLWrWkZfUnKV9 { width:17.9375rem;height:6rem;top:17.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fraZd64HLsZdn27isuVsNXo4y4scJWZp { width:9.3125rem;height:3.4375rem;top:25.8125rem;left:0rem;font-size:1.0625rem;z-index:15014;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBeMFVlPzpCRLeIJBKKX5721P0Qi7k05 { display:block; }
 }@media only screen and (max-width: 763px) { #BHu2vH7369sA3s7FowdalLogNJLT9Upg { display:flex;width:1.5rem;height:1.5rem;top:26.75rem;left:1.25rem;z-index:15015;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.adaptive-delivery-prevent-bg, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyload, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyloading { background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { background-color: transparent; background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.94); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.94); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .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); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:20rem;height:2.0625rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:15.75rem;height:3.188475rem;top:13.4375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { width:16.125rem;height:2.0625rem;top:11.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { width:11.875rem;height:3.188475rem;top:5.8125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { width:7.5625rem;height:2.0625rem;top:19rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { width:12.0625rem;height:3.188475rem;top:21.0625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk { width:18.75rem;height:18.5rem;top:0rem;left:5.375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66a0232f-fce8-4db8-9096-35da81328239/image8.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk.adaptive-delivery-prevent-bg, #HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk.lazyload, #HrZhX2LWNXJwwB3u7GZ9RDlyV6elkNTk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aTwmuvSLB3N8cBoGpSigBmFufomqTSVT { background-color:transparent;background-image:none;display:block; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { background-color: transparent; background-image: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .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); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuRdaxK7DMo85w8PdRS8vEGe3DTTf9GN { width:17.8125rem;height:7.5rem;top:5rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7QfSoeDybZniSMzeUvMKuTeDzLqGWR2 { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #QRBCrPgZacKapXWi8G4c8vbPnxKF82h5 { display:block; }
 }@media only screen and (max-width: 763px) { #E0lOZiUT7tOfdopsBDNuK263UeCuzpfG { display:block; }#E0lOZiUT7tOfdopsBDNuK263UeCuzpfG > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XL7qaWVg20dT4qA9zfCQ2NfCTUBDtHlS { width:15.3125rem;height:4.5rem;top:1.4375rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #cw5qPhyG9uPmTWRML6GqClvEVgWW3iXr { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ueo2Oq1TTchM3n9qMFdyZMPDbZmp4EnA { width:15.3125rem;height:4.798825rem;top:9rem;left:4.75rem;font-size:1rem;line-height:1.6;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #h8rodAqWPaSEq0hoBUR0QSiwZ55suirQ { display:flex;width:3.25rem;height:3.25rem;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FU60IvfCfaOi9MfuFANk7k7MNFQ8LUER { width:14.125rem;height:5.3984375rem;top:25.375rem;left:4.6875rem;font-size:1.125rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PBHnB0QmCegd1kP92or5byE8AniSUcvz { width:15.3125rem;height:4.5rem;top:16.5625rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #wx5rMWWvkek9k3vR66zvmaw9Lo5GE15v { display:flex;width:5.625rem;height:5.625rem;top:24.59765625rem;left:-1.4375rem; }
 }@media only screen and (max-width: 763px) { #V5gRuGmButTiEq3zkA4bu5fTkI1IFfWf { display:flex;width:3.25rem;height:3.25rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQrNTExW4TLSGRTSce738C0vBn4o9p2v { width:0.1875rem;height:3.125rem;top:5.2607421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxQdvwTMBLGpITAh1fTDVicB2TLTkQKn { width:0.1875rem;height:3.125rem;top:12.8232421875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuuyraUS4dT9HxpFDFc7LVgMIeR5rm7o { width:0.1875rem;height:3.5625rem;top:20.0625rem;left:1.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #023dff, #03fbff);background-image: -moz-linear-gradient(45deg, #023dff, #03fbff);background-image: -ms-linear-gradient(45deg, #023dff, #03fbff);background-image: -o-linear-gradient(45deg, #023dff, #03fbff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#023dff', endColorstr='#03fbff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#023dff', endColorstr='#03fbff' );";background-image: linear-gradient(45deg, #023dff, #03fbff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZlepNvkesFuyH63DAR8hS8bbtDnhTN { width:20rem;height:9.3125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { background-color:#00237c;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; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { background-color: transparent; background-image: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { border-width: 0; border-radius: 0; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { width:20rem;height:15.625rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5blc0hROxd4G7mnL17LpUWxIcooyGOC { width:20rem;height:5.625rem;top:4.375rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { width:20rem;height:7.5rem;top:11.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { background-color:transparent;background-image:none;display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { background-color: transparent; background-image: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .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); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { width:15.6875rem;height:3.75rem;top:5.4375rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block; }
 }@media only screen and (max-width: 763px) { #TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { background-color:transparent;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; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { background-color: transparent; background-image: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { border-width: 0; border-radius: 0; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { width:20rem;height:9.84375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { width:20rem;height:9.84375rem;top:13.359375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { width:20rem;height:9.84375rem;top:40.546875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { width:20rem;height:9.84375rem;top:26.953125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { background-color:transparent;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; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { background-color: transparent; background-image: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { border-width: 0; border-radius: 0; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { width:20rem;height:9.84375rem;top:3.75rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { width:20rem;height:9.84375rem;top:17.34375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #osTu5JmggfF8kofVNHBe04yr6h7A2zQL { width:20rem;height:9.84375rem;top:45.875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iH2IIn3U02zniU08cVK3U5It2hHbcVJi { width:20rem;height:11.25rem;top:30.9375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:20rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:13.6875rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:10.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:20rem;height:14.0625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:14.9375rem;height:3.9375rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:4.8125rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:20rem;height:12.65625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:20rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ayuWsALUNesObZA9cWVhPdUs322KG { display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { width:2.4375rem;height:2.4375rem;top:3.40625rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { width:20rem;height:7.03125rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iPxmR98z17QKWeeHRgROHgegvIhzDDdi { display:block; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceDuEPt1xzBPJ9igdwASBAdAB7o3VMZH { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KINCEHnRyHWFiWi1vvbMQUMgpsPWVE { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 { display:block; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIw8UzwwvrGOeOTlOxbtTpgsASd8ru61 { width:20rem;height:9.84375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi { display:block; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJIVhuXu3F3lvOgCt6gUF92QsP3RTDCk { width:20rem;height:11.25rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P { display:block; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQXPUXfeQvpecC3beJuh9axAaHfmJ9l { width:14.9375rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uhVCiQ2wu3TceTQAHMB3tORMkrgzzPfK { width:2.4375rem;height:2.4375rem;top:2.75rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { width:20rem;height:11.25rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL { display:none; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { width:20rem;height:30.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5 { width:18.3125rem;height:25.875rem;top:4.5rem;left:8.9375rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.adaptive-delivery-prevent-bg, #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.lazyload, #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c1O0rikD6tLkBGXwT2rnEJe5ZIcwpyxT { width:15.0625rem;height:4.5rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KmUkerv4mSarSld90hW37Om5DmomQl { width:16.3125rem;height:5.625rem;top:4.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4m3s45CN8PqB0PqN6Xy24nu3BO0MOUp { width:12.5625rem;height:3.4375rem;top:19.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKID27s9gQMImad1SxFC8KnxQ7ZG3pMM { display:block; }
 }@media only screen and (max-width: 763px) { #DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO { display:block; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MabW9b0q7bI6CHdFcAx5ElS5XPwkaywm { width:20rem;height:35.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR { width:18.3125rem;height:25.875rem;top:19.25rem;left:0.84375rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.adaptive-delivery-prevent-bg, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyload, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #idg3bghLNBI8bUckVtIObQxKHiaBQANf { width:20rem;height:33.4375rem;top:21.625rem;left:0rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#idg3bghLNBI8bUckVtIObQxKHiaBQANf.adaptive-delivery-prevent-bg, #idg3bghLNBI8bUckVtIObQxKHiaBQANf.lazyload, #idg3bghLNBI8bUckVtIObQxKHiaBQANf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:8.5rem;height:1.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:14.0625rem;height:4.125rem;top:8.1875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:4.125975rem;top:15rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { display:flex;width:2.125rem;height:2.125rem;top:3.3125rem;left:17.75rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Xdqk90FILSQO40w78Chw0Jy2JGzFytyF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { width:4.25rem;height:1.5rem;top:0.5625rem;left:12.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block; }
 }@media only screen and (max-width: 763px) { #g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block; }
 }@media only screen and (max-width: 763px) { #qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block; }
 }