.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:255,229,209;--color-primary-1:255,229,124;--color-primary-2:255,211,36;--color-primary-3:237,103,8;--color-primary-4:51,42,7;--color-secondary-0:217,237,240;--color-secondary-1:128,194,204;--color-secondary-2:0,132,152;--color-secondary-3:0,66,76;--color-secondary-4:0,20,23;--color-tertiary-0:255,255,255;--color-tertiary-1:49,51,57;--color-tertiary-2:49,49,49;--color-tertiary-3:28,27,27;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt { 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/3c3917a4-404d-4dfe-a717-abc05caf3d3a/PAbackground.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.adaptive-delivery-prevent-bg, #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.lazyload, #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.lazyloading { background-image: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { background-color: transparent; background-image: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container > .video-iframe-container { display: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container { display: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .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); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { border-width: 0; border-radius: 0; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#U61ImRKbLIAed1wyDd4hTTTu658DAIdm { color:#f72429;display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8541669845581rem;left:2.3125rem;height:9.2625rem;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; }
#HddQHJCTVB5hftLD1eJglXIbNoCgAF9H { background-color:#ef1a20;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:5.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.200000762939rem;left:8.0625rem;display:block; }
#k7kHhF93S8bkUuJtZDvtyMm6v5Ma037K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zI9kdXffWg4fLPRGl7BtfssJONoRbsAL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:18.3125rem;left:0rem;overflow:hidden;display:none; }
#ndDP3P16NLRE1DHqhCZQQAanGVTuEhwK { position:absolute;display:block;z-index:15016;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:17.3125rem;width:10.8125rem;top:23.512500762939rem;left:64.1875rem;overflow:hidden;display:block; }
#Ae4gW5nmn1xT1ODtFckygmEaEGdTZW1f { 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:15012;opacity:1;top:32.387500762939rem;left:26.474998474121rem; }
#xbtdDcPsHG5nXxsw8HPpW1MNM4seRIse { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:0rem;left:44.3125rem;overflow:hidden;display:block; }
#IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.237500190735rem;left:2.3125rem;height:;overflow:hidden;font-style:normal;display:block; }#IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaa6757a92ebac608f1b1e0b26367b61.svg); }
#PzOx4xT2MDvedrTShhEG6HZLsqDdhdRd { position:absolute;display:block;z-index:14998;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:27rem;width:21.5625rem;top:4.2624998092651rem;left:49.5rem;overflow:hidden;display:block; }
#oSSe69ys8Zz01lza2OylQfPalOgdntE2 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:26.125rem;top:23.512500762939rem;left:41.84375rem;overflow:hidden;display:block; }
#DVpam0ZsqT6aX8EUgMJbTQfySH5hzpPc { box-sizing:content-box;height:36.9375rem;width:40.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.92);background-image:none;top:1.8562498092651rem;left:0.65625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;display:block; }
#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container { background-color: transparent; background-image: none; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container > .video-iframe-container { display: none; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row > .video-iframe-container { display: none; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .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); }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container { border-width: 0; border-radius: 0; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container { font-size:0.875rem;font-family:arial;height:79.5625rem;width:75rem;position:relative;display:block; }#vdw1sQdIrFGIlRPEXhFr9gFKG11T9bfm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:58.25rem;width:49.75rem;top:12.25rem;left:25.25rem;display:block; }
#CFJiBeyOq550xDGONAErniIyNrkMO6W5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:23.9375rem;top:26.46875rem;left:0rem;overflow:hidden;display:block; }
#VCVgrJNvSwsPxsddbFIKl0Gvy6M1yHzJ { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:5.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:73.96875rem;left:23.59375rem;display:block; }
#oXxawGdFwJPTITRAdDleV83tsoOBKdQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxhB71zJclqVfh6BeZbWiJSXaZA0XuVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:75.28125rem;left:46.631248474121rem; }
#Gzoorh9E4k89qThtSPcLSRs5UM0DcqRf { color:rgba(var(--color-tertiary-2),1);display:block;width:70.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.4375rem;left:2.125rem;height:6.475rem;text-align:center;text-align-last:center;display:block; }
#qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:26.224998474121rem;height:38.8125rem;overflow:hidden;display:block; }#qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
#KiSzObVeArdInphWh7brxoG6HcEsruf1 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.171875rem;left:26.349998474121rem;height:14.5875rem;overflow:hidden;display:block; }#KiSzObVeArdInphWh7brxoG6HcEsruf1 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KiSzObVeArdInphWh7brxoG6HcEsruf1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09872b61eb8910ccb459a4394c3bdb1.svg); }
#DGDf0IpEtAIVRktiJ4dhoprC490cpDtC { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:15.0625rem;top:17.16250038147rem;left:8.9375rem;overflow:hidden;display:block; }
#wfS9Dc08pmogRFR2S8qst2SKpbhIashK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container { background-color: transparent; background-image: none; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container > .video-iframe-container { display: none; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row > .video-iframe-container { display: none; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .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); }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container { border-width: 0; border-radius: 0; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:75rem;position:relative;display:block; }#kIcwTrENWhNTBrKQgUNgx6vWDTrkW6Ls { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:45.8125rem;width:53rem;top:12.65625rem;left:0rem;display:block; }
#opbxkQPfnQnfa0FMtJgcSKMfOCWvrzRE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:30rem;width:19.8125rem;top:12.65625rem;left:54.353126525879rem;overflow:hidden;display:block; }
#EkA375x5o968TTGzszXQIgPb4rbZOhL0 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.0625rem;left:2.125rem;height:6.475rem;text-align:center;text-align-last:center;display:block; }
#SkJKWHcr8JZwWDv0ucXoLAQScfACsWvh { color:rgba(var(--color-tertiary-2),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.09375rem;left:2.125rem;height:13.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#xS2TZhVZkNmpZ96ZFAU0UGX2gzgwqaXg { color:rgba(var(--color-tertiary-2),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.375rem;left:2rem;height:25.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#PwQu7FQeCFdsuwPyZLgaauB8Vdnk0cWQ { position:absolute;display:block;z-index:15001;background-color:#fbfafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:14.5625rem;width:53rem;top:61.78125rem;left:0rem;display:block; }
#w2N7H2gwgLTKVQDkQ9HeDNTbu8l1EMcE { color:#313131;display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:63.90625rem;left:1.96875rem;height:1.70625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy { color:rgba(var(--color-tertiary-2),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:67.125rem;left:2rem;height:;overflow:hidden;display:block; }#QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
#xTIKx5Nhwvhk3WB0Mcqr0zA8aib835Xl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:11.6875rem;width:19.8125rem;top:63.34375rem;left:54.353126525879rem;overflow:hidden;display:block; }
#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container { background-color: transparent; background-image: none; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container > .video-iframe-container { display: none; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row > .video-iframe-container { display: none; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .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); }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container { border-width: 0; border-radius: 0; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#O7ZURU3XtHNGITsrbBFoNuda9ST5QNH3 { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:5.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.96875rem;left:23.59375rem;display:block; }
#wlPMPdzeNU7skZufmJputbe2GvEanUSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwPeiHH3M8MwaIkuDcmXbHnNuUrZ3bZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.3125rem;left:47.099998474121rem; }
#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f320405a-af15-4523-8bcc-683b22d7662e/03.jpg");background-position:bottom left !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; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.adaptive-delivery-prevent-bg, #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.lazyload, #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.lazyloading { background-image: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { background-color: transparent; background-image: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container > .video-iframe-container { display: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container { display: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .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); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { border-width: 0; border-radius: 0; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#Oqm0MNKMtLUP5T9Q9sBBQOXoZ9o7rJWo { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:3.0187492370606rem;left:9.75rem;height:6.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container { background-color: transparent; background-image: none; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container > .video-iframe-container { display: none; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row > .video-iframe-container { display: none; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .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); }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container { border-width: 0; border-radius: 0; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container { font-size:0.875rem;font-family:arial;height:116.375rem;width:75rem;position:relative;display:block; }#uPTQw7diissN5BmpQIrXZob4D4UPQq96 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#ICCmRCwDDsS6OAwJZwSIO94EmQVPP6H7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#IHLNx0z4xAplIummMRxyuok5DWEX1yW4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1875rem;left:32.625rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#FV1Ndpz7iIlK2FXVFzT5aZSbp9ztpHFm { box-sizing:content-box;height:4.9375rem;width:40.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.487499237061rem;left:32.625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#MZDutw7IaiMspbhTP2li22QTgrN3Gu47 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:19.0625rem;left:33.724998474121rem;height:3.25rem;display:block; }#MZDutw7IaiMspbhTP2li22QTgrN3Gu47 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MZDutw7IaiMspbhTP2li22QTgrN3Gu47 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#lw715ykkQbTLEi6dwut8q4SLOhEsSse9 { box-sizing:content-box;height:5.375rem;width:40.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.875rem;left:32.59375rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.5625rem;left:33.724998474121rem;height:3.25rem;display:block; }#M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#ATtSstzBh6X2BS4s6eh0lth460z0a17q { box-sizing:content-box;height:5.4375rem;width:40.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.6875rem;left:32.5625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun { color:rgba(var(--color-tertiary-2),1);display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.456249237061rem;left:33.8125rem;height:3.25rem;display:block; }#FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#JZapiOud3HSkqJWZ4nElBDbpc3T0s458 { box-sizing:content-box;height:6.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:69.0625rem;left:0rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny { color:rgba(var(--color-tertiary-2),1);display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:70.78125rem;left:1.9375rem;height:3.25rem;display:block; }#mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#HKaIKEbbLypEz0UhalGl3gO5tBewdqc7 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:61.9375rem;left:4.125rem;height:1.6253875rem;display:block; }
#AlPJN5JqITRu2bOp8u5oikzexZQdaqnA { box-sizing:content-box;height:16rem;width:20rem;position:absolute;display:block;z-index:15050;background-color:#eff0f1;background-image:none;top:22.362499237061rem;left:5.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GJCEKliWlqOKkJuw1BPppgaoomD7KveQ { box-sizing:content-box;height:6.3125rem;width:40.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.3125rem;left:0.1875rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#Ud5uZvIFE2lqMIVyfSMgvSdmmP0vXrlo { box-sizing:content-box;height:5.5rem;width:40.4375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.9375rem;left:0.25rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:55.1875rem;left:2.1000003814698rem;height:3.25rem;display:block; }#GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#NszKaJzu1iUTLdtVUVb2heQtsD1hquBT { color:rgba(var(--color-tertiary-2),1);display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:47.96875rem;left:2.1000003814698rem;height:3.25rem;display:block; }#NszKaJzu1iUTLdtVUVb2heQtsD1hquBT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NszKaJzu1iUTLdtVUVb2heQtsD1hquBT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#FGE6z8zWhQyl8WmSWFAbyEi2bQHZL9Ov { color:rgba(var(--color-tertiary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:39.6875rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QKwGEM3S9TuMTievhFR6FkeyDX3DxBvO { box-sizing:content-box;height:6.125rem;width:40.4375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:98.43750190735rem;left:32.75rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#IUZ2bEyweltx620QFbFQUaNqekz1vPh0 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:100rem;left:33.724998474121rem;height:3.25rem;display:block; }#IUZ2bEyweltx620QFbFQUaNqekz1vPh0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IUZ2bEyweltx620QFbFQUaNqekz1vPh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#FUdfdhpAx3uMF5d78i8hICDXPuLpw35n { box-sizing:content-box;height:5.9375rem;width:40.4375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:91.25000190735rem;left:32.75rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA { color:rgba(var(--color-tertiary-2),1);display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:92.71875rem;left:33.724998474121rem;height:3.25rem;display:block; }#d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#JTqtopBOodEdQa0i90AZn864Xyw3XlOe { box-sizing:content-box;height:5.9375rem;width:40.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:83.93750190735rem;left:32.5625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#DrbtXa0kr8KAaDis4lETxs1qokdnHpBt { color:rgba(var(--color-tertiary-2),1);display:block;width:38.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:84.59375rem;left:33.724998474121rem;height:4.875rem;display:block; }#DrbtXa0kr8KAaDis4lETxs1qokdnHpBt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DrbtXa0kr8KAaDis4lETxs1qokdnHpBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#RZzxy2JsPTfyzVFKLDRxuTmCfEaLf5z8 { color:#e62121;display:block;width:71.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:79.161458015444rem;left:0.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#HVbmXByr9aeIgcyCms0kToAfBGsehfPg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#fv2cTCG0VlcZIS5Tx7dtb89qlEbBTm3G { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#gDPpkDJ37Ir0iCL1hsoMMDoiGsCVwUMe { box-sizing:content-box;height:19.6875rem;width:13.875rem;position:absolute;display:block;z-index:15028;background-color:#eff0f1;background-image:none;top:95.3125rem;left:17.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#geZTtrk4SwKSwAWyFT9oza01UdVRCgJF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:106.61249923706rem;left:17.875rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPcBwPRQgGXnIphTXK6e6t0dGxHx1uxE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:103.1875rem;left:17.875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFgQ9v28wqdk9w5c3rw4yB8ge8WNXEhW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:4.5rem;top:96.544792175294rem;left:21.875rem;overflow:hidden;display:block; }
#keWBNtc3NBcnOQRm17xkCdJ7RRy1vWTT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:17.625rem;top:83.572914123538rem;left:4.4312496185303rem;overflow:hidden;display:block; }
#o8BIFnBwZosSlR6rOPUrIrMGbrR4ALr5 { box-sizing:content-box;height:6.25rem;width:40.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:105.99999427796rem;left:32.625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:107.625rem;left:33.724998474121rem;height:3.25rem;display:block; }#N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#sdBOaAssMxA8qzsOWm51WJ6liAfNMcxq { box-sizing:content-box;height:6.125rem;width:40.4375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:90.125rem;left:32.75rem;border-top:0.125rem solid #1e77c1;border-left:0.125rem solid #1e77c1;border-right:0.125rem solid #1e77c1;border-bottom:0.125rem solid #1e77c1;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:none; }
#t73yM2smksWXFKG91NH7dqRTG8dw8NGx { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.875rem;width:3.875rem;top:23.4375rem;left:13.59375rem;overflow:hidden;display:block; }
#N6vUQUAl6p7d6Omm5pu12JfxF6ET31Ve { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:29.0625rem;left:7.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hECyuf6C9o8pvVPkq1qVULQ4cLv7coJc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:32.577083587646rem;left:5.59375rem;height:5.2rem;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; }
#FGLXncesbtZ5qGW1ff2PCapPaHsqE5TJ { box-sizing:content-box;height:6.3125rem;width:40.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.89582824707rem;left:32.375rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.552082061767rem;left:33.412498474121rem;height:3.25rem;display:block; }#rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#IIrH1qIhoxsIDGiAnHy9KpheR0OfabsZ { box-sizing:content-box;height:6.6875rem;width:40.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:60.75rem;left:0rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP { color:rgba(var(--color-tertiary-2),1);display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:62.875rem;left:2.1000003814698rem;height:3.25rem;display:block; }#gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#RWuaM0mV2heeIBJt1CmM4pUJ7CF9Wimf { position:absolute;display:block;z-index:15006;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:16.625rem;width:28.125rem;top:3.4249992370606rem;left:1.53125rem;overflow:hidden;display:block; }
#DvLQRbn6MyiDTtZTNLRgy86kk49dBzpL { box-sizing:content-box;height:3.5rem;width:72.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:78.505212783812rem;left:0.12187194824219rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#unzb0v8EkdqOpcF4Tu5VuCTTEBrMcCGO { box-sizing:content-box;height:15.5625rem;width:20.5rem;position:absolute;display:block;z-index:15029;background-color:#eff0f1;background-image:none;top:40.38125038147rem;left:51.412498474121rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kd3CbwQFbTGHOwatLWiRn004ZuGsxyVB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.8125rem;width:3.875rem;top:41.5625rem;left:59.724998474121rem;overflow:hidden;display:block; }
#KRVDXZmHyksp1SxZhmgTN1uPOTpAB0Fh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:46.862500190735rem;left:54.818748474121rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFMaFvxC1EnqnTm12RCIbREHTQmsyvNG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:50.10000038147rem;left:51.787498474121rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBCwyUTk833kLwlByaMuNumswHRMUuTF { box-sizing:content-box;height:15.9375rem;width:20.5rem;position:absolute;display:block;z-index:15030;background-color:#eff0f1;background-image:none;top:59.875rem;left:51.412498474121rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kvzKkBCTwhxI5OO67RPlW8F3APBRX1gH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.9375rem;width:3.9375rem;top:60.75rem;left:59.693748474121rem;overflow:hidden;display:block; }
#V6TOJwTssQkzesRBvCavWfOCcnNEBiIX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:66.731250762938rem;left:51.599998474121rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXhKiPTUMEMRelqu1nOpEJwnevVfAXFR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:70.456249237062rem;left:51.787498474121rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f320405a-af15-4523-8bcc-683b22d7662e/03.jpg");background-position:top 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; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.adaptive-delivery-prevent-bg, #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.lazyload, #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.lazyloading { background-image: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { background-color: transparent; background-image: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container > .video-iframe-container { display: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container { display: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .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); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { border-width: 0; border-radius: 0; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#kWSUq1b3V2ni0MRTfNXWu27Zz3TlySFq { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:5.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.3125rem;left:22.0625rem;display:block; }
#cEJtSV2aeFO0T4Fw4qkDGRrxEkTBEZAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTPT2qUEpgrV9IMxtSSt3A5HUKFNR8QE { 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:15014;opacity:1;top:4.5rem;left:47.0625rem; }
#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { position:relative;display:block; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { background-color: transparent; background-image: none; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container > .video-iframe-container { display: none; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row > .video-iframe-container { display: none; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .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); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { border-width: 0; border-radius: 0; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .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; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .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:8.0625rem;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; }#XqE2t3si03Hb47mEKx1zztLMreOaC70R { color:#313131;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8062496185302rem;left:17.125rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { position:relative;display:block; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { background-color: transparent; background-image: none; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container > .video-iframe-container { display: none; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row > .video-iframe-container { display: none; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .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); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { border-width: 0; border-radius: 0; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .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; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .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:54.875rem;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; }#gsh0kI4e2w8fsq0zDHP53zVR4luVnesn { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:0rem;display:block; }
#hQ8NtrenbEocNow7c5oXL9BI5P30yfpW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.562499046326rem;left:0.65625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#XPe5dTEW43Q8IwKdKsq3LypxVfIV4BtB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.562499046326rem;left:26.875000953674rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#y5uRm9nfXa0F6m7ro2NMfRGd4iOJuAnX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.562499046326rem;left:53.687500953674rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#gZVHyNHFg0xGJ6lziT1GmW3ff3T53hrL { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:26.375rem;display:block; }
#fzUVo1HvUd8IVt2QT3sTTzhKqcxOupz5 { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:52.75rem;display:block; }
#bmFncfTtIKEEwcxV4pd9mdTeRT6RDWWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.1875rem;left:59.59375rem; }
#ToOeMNennvmIbz5OJZHbh5cPksESObGn { color:#f72429;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.9375rem;left:4.904167175293rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#ulvCG4NVo7F5zbIChtUsN73Xlnrn4Xty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.625rem;left:33.71875rem; }
#FStGAXd9vwqSFVBCbxG5lhqg8oxq8HeJ { color:#f72429;display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.937499046326rem;left:28.406250953674rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#NRp4tcqmEm6BqBXJbfcktKUJ8Hy16pnN { color:#f72429;display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:14.9375rem;left:54rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#Kgb2bUcc6PKgzHIeuET4DoXzTtcm6u9y { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:0rem;display:block; }
#DqsdN0B1fnNfEveLW7bs37vV1yNlzpcu { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:26.375rem;display:block; }
#zIVE1ta6O2GK2obvioUcCdXdZmAZl9b7 { position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:52.75rem;display:block; }
#NiHgPa74ny0z93D8FXUqEGaJx6q6Dmhn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.1875rem;left:6.9354171752931rem; }
#X7IkrBChF4uNtIic98IIrw4wGXkp0XSH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.875rem;left:6.9354171752931rem; }
#TlLoLOwWAxFMt0dVDCqTJSiTCzBi1d2D { color:#f72429;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:41.875rem;left:4.904167175293rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#Q0MI5dlPUvTzy6dnHqt1p5ZOLfPqLwTk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:45.0625rem;left:0.5625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#KlSzkHAl4uvbtCOBJTZ2vlW90iLdRvRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.875rem;left:33.28125rem; }
#pc9Dek9THAcaLZVmaym1FmE4lN3oHie1 { color:#f72429;display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:41.875rem;left:29.781250953674rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#iR5TnQu9QlCwAOroJlnxaX34bGaXXRNm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:45.0625rem;left:27.343750953674rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#UQSd6neJMUTcaaAcS2iowJkRpBGnJwE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.875rem;left:59.84375rem; }
#mr8JJmevbmmgOxp7buCTvvfVxf3811Jc { color:#f72429;display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:41.875rem;left:53.8125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#EazshKzUhhg6JASqEPVAZLAIwv5QOFcx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:45.0625rem;left:53.125000953674rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#x29v8Azdnt59wyIIT4dEi657XTV2yByp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13bfc1;background-image:url("https://images.assets-landingi.com/uc/f8bfdd51-1209-4618-8cc3-48afba604772/akademiawip.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; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp.adaptive-delivery-prevent-bg, #x29v8Azdnt59wyIIT4dEi657XTV2yByp.lazyload, #x29v8Azdnt59wyIIT4dEi657XTV2yByp.lazyloading { background-image: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { background-color: transparent; background-image: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container > .video-iframe-container { display: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row > .video-iframe-container { display: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .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); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { border-width: 0; border-radius: 0; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.21249961853rem;left:0rem;height:5.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:before{  }
#hLy1QTmaFJcMKv3WiZAuxPCVKlbkDay7 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fzL3PiDz9Dtde9KHB9VrAS4XpnVxvJn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.52499961853rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;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; }
#i8P7p9Nf9LJQGTn1G7vnADDRALT9PU2O { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.89999961853rem;left:0rem;height:3.575rem;text-align:left;text-align-last:left;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; }
#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container { background-color: transparent; background-image: none; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container > .video-iframe-container { display: none; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row > .video-iframe-container { display: none; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .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); }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container { border-width: 0; border-radius: 0; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#ikd6a8FKqB3MuyWcBTwAIsKVcUxcrbzP { color:rgba(var(--color-tertiary-2),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.8125rem;height:3.0878875rem;text-align:center;text-align-last:center;display:block; }
#q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG { color:rgba(var(--color-tertiary-2),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.34375rem;left:3.4375rem;height:16.375rem;overflow:hidden;display:block; }#q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09872b61eb8910ccb459a4394c3bdb1.svg); }
#Jdyps7qbzP3sAi06WJRv5rURwklGT0nh { box-sizing:content-box;height:23.9375rem;width:74.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:11.4375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;display:block; }
#wNhFTbkab9Xe2CW6QzwzwBz80XRhr8SQ { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:5.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.1875rem;left:21.90625rem;display:block; }
#lRFvhdNRLesfZaJqLb5yUZT4r324lG7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1hL1CTTRdpyo38zN2DUzCJ5wC1J0v7L { 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:26.6875rem;width:21.3125rem;top:8.03125rem;left:53.09375rem;overflow:hidden;display:block; }
#nnKS1vsQ78CglmINI88Zye3dNNlQTVOH { 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:15015;opacity:1;top:41.375rem;left:47.75rem; }
#hNREbE66JNvndJsSbVX5Qz6IXEdBrWds { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:10.0625rem;top:25.0625rem;left:64.9375rem;overflow:hidden;display:block; }
#t6V23sIWc03JOk9lsXw2wZfOq1gTV0qz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:6.71249961853rem;left:48.9375rem;overflow:hidden;display:block; }
#XegLpnBQEUTAHHOlnDTkTwskctelvbn0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:26.3125rem;top:21.9375rem;left:35.9375rem;overflow:hidden;display:block; }
#hki08sZk3to3qmZb5Gkh4J30gW4KnclU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");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:none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU.adaptive-delivery-prevent-bg, #hki08sZk3to3qmZb5Gkh4J30gW4KnclU.lazyload, #hki08sZk3to3qmZb5Gkh4J30gW4KnclU.lazyloading { background-image: none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { border-width: 0; border-radius: 0; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#l5d1wRIHRfxTTKVT3SKR0SEvIf7X4Cfw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7371959686279rem;left:20.281036376953rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { border-width: 0; border-radius: 0; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#KlTlPFkiJy6ZbGm6ODBCW135QmGpHDPT { 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:9.5rem;width:9.5rem;top:2.3968811035156rem;left:4.0625009536743rem;overflow:hidden;display:block; }
#xbTAePvAI6d9STvqx0vT5TMHlkuNPwXx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.300130844116rem;left:1.8435344696045rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#a5paZPbfFpb9DwQb8PnLKBEbwiww5Pcg { 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:1.06228125rem;width:4.18728125rem;top:6.0514321327209rem;left:16.905384063721rem;overflow:hidden;display:block; }
#MJAkt8OgpErChNnqSUNFsbaNwxIBFOL2 { 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:10.125rem;width:10.125rem;top:2.0843753814698rem;left:23.0625rem;overflow:hidden;display:block; }
#Z524reGvXPnfJVl2hqaU0d3Shy407KGG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.153125762939rem;left:21.21875rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#qad2eeIrxs7x9KoAteEOspnofBwLTwcn { 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:1.0612rem;width:4.1862rem;top:6.052517414093rem;left:35.296661376953rem;overflow:hidden;display:block; }
#ssW2xtcX1VRi9VPQRMT4fcwqyfvwiNzl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:1.8343811035156rem;left:41.500000953674rem;overflow:hidden;display:block; }
#C8sCCc2emihV7nauHuKHpUvdkQPc0Fm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.340624809265rem;left:38.125001907349rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#A9JLx4GZr7UfvQv6ulK78NiK8F8ETFE7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0612rem;width:4.1862rem;top:6.052517414093rem;left:54.249134063721rem;overflow:hidden;display:block; }
#zDx9rwTkKSUSOy2RXTKk3BU1NpCgpr0s { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:9.9375rem;top:1.9906311035156rem;left:60.312500953674rem;overflow:hidden;display:block; }
#MGLxPWJSbLfyaRAdbcPHBBkXMf7gGpDy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.278125762939rem;left:57.34375rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#UzS75y03kH9biUDJAOJp8vDecPTWUN9L { 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:2.8125rem;width:1rem;display:none; }
#ASanCVUbmVKAQORH6AdioGXGBV3wEFeV { 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:2.8125rem;width:1rem;display:none; }
#A1cdpRPeFHfwRcpPIoGJTbAVXwbcWKnH { 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:2.8125rem;width:1rem;display:none; }
#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { border-width: 0; border-radius: 0; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:none; }#x1W3Ed48KrI14SXyzOdQZUrKHPJ7maqZ { color:rgba(var(--color-tertiary-2),1);display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.6250019073488rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cZruOSJxVJ8seerUaIR1EcmfH94BxFfq { 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:3.6875rem;width:21.125rem;top:8.79904460907rem;left:26.936851501465rem;overflow:hidden;display:block; }
#kXcoMMdWhXty86e5AJ10ZoPd6CrxQd0E { color:rgba(var(--color-tertiary-2),1);display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:15.539583206177rem;left:2.8125rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde6e5;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; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { background-color: transparent; background-image: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .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); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { border-width: 0; border-radius: 0; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt { background-color:#eff0f1;background-image:url("https://images.assets-landingi.com/uc/3c3917a4-404d-4dfe-a717-abc05caf3d3a/PAbackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.adaptive-delivery-prevent-bg, #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.lazyload, #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.lazyloading { background-image: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { background-color: transparent; background-image: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container > .video-iframe-container { display: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container { display: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .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); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U61ImRKbLIAed1wyDd4hTTTu658DAIdm { width:27.25rem;height:6.825rem;top:3.3187503814698rem;left:1.125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #HddQHJCTVB5hftLD1eJglXIbNoCgAF9H { width:22.25rem;height:4.4375rem;top:26.918750762939rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7kHhF93S8bkUuJtZDvtyMm6v5Ma037K { display:block; }
 }@media only screen and (max-width: 1199px) { #zI9kdXffWg4fLPRGl7BtfssJONoRbsAL { width:1.25rem;height:1.25rem;top:20.311458587646rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ndDP3P16NLRE1DHqhCZQQAanGVTuEhwK { width:7.125rem;height:11.4375rem;top:18.28125rem;left:40.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #Ae4gW5nmn1xT1ODtFckygmEaEGdTZW1f { width:2rem;height:2rem;top:28.137500762939rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbtdDcPsHG5nXxsw8HPpW1MNM4seRIse { width:8.4375rem;height:8.4375rem;top:1.6437501907349rem;left:39.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL { width:28.375rem;height:14.2rem;top:11.22500038147rem;left:1.125rem;font-size:1.125rem;display:block; }#IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaa6757a92ebac608f1b1e0b26367b61.svg); }
 }@media only screen and (max-width: 1199px) { #PzOx4xT2MDvedrTShhEG6HZLsqDdhdRd { width:13.75rem;height:17.25rem;top:6.78750038147rem;left:34rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #oSSe69ys8Zz01lza2OylQfPalOgdntE2 { width:16rem;height:9.25rem;top:15.762499809265rem;left:29.912022292994rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVpam0ZsqT6aX8EUgMJbTQfySH5hzpPc { width:30.1875rem;height:30.6875rem;top:1.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp { display:block; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container { width:47.75rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vdw1sQdIrFGIlRPEXhFr9gFKG11T9bfm { width:27.5rem;height:69.8125rem;top:8.9958333969119rem;left:19.883333206177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFJiBeyOq550xDGONAErniIyNrkMO6W5 { width:17.0625rem;height:21.375rem;top:29.0625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCVgrJNvSwsPxsddbFIKl0Gvy6M1yHzJ { width:17.375rem;height:4.4375rem;top:53.704166412354rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXxawGdFwJPTITRAdDleV83tsoOBKdQU { display:block; }
 }@media only screen and (max-width: 1199px) { #zxhB71zJclqVfh6BeZbWiJSXaZA0XuVl { width:1.75rem;height:1.75rem;top:55.047916412354rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gzoorh9E4k89qThtSPcLSRs5UM0DcqRf { width:46.1875rem;height:4.6875rem;top:2rem;left:0.78125rem;font-size:1.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk { width:25rem;height:46.125rem;top:30.9375rem;left:21.258333206177rem;font-size:1.0625rem;display:block; }#qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
 }@media only screen and (max-width: 1199px) { #KiSzObVeArdInphWh7brxoG6HcEsruf1 { width:25.25rem;height:18.89375rem;top:11.065625190735rem;left:21.289583206177rem;font-size:1.0625rem;display:block; }#KiSzObVeArdInphWh7brxoG6HcEsruf1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09872b61eb8910ccb459a4394c3bdb1.svg); }
 }@media only screen and (max-width: 1199px) { #DGDf0IpEtAIVRktiJ4dhoprC490cpDtC { width:11.3125rem;height:11.3125rem;top:22.0625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfS9Dc08pmogRFR2S8qst2SKpbhIashK { display:block; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container { width:47.75rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kIcwTrENWhNTBrKQgUNgx6vWDTrkW6Ls { width:31.5rem;height:43.625rem;top:8.9958343505863rem;left:15.883333206177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #opbxkQPfnQnfa0FMtJgcSKMfOCWvrzRE { width:13.625rem;height:20.5rem;top:8.9958333969119rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkA375x5o968TTGzszXQIgPb4rbZOhL0 { width:46.1875rem;height:4.6875rem;top:2rem;left:0.78125rem;font-size:1.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SkJKWHcr8JZwWDv0ucXoLAQScfACsWvh { width:28.4375rem;height:13.8125rem;top:10.875rem;left:17.539583206177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xS2TZhVZkNmpZ96ZFAU0UGX2gzgwqaXg { width:28.4375rem;height:24.8625rem;top:25.60000038147rem;left:17.539583206177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PwQu7FQeCFdsuwPyZLgaauB8Vdnk0cWQ { width:31.5rem;height:18.0625rem;top:56.870834350586rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2N7H2gwgLTKVQDkQ9HeDNTbu8l1EMcE { width:28.4375rem;height:2.7625rem;top:58.617708206177rem;left:17.539583206177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy { width:28.4375rem;height:10.60625rem;top:62.889583587644rem;left:17.539583206177rem;font-size:1.0625rem;display:block; }#QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
 }@media only screen and (max-width: 1199px) { #xTIKx5Nhwvhk3WB0Mcqr0zA8aib835Xl { width:13.625rem;height:8rem;top:56.870834350586rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa { display:block; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O7ZURU3XtHNGITsrbBFoNuda9ST5QNH3 { width:17.375rem;height:4.4375rem;top:3.1104164123535rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlPMPdzeNU7skZufmJputbe2GvEanUSV { display:block; }
 }@media only screen and (max-width: 1199px) { #FwPeiHH3M8MwaIkuDcmXbHnNuUrZ3bZv { width:1.75rem;height:1.75rem;top:4.4541664123535rem;left:29.418750762939rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f320405a-af15-4523-8bcc-683b22d7662e/03.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.adaptive-delivery-prevent-bg, #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.lazyload, #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.lazyloading { background-image: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { background-color: transparent; background-image: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container > .video-iframe-container { display: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container { display: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .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); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Oqm0MNKMtLUP5T9Q9sBBQOXoZ9o7rJWo { width:38.0625rem;height:4.55rem;top:1.6937503814698rem;left:4.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc { display:block; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container { width:47.75rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uPTQw7diissN5BmpQIrXZob4D4UPQq96 { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ICCmRCwDDsS6OAwJZwSIO94EmQVPP6H7 { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IHLNx0z4xAplIummMRxyuok5DWEX1yW4 { width:20.875rem;height:3.25rem;top:1.796875rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FV1Ndpz7iIlK2FXVFzT5aZSbp9ztpHFm { width:25.625rem;height:5.25rem;top:6.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZDutw7IaiMspbhTP2li22QTgrN3Gu47 { width:20.8125rem;height:4.14375rem;top:7.2406311035156rem;left:23.71875rem;font-size:1.0625rem;display:block; }#MZDutw7IaiMspbhTP2li22QTgrN3Gu47 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #lw715ykkQbTLEi6dwut8q4SLOhEsSse9 { width:25.5rem;height:5.4375rem;top:12.987503051757rem;left:22.22500038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo { width:22.9375rem;height:4.14375rem;top:13.939582824707rem;left:23.59375rem;font-size:1.0625rem;display:block; }#M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #ATtSstzBh6X2BS4s6eh0lth460z0a17q { width:25.4375rem;height:5.5625rem;top:19.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun { width:23.1875rem;height:4.14375rem;top:20.334373474121rem;left:23.71875rem;font-size:1.0625rem;display:block; }#FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #JZapiOud3HSkqJWZ4nElBDbpc3T0s458 { width:25.5rem;height:6.3125rem;top:57.790618896484rem;left:0.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny { width:22.375rem;height:4.14375rem;top:59rem;left:1.40625rem;font-size:1.0625rem;display:block; }#mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #HKaIKEbbLypEz0UhalGl3gO5tBewdqc7 { width:22.375rem;height:1.38125rem;top:50.624998092651rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlPJN5JqITRu2bOp8u5oikzexZQdaqnA { width:17.125rem;height:16.375rem;top:15.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJCEKliWlqOKkJuw1BPppgaoomD7KveQ { width:26rem;height:6.125rem;top:36.625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #Ud5uZvIFE2lqMIVyfSMgvSdmmP0vXrlo { width:25.8125rem;height:5.75rem;top:43.697917938233rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 { width:19.9375rem;height:2.7625rem;top:44.235412597656rem;left:1.03125rem;font-size:1.0625rem;display:block; }#GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #NszKaJzu1iUTLdtVUVb2heQtsD1hquBT { width:23rem;height:2.7625rem;top:38.43124961853rem;left:1.4375rem;font-size:1.0625rem;display:block; }#NszKaJzu1iUTLdtVUVb2heQtsD1hquBT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #FGE6z8zWhQyl8WmSWFAbyEi2bQHZL9Ov { width:25.1875rem;height:3.25rem;top:32.25rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKwGEM3S9TuMTievhFR6FkeyDX3DxBvO { width:25.75rem;height:5.875rem;top:87.887512207031rem;left:21.299999237061rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #IUZ2bEyweltx620QFbFQUaNqekz1vPh0 { width:23.5625rem;height:4.14375rem;top:82.418750762938rem;left:21.4375rem;font-size:1.0625rem;display:block; }#IUZ2bEyweltx620QFbFQUaNqekz1vPh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #FUdfdhpAx3uMF5d78i8hICDXPuLpw35n { width:25.875rem;height:5.0625rem;top:75.5rem;left:21.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA { width:24.8125rem;height:2.7625rem;top:76.774999618531rem;left:21.4375rem;font-size:1.0625rem;display:block; }#d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #JTqtopBOodEdQa0i90AZn864Xyw3XlOe { width:25.375rem;height:5.0625rem;top:69.5rem;left:21.562500953674rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #DrbtXa0kr8KAaDis4lETxs1qokdnHpBt { width:26.0625rem;height:4.14375rem;top:70.084375381469rem;left:20.90625rem;font-size:1.0625rem;display:block; }#DrbtXa0kr8KAaDis4lETxs1qokdnHpBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #RZzxy2JsPTfyzVFKLDRxuTmCfEaLf5z8 { width:30.5625rem;height:3.9rem;top:65.0625rem;left:-0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVbmXByr9aeIgcyCms0kToAfBGsehfPg { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fv2cTCG0VlcZIS5Tx7dtb89qlEbBTm3G { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gDPpkDJ37Ir0iCL1hsoMMDoiGsCVwUMe { width:12.375rem;height:17.625rem;top:79.962493896488rem;left:7.949999809265rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geZTtrk4SwKSwAWyFT9oza01UdVRCgJF { width:10.9375rem;height:7.3125rem;top:89.680206298825rem;left:8.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPcBwPRQgGXnIphTXK6e6t0dGxHx1uxE { width:11.5625rem;height:2.6rem;top:86.5000038147rem;left:8.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFgQ9v28wqdk9w5c3rw4yB8ge8WNXEhW { width:4.3125rem;height:5.375rem;top:80.6875038147rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keWBNtc3NBcnOQRm17xkCdJ7RRy1vWTT { width:12.875rem;height:20.6875rem;top:69.043750762938rem;left:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #o8BIFnBwZosSlR6rOPUrIrMGbrR4ALr5 { width:25.875rem;height:5.1875rem;top:81.8125rem;left:21.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 { width:24.5rem;height:2.7625rem;top:89.099998474119rem;left:21.4375rem;font-size:1.0625rem;display:block; }#N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #sdBOaAssMxA8qzsOWm51WJ6liAfNMcxq { width:25.375rem;height:5.875rem;top:83.699996948244rem;left:21.674999237061rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 1199px) { #t73yM2smksWXFKG91NH7dqRTG8dw8NGx { width:3.5625rem;height:4.4375rem;top:16.076042175293rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6vUQUAl6p7d6Omm5pu12JfxF6ET31Ve { width:16.375rem;height:2.6rem;top:21.352083206177rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hECyuf6C9o8pvVPkq1qVULQ4cLv7coJc { width:15.8125rem;height:4.875rem;top:24.47812461853rem;left:1.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FGLXncesbtZ5qGW1ff2PCapPaHsqE5TJ { width:25.4375rem;height:5.375rem;top:26.362503051757rem;left:22.22500038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR { width:22.5rem;height:2.7625rem;top:27.22812461853rem;left:23.8125rem;font-size:1.0625rem;display:block; }#rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #IIrH1qIhoxsIDGiAnHy9KpheR0OfabsZ { width:25.625rem;height:6.375rem;top:50.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP { width:22.875rem;height:2.7625rem;top:52.00625038147rem;left:1.5rem;font-size:1.0625rem;display:block; }#gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #RWuaM0mV2heeIBJt1CmM4pUJ7CF9Wimf { width:18.6875rem;height:11rem;top:2.421875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvLQRbn6MyiDTtZTNLRgy86kk49dBzpL { width:26rem;height:5.0625rem;top:69.5rem;left:20.9375rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #unzb0v8EkdqOpcF4Tu5VuCTTEBrMcCGO { width:15.375rem;height:17.5rem;top:33.066666603088rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd3CbwQFbTGHOwatLWiRn004ZuGsxyVB { width:3.3125rem;height:4.125rem;top:34.875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRVDXZmHyksp1SxZhmgTN1uPOTpAB0Fh { width:13.3125rem;height:2.6rem;top:40.46249961853rem;left:30.59375rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #kFMaFvxC1EnqnTm12RCIbREHTQmsyvNG { width:14.1875rem;height:6.09375rem;top:43.697917938233rem;left:30.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBCwyUTk833kLwlByaMuNumswHRMUuTF { width:15.375rem;height:14.3125rem;top:50.947917938233rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvzKkBCTwhxI5OO67RPlW8F3APBRX1gH { width:3.375rem;height:4.25rem;top:51.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6TOJwTssQkzesRBvCavWfOCcnNEBiIX { width:13.3125rem;height:2.6rem;top:56.875rem;left:30.59375rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #nXhKiPTUMEMRelqu1nOpEJwnevVfAXFR { width:14.1875rem;height:3.65625rem;top:60.759376525879rem;left:30.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/f320405a-af15-4523-8bcc-683b22d7662e/03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.adaptive-delivery-prevent-bg, #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.lazyload, #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.lazyloading { background-image: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { background-color: transparent; background-image: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container > .video-iframe-container { display: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container { display: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .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); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kWSUq1b3V2ni0MRTfNXWu27Zz3TlySFq { width:31rem;height:4.4375rem;top:2.125rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEJtSV2aeFO0T4Fw4qkDGRrxEkTBEZAN { display:block; }
 }@media only screen and (max-width: 1199px) { #RTPT2qUEpgrV9IMxtSSt3A5HUKFNR8QE { width:2.4375rem;height:2.4375rem;top:3.1250085830689rem;left:30.599999427796rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { display:block; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XqE2t3si03Hb47mEKx1zztLMreOaC70R { width:29.375rem;height:4.875rem;top:1.9375rem;left:9.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { display:block; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gsh0kI4e2w8fsq0zDHP53zVR4luVnesn { width:13.125rem;height:17.5rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQ8NtrenbEocNow7c5oXL9BI5P30yfpW { width:12.5rem;height:6rem;top:12.578125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPe5dTEW43Q8IwKdKsq3LypxVfIV4BtB { width:11.6875rem;height:6rem;top:13.328125rem;left:18.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5uRm9nfXa0F6m7ro2NMfRGd4iOJuAnX { width:12.8125rem;height:7.5rem;top:12.578125rem;left:34.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZVHyNHFg0xGJ6lziT1GmW3ff3T53hrL { width:13.125rem;height:16.625rem;top:24.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzUVo1HvUd8IVt2QT3sTTzhKqcxOupz5 { width:13.125rem;height:16.625rem;top:24.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmFncfTtIKEEwcxV4pd9mdTeRT6RDWWQ { width:4.625rem;height:4.625rem;top:4.265625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToOeMNennvmIbz5OJZHbh5cPksESObGn { width:12.5rem;height:1.5rem;top:10.46875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulvCG4NVo7F5zbIChtUsN73Xlnrn4Xty { width:5.25rem;height:5.25rem;top:4.265625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FStGAXd9vwqSFVBCbxG5lhqg8oxq8HeJ { width:12.75rem;height:3rem;top:10.46875rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRp4tcqmEm6BqBXJbfcktKUJ8Hy16pnN { width:12.5rem;height:3rem;top:9.65625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kgb2bUcc6PKgzHIeuET4DoXzTtcm6u9y { width:13.125rem;height:16.625rem;top:24.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqsdN0B1fnNfEveLW7bs37vV1yNlzpcu { width:13.125rem;height:17.375rem;top:3.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIVE1ta6O2GK2obvioUcCdXdZmAZl9b7 { width:13.125rem;height:17.3125rem;top:3.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NiHgPa74ny0z93D8FXUqEGaJx6q6Dmhn { width:4.375rem;height:4.375rem;top:4.703125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7IkrBChF4uNtIic98IIrw4wGXkp0XSH { width:3.75rem;height:3.75rem;top:26.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlLoLOwWAxFMt0dVDCqTJSiTCzBi1d2D { width:12.5rem;height:1.5rem;top:31.078125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0MI5dlPUvTzy6dnHqt1p5ZOLfPqLwTk { width:12.5rem;height:7.5rem;top:33.453125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlSzkHAl4uvbtCOBJTZ2vlW90iLdRvRw { width:4.6875rem;height:4.6875rem;top:25.96875rem;left:22.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pc9Dek9THAcaLZVmaym1FmE4lN3oHie1 { width:12.75rem;height:1.5rem;top:31.078125953674rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iR5TnQu9QlCwAOroJlnxaX34bGaXXRNm { width:12.5rem;height:7.5rem;top:33.453125rem;left:18.703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQSd6neJMUTcaaAcS2iowJkRpBGnJwE9 { width:4.9375rem;height:4.9375rem;top:25.84375rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mr8JJmevbmmgOxp7buCTvvfVxf3811Jc { width:13.0625rem;height:1.5rem;top:31.078125rem;left:33.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EazshKzUhhg6JASqEPVAZLAIwv5QOFcx { width:12.5rem;height:7.5rem;top:33.453125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x29v8Azdnt59wyIIT4dEi657XTV2yByp { display:block; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { width:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 { width:35.0625rem;height:8.75rem;top:15.6875rem;left:0rem;font-size:1.25rem;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:before{  }
 }@media only screen and (max-width: 1199px) { #hLy1QTmaFJcMKv3WiZAuxPCVKlbkDay7 { width:47.75rem;height:4.0625rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzL3PiDz9Dtde9KHB9VrAS4XpnVxvJn3 { width:33.875rem;height:1.625rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8P7p9Nf9LJQGTn1G7vnADDRALT9PU2O { width:33.875rem;height:3.25rem;top:7.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg { display:block; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ikd6a8FKqB3MuyWcBTwAIsKVcUxcrbzP { width:47.75rem;height:2.4375rem;top:2.3124999403954rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG { width:24.5625rem;height:21.4125rem;top:10.138549804688rem;left:1.75rem;font-size:1.125rem;display:block; }#q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09872b61eb8910ccb459a4394c3bdb1.svg); }
 }@media only screen and (max-width: 1199px) { #Jdyps7qbzP3sAi06WJRv5rURwklGT0nh { width:46.25rem;height:30.625rem;top:7.5625rem;left:0.64791679382325rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNhFTbkab9Xe2CW6QzwzwBz80XRhr8SQ { width:25.9375rem;height:4.4375rem;top:32.207290649414rem;left:10.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRFvhdNRLesfZaJqLb5yUZT4r324lG7a { display:block; }
 }@media only screen and (max-width: 1199px) { #D1hL1CTTRdpyo38zN2DUzCJ5wC1J0v7L { width:12.375rem;height:15.5rem;top:5.59375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnKS1vsQ78CglmINI88Zye3dNNlQTVOH { width:2.75rem;height:2.75rem;top:33.051040649414rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNREbE66JNvndJsSbVX5Qz6IXEdBrWds { width:8.25rem;height:13.25rem;top:18.238544464111rem;left:37.215626716614rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6V23sIWc03JOk9lsXw2wZfOq1gTV0qz { width:9.875rem;height:9.875rem;top:10.437503814698rem;left:27.391667366028rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XegLpnBQEUTAHHOlnDTkTwskctelvbn0 { width:18.6875rem;height:11rem;top:17.526042938233rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hki08sZk3to3qmZb5Gkh4J30gW4KnclU { display:none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #l5d1wRIHRfxTTKVT3SKR0SEvIf7X4Cfw { width:34.375rem;height:2.19375rem;top:2.0281219482422rem;left:6.2281246185303rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR { display:none; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KlTlPFkiJy6ZbGm6ODBCW135QmGpHDPT { width:8.5rem;height:8.5rem;top:1.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbTAePvAI6d9STvqx0vT5TMHlkuNPwXx { width:11.186rem;height:3.9rem;top:12.383897781372rem;left:0.37543404102326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5paZPbfFpb9DwQb8PnLKBEbwiww5Pcg { width:2.5rem;height:0.625rem;top:5.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJAkt8OgpErChNnqSUNFsbaNwxIBFOL2 { width:8.8125rem;height:8.8125rem;top:1.5rem;left:12.920833587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z524reGvXPnfJVl2hqaU0d3Shy407KGG { width:10.1248125rem;height:3.9rem;top:12.5rem;left:12.842882633209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qad2eeIrxs7x9KoAteEOspnofBwLTwcn { width:2.5rem;height:0.625rem;top:5.9993515014649rem;left:22.624349117279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssW2xtcX1VRi9VPQRMT4fcwqyfvwiNzl { width:9.3125rem;height:9.3125rem;top:1.4995660781861rem;left:25.373265743256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8sCCc2emihV7nauHuKHpUvdkQPc0Fm0 { width:11.5625rem;height:5.2rem;top:12.38437461853rem;left:24.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9JLx4GZr7UfvQv6ulK78NiK8F8ETFE7 { width:2.5rem;height:0.625rem;top:5.7486982345581rem;left:34.811633586884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDx9rwTkKSUSOy2RXTKk3BU1NpCgpr0s { width:8.625rem;height:8.8125rem;top:1.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGLxPWJSbLfyaRAdbcPHBBkXMf7gGpDy { width:10.625rem;height:5.2rem;top:12.38437461853rem;left:36.405206680298rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UzS75y03kH9biUDJAOJp8vDecPTWUN9L { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ASanCVUbmVKAQORH6AdioGXGBV3wEFeV { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A1cdpRPeFHfwRcpPIoGJTbAVXwbcWKnH { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 { display:none; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { width:47.75rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #x1W3Ed48KrI14SXyzOdQZUrKHPJ7maqZ { width:47.75rem;height:1.95rem;top:1.5625002384186rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cZruOSJxVJ8seerUaIR1EcmfH94BxFfq { width:21.125rem;height:3.6875rem;top:5.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXcoMMdWhXty86e5AJ10ZoPd6CrxQd0E { width:45.9375rem;height:7.5rem;top:11.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/3c3917a4-404d-4dfe-a717-abc05caf3d3a/PAbackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.adaptive-delivery-prevent-bg, #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.lazyload, #NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt.lazyloading { background-image: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { background-color: transparent; background-image: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container > .video-iframe-container { display: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row > .video-iframe-container { display: none; }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .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); }#NcpMTtPddBlkgmQHfqoGKO0ovPRBAPGt > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U61ImRKbLIAed1wyDd4hTTTu658DAIdm { width:20rem;height:6.25rem;top:2.4208335876465rem;left:0rem;font-size:1.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HddQHJCTVB5hftLD1eJglXIbNoCgAF9H { width:16.3125rem;height:3.5rem;top:29.46875rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7kHhF93S8bkUuJtZDvtyMm6v5Ma037K { display:block; }
 }@media only screen and (max-width: 763px) { #zI9kdXffWg4fLPRGl7BtfssJONoRbsAL { width:1.25rem;height:1.25rem;top:14.5rem;left:0rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ndDP3P16NLRE1DHqhCZQQAanGVTuEhwK { width:7.6875rem;height:12.3125rem;top:45.375rem;left:11.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Ae4gW5nmn1xT1ODtFckygmEaEGdTZW1f { display:flex;width:1.8125rem;height:1.8125rem;top:30.3125rem;left:14.75rem; }
 }@media only screen and (max-width: 763px) { #xbtdDcPsHG5nXxsw8HPpW1MNM4seRIse { width:8.1875rem;height:8.1875rem;top:35.667709350586rem;left:11.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL { width:17.4375rem;height:16.8rem;top:10.586458206177rem;left:1.28125rem;font-size:1rem;display:block; }#IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQ4GWwneCp9R5x66tg2L1HzZxyGfGpxL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaa6757a92ebac608f1b1e0b26367b61.svg); }
 }@media only screen and (max-width: 763px) { #PzOx4xT2MDvedrTShhEG6HZLsqDdhdRd { width:15.0625rem;height:18.875rem;top:38.417709350586rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oSSe69ys8Zz01lza2OylQfPalOgdntE2 { width:9.5rem;height:5.4375rem;top:48.8125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpam0ZsqT6aX8EUgMJbTQfySH5hzpPc { width:19.75rem;height:33.75rem;top:0.54270839691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp { display:block; }#h1Uo0WvmnBT1h5CAWMeGb7PmWGd1OSvp > .row .container { width:20rem;height:117.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdw1sQdIrFGIlRPEXhFr9gFKG11T9bfm { width:19.9375rem;height:88.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFJiBeyOq550xDGONAErniIyNrkMO6W5 { width:20rem;height:25.117493472585rem;top:26.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCVgrJNvSwsPxsddbFIKl0Gvy6M1yHzJ { width:16.0625rem;height:4.3125rem;top:113rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXxawGdFwJPTITRAdDleV83tsoOBKdQU { display:block; }
 }@media only screen and (max-width: 763px) { #zxhB71zJclqVfh6BeZbWiJSXaZA0XuVl { display:flex;width:1.6875rem;height:1.6875rem;top:56.189582824707rem;left:15.644790649414rem; }
 }@media only screen and (max-width: 763px) { #Gzoorh9E4k89qThtSPcLSRs5UM0DcqRf { width:19.4375rem;height:6.5rem;top:0.80104160308838rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk { width:17.75rem;height:59.55rem;top:36.299999237061rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qpkoWpCrKK1NBHitSfgHoy4PfCnbttCk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
 }@media only screen and (max-width: 763px) { #KiSzObVeArdInphWh7brxoG6HcEsruf1 { width:17.8125rem;height:24.65rem;top:10.762499809265rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KiSzObVeArdInphWh7brxoG6HcEsruf1 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#KiSzObVeArdInphWh7brxoG6HcEsruf1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09872b61eb8910ccb459a4394c3bdb1.svg); }
 }@media only screen and (max-width: 763px) { #DGDf0IpEtAIVRktiJ4dhoprC490cpDtC { width:13rem;height:13rem;top:98.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfS9Dc08pmogRFR2S8qst2SKpbhIashK { display:block; }#wfS9Dc08pmogRFR2S8qst2SKpbhIashK > .row .container { width:20rem;height:120rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIcwTrENWhNTBrKQgUNgx6vWDTrkW6Ls { width:19.9375rem;height:68.5rem;top:10.06875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opbxkQPfnQnfa0FMtJgcSKMfOCWvrzRE { width:9.6875rem;height:14.6875rem;top:62.8125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkA375x5o968TTGzszXQIgPb4rbZOhL0 { width:19.4375rem;height:6.5rem;top:1.6760416030884rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SkJKWHcr8JZwWDv0ucXoLAQScfACsWvh { width:17.75rem;height:19.5rem;top:10.06875038147rem;left:1.125rem;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xS2TZhVZkNmpZ96ZFAU0UGX2gzgwqaXg { width:18.4375rem;height:28.6rem;top:30.81875038147rem;left:0.78125rem;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwQu7FQeCFdsuwPyZLgaauB8Vdnk0cWQ { width:19.75rem;height:37.1875rem;top:82.202083587644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2N7H2gwgLTKVQDkQ9HeDNTbu8l1EMcE { width:15.5rem;height:3.9rem;top:82.730208396913rem;left:1.125rem;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy { width:17.75rem;height:16.75rem;top:89.314582824706rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#QeG60kG5WhhTD4ku1KlpxRPEOTd1oBqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
 }@media only screen and (max-width: 763px) { #xTIKx5Nhwvhk3WB0Mcqr0zA8aib835Xl { width:16.8125rem;height:9.8125rem;top:108.00208282471rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa { display:block; }#GMfBbtUyRMoIHFuGRI3Gben7EsHK0xQa > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7ZURU3XtHNGITsrbBFoNuda9ST5QNH3 { width:16.0625rem;height:4.3125rem;top:1.5020837783814rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPMPdzeNU7skZufmJputbe2GvEanUSV { display:block; }
 }@media only screen and (max-width: 763px) { #FwPeiHH3M8MwaIkuDcmXbHnNuUrZ3bZv { display:flex;width:1.6875rem;height:1.6875rem;top:2.8145837783814rem;left:14.832290649414rem; }
 }@media only screen and (max-width: 763px) { #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/f320405a-af15-4523-8bcc-683b22d7662e/03.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.adaptive-delivery-prevent-bg, #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.lazyload, #JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM.lazyloading { background-image: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { background-color: transparent; background-image: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container > .video-iframe-container { display: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row > .video-iframe-container { display: none; }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .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); }#JO39GOpFpJrXHBhp2RqRVyWNrwLO0OZM > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqm0MNKMtLUP5T9Q9sBBQOXoZ9o7rJWo { width:15rem;height:7rem;top:1.59375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc { display:block; }#i1hrbC8vR9Zl7WgpIoOT4xIM2BSEKFnc > .row .container { width:20rem;height:189.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPTQw7diissN5BmpQIrXZob4D4UPQq96 { width:0.625rem;height:0.625rem;top:59.375rem;left:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #ICCmRCwDDsS6OAwJZwSIO94EmQVPP6H7 { width:0.875rem;height:0.875rem;top:63.25rem;left:1rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #IHLNx0z4xAplIummMRxyuok5DWEX1yW4 { width:20rem;height:3.0875rem;top:1.4562501907349rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV1Ndpz7iIlK2FXVFzT5aZSbp9ztpHFm { width:19.75rem;height:5.6875rem;top:6.0979156494141rem;left:0.048958778381347rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MZDutw7IaiMspbhTP2li22QTgrN3Gu47 { width:18.5rem;height:3.9rem;top:7.1166687011719rem;left:0.90625rem;font-size:1rem;display:block; }#MZDutw7IaiMspbhTP2li22QTgrN3Gu47 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #lw715ykkQbTLEi6dwut8q4SLOhEsSse9 { width:19.75rem;height:6.5rem;top:13.091667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo { width:18.875rem;height:5.2rem;top:13.841668128968rem;left:0.5625rem;font-size:1rem;display:block; }#M24zgVfHE04rJqQcUT4lnpxT0liVZ9wo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #ATtSstzBh6X2BS4s6eh0lth460z0a17q { width:19.875rem;height:5.5625rem;top:21.027084350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun { width:18.1875rem;height:3.9rem;top:21.958333015442rem;left:0.90625rem;font-size:1rem;display:block; }#FOEqtB0reD8FJVN7t5xMxzwRTwAaGTun li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #JZapiOud3HSkqJWZ4nElBDbpc3T0s458 { width:19.8125rem;height:5.375rem;top:77.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny { width:19.6875rem;height:5.525rem;top:77.659374237062rem;left:0rem;font-size:1.0625rem;display:block; }#mHOQyMo5kXSC7D1SC5VPucmlD4fzWUny li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #HKaIKEbbLypEz0UhalGl3gO5tBewdqc7 { width:16.6875rem;height:1.38125rem;top:71.4375rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlPJN5JqITRu2bOp8u5oikzexZQdaqnA { width:17.875rem;height:15.0625rem;top:35.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJCEKliWlqOKkJuw1BPppgaoomD7KveQ { width:19.75rem;height:5.3125rem;top:56.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5uZvIFE2lqMIVyfSMgvSdmmP0vXrlo { width:19.8125rem;height:6.375rem;top:63.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 { width:18.5625rem;height:4.14375rem;top:63.924999237063rem;left:0.71875rem;font-size:1.0625rem;display:block; }#GAmR8KmTnJsF9cqTpFgMpmk8xw0H5Zr1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #NszKaJzu1iUTLdtVUVb2heQtsD1hquBT { width:19.25rem;height:4.14375rem;top:57.64687538147rem;left:0.375rem;font-size:1.0625rem;display:block; }#NszKaJzu1iUTLdtVUVb2heQtsD1hquBT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #FGE6z8zWhQyl8WmSWFAbyEi2bQHZL9Ov { width:20rem;height:3.0875rem;top:51.512500762939rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKwGEM3S9TuMTievhFR6FkeyDX3DxBvO { width:19.75rem;height:6.9375rem;top:165.42395782471rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUZ2bEyweltx620QFbFQUaNqekz1vPh0 { width:19.1875rem;height:4.14375rem;top:158.10625076294rem;left:0rem;font-size:1.0625rem;display:block; }#IUZ2bEyweltx620QFbFQUaNqekz1vPh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #FUdfdhpAx3uMF5d78i8hICDXPuLpw35n { width:19.75rem;height:6.8125rem;top:149.39999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA { width:18.5625rem;height:4.14375rem;top:150.16875076294rem;left:0rem;font-size:1.0625rem;display:block; }#d2hhlHSdl1lOkBmM5qN9iKgZnORy5SmA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #JTqtopBOodEdQa0i90AZn864Xyw3XlOe { width:19.9375rem;height:7.3125rem;top:140.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrbtXa0kr8KAaDis4lETxs1qokdnHpBt { width:20rem;height:6.90625rem;top:141.140625rem;left:0rem;font-size:1.0625rem;display:block; }#DrbtXa0kr8KAaDis4lETxs1qokdnHpBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #RZzxy2JsPTfyzVFKLDRxuTmCfEaLf5z8 { width:16.4375rem;height:4.63125rem;top:119.48229122162rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVbmXByr9aeIgcyCms0kToAfBGsehfPg { width:0.625rem;height:0.625rem;top:48.5625rem;left:11.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fv2cTCG0VlcZIS5Tx7dtb89qlEbBTm3G { width:0.875rem;height:0.875rem;top:55.4375rem;left:13.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #gDPpkDJ37Ir0iCL1hsoMMDoiGsCVwUMe { width:15.9375rem;height:15.3125rem;top:174.35000610351rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geZTtrk4SwKSwAWyFT9oza01UdVRCgJF { width:15.0625rem;height:4.55rem;top:183.8125rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcBwPRQgGXnIphTXK6e6t0dGxHx1uxE { width:12.5rem;height:2.6rem;top:180.57500076294rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFgQ9v28wqdk9w5c3rw4yB8ge8WNXEhW { width:4.3125rem;height:5.375rem;top:175.26250076294rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWBNtc3NBcnOQRm17xkCdJ7RRy1vWTT { width:9.875rem;height:15.875rem;top:124.73854064941rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8BIFnBwZosSlR6rOPUrIrMGbrR4ALr5 { width:19.75rem;height:6.375rem;top:181.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 { width:19.4375rem;height:4.14375rem;top:166.25520706177rem;left:0rem;font-size:1.0625rem;display:block; }#N1H1Z3k8CD0LkIcEdsT8iLM4H8GD6wE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #sdBOaAssMxA8qzsOWm51WJ6liAfNMcxq { width:19.75rem;height:6.4375rem;top:157.52499961853rem;left:0rem;z-index:14999;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;display:block; }
 }@media only screen and (max-width: 763px) { #t73yM2smksWXFKG91NH7dqRTG8dw8NGx { width:3.8125rem;height:4.75rem;top:36.793749809265rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6vUQUAl6p7d6Omm5pu12JfxF6ET31Ve { width:15.6875rem;height:2.275rem;top:41.981246948243rem;left:2.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hECyuf6C9o8pvVPkq1qVULQ4cLv7coJc { width:16.8125rem;height:4.55rem;top:44.950000762939rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGLXncesbtZ5qGW1ff2PCapPaHsqE5TJ { width:20rem;height:6.125rem;top:28.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR { width:18.375rem;height:3.9rem;top:28.650001525879rem;left:0.90625rem;font-size:1rem;display:block; }#rPsR9RKqLwOD3iVg8Cb5xlNkrmt1lbTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #IIrH1qIhoxsIDGiAnHy9KpheR0OfabsZ { width:19.6875rem;height:5.4375rem;top:70.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP { width:19.5rem;height:4.14375rem;top:71.4375rem;left:0.25rem;font-size:1.0625rem;display:block; }#gpguD3Shel2nlXcGMmOZ1rzGHAEqGmZP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #RWuaM0mV2heeIBJt1CmM4pUJ7CF9Wimf { width:20rem;height:11.8125rem;top:186.9999961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvLQRbn6MyiDTtZTNLRgy86kk49dBzpL { width:19.75rem;height:3.5rem;top:175.52500152588rem;left:0.0625rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #unzb0v8EkdqOpcF4Tu5VuCTTEBrMcCGO { width:15.75rem;height:16.125rem;top:85.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3CbwQFbTGHOwatLWiRn004ZuGsxyVB { width:3.8125rem;height:4.75rem;top:86.034374237062rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRVDXZmHyksp1SxZhmgTN1uPOTpAB0Fh { width:11.5rem;height:3.4125rem;top:91.393749237062rem;left:4.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFMaFvxC1EnqnTm12RCIbREHTQmsyvNG { width:16rem;height:4.55rem;top:95.643749237062rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBCwyUTk833kLwlByaMuNumswHRMUuTF { width:15.75rem;height:16rem;top:102.21875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvzKkBCTwhxI5OO67RPlW8F3APBRX1gH { width:3.9375rem;height:4.9583333333333rem;top:102.96458435059rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6TOJwTssQkzesRBvCavWfOCcnNEBiIX { width:20rem;height:2.275rem;top:109.08124923706rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXhKiPTUMEMRelqu1nOpEJwnevVfAXFR { width:14.125rem;height:3.4125rem;top:113.09895706177rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/f320405a-af15-4523-8bcc-683b22d7662e/03.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.adaptive-delivery-prevent-bg, #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.lazyload, #EWMI6yM7sTbVRlQnBIytvKMhWLw66stV.lazyloading { background-image: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { background-color: transparent; background-image: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container > .video-iframe-container { display: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row > .video-iframe-container { display: none; }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .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); }#EWMI6yM7sTbVRlQnBIytvKMhWLw66stV > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWSUq1b3V2ni0MRTfNXWu27Zz3TlySFq { width:17.0625rem;height:4.625rem;top:1.6875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEJtSV2aeFO0T4Fw4qkDGRrxEkTBEZAN { display:block; }
 }@media only screen and (max-width: 763px) { #RTPT2qUEpgrV9IMxtSSt3A5HUKFNR8QE { display:flex;width:1.9375rem;height:1.9375rem;top:2.96875rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { display:block; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqE2t3si03Hb47mEKx1zztLMreOaC70R { width:20rem;height:3.25rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { display:block; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container { width:20rem;height:123.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsh0kI4e2w8fsq0zDHP53zVR4luVnesn { width:16.8125rem;height:17.5rem;top:2.125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8NtrenbEocNow7c5oXL9BI5P30yfpW { width:15.0625rem;height:6rem;top:12.750000953674rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPe5dTEW43Q8IwKdKsq3LypxVfIV4BtB { width:15.1875rem;height:4.5rem;top:34.062523841858rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uRm9nfXa0F6m7ro2NMfRGd4iOJuAnX { width:16.375rem;height:6rem;top:53.187501907349rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZVHyNHFg0xGJ6lziT1GmW3ff3T53hrL { width:16.8125rem;height:17.625rem;top:82.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzUVo1HvUd8IVt2QT3sTTzhKqcxOupz5 { width:16.75rem;height:17.5625rem;top:42.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFncfTtIKEEwcxV4pd9mdTeRT6RDWWQ { display:flex;width:5.4375rem;height:5.4375rem;top:43.75rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #ToOeMNennvmIbz5OJZHbh5cPksESObGn { width:12.5rem;height:1.5rem;top:10.125000953674rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulvCG4NVo7F5zbIChtUsN73Xlnrn4Xty { display:flex;width:4.9375rem;height:4.9375rem;top:24.265625rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #FStGAXd9vwqSFVBCbxG5lhqg8oxq8HeJ { width:13.9375rem;height:3rem;top:30.25rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRp4tcqmEm6BqBXJbfcktKUJ8Hy16pnN { width:14.0625rem;height:1.5rem;top:50.862501144409rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgb2bUcc6PKgzHIeuET4DoXzTtcm6u9y { width:16.75rem;height:17.6875rem;top:62.46875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsdN0B1fnNfEveLW7bs37vV1yNlzpcu { width:16.8125rem;height:17.5rem;top:22.25rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIVE1ta6O2GK2obvioUcCdXdZmAZl9b7 { width:16.875rem;height:17.625rem;top:102.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiHgPa74ny0z93D8FXUqEGaJx6q6Dmhn { display:flex;width:5.125rem;height:5.125rem;top:3.9375009536743rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #X7IkrBChF4uNtIic98IIrw4wGXkp0XSH { display:flex;width:4.9375rem;height:4.9375rem;top:64.0625rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #TlLoLOwWAxFMt0dVDCqTJSiTCzBi1d2D { width:12.5rem;height:1.5rem;top:70.65625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0MI5dlPUvTzy6dnHqt1p5ZOLfPqLwTk { width:15.6875rem;height:6rem;top:73.703125rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlSzkHAl4uvbtCOBJTZ2vlW90iLdRvRw { display:flex;width:5.125rem;height:5.125rem;top:84.15625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #pc9Dek9THAcaLZVmaym1FmE4lN3oHie1 { width:14.375rem;height:1.5rem;top:90.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5TnQu9QlCwAOroJlnxaX34bGaXXRNm { width:14.875rem;height:6rem;top:93.890625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQSd6neJMUTcaaAcS2iowJkRpBGnJwE9 { display:flex;width:5rem;height:5rem;top:103.90625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mr8JJmevbmmgOxp7buCTvvfVxf3811Jc { width:20rem;height:1.5rem;top:110.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EazshKzUhhg6JASqEPVAZLAIwv5QOFcx { width:15.9375rem;height:6rem;top:113.765625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x29v8Azdnt59wyIIT4dEi657XTV2yByp { display:block; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 { width:20rem;height:8.425rem;top:18.185417175293rem;left:0rem;font-size:1rem;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:before{  }
 }@media only screen and (max-width: 763px) { #hLy1QTmaFJcMKv3WiZAuxPCVKlbkDay7 { width:20rem;height:8.45rem;top:1.7854166030884rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzL3PiDz9Dtde9KHB9VrAS4XpnVxvJn3 { width:20rem;height:1.3rem;top:15.597915649414rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8P7p9Nf9LJQGTn1G7vnADDRALT9PU2O { width:20rem;height:3.9rem;top:11.710416793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg { display:block; }#gJ9irSvOfX9c0vLgC5lX3pb4dCWeGhSg > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikd6a8FKqB3MuyWcBTwAIsKVcUxcrbzP { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG { width:18.5rem;height:22.4875rem;top:9.2041664123538rem;left:0.75rem;font-size:1rem;display:block; }#q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#q09gDsr3K9ehkyRzxa6Lutpcg9dTwAeG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09872b61eb8910ccb459a4394c3bdb1.svg); }
 }@media only screen and (max-width: 763px) { #Jdyps7qbzP3sAi06WJRv5rURwklGT0nh { width:20.0625rem;height:26.875rem;top:6.8854064941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNhFTbkab9Xe2CW6QzwzwBz80XRhr8SQ { width:19rem;height:5rem;top:59rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRFvhdNRLesfZaJqLb5yUZT4r324lG7a { display:block; }
 }@media only screen and (max-width: 763px) { #D1hL1CTTRdpyo38zN2DUzCJ5wC1J0v7L { width:14.8125rem;height:18.5625rem;top:36.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnKS1vsQ78CglmINI88Zye3dNNlQTVOH { display:flex;width:1.6875rem;height:1.6875rem;top:60.65625rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #hNREbE66JNvndJsSbVX5Qz6IXEdBrWds { width:7.375rem;height:11.8125rem;top:46.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6V23sIWc03JOk9lsXw2wZfOq1gTV0qz { width:7.625rem;height:7.625rem;top:34.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XegLpnBQEUTAHHOlnDTkTwskctelvbn0 { width:20rem;height:11.828978622328rem;top:21.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hki08sZk3to3qmZb5Gkh4J30gW4KnclU { display:none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l5d1wRIHRfxTTKVT3SKR0SEvIf7X4Cfw { width:13.6875rem;height:3.4125rem;top:0.9375rem;left:3.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR { background-color:#ffffff;background-image:none;display:none; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { width:20rem;height:66.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KlTlPFkiJy6ZbGm6ODBCW135QmGpHDPT { width:6.8125rem;height:6.8125rem;top:1.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTAePvAI6d9STvqx0vT5TMHlkuNPwXx { width:16.6239375rem;height:3.9rem;top:9.75rem;left:1.6885414123535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5paZPbfFpb9DwQb8PnLKBEbwiww5Pcg { width:4.125rem;height:1.03125rem;top:5.9346790313721rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJAkt8OgpErChNnqSUNFsbaNwxIBFOL2 { width:7.25rem;height:7.25rem;top:18.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z524reGvXPnfJVl2hqaU0d3Shy407KGG { width:12.5rem;height:3.9rem;top:26.975006103516rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qad2eeIrxs7x9KoAteEOspnofBwLTwcn { width:4.125rem;height:1.03125rem;top:20.897382751465rem;left:13.64060523407rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssW2xtcX1VRi9VPQRMT4fcwqyfvwiNzl { width:7.75rem;height:7.75rem;top:34.9375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8sCCc2emihV7nauHuKHpUvdkQPc0Fm0 { width:13.8114375rem;height:3.9rem;top:44.0625rem;left:3.0947923660278rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9JLx4GZr7UfvQv6ulK78NiK8F8ETFE7 { width:4.125rem;height:1.03125rem;top:53.64414375rem;left:1.4986991882324rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDx9rwTkKSUSOy2RXTKk3BU1NpCgpr0s { width:6.875rem;height:7rem;top:51.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGLxPWJSbLfyaRAdbcPHBBkXMf7gGpDy { width:11.6239375rem;height:5.2rem;top:60.181251525879rem;left:4.1885414123535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzS75y03kH9biUDJAOJp8vDecPTWUN9L { top:14.274993896484rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ASanCVUbmVKAQORH6AdioGXGBV3wEFeV { top:31.4375rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A1cdpRPeFHfwRcpPIoGJTbAVXwbcWKnH { top:48.25rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 { background-color:transparent;background-image:none;display:none; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { width:20rem;height:32.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x1W3Ed48KrI14SXyzOdQZUrKHPJ7maqZ { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZruOSJxVJ8seerUaIR1EcmfH94BxFfq { width:16.5625rem;height:2.875rem;top:6.7328605651856rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXcoMMdWhXty86e5AJ10ZoPd6CrxQd0E { width:19rem;height:19.5rem;top:11.4736328125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }