.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:209,235,251;--color-primary-1:116,194,243;--color-primary-2:23,153,235;--color-primary-3:14,92,141;--color-primary-4:14,49,120;--color-secondary-0:217,217,227;--color-secondary-1:128,129,163;--color-secondary-2:0,2,70;--color-secondary-3:0,1,35;--color-secondary-4:0,0,11;--color-tertiary-0:217,217,227;--color-tertiary-1:128,129,163;--color-tertiary-2:0,2,70;--color-tertiary-3:0,1,35;--color-tertiary-4:0,0,11;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 { 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; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { background-color: transparent; background-image: none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container > .video-iframe-container { display: none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row > .video-iframe-container { display: none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .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); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { border-width: 0; border-radius: 0; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#eUgco2Vc6wWHdmgwVOVbCM38XTuhWRmC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:16.8125rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#OLH2Eva7mPDFUCKqJzfZHuSPclaXoTEG { box-sizing:content-box;height:2.75rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:16.8125rem;display:block; }
#I7ZndaCusxPUGATTuDWPem5sU4hzVPRU { 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;box-shadow: none;box-sizing:border-box;color:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.78125rem;left:18.1875rem;display:block; }
#o2seMPG2b77IvX05NGMoUwpWJLRO5FoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLuWoSoyJ3JPktKPAg3dGC4Ck9b7dCom { 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;box-shadow: none;box-sizing:border-box;color:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.78125rem;left:27.0625rem;display:block; }
#JXz7yLxdzWTv9GrcLqSSc93y7GXpN3ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtIugvkn7tFuovWoVeJCBSdLf1gPS1k4 { 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;box-shadow: none;box-sizing:border-box;color:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.78125rem;left:38.8125rem;display:block; }
#ZRQNvRoavpk2LL9kz4c4hyxasQWFrkZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTs0A5RZT0QXIDHov0IqC6FwLOuuZg3q { 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;box-shadow: none;box-sizing:border-box;color:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.78125rem;left:48.375rem;display:block; }
#e17HtRFNv64kuJCPvAa4PAr8ayCiWVsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApZbkTw7sgkRUFfJyoPwQcfa5TK5z3ib { background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.375rem;left:55.8125rem;display:block; }
#JnNODI5cJfBiP8xw9mETdCee5EeJuWoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 { position:relative;display:none; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 { border-width: 0; border-radius: 0; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .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; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#XcZq7SM5T95aFrPt50yl0tNEbw5FIra3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:16.8125rem;top:0.75rem;left:0rem;overflow:hidden;display:none; }
#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 { background-color:#323b22;background-image:url("https://images.assets-landingi.com/uc/75f6ff0e-17d6-4cf6-ab95-b4e73b3f878f/Grsel.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.adaptive-delivery-prevent-bg, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyload, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyloading { background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { background-color: transparent; background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .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); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { border-width: 0; border-radius: 0; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#MXRuMTPIpCyTPhKNCAEWcTtdUFFx44oT { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ir5rUVsqowQ5Q3qxe9rQTIyZDRCU6ugM { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:2rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TeqLuWmIAhnh4o7e5kpXUTwwOqX4o3sC { background-color:#00c802;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.0625rem;left:23.6875rem;display:block; }
#SlwLo40Gay161mfzRv1P6a6a9HzxxQBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0t4i9ddPWqHV4v0E0xdSyTxaLek6P8R { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#1e285c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.0625rem;left:2rem;display:block; }
#Zfi3triEWQrrqyzmNGb2Q5FdKrEaDBbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzPomRUR3sSf7vQkxzZZBnzscR3npCip { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10rem;left:2rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMTLDpv8Up6QR1ATUsJyiz3UmpKId6G1 { position:absolute;display:block;z-index:15036;height:36rem;width:27.5625rem;top:28.1875rem;left:3.75rem;display:block; }
#lrOZyTAZs7fEvlg3BwTNQ9hS51CTLGk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.625rem;left:0rem;display:none; }
#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv.adaptive-delivery-prevent-bg, #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv.lazyload, #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv.lazyloading { background-image: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { background-color: transparent; background-image: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container > .video-iframe-container { display: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row > .video-iframe-container { display: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .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); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { border-width: 0; border-radius: 0; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#CvLNI26N50oF211PvTWvRG74XTPdQ2pc { color:#1e285c;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.90625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nM9wvGhds04ulCNgUgZadPLSVxuTh8Z2 { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:7.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#owOyTw3eTRHf5iLpy77MX157kcN452H4 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:11.96875rem;overflow:hidden;display:block; }
#HsCx1kXz1wkqi01HXTJHSPf5AtTKeyT5 { color:#1e285c;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.21875rem;left:9.03125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOWg5tW0UVXb9RvreS54LaozpMdHd0f3 { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.6875rem;left:8.5rem;height:0;text-align:center;text-align-last:center;display:block; }
#gVCg9LNgwzx8zIetipAq0Mhiz1LyVvuk { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:23.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#sK9dCUXpfJOxFW8SH3VgJnfz0p0dTrcq { color:#1e285c;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.90625rem;left:23.03125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiV9uqdrgxHoSgmKguWi1SsuOpeAJW7l { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:27.75rem;overflow:hidden;display:block; }
#AB4seBONv6zTIKO6kd82WVfpKLVPnN6N { color:#1e285c;display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:23.40625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#Bo6NzopI19THzBlkrAhAK0ctlZeHKqSo { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:39.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#eepNA7t1QQ6uPlOsZTWKtspGPFwzshn1 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:43.75rem;overflow:hidden;display:block; }
#QqVZqFeqlaKDNvs5awKQ2teg9kUKboMU { color:#1e285c;display:block;width:9.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:13.9375rem;left:41.03125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFwTGTA6OFKaqXxHKG56Kk2PDtxoZnXU { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.25rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#qToTZpVpBtfVAFTT4sDhslUvqlNHqy2E { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:54.75rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#hULWkR5ipLPlVldTuyDtrC9aRq8VF2io { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:59.125rem;overflow:hidden;display:block; }
#Adf7MznMcJJGT2wXhW0ThThha22gUw29 { color:#1e285c;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.25rem;left:55.21875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eyrn2EtsM2IZGuUv7Zh4kou4KhEQJFQ5 { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.6875rem;left:55.6875rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#yZ9WmXb79N6obq2yMTS5QBmoC9rGKIuf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:13.6875rem;left:20.5rem; }
#Qp5U910BT1zx88Ee8eukqXStefXwTNDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:13.875rem;left:36.34375rem; }
#arObGA0RxTTctlInZ0c0Rf3ITOHBbwpq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.875rem;left:52.25rem; }
#whT5JEeEMcXwNXprDwX8TMTGSxdm0DHe { 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:15000;opacity:1;display:none; }
#bXwDbdtLx061c5wQfnHSJBT3IhnUWxNP { 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:15000;opacity:1;display:none; }
#y108POgPVy2Hg1RZnfyxWcTi25dnBkbP { 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:15000;opacity:1;display:none; }
#TKVM7bpDCoswBzGMBQlbuc3T9imoH76n { color:#1e285c;display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:17.3125rem;left:7.65625rem;height:0;text-align:center;text-align-last:center;display:block; }
#KkLg8Tn91ZBPdKkr0MIIaIt8r6XyvTLT { color:#1e285c;display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:16.625rem;left:7.65625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL.adaptive-delivery-prevent-bg, #cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL.lazyload, #cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL.lazyloading { background-image: none; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container { background-color: transparent; background-image: none; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container > .video-iframe-container { display: none; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row > .video-iframe-container { display: none; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .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); }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container { border-width: 0; border-radius: 0; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#qb7RFBLgBh9rRx9ndIdpXm1iJlSButED { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.90625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xp17lXWQX6ykAIhnpNm2IKd9MLHTnNn8 { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:7.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bEXGdPrHci8krIpo9BZSlqxR3O1q3bGG { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:11.96875rem;overflow:hidden;display:block; }
#L7Vkq44bZ4g9NioSCTV9VRgGL9UHyk0P { color:#1e285c;display:block;width:9.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.625rem;left:9.09375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4bolK1wdREThCxEG2eot2ti4GT30PaV { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.5rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#mrIHfmAPRFBmXSewe60UkarlT611dzNZ { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:23.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#NGDwx2MEcDiAa1hB0IUHW5TGl9nlhF3e { color:#1e285c;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o73sgRpSJX8tA4MOSLPnl9AcC00wI9ca { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:27.75rem;overflow:hidden;display:block; }
#hD1FgVtFb149KdsTB19rOuhmfowdSlEp { color:#1e285c;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:23.65625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#XsvOpWvf8yGFlWcewHOwZD6Um01vli5T { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:39.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#dtT8ihLV3c0alBtzDqPIEHIwkxEGPNrt { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:43.75rem;overflow:hidden;display:block; }
#zyX8B2ItTCtmvnrRcHqszVz9vbTIFiAC { color:#1e285c;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:13.625rem;left:40.0625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RouFNZ9EsLDxKf7qvDC5MJMaIECZ5wuE { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.3125rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#VdRirRLPcF12a7T4iTvPDRNouRiQZLuM { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:54.75rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#hep9kluhdKRmMXROhEDuAlQAbhbhXSbu { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:59.125rem;overflow:hidden;display:block; }
#QXP4Iw9gKQ02a2vPa3L70CXnRMw7iESN { color:#1e285c;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.625rem;left:56.125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J39ERReGO5SdTJLU3nvJrGqOVtyz3V9i { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.6875rem;left:55.6875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#JftgWxqON62xJN9PpRvv3u3UZ0gRhz6a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:13.8125rem;left:20.5rem; }
#apRLDaNguKnOS7dbMoLmlDvInLwxxi0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:14rem;left:36.3125rem; }
#q750gsuFrSfsuCslM2hcX1keFQnd651g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14rem;left:52.25rem; }
#vxpl4zRp75gubUSauGh8TtmgV9a9KLKL { 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:15000;opacity:1;display:none; }
#XQ5pi0aOOzwI8CMWUPJV9N4PykPsPNUi { 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:15000;opacity:1;display:none; }
#zrnb89yJH5dfKb9LQxS4H6TMMhmO8543 { 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:15000;opacity:1;display:none; }
#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf3fb;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I.adaptive-delivery-prevent-bg, #hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I.lazyload, #hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I.lazyloading { background-image: none; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container { background-color: transparent; background-image: none; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container > .video-iframe-container { display: none; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row > .video-iframe-container { display: none; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .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); }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container { border-width: 0; border-radius: 0; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#MDuGmepKhqfgEr4xNU8F5tQw1Kfv0MTh { color:#1e285c;display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.90625rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Srph2bTBuyxE8u29dW4fiGPp7GEEnIiB { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:7.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#vJ6ghgsFt4aDOASciZEcTawBeLdTHLhS { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:11.96875rem;overflow:hidden;display:block; }
#T8EKyNzqvGgCRSUWexqzePo3vlnRVl51 { color:#1e285c;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.625rem;left:9.09375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krSLpXFRnihdq1sg9WVTARf0TEsK3qXf { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.6875rem;left:8.5rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#yKhKSkrKT95RTZqAxvgM2EiD0D4n9AEK { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:23.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#DgKhsWoJAz8JtBeaR4zx4IuEiT5KRccn { color:#1e285c;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.15625rem;height:1.4375rem;font-style:normal;display:block; }
#FTGvSBnG0m6IPpHITG28yUUJAzM2G58a { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:27.75rem;overflow:hidden;display:block; }
#es4xiQHIna4fdLRTepPHDiueiBNO49pM { color:#1e285c;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.65625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#iVMIWAaQtGQPZt8TdkA24vGKrEKT4vkF { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:39.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#nRxacQSI2Tb51ELDQUSSmuEOX6yXak9p { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:43.75rem;overflow:hidden;display:block; }
#zFGOIFISUKMDuMLvTUJFqvQHuC5l9k5A { color:#1e285c;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:13.625rem;left:39.9375rem;height:1.4375rem;font-style:normal;display:block; }
#mg37NG3NuLTk2BiudX4rSth5BN5TQvcy { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.3125rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#seIuTUTkLKSWUpHhUl4HqmC90EiPNuPn { box-sizing:content-box;height:15.0625rem;width:12.5rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:55rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#vTdufNivsrT4dHQKqNZDQXzX6BgOLRcT { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9rem;left:59.375rem;overflow:hidden;display:block; }
#ZyBIHfpklUi1NIH3dNr0CdwhCH1Cr6Bu { color:#1e285c;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.625rem;left:56.375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTC6CLhgnQH9I7pwoTQt0yEWz64REr6T { color:#1e285c;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.6875rem;left:55.9375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#GC9KE9bI8WNaAtPFpPAx2lN3DZ8HCqyQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.8125rem;left:20.5rem; }
#AgarO1umcFXFqCJqHf18M1S4BSXokgKh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:14rem;left:36.4375rem; }
#rRg7e0QDJ8eEoAD9S4SvPpyvhaTCK1xk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:14rem;left:52.375rem; }
#GPHMx0ukRo1T7ug29V9LWbcIIKfekiz8 { 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:15000;opacity:1;display:none; }
#lmAiq3ezfqSRAJ41Z8b2ydqZtH73GF8m { 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:15000;opacity:1;display:none; }
#VxCmP3TD0ttOybmhzBSg59cQG3JaukX5 { 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:15000;opacity:1;display:none; }
#ZuTahsLEERBDtqpVUOgbmoLEMWoGOAf3 { color:#1e285c;display:block;width:12.125rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.78125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container { background-color: transparent; background-image: none; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container > .video-iframe-container { display: none; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row > .video-iframe-container { display: none; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .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); }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container { border-width: 0; border-radius: 0; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;position:relative;display:block; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl.adaptive-delivery-prevent-bg, #qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl.lazyload, #qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl.lazyloading { background-image: none; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container { background-color: transparent; background-image: none; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container > .video-iframe-container { display: none; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row > .video-iframe-container { display: none; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .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); }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container { border-width: 0; border-radius: 0; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#G4wgosMgaZZJaynXW1wUqScm0A0wB1hV { color:#0d1f61;display:block;width:48.0625rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1.90625rem;left:13.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FFDvUci9AqUtKPZiyGwuTwlioTtMp9Tm { color:#0d1f61;display:block;width:38.5625rem;position:absolute;font-family:"helvetica neue";font-size:4.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:18.25rem;height:6.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLn7350HTSmnpEbe2cMsXR2iF8rgVt56 { color:#0d1f61;display:block;width:38.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.9375rem;left:18.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N1OfmHHrE8MRlZlFiqSRTtnmIHSCUsIJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:14.1875rem;left:34.125rem;overflow:hidden;display:block; }
#KHGDIsPsP11N17VHPUyfXlJdH2J2WCaQ { color:#1e285c;display:block;width:46.8125rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.61328125rem;left:14.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container { background-color: transparent; background-image: none; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container > .video-iframe-container { display: none; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row > .video-iframe-container { display: none; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .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); }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container { border-width: 0; border-radius: 0; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center right !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; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF.adaptive-delivery-prevent-bg, #huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF.lazyload, #huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF.lazyloading { background-image: none; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container { background-color: transparent; background-image: none; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container > .video-iframe-container { display: none; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row > .video-iframe-container { display: none; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .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); }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container { border-width: 0; border-radius: 0; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#WDGmJVgw96i1e4gPselxzkFLnd6tvmfn { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.90625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OAZplSKlauA1B7OIVATSG6U3vq2amauF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:6.5rem;width:13.0625rem;top:8.125rem;left:2.1875rem;overflow:hidden;display:block; }
#AcclWkcsTSTFHryXbJeOiBxxLM1sX8Rf { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:6.5rem;width:13.0625rem;top:8.125rem;left:16.5rem;overflow:hidden;display:block; }
#TiTuzTVEoQUsGRZVSiq5RM9RCU1VJeqQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:6.5rem;width:13.0625rem;top:8.125rem;left:30.9375rem;overflow:hidden;display:block; }
#XkB0V6uXELRxG4JwF1VXp2laIGmFwvqM { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:6.5rem;width:13.0625rem;top:8.125rem;left:45.3125rem;overflow:hidden;display:block; }
#NNTtgx8qcfyOFz1793D5Ta6mxApmt5Zu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:6.5rem;width:13.0625rem;top:8.125rem;left:59.75rem;overflow:hidden;display:block; }
#erRI7uenFur7gc9rZa1THnhanXOJANxB { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:2.5rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#qOBmI6WLyLOy7w8Z0u3Jl1qFIzHIofbq { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#we0UNa5I9Ffo7RU2yFXlomd7WSMyBsXy { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:16.8125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#gviXpaHZhObuVxRTtzD1ZtulV1ECoaPk { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:16.125rem;left:17.875rem;height:;text-align:center;text-align-last:center;display:block; }
#fb3VAL6OZHUTOOzuZhg9FV8G9XToUsDB { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:31.25rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#ruTuzJBV1wirSzdX1GAKUxSstSnJowML { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.3125rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#EODE0VzTaO2SXlZ7TQzmTwltXlD6fh0E { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:45.625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#TdX3im4sHrgvlOxBo8XW5CTUfHU60m3f { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:16.0625rem;left:46.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#HepWAOKX4q9nMOzfizsvyVDbIE5VNhP7 { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:60.0625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#Q9OiueFbPvdmMUDcAwN38ybS2ibI0gQJ { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:16rem;left:59.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#EBLSdAwsWcFPzAw3Ac5wOmp04oafea91 { color:#1e285c;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW.adaptive-delivery-prevent-bg, #TZ1g6t49zPXRuAZNsOybzRalBXvky2SW.lazyload, #TZ1g6t49zPXRuAZNsOybzRalBXvky2SW.lazyloading { background-image: none; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container { background-color: transparent; background-image: none; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container > .video-iframe-container { display: none; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row > .video-iframe-container { display: none; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .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); }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container { border-width: 0; border-radius: 0; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#V5rBvVdqPHKMQ5QSeOzV8ItAQodmmlqQ { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.90625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#072157;background-image:none;box-shadow: 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;vertical-align:top; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#ffffff; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-trigger.adaptive-delivery-prevent-bg, #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-trigger.lazyload, #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-trigger.lazyloading { background-image: none; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.21875rem;left:0rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #VqKboak2eV9XPa2RVMkUePRbIRENnQXi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #aNyUBWTQgynhk05TU9CpLSA5OlzyQwod { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #uFEcDeTlaq0W8eMZiPthekEo26cokM40 { display:block;position:relative; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #gJPrkFyO1WrEzeFebMogfWtZA64syNTq {  }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #a87vH97DRTiwN3bBr1AxunPquIbiBzF1 {  }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #uzdaAffPLGRPd4IWOHbNTb2x1A31EvMk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #cBegwTbx4BO8QIQpT4QS7d8T5aTTnehG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #eK2EieIRTCEp6XIXBg4D3NIClXuZ6UEd { display:block;position:relative; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #dULzTw6rEidEqZ08LsS29FcpxXGMryaU {  }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #puUUH27AUBrKQ6IVTBtssusk4rRUTlnb { display:none; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #Nv4wzbsZ5oHdo9X4L5Tld2tbrvDLTDTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #pTKr4xEqV5Mu9v7AallcEUoBz4tlau9b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #nIlczZOXs3TEF1lHsaohdMxUloDT8qAE { display:block;position:relative; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #f2BihwuhaSJxRwdodOxEoTwLTbZS6aHe {  }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #TXnmoC1gBQaOuvptCqVXDvEFFk0ghDbm { display:none; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #UsNi8lEmGFh5Tai4TWRTts3xUX7mZ0FD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #Bm3BLLTVguiMJiiPOQn95chEb0xviL6P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #oCFrwXasHCbJIADRWZcgPIztvtdiy3tP { display:block;position:relative; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #iBb6oy6HxTqJb7PWmihCARvEnLA3gmQF {  }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #MdXlNXqGTBEAW2au7muXOPqE7OQsxJ8V { display:none; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #zBtHunATi4BAnhfXr1eLTAvD1uqheOdu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #cPxS7Mb8T3sH0yqWslZK3RCvsFiCAWLQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #pMlFRIMvVtCCFSMaFXIAPNKaMsBQhtWr { display:block;position:relative; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #eT8t4DR3iPyVsecWD6tZOni7VWZ9FX83 {  }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #sBGol94QqQnCMaxl9auImI7ZECJQnE8D { display:none; }
#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(218,218,218,0.67);background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z.adaptive-delivery-prevent-bg, #k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z.lazyload, #k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z.lazyloading { background-image: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container { background-color: transparent; background-image: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container > .video-iframe-container { display: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row > .video-iframe-container { display: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .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); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container { border-width: 0; border-radius: 0; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#NkPdRyaNv9fATiCubpDNpX2yKABMdtbO { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:9.1875rem;left:32.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uIfVkFXNHAd5yLbqzn5xXJW2FRtGJeHk { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:17rem;left:14.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZkuueKog7TiDeWlkJ0OInNyBditsLvL7 { color:#1899eb;display:block;width:63.1875rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1rem;left:5.90625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUwQ89TTZL34lV5B3lsq0HLMsxy8xRtc { color:#1e285c;display:block;width:21.1875rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.0625rem;left:10.1875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIioKrHO8xK1J1qvtZuDyoWWGDPdNQcE { color:#1e285c;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.4375rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVpALWZbD53euUzrpbUEcnPRN3uQ21nk { color:#1e285c;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:38.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGquELZdv0q5G9LFQXBhamTvZ0ZNpUIS { color:#1e285c;display:block;width:8.5rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.3125rem;left:38.0625rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODanzf1HD2umgkfyfcuUaOC6ffPAEKRo { color:#1e285c;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.6875rem;left:54.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uIJuMqELJ4AGTG7oDcShD0lfSsrMy2R6 { color:#1e285c;display:block;width:12.125rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.3125rem;left:54.125rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTmkKlIbB3uGvmmrdps8aEmA5i9rrGni { position:absolute;display:block;z-index:15038;height:14.6875rem;width:30.75rem;top:14.375rem;left:1.5625rem;display:block; }
#E7pKPGvAP3kA5dHh6TinzWh3axDAmgt4 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:38.25rem;top:14.375rem;left:33.9375rem;overflow:hidden;display:block; }
#hLgk0Th44BNnmHi0pCV6vB2Wd25TxqaB { background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.9375rem;left:9.5625rem;display:block; }
#Z7XadGOL6fQ1ZclBW1mrisDUVTTikpFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container { background-color: transparent; background-image: none; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container > .video-iframe-container { display: none; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row > .video-iframe-container { display: none; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .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); }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container { border-width: 0; border-radius: 0; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo.adaptive-delivery-prevent-bg, #wbhQNwExuxs7ZERxbbAF76m1TobDmXGo.lazyload, #wbhQNwExuxs7ZERxbbAF76m1TobDmXGo.lazyloading { background-image: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { background-color: transparent; background-image: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container > .video-iframe-container { display: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row > .video-iframe-container { display: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .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); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { border-width: 0; border-radius: 0; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#VkkSdERtJFet2FGhdQqxT8hgcxDiueCB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:55.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yLUWdQinGxB5ycRxbBfdzDTrHU9EEocs { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.18725625rem;top:2.25rem;left:57.4375rem;overflow:hidden;display:none; }
#QzOaNcLH4exsRJqvgtPVL6BLCR7lAnRd { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:20.8125rem;width:20.8125rem;top:1.8125rem;left:47.6875rem;overflow:hidden;display:block; }
#g08XUPRqOM1fKETNtFoCTVTCeLDoXLPA { color:#1e285c;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3rem;left:2.15625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LSGzhxGIAlCqaZf3JuVl0cFpysZ9GMoa { color:#1e285c;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:9.46875rem;left:2.15625rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxfaZXT1ikhv6Ty3wr3Ew4QALEUbUryt { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.6875rem;left:45.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csJQSh802d1xxSwZh0SiPFDW5Vfqe4uM { color:#1e285c;display:block;width:7.8125rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5625rem;left:2.1875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DWo4d2nSThktGcLxfHdHC212aNzvQwXK { color:#1e285c;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.25rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUMDIH13ZSWNqXcP5ad9acD3C8rXxJPH { color:#1e285c;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.1875rem;left:11.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdJRwnmTINcw5MdvDmOcsXRrcc79oVXZ { color:#1e285c;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.1875rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuiCpcLFUDTUVeGWGe8b94VhnO5pTDGF { color:#1e285c;display:block;width:7.6875rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.625rem;left:11.5rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jn81N4VTzwAB7fPnX9gSaDNT3by2Irys { color:#1899eb;display:block;width:29.75rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.15625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPwSGveKZAqJkZdg7LQtgGDH5OMCUtsA { background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:21.6875rem;left:26.90625rem;display:block; }
#lN1ymigL9pPy9M2CZepNTXtwRoTX22mt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdB0bV7yTDzEEMcQ0kcwWUTKDee2HC6d { color:#1e285c;display:block;width:12.125rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.1875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container { background-color: transparent; background-image: none; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container > .video-iframe-container { display: none; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row > .video-iframe-container { display: none; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .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); }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container { border-width: 0; border-radius: 0; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq.adaptive-delivery-prevent-bg, #lkGdd7JoxIxrhB88UP20UexMabZBMEdq.lazyload, #lkGdd7JoxIxrhB88UP20UexMabZBMEdq.lazyloading { background-image: none; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container { background-color: transparent; background-image: none; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container > .video-iframe-container { display: none; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row > .video-iframe-container { display: none; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .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); }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container { border-width: 0; border-radius: 0; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#yxnVHXnQ2f02OoHxPoKVoFxhvh67sORh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:55.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XzfMvutlTbKGyMIdTeiDw8q8a9P67RJU { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.18725625rem;top:2.25rem;left:57.4375rem;overflow:hidden;display:none; }
#J5lJBFZ1HxaTT14boa9Lew3RFnLGOWr5 { position:absolute;display:block;z-index:15050;height:21.75rem;width:75rem;top:8.40625rem;left:-0.0625rem;display:block; }
#UqSfP7nZFtqTEd0Mzqt8tXDfwUIfkGO1 { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.9375rem;left:18.34375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg.adaptive-delivery-prevent-bg, #V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg.lazyload, #V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg.lazyloading { background-image: none; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container { background-color: transparent; background-image: none; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container > .video-iframe-container { display: none; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row > .video-iframe-container { display: none; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .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); }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container { border-width: 0; border-radius: 0; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#ZP9bM1pEdydLqCvdRx65x7ChNuqCMPJG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:55.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SV68JKR8xmVlNIcTM2frmVXTHmIciUHr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.18725625rem;top:2.25rem;left:57.4375rem;overflow:hidden;display:none; }
#VTwxlq2sV7TJxpU2CWJzeTcP3gGsZ4u7 { color:#1e285c;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qf7FSNJM8JVo7eVqTGW8Xgb7k2dnWno5 { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.6875rem;left:45.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzKrZhdrouDBQSEva9RmhETRTqHJLgx2 { color:#1e285c;display:block;width:28.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.1875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HfCIZLc7ZfMbbcuTXXT47zphiCaI42vh { 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:15050;opacity:1;top:11.5625rem;left:2.0625rem; }
#QVJfVvJhH9RMai9mPcTbPE5QFm6rdbxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:14.875rem;left:2.1875rem; }
#yZJHIuDQLDmCIvqaQNKG1TzNeiVSTBRo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:18.5rem;left:2.1875rem; }
#lbmLdLm4VeLNNJ6gPODInwnSQU8X3KRR { color:#1e285c;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:15.1875rem;left:5.375rem;height:1.625rem;display:block; }
#gbiSKPqn2rgTk5sFdUl3xLTzT8DDB9LI { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:11.625rem;left:2.1875rem;display:block; }
#KVTEd4HDe2k0mNClAkCTo4mwP77dEfEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hwb8MDSZgnPOMaFaMIWINrFHHvJ6dH0M { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:14.8125rem;left:2.1875rem;display:block; }
#KmLl8O2hmKi0RtIZvcrQz5OfiwyZCdmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozTdudvTHIiPlfbgwDJXswMzORrbyvcG { color:#1e285c;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12rem;left:5.375rem;height:1.625rem;display:block; }
#zVk99ezraaKVEITHuDNFdmABdfVnJKgL { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:18.5rem;left:2.1875rem;display:block; }
#phH6TGMTuLTpQecGnHD0oN6BR5z929JU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9hqTTlgrXcxlWQ52wAIter3EZRLreyO { color:#1e285c;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18.875rem;left:5.375rem;height:1.625rem;display:block; }
#dLWkGOp6Tq1D93iENRgT27JN0dmbc8TX { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:33.4375rem;top:2.8125rem;left:37.4375rem;display:block; }
#iSiZDfAc5as7q9D3xZOGsPWz0efQw97k { box-sizing:content-box;height:4.0625rem;width:33.5rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.875rem;left:37.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0.25rem;display:block; }
#KoWDkh1MsJwTGcTtGL1wPs6c6aOJ5zJg { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:21.6875rem;left:41.0625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc.adaptive-delivery-prevent-bg, #wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc.lazyload, #wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc.lazyloading { background-image: none; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container { background-color: transparent; background-image: none; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container > .video-iframe-container { display: none; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row > .video-iframe-container { display: none; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .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); }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container { border-width: 0; border-radius: 0; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#nTBnw61wRyrJQsSiQKJWa3dJsl3o0IRb { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.03125rem;left:22.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTGAwpsm6esCncpkqpUql27wE9ZMlL4z { color:#1899eb;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.6875rem;left:5.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kX49ryexLPFyTRdtEyGrTmT4zirgsF0s { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:11.75rem;left:5.6875rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rcVGvvgE0WxzLh1JfnqWQLqcXiMTBakX { color:#1899eb;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:23rem;left:5.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tp5unGnsUf5xAy6EcHKi7X68BSEyieAJ { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:26.375rem;left:5.6875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xPe1fFHKUvSP80AincT2FUAiqIvqHXzB { color:#1899eb;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.71875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JK0iiISiriEdcSPf6TTKeMd8q7aLbRM8 { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.71875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAC1lqILD00dVgF7vN6KCcwIkU75xV8Z { color:#1899eb;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22.96875rem;left:39.71875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KfwraZD6yEEHuaNaPdZr2Tev3Dp2TWdE { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:26.375rem;left:39.71875rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVdfEdee8I359dnluCheXUyTdwe9DcaU { color:#1899eb;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:35.1875rem;left:5.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oeVSigoWNEdVKZEhc99zvp3WbfiEu8yH { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:38.9375rem;left:5.6875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CmLLTK6LPuOdq2X1d4Sm72L5IapRsPOF { color:#1899eb;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:35.1875rem;left:39.71875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u8XIFpqFxU7LxgxwelBUX5bNIeX8dZgv { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:38.9375rem;left:39.71875rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 { position:relative;display:block; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 { background-color: transparent; background-image: none; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row .container > .video-iframe-container { display: none; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row > .video-iframe-container { display: none; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .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); }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 { border-width: 0; border-radius: 0; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .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; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.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; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container { background-color: transparent; background-image: none; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container > .video-iframe-container { display: none; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row > .video-iframe-container { display: none; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .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); }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container { border-width: 0; border-radius: 0; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#pi1IuWUuZQAXuDms5sx2RIM7CUpCglsH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:55.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iNUSoaV07m2V46ay6uM5S7rHJTkkQLxG { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.18725625rem;top:2.25rem;left:57.4375rem;overflow:hidden;display:none; }
#V643CgFS8gq9Zt9XvFhS3TTb0uHIHVT3 { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.25rem;left:25.4375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fcm72PdQTaLONGT58RenAn8DmyAtlopz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz.adaptive-delivery-prevent-bg, #Fcm72PdQTaLONGT58RenAn8DmyAtlopz.lazyload, #Fcm72PdQTaLONGT58RenAn8DmyAtlopz.lazyloading { background-image: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { background-color: transparent; background-image: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .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); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { border-width: 0; border-radius: 0; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#W0QT7RRVVhiQT3kWN0s70dUrCKcWd68T { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:6.75rem;left:52rem;overflow:hidden;display:block; }
#eTX04NrJHiXRQRlZstITZ9xqF50TlMzM { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:9.1875rem;left:32.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#H5cHZs38ku2pVZhyzbt05lNfhf3N4PyX { box-sizing:content-box;height:4.875rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#1e285c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:6.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#IU7tDuJCfwqSIMPKr62xroneMMivlTAh { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.3125rem;left:8.3125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMLoVRqFbToAWXKzOd9i23nBATFMpwbt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:6.75rem;left:27.125rem;overflow:hidden;display:block; }
#qdpT00Tyz3gfxfd2PGMXy3pu2hdbioTe { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:6.75rem;left:2.9375rem;overflow:hidden;display:block; }
#RNi43Cas0PpEhJSI4dPoiVWLo2VwvkTI { box-sizing:content-box;height:4.875rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#1e285c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:30.9375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#AkV0pBbydN1Wkl0bTmD9zXRFl9VHZ7qP { box-sizing:content-box;height:4.875rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#1e285c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:55.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#nkvvrQZOPiIUFOxBzLvNlBmCcSavJugS { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:2rem;left:32.5rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xUX31KUTMnV3nBTqoqsu1ZsTAhBOZoAZ { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:2rem;left:57.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container { background-color: transparent; background-image: none; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container > .video-iframe-container { display: none; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row > .video-iframe-container { display: none; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .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); }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container { border-width: 0; border-radius: 0; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2.adaptive-delivery-prevent-bg, #hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2.lazyload, #hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2.lazyloading { background-image: none; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container { background-color: transparent; background-image: none; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container > .video-iframe-container { display: none; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row > .video-iframe-container { display: none; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .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); }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container { border-width: 0; border-radius: 0; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#olEUoRF6TNFZDN9B6S47k9TJWA3zfAzz { color:#0d1f61;display:block;width:48.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.03125rem;left:9.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LaIXavtNmy03l6oJRlTQNg5iRhaDNzOG { color:#0d1f61;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.125rem;left:9.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEpaNOnAb3lmyQBIsrm4AuFGUpT37kxx { color:#0d1f61;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.5625rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRdT43VRmfNuZUeW02HbTZv7BXvStdMg { color:#0d1f61;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.125rem;left:9.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mqUeJPbmty9AWUgeKxl5MCTMSAG3xP8O { color:#0d1f61;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.9375rem;left:9.5625rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pvrdPJ8TCPru83i3TVSJIJmXBmDHyLOS { color:#0d1f61;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:49.4375rem;left:9.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#thm47dPEwF0lyUTnQnzbmhySZnlycIei { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:40rem;width:22.4375rem;top:6.5rem;left:41.0625rem;display:block; }
#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu { background-color:#323b22;background-image:url("https://images.assets-landingi.com/uc/5732bc23-44ee-401c-9e6a-2d1a17452bfa/Grsel.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu.adaptive-delivery-prevent-bg, #XeemeT0T5Bqh12h3iWymWUlAlFFALUxu.lazyload, #XeemeT0T5Bqh12h3iWymWUlAlFFALUxu.lazyloading { background-image: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { background-color: transparent; background-image: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container > .video-iframe-container { display: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row > .video-iframe-container { display: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .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); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { border-width: 0; border-radius: 0; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#RwWc0q2U9OnZl1R1cNIC2IgK0Eq0ycB7 { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUxps2F56sztG5K3oFZKAsT3C4HUmuWi { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:2rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gg46dV9Z4DDmd2dSg4RoXnqcJazIsq0d { background-color:#00c802;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.0625rem;left:22.5625rem;display:block; }
#tb18wlBdhZNWTcx0h9MnWK8bwW8d1TwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B87OznITILQfJUQFmQUBpuVwPCEqXIdN { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.90625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTl9qn6NhOEyEPt17MnmlAqO2DeQq4s5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#1e285c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.0625rem;left:2rem;display:block; }
#uZ4i8WW5QkzBbDlZWUJGqWQZymh8BDad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0OUZ6T6hTXhN2haxzuLqdQ77FkVRIbh { position:absolute;display:block;z-index:15036;height:36rem;width:27.5625rem;top:28.125rem;left:3.75rem;display:block; }
#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1f61;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; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { background-color: transparent; background-image: none; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container > .video-iframe-container { display: none; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row > .video-iframe-container { display: none; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .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); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { border-width: 0; border-radius: 0; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#Vf1hCbHFGIFXh2bJII2Xvm1uSbrFruHG { 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:4.3125rem;width:15.6875rem;top:43.9375rem;left:29.625rem;overflow:hidden;display:none; }
#Td8f01ehIQhLy8HfapZ1bs08hfaCULkJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:25rem;display:none; }
#Low0Wwu4vMqfczJNdZSMquQqHvmNqSzT { 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:5.5rem;width:34.5625rem;top:0.875rem;left:20.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 { display:block; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUgco2Vc6wWHdmgwVOVbCM38XTuhWRmC { top:0.75rem;left:0rem;width:16.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLH2Eva7mPDFUCKqJzfZHuSPclaXoTEG { top:1.75rem;left:3.1875rem;width:0.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZndaCusxPUGATTuDWPem5sU4hzVPRU { width:7.625rem;height:2.625rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2seMPG2b77IvX05NGMoUwpWJLRO5FoV { display:block; }
 }@media only screen and (max-width: 763px) { #cLuWoSoyJ3JPktKPAg3dGC4Ck9b7dCom { width:10.4375rem;height:2.625rem;top:1.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXz7yLxdzWTv9GrcLqSSc93y7GXpN3ZK { display:block; }
 }@media only screen and (max-width: 763px) { #wtIugvkn7tFuovWoVeJCBSdLf1gPS1k4 { width:8.25rem;height:2.625rem;top:1.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRQNvRoavpk2LL9kz4c4hyxasQWFrkZQ { display:block; }
 }@media only screen and (max-width: 763px) { #cTs0A5RZT0QXIDHov0IqC6FwLOuuZg3q { width:6.125rem;height:2.625rem;top:1.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17HtRFNv64kuJCPvAa4PAr8ayCiWVsv { display:block; }
 }@media only screen and (max-width: 763px) { #ApZbkTw7sgkRUFfJyoPwQcfa5TK5z3ib { width:18.25rem;height:3.4375rem;top:1.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnNODI5cJfBiP8xw9mETdCee5EeJuWoW { display:block; }
 }@media only screen and (max-width: 763px) { #kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 { display:none; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcZq7SM5T95aFrPt50yl0tNEbw5FIra3 { top:0.75rem;left:0rem;width:16.8125rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 { display:block; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXRuMTPIpCyTPhKNCAEWcTtdUFFx44oT { top:16.6875rem;left:0rem;width:32.0625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5rUVsqowQ5Q3qxe9rQTIyZDRCU6ugM { top:7.625rem;left:0rem;width:31.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqLuWmIAhnh4o7e5kpXUTwwOqX4o3sC { width:16.875rem;height:3.4375rem;top:23.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwLo40Gay161mfzRv1P6a6a9HzxxQBl { display:block; }
 }@media only screen and (max-width: 763px) { #K0t4i9ddPWqHV4v0E0xdSyTxaLek6P8R { width:20.75rem;height:3.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfi3triEWQrrqyzmNGb2Q5FdKrEaDBbi { display:block; }
 }@media only screen and (max-width: 763px) { #TzPomRUR3sSf7vQkxzZZBnzscR3npCip { top:10rem;left:0rem;width:29.9375rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTLDpv8Up6QR1ATUsJyiz3UmpKId6G1 { top:28.1875rem;left:0rem;width:27.5625rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrOZyTAZs7fEvlg3BwTNQ9hS51CTLGk9 { top:1.625rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv { display:block; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvLNI26N50oF211PvTWvRG74XTPdQ2pc { top:2.0625rem;left:0rem;width:25.375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM9wvGhds04ulCNgUgZadPLSVxuTh8Z2 { top:7.5rem;left:0rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOyTw3eTRHf5iLpy77MX157kcN452H4 { top:9rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsCx1kXz1wkqi01HXTJHSPf5AtTKeyT5 { top:13.1875rem;left:0rem;width:9.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWg5tW0UVXb9RvreS54LaozpMdHd0f3 { top:16.6875rem;left:0rem;width:10.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVCg9LNgwzx8zIetipAq0Mhiz1LyVvuk { top:7.5rem;left:9.75rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9dCUXpfJOxFW8SH3VgJnfz0p0dTrcq { top:13.875rem;left:9.40625rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiV9uqdrgxHoSgmKguWi1SsuOpeAJW7l { top:9rem;left:14.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4seBONv6zTIKO6kd82WVfpKLVPnN6N { top:16.5rem;left:9.78125rem;width:12.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo6NzopI19THzBlkrAhAK0ctlZeHKqSo { top:7.5rem;left:25.75rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eepNA7t1QQ6uPlOsZTWKtspGPFwzshn1 { top:9rem;left:30.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqVZqFeqlaKDNvs5awKQ2teg9kUKboMU { top:13.9375rem;left:27.40625rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwTGTA6OFKaqXxHKG56Kk2PDtxoZnXU { top:16.5rem;left:26.625rem;width:10.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qToTZpVpBtfVAFTT4sDhslUvqlNHqy2E { top:7.5rem;left:35.25rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULWkR5ipLPlVldTuyDtrC9aRq8VF2io { top:9rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adf7MznMcJJGT2wXhW0ThThha22gUw29 { top:13.25rem;left:36.1875rem;width:11.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyrn2EtsM2IZGuUv7Zh4kou4KhEQJFQ5 { top:16.6875rem;left:37rem;width:10.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ9WmXb79N6obq2yMTS5QBmoC9rGKIuf { top:13.6875rem;left:6.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5U910BT1zx88Ee8eukqXStefXwTNDA { top:13.875rem;left:22.71875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arObGA0RxTTctlInZ0c0Rf3ITOHBbwpq { top:13.875rem;left:38.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whT5JEeEMcXwNXprDwX8TMTGSxdm0DHe { display:none; }
 }@media only screen and (max-width: 763px) { #bXwDbdtLx061c5wQfnHSJBT3IhnUWxNP { display:none; }
 }@media only screen and (max-width: 763px) { #y108POgPVy2Hg1RZnfyxWcTi25dnBkbP { display:none; }
 }@media only screen and (max-width: 763px) { #TKVM7bpDCoswBzGMBQlbuc3T9imoH76n { top:17.3125rem;left:0rem;width:12.4375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkLg8Tn91ZBPdKkr0MIIaIt8r6XyvTLT { top:16.625rem;left:0rem;width:12.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL { display:block; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qb7RFBLgBh9rRx9ndIdpXm1iJlSButED { top:2.0625rem;left:0rem;width:16.8125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp17lXWQX6ykAIhnpNm2IKd9MLHTnNn8 { top:7.5rem;left:0rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEXGdPrHci8krIpo9BZSlqxR3O1q3bGG { top:9rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Vkq44bZ4g9NioSCTV9VRgGL9UHyk0P { top:13.625rem;left:0rem;width:9.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bolK1wdREThCxEG2eot2ti4GT30PaV { top:17.3125rem;left:0rem;width:10.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIHfmAPRFBmXSewe60UkarlT611dzNZ { top:7.5rem;left:9.75rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwx2MEcDiAa1hB0IUHW5TGl9nlhF3e { top:13.625rem;left:12.0625rem;width:7.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o73sgRpSJX8tA4MOSLPnl9AcC00wI9ca { top:9rem;left:14.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD1FgVtFb149KdsTB19rOuhmfowdSlEp { top:16.5rem;left:10.03125rem;width:11.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsvOpWvf8yGFlWcewHOwZD6Um01vli5T { top:7.5rem;left:25.75rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtT8ihLV3c0alBtzDqPIEHIwkxEGPNrt { top:9rem;left:30.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyX8B2ItTCtmvnrRcHqszVz9vbTIFiAC { top:13.625rem;left:26.4375rem;width:11.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RouFNZ9EsLDxKf7qvDC5MJMaIECZ5wuE { top:16.6875rem;left:26.6875rem;width:10.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdRirRLPcF12a7T4iTvPDRNouRiQZLuM { top:7.5rem;left:35.25rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hep9kluhdKRmMXROhEDuAlQAbhbhXSbu { top:9rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXP4Iw9gKQ02a2vPa3L70CXnRMw7iESN { top:13.625rem;left:37.75rem;width:10rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39ERReGO5SdTJLU3nvJrGqOVtyz3V9i { top:16.6875rem;left:37rem;width:10.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JftgWxqON62xJN9PpRvv3u3UZ0gRhz6a { top:13.8125rem;left:6.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRLDaNguKnOS7dbMoLmlDvInLwxxi0x { top:14rem;left:22.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q750gsuFrSfsuCslM2hcX1keFQnd651g { top:14rem;left:38.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxpl4zRp75gubUSauGh8TtmgV9a9KLKL { display:none; }
 }@media only screen and (max-width: 763px) { #XQ5pi0aOOzwI8CMWUPJV9N4PykPsPNUi { display:none; }
 }@media only screen and (max-width: 763px) { #zrnb89yJH5dfKb9LQxS4H6TMMhmO8543 { display:none; }
 }@media only screen and (max-width: 763px) { #hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I { display:block; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDuGmepKhqfgEr4xNU8F5tQw1Kfv0MTh { top:2.0625rem;left:0rem;width:43.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srph2bTBuyxE8u29dW4fiGPp7GEEnIiB { top:7.5rem;left:0rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6ghgsFt4aDOASciZEcTawBeLdTHLhS { top:9rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8EKyNzqvGgCRSUWexqzePo3vlnRVl51 { top:13.625rem;left:0rem;width:9.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSLpXFRnihdq1sg9WVTARf0TEsK3qXf { top:16.6875rem;left:0rem;width:10.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKhKSkrKT95RTZqAxvgM2EiD0D4n9AEK { top:7.5rem;left:9.75rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgKhsWoJAz8JtBeaR4zx4IuEiT5KRccn { top:13.625rem;left:11.53125rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGvSBnG0m6IPpHITG28yUUJAzM2G58a { top:9rem;left:14.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es4xiQHIna4fdLRTepPHDiueiBNO49pM { top:16.6875rem;left:10.03125rem;width:11.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVMIWAaQtGQPZt8TdkA24vGKrEKT4vkF { top:7.5rem;left:25.75rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRxacQSI2Tb51ELDQUSSmuEOX6yXak9p { top:9rem;left:30.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGOIFISUKMDuMLvTUJFqvQHuC5l9k5A { top:13.625rem;left:26.3125rem;width:11.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg37NG3NuLTk2BiudX4rSth5BN5TQvcy { top:16.6875rem;left:26.6875rem;width:10.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIuTUTkLKSWUpHhUl4HqmC90EiPNuPn { top:7.5rem;left:35.25rem;width:12.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTdufNivsrT4dHQKqNZDQXzX6BgOLRcT { top:9rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBIHfpklUi1NIH3dNr0CdwhCH1Cr6Bu { top:13.625rem;left:37.75rem;width:10rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTC6CLhgnQH9I7pwoTQt0yEWz64REr6T { top:16.6875rem;left:37rem;width:10.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC9KE9bI8WNaAtPFpPAx2lN3DZ8HCqyQ { top:13.8125rem;left:6.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgarO1umcFXFqCJqHf18M1S4BSXokgKh { top:14rem;left:22.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRg7e0QDJ8eEoAD9S4SvPpyvhaTCK1xk { top:14rem;left:38.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHMx0ukRo1T7ug29V9LWbcIIKfekiz8 { display:none; }
 }@media only screen and (max-width: 763px) { #lmAiq3ezfqSRAJ41Z8b2ydqZtH73GF8m { display:none; }
 }@media only screen and (max-width: 763px) { #VxCmP3TD0ttOybmhzBSg59cQG3JaukX5 { display:none; }
 }@media only screen and (max-width: 763px) { #ZuTahsLEERBDtqpVUOgbmoLEMWoGOAf3 { top:17.3125rem;left:0rem;width:12.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E { display:block; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl { display:block; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4wgosMgaZZJaynXW1wUqScm0A0wB1hV { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFDvUci9AqUtKPZiyGwuTwlioTtMp9Tm { top:6.5625rem;left:4.625rem;width:38.5625rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLn7350HTSmnpEbe2cMsXR2iF8rgVt56 { top:11.9375rem;left:4.625rem;width:38.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1OfmHHrE8MRlZlFiqSRTtnmIHSCUsIJ { width:6.8125rem;height:6.8125rem;top:14.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHGDIsPsP11N17VHPUyfXlJdH2J2WCaQ { top:22.5625rem;left:0.4375rem;width:46.8125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 { display:block; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF { display:block; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGmJVgw96i1e4gPselxzkFLnd6tvmfn { top:2.0625rem;left:0rem;width:16.8125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAZplSKlauA1B7OIVATSG6U3vq2amauF { top:8.125rem;left:0rem;width:13.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcclWkcsTSTFHryXbJeOiBxxLM1sX8Rf { top:8.125rem;left:2.875rem;width:13.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTuzTVEoQUsGRZVSiq5RM9RCU1VJeqQ { top:8.125rem;left:17.3125rem;width:13.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkB0V6uXELRxG4JwF1VXp2laIGmFwvqM { top:8.125rem;left:31.6875rem;width:13.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTtgx8qcfyOFz1793D5Ta6mxApmt5Zu { top:8.125rem;left:34.6875rem;width:13.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erRI7uenFur7gc9rZa1THnhanXOJANxB { top:15.4375rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOBmI6WLyLOy7w8Z0u3Jl1qFIzHIofbq { top:16.0625rem;left:0rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we0UNa5I9Ffo7RU2yFXlomd7WSMyBsXy { top:15.4375rem;left:3.1875rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviXpaHZhObuVxRTtzD1ZtulV1ECoaPk { top:16.125rem;left:4.25rem;width:10.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3VAL6OZHUTOOzuZhg9FV8G9XToUsDB { top:15.5rem;left:17.625rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTuzJBV1wirSzdX1GAKUxSstSnJowML { top:16.0625rem;left:18.6875rem;width:10.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EODE0VzTaO2SXlZ7TQzmTwltXlD6fh0E { top:15.4375rem;left:32rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX3im4sHrgvlOxBo8XW5CTUfHU60m3f { top:16.0625rem;left:33.0625rem;width:10.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HepWAOKX4q9nMOzfizsvyVDbIE5VNhP7 { top:15.4375rem;left:35.25rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OiueFbPvdmMUDcAwN38ybS2ibI0gQJ { top:16rem;left:35rem;width:12.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLSdAwsWcFPzAw3Ac5wOmp04oafea91 { top:0.875rem;left:0rem;width:32.6875rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1g6t49zPXRuAZNsOybzRalBXvky2SW { display:block; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5rBvVdqPHKMQ5QSeOzV8ItAQodmmlqQ { top:2.0625rem;left:0rem;width:32.6875rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN { display:flex;height:auto;width:45.25rem;top:7.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #VqKboak2eV9XPa2RVMkUePRbIRENnQXi {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #aNyUBWTQgynhk05TU9CpLSA5OlzyQwod {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #uFEcDeTlaq0W8eMZiPthekEo26cokM40 {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #gJPrkFyO1WrEzeFebMogfWtZA64syNTq {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #a87vH97DRTiwN3bBr1AxunPquIbiBzF1 {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #uzdaAffPLGRPd4IWOHbNTb2x1A31EvMk {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #cBegwTbx4BO8QIQpT4QS7d8T5aTTnehG {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #eK2EieIRTCEp6XIXBg4D3NIClXuZ6UEd {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #dULzTw6rEidEqZ08LsS29FcpxXGMryaU {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #puUUH27AUBrKQ6IVTBtssusk4rRUTlnb {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #Nv4wzbsZ5oHdo9X4L5Tld2tbrvDLTDTb {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #pTKr4xEqV5Mu9v7AallcEUoBz4tlau9b {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #nIlczZOXs3TEF1lHsaohdMxUloDT8qAE {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #f2BihwuhaSJxRwdodOxEoTwLTbZS6aHe {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #TXnmoC1gBQaOuvptCqVXDvEFFk0ghDbm {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #UsNi8lEmGFh5Tai4TWRTts3xUX7mZ0FD {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #Bm3BLLTVguiMJiiPOQn95chEb0xviL6P {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #oCFrwXasHCbJIADRWZcgPIztvtdiy3tP {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #iBb6oy6HxTqJb7PWmihCARvEnLA3gmQF {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #MdXlNXqGTBEAW2au7muXOPqE7OQsxJ8V {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #zBtHunATi4BAnhfXr1eLTAvD1uqheOdu {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #cPxS7Mb8T3sH0yqWslZK3RCvsFiCAWLQ {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #pMlFRIMvVtCCFSMaFXIAPNKaMsBQhtWr {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #eT8t4DR3iPyVsecWD6tZOni7VWZ9FX83 {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #sBGol94QqQnCMaxl9auImI7ZECJQnE8D {  }
 }@media only screen and (max-width: 763px) { #k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z { display:block; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkPdRyaNv9fATiCubpDNpX2yKABMdtbO { top:9.1875rem;left:18.75rem;width:9.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIfVkFXNHAd5yLbqzn5xXJW2FRtGJeHk { top:17rem;left:0.4375rem;width:9.375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkuueKog7TiDeWlkJ0OInNyBditsLvL7 { top:1rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUwQ89TTZL34lV5B3lsq0HLMsxy8xRtc { top:9.0625rem;left:0rem;width:21.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIioKrHO8xK1J1qvtZuDyoWWGDPdNQcE { top:7.4375rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVpALWZbD53euUzrpbUEcnPRN3uQ21nk { top:7.6875rem;left:24.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGquELZdv0q5G9LFQXBhamTvZ0ZNpUIS { top:9.3125rem;left:24.4375rem;width:8.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODanzf1HD2umgkfyfcuUaOC6ffPAEKRo { top:7.6875rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJuMqELJ4AGTG7oDcShD0lfSsrMy2R6 { top:9.3125rem;left:35.625rem;width:12.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmkKlIbB3uGvmmrdps8aEmA5i9rrGni { top:14.375rem;left:0rem;width:30.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7pKPGvAP3kA5dHh6TinzWh3axDAmgt4 { top:14.375rem;left:9.5rem;width:38.25rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLgk0Th44BNnmHi0pCV6vB2Wd25TxqaB { width:15.6875rem;height:3.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7XadGOL6fQ1ZclBW1mrisDUVTTikpFK { display:block; }
 }@media only screen and (max-width: 763px) { #uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y { display:block; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbhQNwExuxs7ZERxbbAF76m1TobDmXGo { display:block; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkkSdERtJFet2FGhdQqxT8hgcxDiueCB { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLUWdQinGxB5ycRxbBfdzDTrHU9EEocs { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0649755194275rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzOaNcLH4exsRJqvgtPVL6BLCR7lAnRd { top:1.8125rem;left:26.9375rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08XUPRqOM1fKETNtFoCTVTCeLDoXLPA { top:3rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSGzhxGIAlCqaZf3JuVl0cFpysZ9GMoa { top:9.4375rem;left:0rem;width:39.0625rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfaZXT1ikhv6Ty3wr3Ew4QALEUbUryt { top:23.6875rem;left:22.1875rem;width:25.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csJQSh802d1xxSwZh0SiPFDW5Vfqe4uM { top:19.5625rem;left:0rem;width:7.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWo4d2nSThktGcLxfHdHC212aNzvQwXK { top:17.25rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMDIH13ZSWNqXcP5ad9acD3C8rXxJPH { top:17.1875rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJRwnmTINcw5MdvDmOcsXRrcc79oVXZ { top:22.1875rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuiCpcLFUDTUVeGWGe8b94VhnO5pTDGF { top:19.625rem;left:0rem;width:7.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn81N4VTzwAB7fPnX9gSaDNT3by2Irys { top:6.0625rem;left:0rem;width:29.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwSGveKZAqJkZdg7LQtgGDH5OMCUtsA { width:21.1875rem;height:3.4375rem;top:21.6875rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN1ymigL9pPy9M2CZepNTXtwRoTX22mt { display:block; }
 }@media only screen and (max-width: 763px) { #mdB0bV7yTDzEEMcQ0kcwWUTKDee2HC6d { top:24.5rem;left:0rem;width:12.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT { display:block; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGdd7JoxIxrhB88UP20UexMabZBMEdq { display:block; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxnVHXnQ2f02OoHxPoKVoFxhvh67sORh { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzfMvutlTbKGyMIdTeiDw8q8a9P67RJU { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0649755194275rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lJBFZ1HxaTT14boa9Lew3RFnLGOWr5 { top:8.375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqSfP7nZFtqTEd0Mzqt8tXDfwUIfkGO1 { top:1.9375rem;left:4.71875rem;width:38.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg { display:block; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP9bM1pEdydLqCvdRx65x7ChNuqCMPJG { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV68JKR8xmVlNIcTM2frmVXTHmIciUHr { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0649755194275rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTwxlq2sV7TJxpU2CWJzeTcP3gGsZ4u7 { top:4.3125rem;left:0rem;width:16.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf7FSNJM8JVo7eVqTGW8Xgb7k2dnWno5 { top:23.6875rem;left:22.1875rem;width:25.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzKrZhdrouDBQSEva9RmhETRTqHJLgx2 { top:7.875rem;left:0rem;width:28.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfCIZLc7ZfMbbcuTXXT47zphiCaI42vh { top:11.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJfVvJhH9RMai9mPcTbPE5QFm6rdbxD { top:14.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJHIuDQLDmCIvqaQNKG1TzNeiVSTBRo { top:18.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbmLdLm4VeLNNJ6gPODInwnSQU8X3KRR { top:15.1875rem;left:0rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbiSKPqn2rgTk5sFdUl3xLTzT8DDB9LI { width:18.75rem;height:2.375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTEd4HDe2k0mNClAkCTo4mwP77dEfEI { display:block; }
 }@media only screen and (max-width: 763px) { #Hwb8MDSZgnPOMaFaMIWINrFHHvJ6dH0M { width:18.75rem;height:2.375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmLl8O2hmKi0RtIZvcrQz5OfiwyZCdmN { display:block; }
 }@media only screen and (max-width: 763px) { #ozTdudvTHIiPlfbgwDJXswMzORrbyvcG { top:12rem;left:0rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVk99ezraaKVEITHuDNFdmABdfVnJKgL { width:18.75rem;height:2.375rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phH6TGMTuLTpQecGnHD0oN6BR5z929JU { display:block; }
 }@media only screen and (max-width: 763px) { #Z9hqTTlgrXcxlWQ52wAIter3EZRLreyO { top:18.875rem;left:0rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLWkGOp6Tq1D93iENRgT27JN0dmbc8TX { top:2.8125rem;left:14.3125rem;width:33.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiZDfAc5as7q9D3xZOGsPWz0efQw97k { top:20.875rem;left:14.25rem;width:33.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoWDkh1MsJwTGcTtGL1wPs6c6aOJ5zJg { top:21.6875rem;left:21.5rem;width:26.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc { display:block; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTBnw61wRyrJQsSiQKJWa3dJsl3o0IRb { top:2rem;left:9.34375rem;width:29.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTGAwpsm6esCncpkqpUql27wE9ZMlL4z { top:8.6875rem;left:0rem;width:31.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX49ryexLPFyTRdtEyGrTmT4zirgsF0s { top:11.75rem;left:0rem;width:29.625rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcVGvvgE0WxzLh1JfnqWQLqcXiMTBakX { top:23rem;left:0rem;width:31.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp5unGnsUf5xAy6EcHKi7X68BSEyieAJ { top:26.375rem;left:0rem;width:29.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPe1fFHKUvSP80AincT2FUAiqIvqHXzB { top:8.6875rem;left:16.6875rem;width:31.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK0iiISiriEdcSPf6TTKeMd8q7aLbRM8 { top:12.375rem;left:18.125rem;width:29.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAC1lqILD00dVgF7vN6KCcwIkU75xV8Z { top:22.9375rem;left:16.6875rem;width:31.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfwraZD6yEEHuaNaPdZr2Tev3Dp2TWdE { top:26.375rem;left:18.125rem;width:29.625rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVdfEdee8I359dnluCheXUyTdwe9DcaU { top:35.1875rem;left:0rem;width:30rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVSigoWNEdVKZEhc99zvp3WbfiEu8yH { top:38.9375rem;left:0rem;width:29.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLLTK6LPuOdq2X1d4Sm72L5IapRsPOF { top:35.1875rem;left:17.75rem;width:30rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8XIFpqFxU7LxgxwelBUX5bNIeX8dZgv { top:38.9375rem;left:18.25rem;width:29.5rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 { display:block; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGEmVGy7gciUUlQQtnz7huG1omrT9dub { display:block; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi1IuWUuZQAXuDms5sx2RIM7CUpCglsH { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNUSoaV07m2V46ay6uM5S7rHJTkkQLxG { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0649755194275rem;display:block; }
 }@media only screen and (max-width: 763px) { #V643CgFS8gq9Zt9XvFhS3TTb0uHIHVT3 { top:2.25rem;left:11.8125rem;width:24.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcm72PdQTaLONGT58RenAn8DmyAtlopz { display:block; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0QT7RRVVhiQT3kWN0s70dUrCKcWd68T { top:6.75rem;left:27.625rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTX04NrJHiXRQRlZstITZ9xqF50TlMzM { top:9.1875rem;left:18.75rem;width:9.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5cHZs38ku2pVZhyzbt05lNfhf3N4PyX { top:0.9375rem;left:0rem;width:12.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7tDuJCfwqSIMPKr62xroneMMivlTAh { top:1.3125rem;left:0rem;width:9.375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMLoVRqFbToAWXKzOd9i23nBATFMpwbt { top:6.75rem;left:13.5rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdpT00Tyz3gfxfd2PGMXy3pu2hdbioTe { top:6.75rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNi43Cas0PpEhJSI4dPoiVWLo2VwvkTI { top:0.9375rem;left:17.3125rem;width:12.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkV0pBbydN1Wkl0bTmD9zXRFl9VHZ7qP { top:0.9375rem;left:35.25rem;width:12.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvvrQZOPiIUFOxBzLvNlBmCcSavJugS { top:2rem;left:18.875rem;width:9.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUX31KUTMnV3nBTqoqsu1ZsTAhBOZoAZ { top:2rem;left:38.375rem;width:9.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e { display:block; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 { display:block; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olEUoRF6TNFZDN9B6S47k9TJWA3zfAzz { top:2rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIXavtNmy03l6oJRlTQNg5iRhaDNzOG { top:9.125rem;left:0rem;width:29.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEpaNOnAb3lmyQBIsrm4AuFGUpT37kxx { top:17.9375rem;left:0rem;width:30.9375rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRdT43VRmfNuZUeW02HbTZv7BXvStdMg { top:28.125rem;left:0rem;width:31rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqUeJPbmty9AWUgeKxl5MCTMSAG3xP8O { top:37.9375rem;left:0rem;width:30.8125rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvrdPJ8TCPru83i3TVSJIJmXBmDHyLOS { top:49.4375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thm47dPEwF0lyUTnQnzbmhySZnlycIei { top:6.5rem;left:25.3125rem;width:22.4375rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeemeT0T5Bqh12h3iWymWUlAlFFALUxu { display:block; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwWc0q2U9OnZl1R1cNIC2IgK0Eq0ycB7 { top:16.6875rem;left:0rem;width:32.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxps2F56sztG5K3oFZKAsT3C4HUmuWi { top:7.625rem;left:0rem;width:31.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg46dV9Z4DDmd2dSg4RoXnqcJazIsq0d { width:16.875rem;height:3.4375rem;top:23.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb18wlBdhZNWTcx0h9MnWK8bwW8d1TwC { display:block; }
 }@media only screen and (max-width: 763px) { #B87OznITILQfJUQFmQUBpuVwPCEqXIdN { top:10.375rem;left:0rem;width:32.25rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTl9qn6NhOEyEPt17MnmlAqO2DeQq4s5 { width:18.75rem;height:3.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ4i8WW5QkzBbDlZWUJGqWQZymh8BDad { display:block; }
 }@media only screen and (max-width: 763px) { #n0OUZ6T6hTXhN2haxzuLqdQ77FkVRIbh { top:28.125rem;left:0rem;width:27.5625rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L { display:block; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf1hCbHFGIFXh2bJII2Xvm1uSbrFruHG { top:43.9375rem;left:16rem;width:15.6875rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td8f01ehIQhLy8HfapZ1bs08hfaCULkJ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Low0Wwu4vMqfczJNdZSMquQqHvmNqSzT { top:0.875rem;left:6.5625rem;width:34.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 { display:none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { width:20rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eUgco2Vc6wWHdmgwVOVbCM38XTuhWRmC { width:13.75rem;height:3.875rem;top:0.625rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OLH2Eva7mPDFUCKqJzfZHuSPclaXoTEG { width:0.125rem;height:2.75rem;top:5.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZndaCusxPUGATTuDWPem5sU4hzVPRU { width:3.25rem;height:2.25rem;top:2.3841857910156E-7rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2seMPG2b77IvX05NGMoUwpWJLRO5FoV { display:block; }
 }@media only screen and (max-width: 763px) { #cLuWoSoyJ3JPktKPAg3dGC4Ck9b7dCom { width:10.4375rem;height:2.625rem;top:9.75rem;left:4.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXz7yLxdzWTv9GrcLqSSc93y7GXpN3ZK { display:block; }
 }@media only screen and (max-width: 763px) { #wtIugvkn7tFuovWoVeJCBSdLf1gPS1k4 { width:8.25rem;height:2.625rem;top:13.625rem;left:5.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRQNvRoavpk2LL9kz4c4hyxasQWFrkZQ { display:block; }
 }@media only screen and (max-width: 763px) { #cTs0A5RZT0QXIDHov0IqC6FwLOuuZg3q { width:6.125rem;height:2.625rem;top:17.5rem;left:6.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17HtRFNv64kuJCPvAa4PAr8ayCiWVsv { display:block; }
 }@media only screen and (max-width: 763px) { #ApZbkTw7sgkRUFfJyoPwQcfa5TK5z3ib { width:18.25rem;height:3.4375rem;top:21.375rem;left:0.875rem;background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JnNODI5cJfBiP8xw9mETdCee5EeJuWoW { display:block; }
 }@media only screen and (max-width: 763px) { #kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 { display:block; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 { background-color: transparent; background-image: none; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row .container > .video-iframe-container { display: none; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row > .video-iframe-container { display: none; }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .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); }#kdTDd2P6Ont8OrfLKQVeRmm2aNR8mIg5 > .row .container { width:20rem;height:5.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcZq7SM5T95aFrPt50yl0tNEbw5FIra3 { width:13.75rem;height:3.875rem;top:1rem;left:3.125rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.adaptive-delivery-prevent-bg, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyload, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyloading { background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { background-color: transparent; background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .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); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { border-width: 0; border-radius: 0; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXRuMTPIpCyTPhKNCAEWcTtdUFFx44oT { width:20rem;height:5.75rem;top:11.0625rem;left:0rem;font-size:1.125rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5rUVsqowQ5Q3qxe9rQTIyZDRCU6ugM { width:20rem;height:2.75rem;top:6.8125rem;left:0rem;font-size:1.0625rem;color:#1e285c;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TeqLuWmIAhnh4o7e5kpXUTwwOqX4o3sC { width:17.5rem;height:3.4375rem;top:17.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwLo40Gay161mfzRv1P6a6a9HzxxQBl { display:block; }
 }@media only screen and (max-width: 763px) { #K0t4i9ddPWqHV4v0E0xdSyTxaLek6P8R { width:17.75rem;height:3.4375rem;top:21.875rem;left:1.125rem;background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfi3triEWQrrqyzmNGb2Q5FdKrEaDBbi { display:block; }
 }@media only screen and (max-width: 763px) { #TzPomRUR3sSf7vQkxzZZBnzscR3npCip { width:20rem;height:0;top:2.625rem;left:0rem;font-size:1.5625rem;color:#1e285c;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yMTLDpv8Up6QR1ATUsJyiz3UmpKId6G1 { width:20rem;height:36rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrOZyTAZs7fEvlg3BwTNQ9hS51CTLGk9 { top:1.625rem;left:0rem;width:20rem;height:;z-index:15037;font-size:1.5rem;color:#0e3178;display:block; }
 }@media only screen and (max-width: 763px) { #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv { display:block; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvLNI26N50oF211PvTWvRG74XTPdQ2pc { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM9wvGhds04ulCNgUgZadPLSVxuTh8Z2 { width:12.5rem;height:15.0625rem;top:4.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOyTw3eTRHf5iLpy77MX157kcN452H4 { width:3.8125rem;height:3.8125rem;top:6rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsCx1kXz1wkqi01HXTJHSPf5AtTKeyT5 { width:9.5625rem;height:2.875rem;top:10.625rem;left:5.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWg5tW0UVXb9RvreS54LaozpMdHd0f3 { width:10.75rem;height:0;top:13.6875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVCg9LNgwzx8zIetipAq0Mhiz1LyVvuk { width:12.5rem;height:15.0625rem;top:22.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9dCUXpfJOxFW8SH3VgJnfz0p0dTrcq { width:9.75rem;height:1.4375rem;top:28.9375rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiV9uqdrgxHoSgmKguWi1SsuOpeAJW7l { width:3.8125rem;height:3.8125rem;top:24.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4seBONv6zTIKO6kd82WVfpKLVPnN6N { width:11.25rem;height:2.5rem;top:31.8125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo6NzopI19THzBlkrAhAK0ctlZeHKqSo { width:12.5rem;height:15.0625rem;top:41rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eepNA7t1QQ6uPlOsZTWKtspGPFwzshn1 { width:3.8125rem;height:3.8125rem;top:42.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqVZqFeqlaKDNvs5awKQ2teg9kUKboMU { width:9.1875rem;height:1.4375rem;top:47.125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwTGTA6OFKaqXxHKG56Kk2PDtxoZnXU { width:10.75rem;height:5rem;top:49.625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qToTZpVpBtfVAFTT4sDhslUvqlNHqy2E { width:12.5rem;height:15.0625rem;top:59.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULWkR5ipLPlVldTuyDtrC9aRq8VF2io { width:3.8125rem;height:3.8125rem;top:60.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adf7MznMcJJGT2wXhW0ThThha22gUw29 { width:11.5625rem;height:2.875rem;top:64.4375rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyrn2EtsM2IZGuUv7Zh4kou4KhEQJFQ5 { width:10.75rem;height:5rem;top:67.9375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ9WmXb79N6obq2yMTS5QBmoC9rGKIuf { display:flex;width:2.3125rem;height:2.3125rem;top:10.6875rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qp5U910BT1zx88Ee8eukqXStefXwTNDA { display:flex;width:2.3125rem;height:2.3125rem;top:29.1875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #arObGA0RxTTctlInZ0c0Rf3ITOHBbwpq { display:flex;width:2.3125rem;height:2.3125rem;top:45.5rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #whT5JEeEMcXwNXprDwX8TMTGSxdm0DHe { display:flex;top:19.5625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #bXwDbdtLx061c5wQfnHSJBT3IhnUWxNP { display:flex;top:37.875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #y108POgPVy2Hg1RZnfyxWcTi25dnBkbP { display:flex;top:56.0625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #TKVM7bpDCoswBzGMBQlbuc3T9imoH76n { width:12.4375rem;height:0;top:75.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkLg8Tn91ZBPdKkr0MIIaIt8r6XyvTLT { width:10.9375rem;height:3.75rem;top:14.5rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL { display:block; }#cV48BzNiQ5TGzhJqu6nPLfWJy63VEOmL > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qb7RFBLgBh9rRx9ndIdpXm1iJlSButED { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xp17lXWQX6ykAIhnpNm2IKd9MLHTnNn8 { width:12.5rem;height:15.0625rem;top:4.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEXGdPrHci8krIpo9BZSlqxR3O1q3bGG { width:3.8125rem;height:3.8125rem;top:6rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Vkq44bZ4g9NioSCTV9VRgGL9UHyk0P { width:9.5625rem;height:2.875rem;top:10.625rem;left:5.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bolK1wdREThCxEG2eot2ti4GT30PaV { width:10.75rem;height:1.25rem;top:14.3125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIHfmAPRFBmXSewe60UkarlT611dzNZ { width:12.5rem;height:15.0625rem;top:22.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwx2MEcDiAa1hB0IUHW5TGl9nlhF3e { width:7.875rem;height:2.875rem;top:28.8125rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o73sgRpSJX8tA4MOSLPnl9AcC00wI9ca { width:3.8125rem;height:3.8125rem;top:24.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD1FgVtFb149KdsTB19rOuhmfowdSlEp { width:11.9375rem;height:3.75rem;top:31.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsvOpWvf8yGFlWcewHOwZD6Um01vli5T { width:12.5rem;height:15.0625rem;top:40.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtT8ihLV3c0alBtzDqPIEHIwkxEGPNrt { width:3.8125rem;height:3.8125rem;top:42.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyX8B2ItTCtmvnrRcHqszVz9vbTIFiAC { width:11.125rem;height:2.875rem;top:47rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RouFNZ9EsLDxKf7qvDC5MJMaIECZ5wuE { width:10.75rem;height:5rem;top:50.0625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdRirRLPcF12a7T4iTvPDRNouRiQZLuM { width:12.5rem;height:15.0625rem;top:59.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hep9kluhdKRmMXROhEDuAlQAbhbhXSbu { width:3.8125rem;height:3.8125rem;top:60.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXP4Iw9gKQ02a2vPa3L70CXnRMw7iESN { width:10rem;height:2.875rem;top:64.375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39ERReGO5SdTJLU3nvJrGqOVtyz3V9i { width:10.75rem;height:3.75rem;top:68rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JftgWxqON62xJN9PpRvv3u3UZ0gRhz6a { display:flex;width:2.3125rem;height:2.3125rem;top:10.8125rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #apRLDaNguKnOS7dbMoLmlDvInLwxxi0x { display:flex;width:2.3125rem;height:2.3125rem;top:27.3125rem;left:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q750gsuFrSfsuCslM2hcX1keFQnd651g { display:flex;width:2.3125rem;height:2.3125rem;top:43.625rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxpl4zRp75gubUSauGh8TtmgV9a9KLKL { display:flex;top:19.5625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #XQ5pi0aOOzwI8CMWUPJV9N4PykPsPNUi { display:flex;top:37.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #zrnb89yJH5dfKb9LQxS4H6TMMhmO8543 { display:flex;top:55.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I { display:block; }#hpn87xC6XcHr9HpBin0r71TNKVfnBJ2I > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDuGmepKhqfgEr4xNU8F5tQw1Kfv0MTh { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Srph2bTBuyxE8u29dW4fiGPp7GEEnIiB { width:12.5rem;height:15.0625rem;top:6.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6ghgsFt4aDOASciZEcTawBeLdTHLhS { width:3.8125rem;height:3.8125rem;top:8rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8EKyNzqvGgCRSUWexqzePo3vlnRVl51 { width:9.5625rem;height:1.4375rem;top:12.625rem;left:5.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSLpXFRnihdq1sg9WVTARf0TEsK3qXf { width:10.75rem;height:3.75rem;top:15.6875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKhKSkrKT95RTZqAxvgM2EiD0D4n9AEK { width:12.5rem;height:15.0625rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgKhsWoJAz8JtBeaR4zx4IuEiT5KRccn { width:8.9375rem;height:1.4375rem;top:31.25rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGvSBnG0m6IPpHITG28yUUJAzM2G58a { width:3.8125rem;height:3.8125rem;top:26.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es4xiQHIna4fdLRTepPHDiueiBNO49pM { width:11.9375rem;height:3.75rem;top:34.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVMIWAaQtGQPZt8TdkA24vGKrEKT4vkF { width:12.5rem;height:15.0625rem;top:43.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRxacQSI2Tb51ELDQUSSmuEOX6yXak9p { width:3.8125rem;height:3.8125rem;top:44.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGOIFISUKMDuMLvTUJFqvQHuC5l9k5A { width:11.375rem;height:1.4375rem;top:49.5rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg37NG3NuLTk2BiudX4rSth5BN5TQvcy { width:10.75rem;height:5rem;top:52.5625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIuTUTkLKSWUpHhUl4HqmC90EiPNuPn { width:12.5rem;height:15.0625rem;top:61.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTdufNivsrT4dHQKqNZDQXzX6BgOLRcT { width:3.8125rem;height:3.8125rem;top:63.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBIHfpklUi1NIH3dNr0CdwhCH1Cr6Bu { width:10rem;height:2.875rem;top:67.8125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTC6CLhgnQH9I7pwoTQt0yEWz64REr6T { width:10.75rem;height:3.75rem;top:70.875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC9KE9bI8WNaAtPFpPAx2lN3DZ8HCqyQ { display:flex;width:2.3125rem;height:2.3125rem;top:12.8125rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgarO1umcFXFqCJqHf18M1S4BSXokgKh { display:flex;width:2.3125rem;height:2.3125rem;top:29.3125rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRg7e0QDJ8eEoAD9S4SvPpyvhaTCK1xk { display:flex;width:2.3125rem;height:2.3125rem;top:45.625rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPHMx0ukRo1T7ug29V9LWbcIIKfekiz8 { display:flex;top:21.8125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #lmAiq3ezfqSRAJ41Z8b2ydqZtH73GF8m { display:flex;top:40.1875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #VxCmP3TD0ttOybmhzBSg59cQG3JaukX5 { display:flex;top:58.4375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #ZuTahsLEERBDtqpVUOgbmoLEMWoGOAf3 { width:12.125rem;height:1.1875rem;top:78rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E { display:block; }#BT9qDnAgMzFXJUAO8QQXfwDaGwusze1E > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl { display:block; }#qIHfmMyNrr4o9IgQNslqQUKSRqUWLzAl > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4wgosMgaZZJaynXW1wUqScm0A0wB1hV { width:20rem;height:6rem;top:1rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FFDvUci9AqUtKPZiyGwuTwlioTtMp9Tm { width:8.25rem;height:3.5625rem;top:8.5625rem;left:5.875rem;font-size:2.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZLn7350HTSmnpEbe2cMsXR2iF8rgVt56 { width:20rem;height:1.375rem;top:12.125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N1OfmHHrE8MRlZlFiqSRTtnmIHSCUsIJ { width:6.8125rem;height:6.8125rem;top:14.53125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHGDIsPsP11N17VHPUyfXlJdH2J2WCaQ { width:20rem;height:10.0625rem;top:22.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 { display:block; }#SWGaO3TEI3x8DDHiPAmSk6Wbo8NJrNA4 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF { display:block; }#huQ87ZRbx7v2pBTFu0z4MVP0Ppey8KMF > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGmJVgw96i1e4gPselxzkFLnd6tvmfn { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAZplSKlauA1B7OIVATSG6U3vq2amauF { width:13.0625rem;height:6.5rem;top:5.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcclWkcsTSTFHryXbJeOiBxxLM1sX8Rf { width:13.0625rem;height:6.5rem;top:16.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTuzTVEoQUsGRZVSiq5RM9RCU1VJeqQ { width:13.0625rem;height:6.5rem;top:26.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkB0V6uXELRxG4JwF1VXp2laIGmFwvqM { width:13.0625rem;height:6.5rem;top:37.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTtgx8qcfyOFz1793D5Ta6mxApmt5Zu { width:13.0625rem;height:6.5rem;top:47.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erRI7uenFur7gc9rZa1THnhanXOJANxB { width:12.5rem;height:2.5rem;top:13.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOBmI6WLyLOy7w8Z0u3Jl1qFIzHIofbq { width:10.375rem;height:1.25rem;top:13.6875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we0UNa5I9Ffo7RU2yFXlomd7WSMyBsXy { width:12.5rem;height:2.5rem;top:23.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviXpaHZhObuVxRTtzD1ZtulV1ECoaPk { width:10.375rem;height:1.25rem;top:24.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3VAL6OZHUTOOzuZhg9FV8G9XToUsDB { width:12.5rem;height:2.5rem;top:34.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTuzJBV1wirSzdX1GAKUxSstSnJowML { width:10.375rem;height:1.375rem;top:34.625rem;left:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EODE0VzTaO2SXlZ7TQzmTwltXlD6fh0E { width:12.5rem;height:2.5rem;top:43.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX3im4sHrgvlOxBo8XW5CTUfHU60m3f { width:10.375rem;height:1.25rem;top:45.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HepWAOKX4q9nMOzfizsvyVDbIE5VNhP7 { width:12.5rem;height:2.5rem;top:54.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OiueFbPvdmMUDcAwN38ybS2ibI0gQJ { width:12.75rem;height:1.25rem;top:55.5625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLSdAwsWcFPzAw3Ac5wOmp04oafea91 { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1g6t49zPXRuAZNsOybzRalBXvky2SW { display:block; }#TZ1g6t49zPXRuAZNsOybzRalBXvky2SW > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5rBvVdqPHKMQ5QSeOzV8ItAQodmmlqQ { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN { display:flex;height:auto;width:17.5rem;top:4.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #VqKboak2eV9XPa2RVMkUePRbIRENnQXi {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #aNyUBWTQgynhk05TU9CpLSA5OlzyQwod {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #uFEcDeTlaq0W8eMZiPthekEo26cokM40 {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #gJPrkFyO1WrEzeFebMogfWtZA64syNTq {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #a87vH97DRTiwN3bBr1AxunPquIbiBzF1 {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #uzdaAffPLGRPd4IWOHbNTb2x1A31EvMk {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #cBegwTbx4BO8QIQpT4QS7d8T5aTTnehG {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #eK2EieIRTCEp6XIXBg4D3NIClXuZ6UEd {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #dULzTw6rEidEqZ08LsS29FcpxXGMryaU {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #puUUH27AUBrKQ6IVTBtssusk4rRUTlnb {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #Nv4wzbsZ5oHdo9X4L5Tld2tbrvDLTDTb {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #pTKr4xEqV5Mu9v7AallcEUoBz4tlau9b {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #nIlczZOXs3TEF1lHsaohdMxUloDT8qAE {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #f2BihwuhaSJxRwdodOxEoTwLTbZS6aHe {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #TXnmoC1gBQaOuvptCqVXDvEFFk0ghDbm {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #UsNi8lEmGFh5Tai4TWRTts3xUX7mZ0FD {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #Bm3BLLTVguiMJiiPOQn95chEb0xviL6P {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #oCFrwXasHCbJIADRWZcgPIztvtdiy3tP {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #iBb6oy6HxTqJb7PWmihCARvEnLA3gmQF {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #MdXlNXqGTBEAW2au7muXOPqE7OQsxJ8V {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #zBtHunATi4BAnhfXr1eLTAvD1uqheOdu {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #cPxS7Mb8T3sH0yqWslZK3RCvsFiCAWLQ {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #pMlFRIMvVtCCFSMaFXIAPNKaMsBQhtWr {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #eT8t4DR3iPyVsecWD6tZOni7VWZ9FX83 {  }
 }@media only screen and (max-width: 763px) { #EPXFFfLBoKLx0Aw1UOaa4XfeFPUq1KdN #sBGol94QqQnCMaxl9auImI7ZECJQnE8D {  }
 }@media only screen and (max-width: 763px) { #k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z { background-color:#ffffff;background-image:none;display:block; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container { background-color: transparent; background-image: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container > .video-iframe-container { display: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row > .video-iframe-container { display: none; }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .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); }#k1KHIRNvO9CwSQsRiRueAyveCCPTbf1z > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkPdRyaNv9fATiCubpDNpX2yKABMdtbO { width:9.375rem;height:2.25rem;top:5.375rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #uIfVkFXNHAd5yLbqzn5xXJW2FRtGJeHk { width:9.375rem;height:0;top:1.75rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ZkuueKog7TiDeWlkJ0OInNyBditsLvL7 { width:20rem;height:5.125rem;top:0rem;left:0rem;font-size:2rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #SUwQ89TTZL34lV5B3lsq0HLMsxy8xRtc { width:19.75rem;height:2.375rem;top:9.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIioKrHO8xK1J1qvtZuDyoWWGDPdNQcE { width:7.3125rem;height:1.625rem;top:7.625rem;left:6.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVpALWZbD53euUzrpbUEcnPRN3uQ21nk { width:7.3125rem;height:1.625rem;top:12.25rem;left:6.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGquELZdv0q5G9LFQXBhamTvZ0ZNpUIS { width:8.5rem;height:1.1875rem;top:14.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODanzf1HD2umgkfyfcuUaOC6ffPAEKRo { width:7.3125rem;height:1.625rem;top:17.375rem;left:6.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIJuMqELJ4AGTG7oDcShD0lfSsrMy2R6 { width:12.125rem;height:1.1875rem;top:19.875rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTmkKlIbB3uGvmmrdps8aEmA5i9rrGni { width:20rem;height:14.6875rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7pKPGvAP3kA5dHh6TinzWh3axDAmgt4 { width:19.5625rem;height:12.0625rem;top:23.4375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLgk0Th44BNnmHi0pCV6vB2Wd25TxqaB { width:15.6875rem;height:3.4375rem;top:55.25rem;left:2.15625rem;background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z7XadGOL6fQ1ZclBW1mrisDUVTTikpFK { display:block; }
 }@media only screen and (max-width: 763px) { #uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y { display:block; }#uA3M07UXWHxAZFRvOnBSh78f3JdCCM4y > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbhQNwExuxs7ZERxbbAF76m1TobDmXGo { display:block; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkkSdERtJFet2FGhdQqxT8hgcxDiueCB { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLUWdQinGxB5ycRxbBfdzDTrHU9EEocs { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzOaNcLH4exsRJqvgtPVL6BLCR7lAnRd { width:20rem;height:20rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08XUPRqOM1fKETNtFoCTVTCeLDoXLPA { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:1.875rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #LSGzhxGIAlCqaZf3JuVl0cFpysZ9GMoa { width:20rem;height:12.375rem;top:11.375rem;left:0rem;font-size:1.0625rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #TxfaZXT1ikhv6Ty3wr3Ew4QALEUbUryt { width:20rem;height:1.375rem;top:58.875rem;left:0rem;font-size:1.0625rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #csJQSh802d1xxSwZh0SiPFDW5Vfqe4uM { width:7.8125rem;height:1.1875rem;top:26.25rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWo4d2nSThktGcLxfHdHC212aNzvQwXK { width:7.3125rem;height:1.625rem;top:23.9375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMDIH13ZSWNqXcP5ad9acD3C8rXxJPH { width:7.3125rem;height:1.625rem;top:23.9375rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJRwnmTINcw5MdvDmOcsXRrcc79oVXZ { width:7.3125rem;height:1.625rem;top:28.6875rem;left:6.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuiCpcLFUDTUVeGWGe8b94VhnO5pTDGF { width:7.6875rem;height:1.1875rem;top:26.25rem;left:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn81N4VTzwAB7fPnX9gSaDNT3by2Irys { width:20rem;height:4.125rem;top:7.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwSGveKZAqJkZdg7LQtgGDH5OMCUtsA { width:20rem;height:3.4375rem;top:32.875rem;left:0rem;background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lN1ymigL9pPy9M2CZepNTXtwRoTX22mt { display:block; }
 }@media only screen and (max-width: 763px) { #mdB0bV7yTDzEEMcQ0kcwWUTKDee2HC6d { width:12.125rem;height:1.1875rem;top:30.9375rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT { display:block; }#G09lbDf0nzBTLPAPRD8ybyBa0RJCOmOT > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGdd7JoxIxrhB88UP20UexMabZBMEdq { display:block; }#lkGdd7JoxIxrhB88UP20UexMabZBMEdq > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxnVHXnQ2f02OoHxPoKVoFxhvh67sORh { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzfMvutlTbKGyMIdTeiDw8q8a9P67RJU { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5lJBFZ1HxaTT14boa9Lew3RFnLGOWr5 { width:20rem;height:21.75rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqSfP7nZFtqTEd0Mzqt8tXDfwUIfkGO1 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg { display:block; }#V3Lz9AbcFfbnd0Lal3c9OOgVE6dki9bg > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP9bM1pEdydLqCvdRx65x7ChNuqCMPJG { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SV68JKR8xmVlNIcTM2frmVXTHmIciUHr { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTwxlq2sV7TJxpU2CWJzeTcP3gGsZ4u7 { width:16.6875rem;height:2.4375rem;top:1.25rem;left:1.625rem;font-size:1.875rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #Qf7FSNJM8JVo7eVqTGW8Xgb7k2dnWno5 { width:20rem;height:1.375rem;top:43.5rem;left:0rem;font-size:1.0625rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #SzKrZhdrouDBQSEva9RmhETRTqHJLgx2 { width:20rem;height:4.125rem;top:4.9375rem;left:0rem;font-size:1.0625rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #HfCIZLc7ZfMbbcuTXXT47zphiCaI42vh { display:flex;width:2.5rem;height:2.5rem;top:10.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #QVJfVvJhH9RMai9mPcTbPE5QFm6rdbxD { display:flex;width:2.3125rem;height:2.3125rem;top:16.4375rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #yZJHIuDQLDmCIvqaQNKG1TzNeiVSTBRo { display:flex;width:2.3125rem;height:2.3125rem;top:22.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #lbmLdLm4VeLNNJ6gPODInwnSQU8X3KRR { width:12.3125rem;height:1.625rem;top:19.375rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbiSKPqn2rgTk5sFdUl3xLTzT8DDB9LI { width:10.625rem;height:5.0625rem;top:10.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTEd4HDe2k0mNClAkCTo4mwP77dEfEI { display:block; }
 }@media only screen and (max-width: 763px) { #Hwb8MDSZgnPOMaFaMIWINrFHHvJ6dH0M { width:10.9375rem;height:4.8125rem;top:16.40625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmLl8O2hmKi0RtIZvcrQz5OfiwyZCdmN { display:block; }
 }@media only screen and (max-width: 763px) { #ozTdudvTHIiPlfbgwDJXswMzORrbyvcG { width:12.3125rem;height:1.625rem;top:12.8125rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVk99ezraaKVEITHuDNFdmABdfVnJKgL { width:11.25rem;height:6.125rem;top:22rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phH6TGMTuLTpQecGnHD0oN6BR5z929JU { display:block; }
 }@media only screen and (max-width: 763px) { #Z9hqTTlgrXcxlWQ52wAIter3EZRLreyO { width:12.3125rem;height:1.625rem;top:25.3125rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLWkGOp6Tq1D93iENRgT27JN0dmbc8TX { height:11.21484375rem;width:20rem;top:29.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiZDfAc5as7q9D3xZOGsPWz0efQw97k { width:20rem;height:4.0625rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoWDkh1MsJwTGcTtGL1wPs6c6aOJ5zJg { width:18.4375rem;height:3.75rem;top:40.84375rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc { display:block; }#wqBd2A3XhxJ4Ec6F43IbwTkVQOoWbLgc > .row .container { width:20rem;height:110.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTBnw61wRyrJQsSiQKJWa3dJsl3o0IRb { width:20rem;height:4rem;top:0.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTGAwpsm6esCncpkqpUql27wE9ZMlL4z { width:20rem;height:3.25rem;top:7.375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kX49ryexLPFyTRdtEyGrTmT4zirgsF0s { width:20rem;height:15.125rem;top:12.1875rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rcVGvvgE0WxzLh1JfnqWQLqcXiMTBakX { width:20rem;height:4.875rem;top:28.4375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tp5unGnsUf5xAy6EcHKi7X68BSEyieAJ { width:20rem;height:8.25rem;top:34.25rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xPe1fFHKUvSP80AincT2FUAiqIvqHXzB { width:20rem;height:3.25rem;top:57.75rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JK0iiISiriEdcSPf6TTKeMd8q7aLbRM8 { width:20rem;height:8.25rem;top:62.6875rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DAC1lqILD00dVgF7vN6KCcwIkU75xV8Z { width:20rem;height:4.875rem;top:72.375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KfwraZD6yEEHuaNaPdZr2Tev3Dp2TWdE { width:20rem;height:12.375rem;top:78.6875rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wVdfEdee8I359dnluCheXUyTdwe9DcaU { width:20rem;height:3.25rem;top:43.9375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oeVSigoWNEdVKZEhc99zvp3WbfiEu8yH { width:20rem;height:8.25rem;top:48.3125rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CmLLTK6LPuOdq2X1d4Sm72L5IapRsPOF { width:20rem;height:4.875rem;top:92.8125rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u8XIFpqFxU7LxgxwelBUX5bNIeX8dZgv { width:20rem;height:9.625rem;top:99.3125rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 { display:block; }#GikaZVD9ucPAaLVv1spT7r6rNP1lBGk1 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGEmVGy7gciUUlQQtnz7huG1omrT9dub { display:block; }#FGEmVGy7gciUUlQQtnz7huG1omrT9dub > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi1IuWUuZQAXuDms5sx2RIM7CUpCglsH { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNUSoaV07m2V46ay6uM5S7rHJTkkQLxG { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V643CgFS8gq9Zt9XvFhS3TTb0uHIHVT3 { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcm72PdQTaLONGT58RenAn8DmyAtlopz { background-color:#04213f;background-image:none;display:block; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { background-color: transparent; background-image: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .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); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0QT7RRVVhiQT3kWN0s70dUrCKcWd68T { width:20rem;height:20rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTX04NrJHiXRQRlZstITZ9xqF50TlMzM { width:9.375rem;height:2.25rem;top:5.375rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #H5cHZs38ku2pVZhyzbt05lNfhf3N4PyX { width:12.5rem;height:3rem;top:1.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7tDuJCfwqSIMPKr62xroneMMivlTAh { width:9.375rem;height:3.375rem;top:28.125rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hMLoVRqFbToAWXKzOd9i23nBATFMpwbt { width:20rem;height:20rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdpT00Tyz3gfxfd2PGMXy3pu2hdbioTe { width:20rem;height:20rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNi43Cas0PpEhJSI4dPoiVWLo2VwvkTI { width:12.5rem;height:4.875rem;top:27.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkV0pBbydN1Wkl0bTmD9zXRFl9VHZ7qP { width:12.5rem;height:4.875rem;top:55.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvvrQZOPiIUFOxBzLvNlBmCcSavJugS { width:9.375rem;height:2.25rem;top:1.75rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xUX31KUTMnV3nBTqoqsu1ZsTAhBOZoAZ { width:9.375rem;height:2.25rem;top:56.625rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e { display:none; }#BiWdvv1In9OTtlohAB6ghIoWTcKTpc0e > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 { display:block; }#hpTrA3k95FJyOOMl6cZnydO3QTmr9ry2 > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olEUoRF6TNFZDN9B6S47k9TJWA3zfAzz { width:20rem;height:6.75rem;top:1.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaIXavtNmy03l6oJRlTQNg5iRhaDNzOG { width:20rem;height:7.1875rem;top:8.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEpaNOnAb3lmyQBIsrm4AuFGUpT37kxx { width:20rem;height:10.0625rem;top:17.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRdT43VRmfNuZUeW02HbTZv7BXvStdMg { width:20rem;height:8.625rem;top:28.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqUeJPbmty9AWUgeKxl5MCTMSAG3xP8O { width:20rem;height:11.5rem;top:38.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvrdPJ8TCPru83i3TVSJIJmXBmDHyLOS { width:20rem;height:8.625rem;top:51.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thm47dPEwF0lyUTnQnzbmhySZnlycIei { width:20rem;height:35.654296875rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeemeT0T5Bqh12h3iWymWUlAlFFALUxu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu.adaptive-delivery-prevent-bg, #XeemeT0T5Bqh12h3iWymWUlAlFFALUxu.lazyload, #XeemeT0T5Bqh12h3iWymWUlAlFFALUxu.lazyloading { background-image: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { background-color: transparent; background-image: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container > .video-iframe-container { display: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row > .video-iframe-container { display: none; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .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); }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { border-width: 0; border-radius: 0; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeemeT0T5Bqh12h3iWymWUlAlFFALUxu > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwWc0q2U9OnZl1R1cNIC2IgK0Eq0ycB7 { width:20rem;height:4.3125rem;top:9.75rem;left:0rem;font-size:1.125rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #SUxps2F56sztG5K3oFZKAsT3C4HUmuWi { width:20rem;height:2.75rem;top:6.25rem;left:0rem;font-size:1.0625rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #Gg46dV9Z4DDmd2dSg4RoXnqcJazIsq0d { width:17.5rem;height:3.4375rem;top:15rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb18wlBdhZNWTcx0h9MnWK8bwW8d1TwC { display:block; }
 }@media only screen and (max-width: 763px) { #B87OznITILQfJUQFmQUBpuVwPCEqXIdN { width:20rem;height:4rem;top:1.1875rem;left:0rem;font-size:1.5625rem;color:#1e285c;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTl9qn6NhOEyEPt17MnmlAqO2DeQq4s5 { width:17.5rem;height:3.4375rem;top:19.0625rem;left:1.25rem;background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ4i8WW5QkzBbDlZWUJGqWQZymh8BDad { display:block; }
 }@media only screen and (max-width: 763px) { #n0OUZ6T6hTXhN2haxzuLqdQ77FkVRIbh { width:20rem;height:36rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L { display:block; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf1hCbHFGIFXh2bJII2Xvm1uSbrFruHG { width:17.375rem;height:4.75rem;top:1.6875rem;left:4.15625rem;overflow:hidden;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Td8f01ehIQhLy8HfapZ1bs08hfaCULkJ { top:0.8125rem;left:3.71875rem;width:12.5625rem;height:3.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Low0Wwu4vMqfczJNdZSMquQqHvmNqSzT { width:15.0625rem;height:2.5rem;top:8.5rem;left:1.1875rem;display:none; }
 }