.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,251,222;--color-primary-1:237,242,147;--color-primary-2:218,229,38;--color-primary-3:109,115,19;--color-primary-4:33,34,6;--color-secondary-0:222,224,229;--color-secondary-1:145,150,169;--color-secondary-2:34,45,83;--color-secondary-3:17,23,42;--color-secondary-4:5,7,12;--color-tertiary-0:255,255,255;--color-tertiary-1:209,209,209;--color-tertiary-2:102,102,102;--color-tertiary-3:51,51,51;--color-tertiary-4:10,10,10;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { 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/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.adaptive-delivery-prevent-bg, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyload, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyloading { background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.125rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:3.7500002384186rem;left:44.812065124512rem;display:block; }
#nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.75rem;left:50.5rem;overflow:hidden;display:none; }
#f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { 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:1.37478125rem;width:1.37478125rem;top:1.8196614980698rem;left:44.81120300293rem;overflow:hidden;display:block; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:60rem;height:42.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:rgba(var(--color-secondary-2),1);display:block;width:44.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:15.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { position:absolute;display:block;z-index:14999;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: 2.6875rem 1.125rem 4.6875rem rgba(var(--color-tertiary-4),0.13) ;height:17.5625rem;width:22.1875rem;top:0rem;left:33.5rem;overflow:hidden;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { z-index:15003;top:36.749134063721rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.061875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fr829vhlpm0HPECT937IVFZ3tDihXw9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10rem;top:27.125rem;left:40.3125rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:26.46875rem;left:51.25rem; }
#RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:26.46875rem;left:53.4375rem; }
#GcK30RbcCTNDPw4CgQ7wUR4zf6cStWef { color:rgba(var(--color-secondary-2),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:16.361328125rem;left:0rem;height:8.5rem;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; }
#IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo { color:rgba(var(--color-secondary-2),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:27.125rem;left:0rem;height:9.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_64ca6d395a1f9fd28b4772e5d2b19e4e.svg); }
#CNhHW2xNLWyJSsGmE3u4LlcQlErNv8OX { 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:9.124375rem;width:13.75rem;top:13.998481750488rem;left:45.061851501465rem;overflow:hidden;display:block; }
#snMB8C2ogzZQdILXIAGSFZwRVewCEQPG { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:40.436634063721rem;left:0rem;height:1.2999125rem;display:block; }
#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { 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; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.84375rem;left:0rem;height:6.0004375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:14999;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;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:16rem;width:39.5625rem;top:0rem;left:0rem;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:rgba(var(--color-secondary-2),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.9;letter-spacing:0;top:0.56207275390625rem;left:0.81184768676756rem;height:8.55rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TQDrvd1URy9AdcL4IoEzbLSf6mi8aIA5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:0rem;left:40.125rem;overflow:hidden;display:block; }
#cg8FwVrBmAwqnUOaJ3K9gNwMeUnHOOHU { color:rgba(var(--color-secondary-2),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:8.606773376465rem;left:0.9375rem;height:6.41275rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { 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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:60rem;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { 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; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:60rem;position:relative;display:block; }#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { 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:13.125rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { 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:27.125rem;width:19.9375rem;top:14.530469894409rem;left:20rem;overflow:hidden;display:block; }
#oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.75rem;top:14.531249165535rem;left:0rem;overflow:hidden;display:block; }
#kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.75rem;top:28.562499165535rem;left:0rem;overflow:hidden;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:12.255208015442rem;left:42.5rem;height:;font-style:normal;display:block; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:before{  }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:rgba(var(--color-secondary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.5625rem;left:22.625rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PFmTxsScBnKMSt15LhuFNlPTdFLM4JuK { 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:9.125rem;width:13.75rem;top:32.5927734375rem;left:44.4375rem;overflow:hidden;display:block; }
#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 { position:relative;display:block; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 { background-color: transparent; background-image: none; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .row .container > .video-iframe-container { display: none; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .row > .video-iframe-container { display: none; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .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); }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 { border-width: 0; border-radius: 0; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .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; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .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:25.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D2yyAR2QJNhCC1xnnItH4qu3UwrSotqI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.125rem;height:11.7rem;display:block; }
#pDO6KZB7qgIoNFa8ML5iiNOf62cmbEZi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:20.75rem;height:9.1rem;display:block; }
#MTA7EXb5rWqmmKg52a0N27zysWrWdpQI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40.6875rem;height:13rem;display:block; }
#r9qzHczBwNTu6g2v8xlzx2QI9D0E6ipR { color:rgba(var(--color-secondary-2),1);display:block;width:19.311rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.6875rem;height:3.4125rem;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; }
#TwHzgvyOTBcgZc63IhiEIxPabTc4PvJV { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.125rem;height:3.4125rem;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; }
#dqLQ3OZmtATwu1ylObzqSyoNmcRWk29p { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:20.75rem;height:5.11875rem;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; }
#lUSTaEZeTp41ARRDPBs4809mAQnfNTVW { box-sizing:content-box;height:18.75rem;width:20.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:0rem;display:block; }
#uBE2bLA2c1khFeqhqRBAin7QVvpNP3lu { box-sizing:content-box;height:18.875rem;width:20.061875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:39.9375rem;display:block; }
#XBTT1Somw7TTnHcDwrTQqDN92L3bgIM0 { color:rgba(var(--color-secondary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75737857818606rem;left:0.22677993774414rem;height:3.4125rem;display:block; }
#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:rgba(var(--color-secondary-2),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.2500009536743rem;left:3.75rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:rgba(var(--color-secondary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:8.3125038146975rem;left:3.75rem;height:4.275175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.5);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.25rem;width:55.75rem;top:5.6875rem;left:0rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.967880249024rem;left:34.562286376953rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:31.875rem;top:4.59375rem;left:1.875rem;display:block; }
#t2RseLqQWcezTyxMNhIRKUgIIlQHzxf3 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.073785781861rem;left:36.939018249512rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 { position:relative;display:block; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 { background-color: transparent; background-image: none; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .row .container > .video-iframe-container { display: none; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .row > .video-iframe-container { display: none; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .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); }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 { border-width: 0; border-radius: 0; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .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; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .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.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rErizAWIzz4ozL6k6CrWEC3Opvv2MXTo { position:absolute;display:block;z-index:15000;height:43.75rem;width:54.375rem;top:9.1818618774412rem;left:2.9375rem;display:block; }
#R6ITpMznEV1pWAEHTJ1hJoo1aC5AZnUM { color:rgba(var(--color-secondary-2),1);display:block;width:42.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.0985221862793rem;left:2.7864570617676rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh.adaptive-delivery-prevent-bg, #lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh.lazyload, #lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh.lazyloading { background-image: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container { background-color: transparent; background-image: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container > .video-iframe-container { display: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row > .video-iframe-container { display: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .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); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container { border-width: 0; border-radius: 0; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#pv6yxT7Ab45N0eFwqVFW0ZgiFJv59wXr { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.8000001907349rem;left:0rem;height:6.0004375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8.adaptive-delivery-prevent-bg, #U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8.lazyload, #U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8.lazyloading { background-image: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container { background-color: transparent; background-image: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container > .video-iframe-container { display: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row > .video-iframe-container { display: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .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); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container { border-width: 0; border-radius: 0; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#MWp6T93W3nCZWDsireXuaqdHXaSfTFmW { position:absolute;display:block;z-index:15015;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;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:20rem;width:36.0625rem;top:0rem;left:0rem;display:block; }
#iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq { color:rgba(var(--color-secondary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:1.375rem;left:0.875rem;height:18.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq li:before{  }
#TOfw8JHifElfHndIr1SEUC2fNXTqqaCv { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:22.875rem;top:0rem;left:36.872116650631rem;overflow:hidden;display:block; }
#n90qOZAwhMATaAmxxhi5K4vD8Em8imuz { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.03125rem;left:36.8125rem;display:block; }
#Nya7hT1nkSGc1bbsOgclDqoH46DT05Kd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADwfV7aGWEESazqnw7s9OumWsexqzJAs { color:rgba(var(--color-tertiary-2),1);display:block;width:23.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.574220657349rem;left:36.939018249512rem;height:1.2999125rem;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { 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/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.adaptive-delivery-prevent-bg, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyload, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyloading { background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:60rem;position:relative;display:block; }#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:rgba(var(--color-secondary-2),1);display:block;width:59.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.0620660781861rem;left:0rem;height:3.87478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHAdRag3IU3p56bym3cNOVhQgzc4Jiq5 { position:absolute;display:block;z-index:15004;height:51.0625rem;width:60rem;top:9.04513835907rem;left:0rem;display:block; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { 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:14.0625rem;width:21.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;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;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: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:14rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { 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:2.4375rem;width:2.4375rem;top:2.9867091178894rem;left:18.75rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:rgba(var(--color-secondary-2),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.5625rem;left:18.75rem;height:8.6625rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:11.98828125rem;left:41rem;height:2.1375875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121837;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#QmAAb0Z3CalPD9dD2l1P157xwATI8Toi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:6.0004375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:13.75rem;left:42rem;height:12.825rem;font-style:normal;display:block; }
#KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.881252288818rem;left:0.625rem;display:block; }
#cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:22.125rem;left:42rem;height:13.763rem;font-style:normal;display:block; }#P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd li:before{  }
#c24QaJU3vA5GrTsbF6lwDeaTpTCAFQ5C { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:37.7421875rem;left:42rem;height:12.825rem;font-style:normal;display:block; }
#EI2APryuix7WMvqeJAkLv5qENt6zyHBT { 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:9.125rem;width:13.75rem;top:29.562500953674rem;left:25.875rem;overflow:hidden;display:block; }
#kZSosIFDyn5PvVcNxwlOfV3XmKz40KJv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.9;letter-spacing:0;top:29.562501430511rem;left:0.625rem;height:10.6879375rem;font-style:normal;display:block; }
#GR1e5Rq0zxCgD1TwsKTKTsFTsfMRSTU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:47.934029519558rem;left:8.59375rem;height:1.2999125rem;display:block; }
#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container { background-color: transparent; background-image: none; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container > .video-iframe-container { display: none; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row > .video-iframe-container { display: none; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .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); }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container { border-width: 0; border-radius: 0; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#CJJcEicWuUI0ZbfiZ7yTNTTtcTWMWTVe { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.39921569824219rem;left:0.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container { background-color: transparent; background-image: none; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container > .video-iframe-container { display: none; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row > .video-iframe-container { display: none; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .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); }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container { border-width: 0; border-radius: 0; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#Tz7Qd3kWi4ZI82EtsNrGvq0UlD7wqF3w { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.39921569824219rem;left:0.0625rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { width:11.125rem;height:4.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:15.0625rem;height:4.0625rem;top:3.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.375rem;height:1.375rem;top:3.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.3125rem;height:1.3125rem;top:1.8125rem;left:38.68620300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:44.5625rem;height:15.4375rem;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:22.1875rem;height:17.5625rem;top:0rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { top:36.6875rem;left:0rem;width:30rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr829vhlpm0HPECT937IVFZ3tDihXw9L { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.375rem;height:1.375rem;top:26.4375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { width:1.375rem;height:1.375rem;top:26.4375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcK30RbcCTNDPw4CgQ7wUR4zf6cStWef { width:43.5rem;height:8.5rem;top:16.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo { width:31.875rem;height:9rem;top:27.0625rem;left:0rem;font-size:1.125rem;display:block; }#IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_64ca6d395a1f9fd28b4772e5d2b19e4e.svg); }
 }@media only screen and (max-width: 763px) { #CNhHW2xNLWyJSsGmE3u4LlcQlErNv8OX { width:13.75rem;height:9.124375rem;top:13.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #snMB8C2ogzZQdILXIAGSFZwRVewCEQPG { top:40.375rem;left:0rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:6rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:39.5625rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:35.8125rem;height:6.4375rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDrvd1URy9AdcL4IoEzbLSf6mi8aIA5 { width:19.875rem;height:13.1875rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg8FwVrBmAwqnUOaJ3K9gNwMeUnHOOHU { width:37.4375rem;height:6.4375rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.75rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.9375rem;height:27.125rem;top:14.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:19.75rem;height:13.125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:15.625rem;height:;top:12.25rem;left:32rem;font-size:1rem;display:block; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:before{  }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:37.375rem;height:6rem;top:3.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFmTxsScBnKMSt15LhuFNlPTdFLM4JuK { width:13.75rem;height:9.125rem;top:32.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 { display:block; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2yyAR2QJNhCC1xnnItH4qu3UwrSotqI { top:11.4375rem;left:0rem;width:17.8125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDO6KZB7qgIoNFa8ML5iiNOf62cmbEZi { top:12.75rem;left:13.9375rem;width:17.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTA7EXb5rWqmmKg52a0N27zysWrWdpQI { top:10.9375rem;left:29.8125rem;width:17.8125rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9qzHczBwNTu6g2v8xlzx2QI9D0E6ipR { top:6.9375rem;left:28.375rem;width:19.25rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHzgvyOTBcgZc63IhiEIxPabTc4PvJV { top:6.9375rem;left:0rem;width:20rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqLQ3OZmtATwu1ylObzqSyoNmcRWk29p { top:6.9375rem;left:11.75rem;width:20rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUSTaEZeTp41ARRDPBs4809mAQnfNTVW { top:5.625rem;left:0rem;width:20.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE2bLA2c1khFeqhqRBAin7QVvpNP3lu { top:5.625rem;left:11.75rem;width:20.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTT1Somw7TTnHcDwrTQqDN92L3bgIM0 { top:0.75rem;left:0rem;width:31.875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:42.25rem;height:5.5rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:34.625rem;height:4.25rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:9.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:25.375rem;height:3.4375rem;top:10.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:31.875rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RseLqQWcezTyxMNhIRKUgIIlQHzxf3 { top:15.0625rem;left:24.75rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 { display:block; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rErizAWIzz4ozL6k6CrWEC3Opvv2MXTo { top:9.125rem;left:0rem;width:47.75rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ITpMznEV1pWAEHTJ1hJoo1aC5AZnUM { width:42.1875rem;height:5.4375rem;top:2.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh { display:block; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pv6yxT7Ab45N0eFwqVFW0ZgiFJv59wXr { width:47.75rem;height:6rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 { display:block; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWp6T93W3nCZWDsireXuaqdHXaSfTFmW { width:36.0625rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq { width:34.625rem;height:18.0625rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }#iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq li:before{  }
 }@media only screen and (max-width: 763px) { #TOfw8JHifElfHndIr1SEUC2fNXTqqaCv { top:0rem;left:11.1875rem;width:22.875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n90qOZAwhMATaAmxxhi5K4vD8Em8imuz { width:23rem;height:3.4375rem;top:16rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nya7hT1nkSGc1bbsOgclDqoH46DT05Kd { display:block; }
 }@media only screen and (max-width: 763px) { #ADwfV7aGWEESazqnw7s9OumWsexqzJAs { top:19.5625rem;left:8.75rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:47.75rem;height:3.8125rem;top:3rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHAdRag3IU3p56bym3cNOVhQgzc4Jiq5 { top:9rem;left:0rem;width:47.75rem;height:51.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:21.125rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:14rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:5.75rem;top:5.5625rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:2.125rem;top:11.9375rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmAAb0Z3CalPD9dD2l1P157xwATI8Toi { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18.5rem;height:6rem;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:12.8125rem;top:13.75rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:39.5rem;height:3.4375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd { width:18rem;height:;top:22.125rem;left:29.75rem;font-size:1rem;display:block; }#P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd li:before{  }
 }@media only screen and (max-width: 763px) { #c24QaJU3vA5GrTsbF6lwDeaTpTCAFQ5C { width:18rem;height:12.8125rem;top:37.6875rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2APryuix7WMvqeJAkLv5qENt6zyHBT { width:13.75rem;height:9.125rem;top:29.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSosIFDyn5PvVcNxwlOfV3XmKz40KJv { width:20.25rem;height:10.625rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1e5Rq0zxCgD1TwsKTKTsFTsfMRSTU5 { top:47.875rem;left:2.46875rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC { display:block; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJJcEicWuUI0ZbfiZ7yTNTTtcTWMWTVe { top:0.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 { display:block; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz7Qd3kWi4ZI82EtsNrGvq0UlD7wqF3w { top:0.375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { width:11.811rem;height:4.0625rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:15.0625rem;height:4.0625rem;top:3.75rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.5625rem;height:1.5625rem;top:6.5625rem;left:9.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.3125rem;height:1.3125rem;top:1.8125rem;left:9.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:17.9980625rem;height:8.79775rem;top:1.25rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:16.625rem;height:13.1875rem;top:18.0458rem;left:0rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { top:52.140842437744rem;left:0rem;width:20rem;height:3.81185rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr829vhlpm0HPECT937IVFZ3tDihXw9L { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.124783125rem;top:50.7661125rem;left:5rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.3737rem;height:1.3737rem;top:52.140895625rem;left:9.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { width:1.3737rem;height:1.3737rem;top:54.764595625rem;left:9.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GcK30RbcCTNDPw4CgQ7wUR4zf6cStWef { width:20rem;height:5.49913125rem;top:11.29775rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo { width:20rem;height:6.5364375rem;top:42.9807375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#IhIW84aAMmKbdgcwZT7gMLlP0wCWtKBo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_64ca6d395a1f9fd28b4772e5d2b19e4e.svg); }
 }@media only screen and (max-width: 763px) { #CNhHW2xNLWyJSsGmE3u4LlcQlErNv8OX { width:13.75rem;height:9.124375rem;top:32.6063625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snMB8C2ogzZQdILXIAGSFZwRVewCEQPG { width:20rem;height:2.599825rem;top:56.699222564698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:17.9980625rem;height:10.9971875rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#fafafa;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.749375rem;height:18.6230625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:19.6875rem;height:8.5015rem;top:1.8120651245118rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TQDrvd1URy9AdcL4IoEzbLSf6mi8aIA5 { width:19.749375rem;height:13.125rem;top:21.500869750976rem;left:0.061197936534882rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg8FwVrBmAwqnUOaJ3K9gNwMeUnHOOHU { width:20rem;height:10.2018125rem;top:11.175130844116rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.749375rem;height:13.125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:18.3735rem;height:27.6248125rem;top:54.42275rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:19.6875rem;height:13.0625rem;top:15.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.6875rem;height:13.0625rem;top:30rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:17.9980625rem;height:12.839625rem;top:83.2975625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:before{  }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:17.9980625rem;height:8.79775rem;top:44.375rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PFmTxsScBnKMSt15LhuFNlPTdFLM4JuK { width:13.75rem;height:9.124375rem;top:97.386125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 { display:block; }#nRpPwilkvsCmQLxkWPV1LtyNgxUPubq3 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2yyAR2QJNhCC1xnnItH4qu3UwrSotqI { width:17.8125rem;height:11.69925rem;top:4.1243495941162rem;left:1.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDO6KZB7qgIoNFa8ML5iiNOf62cmbEZi { width:17.8125rem;height:9.099375rem;top:21.450738787651rem;left:1.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTA7EXb5rWqmmKg52a0N27zysWrWdpQI { width:17.8125rem;height:12.999125rem;top:36.338977813721rem;left:1.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9qzHczBwNTu6g2v8xlzx2QI9D0E6ipR { width:18.686rem;height:0.97439375rem;top:49.712024688721rem;left:0.75043421983719rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwHzgvyOTBcgZc63IhiEIxPabTc4PvJV { width:19.0625rem;height:0.97439375rem;top:16.761070251465rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqLQ3OZmtATwu1ylObzqSyoNmcRWk29p { width:18.4375rem;height:1.9487875rem;top:30.951606631279rem;left:0.78125005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUSTaEZeTp41ARRDPBs4809mAQnfNTVW { width:20rem;height:18.75rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBE2bLA2c1khFeqhqRBAin7QVvpNP3lu { width:20rem;height:18.875rem;top:127.822265625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #XBTT1Somw7TTnHcDwrTQqDN92L3bgIM0 { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:17.9980625rem;height:8.79775rem;top:1.2500057220459rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:17.9980625rem;height:5.1009125rem;top:11.623266220092rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.749375rem;height:11.6873125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:20rem;height:3.4375rem;top:18.123914718628rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:0.124783125rem;height:5.3125rem;top:0.15625rem;left:1.9375rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #t2RseLqQWcezTyxMNhIRKUgIIlQHzxf3 { width:20rem;height:2.599825rem;top:22.373048782349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 { display:block; }#T4zW92Vlxyg4K9tM9gT49hvNC9Z6iLg0 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rErizAWIzz4ozL6k6CrWEC3Opvv2MXTo { width:20rem;height:43.75rem;top:11.29775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ITpMznEV1pWAEHTJ1hJoo1aC5AZnUM { width:20rem;height:8.79775rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh { background-color:#fafafa;background-image:none;display:block; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container { background-color: transparent; background-image: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container > .video-iframe-container { display: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row > .video-iframe-container { display: none; }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .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); }#lKX6UfAzhzWVShnZlk5O2SZaTxkRDruh > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pv6yxT7Ab45N0eFwqVFW0ZgiFJv59wXr { width:17.9980625rem;height:6.5983125rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 { background-color:#fafafa;background-image:none;display:block; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container { background-color: transparent; background-image: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container > .video-iframe-container { display: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row > .video-iframe-container { display: none; }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .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); }#U6hcPVELSK08ZU7PvfI4IpsLzhllJrd8 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWp6T93W3nCZWDsireXuaqdHXaSfTFmW { width:19.749375rem;height:18.6230625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq { width:15.625rem;height:24.74175rem;top:2.6247825622559rem;left:0.99956512451175rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#iMZ9OLHHXd9CE9qUKOpx6TiqSyalloeq li:before{  }
 }@media only screen and (max-width: 763px) { #TOfw8JHifElfHndIr1SEUC2fNXTqqaCv { width:19.875rem;height:13.1875rem;top:28.615470062256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n90qOZAwhMATaAmxxhi5K4vD8Em8imuz { width:20rem;height:3.4375rem;top:43.125032562256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nya7hT1nkSGc1bbsOgclDqoH46DT05Kd { display:block; }
 }@media only screen and (max-width: 763px) { #ADwfV7aGWEESazqnw7s9OumWsexqzJAs { width:20rem;height:2.599825rem;top:47.812532562256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:17.9980625rem;height:3.99956875rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHAdRag3IU3p56bym3cNOVhQgzc4Jiq5 { width:20rem;height:51.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:20rem;height:13.3105625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:14.375rem;top:15.8105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.43706875rem;height:2.43706875rem;top:4.2361068725586rem;left:17.56293125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:17.9980625rem;height:5.361325rem;top:19.2480625rem;left:2.0019375rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:17.9980625rem;height:1.70030625rem;top:25.67384375rem;left:2.0019375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmAAb0Z3CalPD9dD2l1P157xwATI8Toi { height:10.7498125rem;width:19.2480625rem;top:1.62109375rem;left:0.3754341006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:17.9980625rem;height:2.3990875rem;top:13.366970062256rem;left:1.0004341006279rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:17.9980625rem;height:8.501525rem;top:16.579860687256rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:20rem;height:3.4375rem;top:62.368707656861rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:7.5rem;height:0.37217875rem;top:1.25rem;left:6.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.37217875rem;height:6.25rem;top:2.87109375rem;left:9.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd { width:17.9980625rem;height:9.439rem;top:23.144523620606rem;left:1.0004341006279rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#P3hoR1eC3dhlCxrTHPfiLOA1lT1boNtd li:before{  }
 }@media only screen and (max-width: 763px) { #c24QaJU3vA5GrTsbF6lwDeaTpTCAFQ5C { width:18.5623125rem;height:8.50149375rem;top:53.869351387024rem;left:0.71831601858137rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EI2APryuix7WMvqeJAkLv5qENt6zyHBT { width:13.75rem;height:9.124375rem;top:43.770619392395rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSosIFDyn5PvVcNxwlOfV3XmKz40KJv { width:18.6230625rem;height:8.5015rem;top:33.957249641419rem;left:0.68793410062787rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GR1e5Rq0zxCgD1TwsKTKTsFTsfMRSTU5 { width:20rem;height:2.599825rem;top:66.895618438719rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC { display:block; }#X0RsqIFstn59rn1E5Np6ZOsyWfNDQVkC > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJJcEicWuUI0ZbfiZ7yTNTTtcTWMWTVe { width:17.9373125rem;height:3.8997375rem;top:1.25rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 { display:block; }#ktg134HmLbTcew0TkKDDqsKqGdsrRFo9 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz7Qd3kWi4ZI82EtsNrGvq0UlD7wqF3w { width:17.9373125rem;height:5.19965625rem;top:1.25rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }