.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:231,250,250;--color-primary-1:104,232,255;--color-primary-2:4,217,255;--color-primary-3:2,130,153;--color-primary-4:1,43,51;--color-secondary-0:220,220,223;--color-secondary-1:140,139,147;--color-secondary-2:24,23,39;--color-secondary-3:12,12,20;--color-secondary-4:4,3,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:246,234,234;--color-tertiary-3:12,11,11;--color-tertiary-4:0,0,0;--headlines-font-family:"red hat display";--paragraphs-font-family:"red hat display"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ced82c63-3aec-4bba-bc9b-e419fa4652b8/bg1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.6);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; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { background-color: transparent; background-image: none; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container > .video-iframe-container { display: none; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row > .video-iframe-container { display: none; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .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); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { border-width: 0; border-radius: 0; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#LlQV98uc6VOA3gmpIaIAUHrTBnxqzOiM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#VDcaQZvSWTptnOMltwfUIb4Bb5FNyHbn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:40.25rem;display:block; }
#JpfxOvm3ISEAwRwzPiMO3Fdku0TiwUPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reVL0uJga1qkg7WQKbVpGz4ieQ5lmlvG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:50.9375rem;display:block; }
#vPFTXxzXdgSgyCrRQR1eAdirJKoah5nt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dm8w14NxeTkGn1UlNuMGF0FU49RTXCbw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:60.25rem;display:block; }
#Mnbq5a4gzOSqzoLl6KNRMRvT4bqJghtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzPcn3tsnBNM6Kc0AUcQPgLToyRTQfUJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:0.875rem;left:69.625rem;display:block; }
#qe56313wbJypWHJTU7yS9OuqQggXXDyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HPyGzziCfiTE1TGEnIzvhpgg6khAx6Wy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { border-width: 0; border-radius: 0; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#yMKhsP9L5v0NMw9HDBQluo6sIx3efVAh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:40.25rem;display:block; }
#Q6Atg8ooJ4Ok5hvQKOMKTu1IyWozB3Ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHxlDRgrPQBvknTmZmP9wbTfM8aSGXHP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:50.9375rem;display:block; }
#Z7NCTVttt9aIFGIRWepTbCJ85w8kbsD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3XwzxvLfzuVd1crpnUTVpCckqXKa5oR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:60.25rem;display:block; }
#AoaOUnAvVymoJen8qWspw9oTpi4Nf7Io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7TLzRc4eOQwZpoqG274NwQfXyZ1ye6W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:0.875rem;left:69.625rem;display:block; }
#ws3gkvLKHJ8QIUVQcNBHRCBJgevT0ion { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { z-index:;position:relative;display:block; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { background-color: transparent; background-image: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .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); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { border-width: 0; border-radius: 0; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#XXJgPEZvfAshLfM5on1MAqceKnZD0tHM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4SdxA3DasEQqIDm3JqTlT21c1TXofJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:26.4375rem;left:0rem;height:12.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMP13N4E6di5f39e7qhDsvWtqikF1IE4 { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41rem;left:25rem;display:block; }
#CUDxEa6ZDGpyli2fEJx0msIfxQrevMyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f4ff;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; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { background-color: transparent; background-image: none; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container > .video-iframe-container { display: none; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row > .video-iframe-container { display: none; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .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); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { border-width: 0; border-radius: 0; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#lWmDPnb3N3GbsKRf62RnylSF1cUSy0Pn { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BHToa5TTuoRGq6GQ75FsVFTkp5rADULU { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.64999961853rem;left:0rem;height:4.6308625rem;font-style:normal;display:block; }
#C5NrICcKvObRwvT8Oa68MJ4NT4v9MEco { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.46249961853rem;left:0rem;height:18rem;font-style:normal;display:block; }
#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM { color:rgba(var(--color-secondary-2),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:33.46249961853rem;left:1.0625rem;height:18rem;font-style:normal;display:block; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:before{  }
#aL7hQVHqDHs94wXhnmQUuTEWOGC2ehdW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.375rem;width:54.5625rem;top:0.875rem;left:41.3125rem;overflow:hidden;display:block; }
#EfrZl1iuI5IAgDTaLBnrtllSMt13knor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6e4196a3-eb3c-45c2-b223-3e20681fb014/Rectangle2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor.adaptive-delivery-prevent-bg, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyload, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyloading { background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { background-color: transparent; background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .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); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { border-width: 0; border-radius: 0; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#VxN4n4o8HBMW4boCbdS7gKGOmUQsZlnu { position:absolute;display:block;z-index:15000;background-color:#f5f4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.0625rem;width:52rem;top:4.5rem;left:11.5rem;display:block; }
#RBmiomdQMy0Pea7onAvwwNqag6MuCW5s { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:18.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoyBNtiZaGHepnrN6xyoDa7oS5TVpQ77 { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.125rem;left:12.125rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NksmNayM9CaJ6CpxcqHmTFiQ5gtoQEb7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.3125rem;top:15.53125rem;left:36.34375rem;overflow:hidden;display:block; }
#nDaz3RKb1Mmg4kxNUO9kFqnQZwM1xrcQ { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.556640625rem;left:12.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2LWyblZnSdNLlEzxno7iLvU32kvWWId { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5625rem;top:23.0625rem;left:36.21875rem;overflow:hidden;display:block; }
#E3Rnq4mpoZzsE3g17pC2Rk9VoPrZVJf1 { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.5rem;left:29.90625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEgQQ3C0NJUELmyS4XuT4wCFvV0vIwbC { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5rem;left:25rem;display:block; }
#VznMgeAqKB7hBebr2V8hhLbC4ORoKHSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv6vHFduJfUM8g4NdJpOPeJesdRhwStZ { color:rgba(var(--color-secondary-2),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:21.84375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm { 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; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { background-color: transparent; background-image: none; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container > .video-iframe-container { display: none; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row > .video-iframe-container { display: none; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .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); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { border-width: 0; border-radius: 0; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#XNn3mfhTpGvSVUf83JoEKATpnpBdweLA { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.6875rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prTozXkryKe6GQsdsgIc4pbnvOx0tdTB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:2.625rem;top:9.23095703125rem;left:2.4375rem;overflow:hidden;display:block; }
#M0giAhJniQvmUwqfQRO5RO9UTBqidTW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.48095703125rem;left:6.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WK4QBvUseEHaZxISVTNbqNzbDhBxqvu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.43701171875rem;left:18.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NuIfX91MFrlivuHIppzrvuzw08fPM5Eq { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.41796875rem;left:6.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESvERL2E0WU26rgUrdPOyueJ1mLtAHTM { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.37451171875rem;left:6.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPlbrz7W9IlbC84EMXxZ1B1p2elDk5yk { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.5244140625rem;left:6.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xa6od4FVMMlPLgfk2L0C17XPW8qJk7g6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.98095703125rem;left:6.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CqTQSmVEbxmpbHhtnfxabq9EdC0LaUEi { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.10595703125rem;left:6.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsN3eoFTtAggwD6EXlsZhplnExenPN2s { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.3740234375rem;left:18.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wT9r4g9GDTabTDGTtnCZd0b5hePE9F5a { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:25.33056640625rem;left:18.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aHcPQyCXDfTgz1Mz8FSN0Leu2CLNl6qe { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:37.93701171875rem;left:18.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpoQynCBi8XWHFFo5OlfRx4FQTeBMbBy { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:45.06201171875rem;left:18.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdqoRkWegNy8tagcputBEysE5OEPMPg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:32.48046875rem;left:18.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl { 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; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container { background-color: transparent; background-image: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container > .video-iframe-container { display: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row > .video-iframe-container { display: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .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); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container { border-width: 0; border-radius: 0; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#nQZ5WobBChgdkL8ZlKkCNTcHxZvCmro5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:5.375rem;left:4.1875rem;height:9.4496875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfRKz5od3qs4PWhOCznL5B9L5i5eZ4mg { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.1875rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2d9fb313-5e69-4857-ae0e-08319fd600fc/Frame33kopia.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 1.25rem 1.25rem 1.875rem rgba(var(--color-tertiary-4),0.17) ;height:28.5rem;width:70.625rem;top:1.125rem;left:2.1875rem;display:block; }#lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.adaptive-delivery-prevent-bg, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyload, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyloading { background-image: none; }
#qW8B7ZqGb5vwHdE9WwykhxQUJVD4RcuK { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.70556640625rem;left:4.1875rem;display:block; }
#oXx1me3DVudrDpXJWCg2lkPJfbPtq6cR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { background-color: transparent; background-image: none; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container > .video-iframe-container { display: none; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row > .video-iframe-container { display: none; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .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); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { border-width: 0; border-radius: 0; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#ZEbKJa60FDBfwTzq3t6MbLl3nArl5cs5 { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgO6Vcst7qmSxyPkw2QAXi50pr75EENW { position:absolute;display:block;z-index:14999;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.375rem;width:19rem;top:9.37451171875rem;left:7.5rem;display:block; }
#T76D9kLhGpdTdSy4dkcJqlxWwTkmDdLF { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:32.4228515625rem;left:15.375rem;display:block; }
#R4L3OzKIpXnQ2LDOHz91V6QU7qNJgrio { position:absolute;display:block;z-index:15006;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.3125rem;width:19rem;top:9.40576171875rem;left:28rem;display:block; }
#DtGzgw4rrhr8AOhN7G5xXVlZkhpZ53WO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.96240234375rem;left:29.03125rem;height:12.599125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iCcExm4D7rS0pc7ByJphWAT48sJwuPW9 { position:absolute;display:block;z-index:15011;background-color:#090b0b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:32.4853515625rem;left:35.875rem;display:block; }
#Do3C9a1HmrTg1zuN4FRcNzooNKte1lGq { position:absolute;display:block;z-index:15013;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.5rem;width:19rem;top:9.31201171875rem;left:48.5625rem;display:block; }
#MiAIwUwIzfSfvvTJzihC8bGGG6wmucsT { color:#f6efef;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.96240234375rem;left:50.5rem;height:16.7988125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gRUpQO6PS1WecQdJ3U2zI0uyWCXrAn4a { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:32.4228515625rem;left:56.4375rem;display:block; }
#FbweizmdGFfMh0pF0TNx13IlRhIr980D { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:14.80029296875rem;left:9.125rem;height:11.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e1mWLLpRW47TCTyZwo9TI547xRKH3XdI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:33.1611328125rem;left:8.0625rem;height:4.79883125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IeLEIpTfLbMWFsfDToIqGgCEbtp508mr { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:8rem;left:2rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FCpUOLvkqCdDJxWayoADIFVvBit4WfHI { color:#171414;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8rem;left:22.25rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XxSoy8iboGWMDlkr8GFT3lPFHcy4KLSf { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:33.1611328125rem;left:29.625rem;height:4.7988375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LK6msRSeQHepKAURQlOyONga4TFchmty { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:13.875rem;left:42.5rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eMtd0Qp3sPu9AcxHCipKsqRslEhXrEMk { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8rem;left:42.5rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#R6qs3dEkGu6zNsrCBHA8tZR8UeQaTBU8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:34.3037109375rem;left:50.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tGd5xuMpr4X35PZqfL2rQzEhvZUbtcnM { color:#fffafa;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:33.16064453125rem;left:50.1875rem;height:4.7988375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NrakgyyzASoO5QuyLaps9veV4ddGB7TM { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.0498046875rem;left:25rem;display:block; }
#wUORGTKrff5tTzQZqE0Nu8TFucWNpZIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exS9OlwlRo7lfI10a3Wbg6N9Owc0SdpO { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:42rem;left:16.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb { 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; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { background-color: transparent; background-image: none; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container > .video-iframe-container { display: none; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row > .video-iframe-container { display: none; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .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); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { border-width: 0; border-radius: 0; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#hXEba5BLCTEJmdIH0rUHMkzTfxJiO2Tx { color:rgba(var(--color-tertiary-0),0.96);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:7.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TeZRh15weSX9OyvhHuoXmukuNhhmzTgq { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:36.25rem;display:block; }
#WqX2n4Sh1cH8Gagxw8xQ2rwGtxxlZxSN { color:rgba(var(--color-primary-2),0.95);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:9.181125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbTAbsPWT0tobBKuRtAPteGMTSLCeq1G { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.17);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:28rem;display:block; }
#zFA703VcrORxH3vZ7TPdbsQ0wzTWvn7T { color:#eff8f8;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.4375rem;left:28.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhbmexsShObxuTESvUFS7BVdkHP3n6uI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),0.17);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:48rem;display:block; }
#lVUnETqTEr4bBfGkchABVXuZJruxQM0w { color:#f1f8f8;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.4375rem;left:48.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6CBdZTqF4AiT5z5egFTGM9Qe6slvdhr { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPhNNsV5Fg343ST6sB5kXQU0ifWzTp7y { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:48.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUifctJ3J6yZ8qyUSpmssPvKzMu9CrDC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.17);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:8.0625rem;display:block; }
#lwaTw0MS5NQpQmsJ2EX2UlqsyXE1C0HO { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:8.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kleogzL7MugUockUgDHudlPPh6VMuS5O { color:#f8ffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.5625rem;left:8.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP { 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; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { background-color: transparent; background-image: none; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container > .video-iframe-container { display: none; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row > .video-iframe-container { display: none; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .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); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { border-width: 0; border-radius: 0; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#NT8TT6mU0OWEvpPl59AgNk76Rt1kkxbE { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.3125rem;left:10.5rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ { 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; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { background-color: transparent; background-image: none; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container > .video-iframe-container { display: none; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row > .video-iframe-container { display: none; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .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); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { border-width: 0; border-radius: 0; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#Z1MowBbTfX93DqShvvUhT7h5TIty0KbG { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:39.25rem;left:62.6875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWrvHKqF0IMccVuMgcDpKEXOxmKbO73b { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:64.125rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQOnXATVNOxDrrKGTzvfXWJZElMTFD2k { color:#f9f9f9;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:19.5810546875rem;left:28.125rem;height:3.1494125rem;font-style:normal;display:block; }
#zmL1TwCr0X8VvvO6oqNebhaqsmRtXigM { 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: none;height:15.25rem;width:23.0625rem;top:0rem;left:2rem;overflow:hidden;display:block; }
#iiOckEGzEv6TNKGGyhytSlpZ4zHpokVl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:21.625rem;top:0rem;left:26.6875rem;overflow:hidden;display:block; }
#bBKxybyMkI1oetiqK8lUL4Dc4KSXLEUG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:23.75rem;top:16.96875rem;left:50rem;overflow:hidden;display:block; }
#Lxa2hKwhNUxiJJhKqBDMMhJ8eCsOwAfL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:23.5rem;top:33.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#l448PdK3e7cbsw6l9cIvhri9B49VPZbK { position:absolute;display:block;z-index:14998;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.4375rem;width:21.9375rem;top:33.71875rem;left:26.53125rem;overflow:hidden;display:block; }
#z4ASGM3vmLJZ18iKODwFaTCy1R5cmbk5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:23.125rem;top:16.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#X6iDviQfxog9mCfWrrnhguEIaO0OOCAB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:23.6875rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#maIQiMJgZQ400QXV0KN6Q645ACSMLuQ5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:23.8125rem;top:33.21875rem;left:50rem;overflow:hidden;display:block; }
#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S { 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; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { background-color: transparent; background-image: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .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); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { border-width: 0; border-radius: 0; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#edtIefX5i9AQTzRKCHEe0I86VJcIBlKB { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:12.125rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyRfATaiBwes7k0J8m65bORcaNf8nhUI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.25rem;top:7.912109375rem;left:21.875rem;display:block; }
#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m { 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; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container { background-color: transparent; background-image: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container > .video-iframe-container { display: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row > .video-iframe-container { display: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .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); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container { border-width: 0; border-radius: 0; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#Np6wTVCMOUFBwd0ke5mT2HvMh5fXB5t2 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.125rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhFZ3DCrnLvgiTUloPbLlC3U7xiAUXVu { position:absolute;display:block;z-index:15006;height:15.1875rem;width:38.75rem;top:28.25rem;left:18.125rem;display:block; }
#cVqEtcCBeOXy4ka1xtQh5776RAiT5dF3 { color:rgba(var(--color-primary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3125rem;left:12.1875rem;height:13.161625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y { 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; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container { background-color: transparent; background-image: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container > .video-iframe-container { display: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row > .video-iframe-container { display: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .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); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container { border-width: 0; border-radius: 0; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:75rem;position:relative;display:block; }#TxoeLlDsZkMoTicf7BK6d82yQhJDJk2u { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:0rem;left:28.84375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V9BP11dmTc4yR2KsucM61eGXSvXbNNs1 { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.625rem;width:24.5rem;top:12.75rem;left:5.25rem;overflow:hidden;display:block; }
#RP8arUmyzR4gow0Qx3bGRMsT6Nc0VH2B { position:absolute;display:block;z-index:15025;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.625rem;width:24.5rem;top:12.8125rem;left:43.3125rem;overflow:hidden;display:block; }
#J2bDJput0T9gq5pD3oC8neMKfGpJXZtu { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:45.4375rem;left:43.3125rem;height:19.79785rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SykNDKVa2dqJTTTJpzVbkMp14n5lemGc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5rem;top:66.625rem;left:43.3125rem;overflow:hidden;display:block; }
#pPDkGpba11gpxdK7fss2WndiWh3Ci3rL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:45.4375rem;left:5.25rem;height:19.79785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOvHzqaXAbkVxq24ZHIqqvUn6Nomg50C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5rem;top:66.8125rem;left:5.25rem;overflow:hidden;display:block; }
#tyq7vVCuWH8oOVGTbCWVarcpAPZQGTXK { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:4.4375rem;left:4.8125rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ahGi62ZxKNuecNXepTPckvOdTa8qa6Db { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:4.4375rem;left:43.4375rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f4ff;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; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { background-color: transparent; background-image: none; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container > .video-iframe-container { display: none; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row > .video-iframe-container { display: none; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .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); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { border-width: 0; border-radius: 0; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:block; }#JAMaIadKFifiRDi87dgOf0M0VJXLw4Ng { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;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:4.5rem;left:12.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvHXdgzJlal2wUevb6y8s8I1Pdcct3aM { position:absolute;display:block;z-index:15003;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:1rem;width:15.375rem;top:7.03750038147rem;left:29.8125rem;display:block; }
#wxsN9Wktov9xKo57qOXwBaGhhkOycLmT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.25rem;top:9.5625rem;left:31.375rem;overflow:hidden;display:block; }
#RfLy4psdJJOhXxERsh7NZhI4yc0T8RxF { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.625rem;left:12.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQGcyrBinw0QDusVSJrdCmrIv8EewT97 { position:absolute;display:block;z-index:15013;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:1rem;width:25.375rem;top:21rem;left:24.8125rem;display:block; }
#RrRnydmuS4s7aBSa67llQVMPRsshPdsi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.8125rem;top:25.0625rem;left:46.59375rem;overflow:hidden;display:block; }
#qEaCxxTZ8mS26KTTCBL4c5wa0fUxT5dK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.375rem;top:25.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#n9NT1LkKozWkmwFGukR6weNNWexRV5iF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.25rem;top:32.375rem;left:41.1875rem;overflow:hidden;display:block; }
#qSbZsWUHinWwvabaT0O1MkLbamzvZlIW { color:rgba(var(--color-secondary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:39.75rem;left:13.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUvrLNpaKExOJEATf9HT4ol1VlbRVTh4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:25.0625rem;left:16.375rem;overflow:hidden;display:block; }
#X708kD8AZtRGc9IpL3caBca7zrWuIi6E { position:absolute;display:block;z-index:15029;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:1rem;width:24rem;top:42.25rem;left:25.5rem;display:block; }
#Cq5BcKBKuNBnimXwsdkdhrDvHQg5SDg2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:14.8125rem;top:31.75rem;left:20.375rem;overflow:hidden;display:block; }
#ZeviwiOmnxqauPMhnSIclt8ukV1UpVMo { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:51.5rem;left:13.3125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTxbQpiITLdNT9cL2nvbwzGUxGSltfy7 { position:absolute;display:block;z-index:15029;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:1rem;width:31.375rem;top:53.8125rem;left:23rem;display:block; }
#IqWgeSfTgLT07NEyBbtJ1MaJ1tOSv5gI { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.25rem;top:62.03125rem;left:6.9375rem;overflow:hidden;display:block; }
#nU2IJTTVsUNi3vBk8r8rRKavfTO8JOQB { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.625rem;top:62.34375rem;left:15.6875rem;overflow:hidden;display:block; }
#kz0pnREUJxDeSGDoN1FJQs2ypHNCf9Jo { position:absolute;display:block;z-index:15035;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.625rem;width:9.375rem;top:57.875rem;left:43.625rem;overflow:hidden;display:block; }
#OTSQxR04TKS8gKcK58cXKNZD5un2g2Qz { position:absolute;display:block;z-index:15033;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.4375rem;width:7.125rem;top:58.1875rem;left:55.8125rem;overflow:hidden;display:block; }
#Tc6eXpNVE31gcEy4b9kz2TPwx85GVBM1 { position:absolute;display:block;z-index:15036;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.875rem;width:5.3125rem;top:62.96875rem;left:32.8125rem;overflow:hidden;display:block; }
#TAyAaLT1OPXKrpl6N9SrOlXvgTnN1t7N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:32rem;left:53.375rem;display:block; }
#xAsRTHCdaakL9LPOkRSCrDCBcOLzgMcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTM8J5sEECTpO4Q0uo9iDd3VbU7z9fgQ { position:absolute;display:block;z-index:15057;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.0625rem;width:14.375rem;top:45.4375rem;left:40rem;overflow:hidden;display:block; }
#Ju8EcQVEafxhZyGUaUs6F09uAoSThDAL { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:62.34375rem;left:55.8125rem;overflow:hidden;display:block; }
#kcmrHIcpg01andfUCCeT2atTHL2xiVCo { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:15.625rem;top:45.8125rem;left:20.625rem;overflow:hidden;display:block; }
#shHflAypwUXys4GTq9NtIrt3Z8pdGmtT { position:absolute;display:block;z-index:15060;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:2.1875rem;width:9.375rem;top:57.59375rem;left:22.0625rem;overflow:hidden;display:block; }
#wwJeTa7kQcAtpTCiCT2vLMIdPTBKLAGJ { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6rem;top:56.03125rem;left:13.875rem;overflow:hidden;display:block; }
#Lyxy6frPTPhD39KmJRywk3O21RWl2I1G { position:absolute;display:block;z-index:15062;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:2.5rem;width:7.9375rem;top:62.65625rem;left:44.34375rem;overflow:hidden;display:block; }
#osnWmDNTMnKOTdA97QRCH13CSwzfv8g3 { position:absolute;display:block;z-index:15063;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:6.25rem;width:6.25rem;top:55.84375rem;left:35rem;overflow:hidden;display:block; }
#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.adaptive-delivery-prevent-bg, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyload, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyloading { background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { background-color: transparent; background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .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); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { border-width: 0; border-radius: 0; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#FV76VBb7z2Z5uL2ogpLfyFWTrqH41z6A { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:3;letter-spacing:0;top:7.40625rem;left:50.0625rem;height:6.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PkILF3CNxeFD28nkWVkBXVCWqv2NcdD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:9.9375rem;left:0rem;height:1.6875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hetT8ITMKOAArkyuTAS1thZlx4WT8lTl { position:absolute;display:block;z-index:15024;height:3.25rem;width:5.8125rem;top:14.875rem;left:67.75rem;display:block; }
#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf { 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; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { background-color: transparent; background-image: none; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container > .video-iframe-container { display: none; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row > .video-iframe-container { display: none; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .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); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { border-width: 0; border-radius: 0; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#LkLxf16o7dt2STf1Ub36gi42HwkWgTbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:20.4736375rem;display:block; }
#pu5in0cm4vQOQaquLNteqPOkBrZPbSMt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:19.4375rem;height:24.8608375rem;display:block; }
#SHku7vLtxza2UvDqKtrUyJ9hmGJwBDrr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:39.375rem;height:13.1616375rem;display:block; }
#eUxHqiQ3mpD6TClUsD8unJv0AcfCyexe { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:30.625rem;height:21.9360125rem;display:block; }
#TTnWDr8v5oC2e2azvqpxCLAiOwAmNTVy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0027160644531E-5rem;left:21.249457359314rem;height:23.39845rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw { display:block; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlQV98uc6VOA3gmpIaIAUHrTBnxqzOiM { width:5.375rem;height:2.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcaQZvSWTptnOMltwfUIb4Bb5FNyHbn { width:9.1875rem;height:2rem;top:0.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpfxOvm3ISEAwRwzPiMO3Fdku0TiwUPn { display:block; }
 }@media only screen and (max-width: 763px) { #reVL0uJga1qkg7WQKbVpGz4ieQ5lmlvG { width:7.875rem;height:2rem;top:0.875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFTXxzXdgSgyCrRQR1eAdirJKoah5nt { display:block; }
 }@media only screen and (max-width: 763px) { #dm8w14NxeTkGn1UlNuMGF0FU49RTXCbw { width:7.75rem;height:2rem;top:0.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnbq5a4gzOSqzoLl6KNRMRvT4bqJghtZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZzPcn3tsnBNM6Kc0AUcQPgLToyRTQfUJ { width:5.375rem;height:2rem;top:0.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe56313wbJypWHJTU7yS9OuqQggXXDyT { display:block; }
 }@media only screen and (max-width: 763px) { #HPyGzziCfiTE1TGEnIzvhpgg6khAx6Wy { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ { display:none; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMKhsP9L5v0NMw9HDBQluo6sIx3efVAh { width:9.1875rem;height:2rem;top:0.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Atg8ooJ4Ok5hvQKOMKTu1IyWozB3Ds { display:block; }
 }@media only screen and (max-width: 763px) { #zHxlDRgrPQBvknTmZmP9wbTfM8aSGXHP { width:7.875rem;height:2rem;top:0.875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NCTVttt9aIFGIRWepTbCJ85w8kbsD7 { display:block; }
 }@media only screen and (max-width: 763px) { #u3XwzxvLfzuVd1crpnUTVpCckqXKa5oR { width:7.75rem;height:2rem;top:0.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoaOUnAvVymoJen8qWspw9oTpi4Nf7Io { display:block; }
 }@media only screen and (max-width: 763px) { #S7TLzRc4eOQwZpoqG274NwQfXyZ1ye6W { width:5.375rem;height:2rem;top:0.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3gkvLKHJ8QIUVQcNBHRCBJgevT0ion { display:block; }
 }@media only screen and (max-width: 763px) { #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { display:block; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXJgPEZvfAshLfM5on1MAqceKnZD0tHM { width:47.75rem;height:1.4375rem;top:24.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SdxA3DasEQqIDm3JqTlT21c1TXofJJ { width:47.75rem;height:12.375rem;top:26.4375rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMP13N4E6di5f39e7qhDsvWtqikF1IE4 { width:25rem;height:3.25rem;top:41rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUDxEa6ZDGpyli2fEJx0msIfxQrevMyu { display:block; }
 }@media only screen and (max-width: 763px) { #SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ { display:block; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWmDPnb3N3GbsKRf62RnylSF1cUSy0Pn { width:37.5rem;height:1.4375rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHToa5TTuoRGq6GQ75FsVFTkp5rADULU { width:40.5rem;height:4.625rem;top:7.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5NrICcKvObRwvT8Oa68MJ4NT4v9MEco { width:40.5rem;height:18rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM { width:40.4375rem;height:;top:33.4375rem;left:0rem;font-size:1.125rem;display:block; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:before{  }
 }@media only screen and (max-width: 763px) { #aL7hQVHqDHs94wXhnmQUuTEWOGC2ehdW { width:47.75rem;height:44.960481099656rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrZl1iuI5IAgDTaLBnrtllSMt13knor { display:block; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxN4n4o8HBMW4boCbdS7gKGOmUQsZlnu { width:47.75rem;height:32.0625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBmiomdQMy0Pea7onAvwwNqag6MuCW5s { width:37.5rem;height:1.4375rem;top:7.3125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoyBNtiZaGHepnrN6xyoDa7oS5TVpQ77 { width:47.75rem;height:3.3125rem;top:10.125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksmNayM9CaJ6CpxcqHmTFiQ5gtoQEb7 { width:2.3125rem;height:2.25rem;top:15.5rem;left:22.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDaz3RKb1Mmg4kxNUO9kFqnQZwM1xrcQ { width:47.75rem;height:1.9375rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LWyblZnSdNLlEzxno7iLvU32kvWWId { width:2.5625rem;height:2.5rem;top:23.0625rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Rnq4mpoZzsE3g17pC2Rk9VoPrZVJf1 { width:15.1875rem;height:1.9375rem;top:25.5rem;left:16.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgQQ3C0NJUELmyS4XuT4wCFvV0vIwbC { width:25rem;height:3.25rem;top:31.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznMgeAqKB7hBebr2V8hhLbC4ORoKHSF { display:block; }
 }@media only screen and (max-width: 763px) { #Tv6vHFduJfUM8g4NdJpOPeJesdRhwStZ { width:32.9375rem;height:1.5rem;top:28rem;left:8.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TVHZAOv24cCqVeXsabzNgzezHl0zgm { display:block; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNn3mfhTpGvSVUf83JoEKATpnpBdweLA { width:47.75rem;height:4.625rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTozXkryKe6GQsdsgIc4pbnvOx0tdTB { width:2.625rem;height:39.875rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0giAhJniQvmUwqfQRO5RO9UTBqidTW5 { width:18rem;height:1.75rem;top:11.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4QBvUseEHaZxISVTNbqNzbDhBxqvu4 { width:38.8125rem;height:1.875rem;top:11.375rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuIfX91MFrlivuHIppzrvuzw08fPM5Eq { width:18rem;height:1.75rem;top:18.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESvERL2E0WU26rgUrdPOyueJ1mLtAHTM { width:18rem;height:1.75rem;top:25.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPlbrz7W9IlbC84EMXxZ1B1p2elDk5yk { width:18rem;height:1.75rem;top:32.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa6od4FVMMlPLgfk2L0C17XPW8qJk7g6 { width:18rem;height:1.75rem;top:37.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTQSmVEbxmpbHhtnfxabq9EdC0LaUEi { width:18rem;height:1.75rem;top:45.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsN3eoFTtAggwD6EXlsZhplnExenPN2s { width:38.75rem;height:1.875rem;top:18.3125rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9r4g9GDTabTDGTtnCZd0b5hePE9F5a { width:36.625rem;height:1.875rem;top:25.3125rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHcPQyCXDfTgz1Mz8FSN0Leu2CLNl6qe { width:47.75rem;height:1.875rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpoQynCBi8XWHFFo5OlfRx4FQTeBMbBy { width:46.0625rem;height:1.875rem;top:45rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdqoRkWegNy8tagcputBEysE5OEPMPg7 { width:38.3125rem;height:1.875rem;top:32.4375rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl { display:block; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQZ5WobBChgdkL8ZlKkCNTcHxZvCmro5 { width:34.0625rem;height:9.4375rem;top:5.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfRKz5od3qs4PWhOCznL5B9L5i5eZ4mg { width:34.0625rem;height:5.1875rem;top:17.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx { width:47.75rem;height:28.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW8B7ZqGb5vwHdE9WwykhxQUJVD4RcuK { width:25rem;height:3.25rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXx1me3DVudrDpXJWCg2lkPJfbPtq6cR { display:block; }
 }@media only screen and (max-width: 763px) { #LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 { display:block; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEbKJa60FDBfwTzq3t6MbLl3nArl5cs5 { width:47.75rem;height:3.6875rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO6Vcst7qmSxyPkw2QAXi50pr75EENW { width:19rem;height:29.375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76D9kLhGpdTdSy4dkcJqlxWwTkmDdLF { width:3.25rem;height:0.0625rem;top:32.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4L3OzKIpXnQ2LDOHz91V6QU7qNJgrio { width:19rem;height:29.3125rem;top:9.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGzgw4rrhr8AOhN7G5xXVlZkhpZ53WO { width:16.9375rem;height:12.5625rem;top:14.9375rem;left:15.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCcExm4D7rS0pc7ByJphWAT48sJwuPW9 { width:3.25rem;height:0.0625rem;top:32.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3C9a1HmrTg1zuN4FRcNzooNKte1lGq { width:19rem;height:29.5rem;top:9.25rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAIwUwIzfSfvvTJzihC8bGGG6wmucsT { width:15.125rem;height:16.75rem;top:14.9375rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRUpQO6PS1WecQdJ3U2zI0uyWCXrAn4a { width:3.25rem;height:0.0625rem;top:32.375rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbweizmdGFfMh0pF0TNx13IlRhIr980D { width:15.75rem;height:11.1875rem;top:14.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1mWLLpRW47TCTyZwo9TI547xRKH3XdI { width:17.875rem;height:4.75rem;top:33.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeLEIpTfLbMWFsfDToIqGgCEbtp508mr { width:15.75rem;height:10.5rem;top:8rem;left:0rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCpUOLvkqCdDJxWayoADIFVvBit4WfHI { width:15.75rem;height:10.5rem;top:8rem;left:8.625rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxSoy8iboGWMDlkr8GFT3lPFHcy4KLSf { width:15.75rem;height:4.75rem;top:33.125rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK6msRSeQHepKAURQlOyONga4TFchmty { width:15.75rem;height:10.5rem;top:13.875rem;left:28.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMtd0Qp3sPu9AcxHCipKsqRslEhXrEMk { width:15.75rem;height:10.5rem;top:8rem;left:28.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qs3dEkGu6zNsrCBHA8tZR8UeQaTBU8 { width:15.75rem;height:1.5625rem;top:34.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGd5xuMpr4X35PZqfL2rQzEhvZUbtcnM { width:15.75rem;height:4.75rem;top:33.125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrakgyyzASoO5QuyLaps9veV4ddGB7TM { width:25rem;height:3.25rem;top:47rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUORGTKrff5tTzQZqE0Nu8TFucWNpZIr { display:block; }
 }@media only screen and (max-width: 763px) { #exS9OlwlRo7lfI10a3Wbg6N9Owc0SdpO { width:42.75rem;height:2.5625rem;top:42rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb { display:block; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEba5BLCTEJmdIH0rUHMkzTfxJiO2Tx { width:47.75rem;height:4.0625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeZRh15weSX9OyvhHuoXmukuNhhmzTgq { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqX2n4Sh1cH8Gagxw8xQ2rwGtxxlZxSN { width:47.75rem;height:9.125rem;top:2.8125rem;left:0rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTAbsPWT0tobBKuRtAPteGMTSLCeq1G { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFA703VcrORxH3vZ7TPdbsQ0wzTWvn7T { width:18.125rem;height:1.1875rem;top:25.4375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhbmexsShObxuTESvUFS7BVdkHP3n6uI { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVUnETqTEr4bBfGkchABVXuZJruxQM0w { width:18.125rem;height:2.4375rem;top:25.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6CBdZTqF4AiT5z5egFTGM9Qe6slvdhr { width:18.125rem;height:4.875rem;top:20.5625rem;left:14.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhNNsV5Fg343ST6sB5kXQU0ifWzTp7y { width:18.125rem;height:4.875rem;top:20.5625rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUifctJ3J6yZ8qyUSpmssPvKzMu9CrDC { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwaTw0MS5NQpQmsJ2EX2UlqsyXE1C0HO { width:18.125rem;height:4.875rem;top:20.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kleogzL7MugUockUgDHudlPPh6VMuS5O { width:18.125rem;height:1.1875rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaryxWelios7KKvRIOZ3OFQTNtsNCWfP { display:block; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT8TT6mU0OWEvpPl59AgNk76Rt1kkxbE { width:47.75rem;height:3.4375rem;top:1.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ { display:block; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1MowBbTfX93DqShvvUhT7h5TIty0KbG { width:8.5625rem;height:3.375rem;top:39.25rem;left:39.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrvHKqF0IMccVuMgcDpKEXOxmKbO73b { width:9.6875rem;height:5rem;top:33.5625rem;left:37.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQOnXATVNOxDrrKGTzvfXWJZElMTFD2k { width:16.5625rem;height:3.125rem;top:19.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmL1TwCr0X8VvvO6oqNebhaqsmRtXigM { top:0rem;left:0rem;width:23.0625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiOckEGzEv6TNKGGyhytSlpZ4zHpokVl { top:0rem;left:10.125rem;width:21.625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKxybyMkI1oetiqK8lUL4Dc4KSXLEUG { top:16.9375rem;left:24rem;width:23.75rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxa2hKwhNUxiJJhKqBDMMhJ8eCsOwAfL { top:33.0625rem;left:0rem;width:23.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l448PdK3e7cbsw6l9cIvhri9B49VPZbK { top:33.6875rem;left:9.8125rem;width:21.9375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ASGM3vmLJZ18iKODwFaTCy1R5cmbk5 { top:16.1875rem;left:0rem;width:23.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6iDviQfxog9mCfWrrnhguEIaO0OOCAB { top:0rem;left:23.9375rem;width:23.6875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIQiMJgZQ400QXV0KN6Q645ACSMLuQ5 { top:33.1875rem;left:23.4375rem;width:23.8125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S { display:block; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edtIefX5i9AQTzRKCHEe0I86VJcIBlKB { width:47.75rem;height:4.625rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyRfATaiBwes7k0J8m65bORcaNf8nhUI { top:7.875rem;left:8.25rem;width:31.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m { display:block; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Np6wTVCMOUFBwd0ke5mT2HvMh5fXB5t2 { width:47.75rem;height:4.625rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhFZ3DCrnLvgiTUloPbLlC3U7xiAUXVu { top:28.25rem;left:4.5rem;width:38.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqEtcCBeOXy4ka1xtQh5776RAiT5dF3 { width:47.75rem;height:13.125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y { display:block; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxoeLlDsZkMoTicf7BK6d82yQhJDJk2u { width:17.3125rem;height:2.25rem;top:0rem;left:15.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9BP11dmTc4yR2KsucM61eGXSvXbNNs1 { top:12.75rem;left:0rem;width:24.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP8arUmyzR4gow0Qx3bGRMsT6Nc0VH2B { top:12.8125rem;left:23rem;width:24.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bDJput0T9gq5pD3oC8neMKfGpJXZtu { width:31.6875rem;height:19.75rem;top:45.4375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SykNDKVa2dqJTTTJpzVbkMp14n5lemGc { width:2.5rem;height:2.5625rem;top:66.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPDkGpba11gpxdK7fss2WndiWh3Ci3rL { width:31.5625rem;height:19.75rem;top:45.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOvHzqaXAbkVxq24ZHIqqvUn6Nomg50C { width:2.5rem;height:2.5625rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyq7vVCuWH8oOVGTbCWVarcpAPZQGTXK { width:31.5625rem;height:5.375rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahGi62ZxKNuecNXepTPckvOdTa8qa6Db { width:31.5625rem;height:7.1875rem;top:4.4375rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV { display:block; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAMaIadKFifiRDi87dgOf0M0VJXLw4Ng { width:47.75rem;height:3.375rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvHXdgzJlal2wUevb6y8s8I1Pdcct3aM { width:15.375rem;height:1rem;top:7rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsN9Wktov9xKo57qOXwBaGhhkOycLmT { width:12.25rem;height:6.25rem;top:9.5625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfLy4psdJJOhXxERsh7NZhI4yc0T8RxF { width:47.75rem;height:3.375rem;top:18.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQGcyrBinw0QDusVSJrdCmrIv8EewT97 { width:25.375rem;height:1rem;top:21rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrRnydmuS4s7aBSa67llQVMPRsshPdsi { width:12.8125rem;height:3.75rem;top:25.0625rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEaCxxTZ8mS26KTTCBL4c5wa0fUxT5dK { width:9.375rem;height:3.75rem;top:25.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9NT1LkKozWkmwFGukR6weNNWexRV5iF { width:12.25rem;height:3.75rem;top:32.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSbZsWUHinWwvabaT0O1MkLbamzvZlIW { width:47.25rem;height:3.375rem;top:39.75rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvrLNpaKExOJEATf9HT4ol1VlbRVTh4 { width:11.25rem;height:3.75rem;top:25.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X708kD8AZtRGc9IpL3caBca7zrWuIi6E { width:24rem;height:1rem;top:42.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq5BcKBKuNBnimXwsdkdhrDvHQg5SDg2 { width:14.8125rem;height:5rem;top:31.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeviwiOmnxqauPMhnSIclt8ukV1UpVMo { width:47.75rem;height:3.375rem;top:51.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTxbQpiITLdNT9cL2nvbwzGUxGSltfy7 { width:31.375rem;height:1rem;top:53.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqWgeSfTgLT07NEyBbtJ1MaJ1tOSv5gI { width:5.25rem;height:3.75rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU2IJTTVsUNi3vBk8r8rRKavfTO8JOQB { top:62.3125rem;left:2.0625rem;width:12.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz0pnREUJxDeSGDoN1FJQs2ypHNCf9Jo { width:9.375rem;height:1.625rem;top:57.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTSQxR04TKS8gKcK58cXKNZD5un2g2Qz { width:7.125rem;height:1.4375rem;top:58.1875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6eXpNVE31gcEy4b9kz2TPwx85GVBM1 { width:5.3125rem;height:1.875rem;top:62.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyAaLT1OPXKrpl6N9SrOlXvgTnN1t7N { width:11.5625rem;height:4rem;top:32rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsRTHCdaakL9LPOkRSCrDCBcOLzgMcW { display:block; }
 }@media only screen and (max-width: 763px) { #TTM8J5sEECTpO4Q0uo9iDd3VbU7z9fgQ { top:45.4375rem;left:26.375rem;width:14.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8EcQVEafxhZyGUaUs6F09uAoSThDAL { top:62.3125rem;left:32.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmrHIcpg01andfUCCeT2atTHL2xiVCo { top:45.8125rem;left:7rem;width:15.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shHflAypwUXys4GTq9NtIrt3Z8pdGmtT { top:57.5625rem;left:8.4375rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwJeTa7kQcAtpTCiCT2vLMIdPTBKLAGJ { top:56rem;left:0.25rem;width:6rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyxy6frPTPhD39KmJRywk3O21RWl2I1G { top:62.625rem;left:30.71875rem;width:7.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osnWmDNTMnKOTdA97QRCH13CSwzfv8g3 { top:55.8125rem;left:21.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw { display:block; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV76VBb7z2Z5uL2ogpLfyFWTrqH41z6A { width:21.5625rem;height:6.75rem;top:7.375rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkILF3CNxeFD28nkWVkBXVCWqv2NcdD0 { width:15.875rem;height:1.6875rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetT8ITMKOAArkyuTAS1thZlx4WT8lTl { width:5.8125rem;height:3.25rem;top:14.875rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf { display:block; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLxf16o7dt2STf1Ub36gi42HwkWgTbJ { width:32.5rem;height:20.4375rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu5in0cm4vQOQaquLNteqPOkBrZPbSMt { width:42.9375rem;height:24.875rem;top:0rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHku7vLtxza2UvDqKtrUyJ9hmGJwBDrr { width:35.625rem;height:13.125rem;top:0rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxHqiQ3mpD6TClUsD8unJv0AcfCyexe { width:35.625rem;height:21.875rem;top:0rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnWDr8v5oC2e2azvqpxCLAiOwAmNTVy { width:32.5rem;height:23.375rem;top:0rem;left:7.6244573593137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw { display:block; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlQV98uc6VOA3gmpIaIAUHrTBnxqzOiM { width:5.375rem;height:2.1875rem;top:4.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcaQZvSWTptnOMltwfUIb4Bb5FNyHbn { width:9.1875rem;height:2rem;top:4.6875rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpfxOvm3ISEAwRwzPiMO3Fdku0TiwUPn { display:block; }
 }@media only screen and (max-width: 763px) { #reVL0uJga1qkg7WQKbVpGz4ieQ5lmlvG { width:7.875rem;height:2rem;top:7.9375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPFTXxzXdgSgyCrRQR1eAdirJKoah5nt { display:block; }
 }@media only screen and (max-width: 763px) { #dm8w14NxeTkGn1UlNuMGF0FU49RTXCbw { width:7.75rem;height:2rem;top:11.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mnbq5a4gzOSqzoLl6KNRMRvT4bqJghtZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZzPcn3tsnBNM6Kc0AUcQPgLToyRTQfUJ { width:5.375rem;height:2rem;top:14.4375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe56313wbJypWHJTU7yS9OuqQggXXDyT { display:block; }
 }@media only screen and (max-width: 763px) { #HPyGzziCfiTE1TGEnIzvhpgg6khAx6Wy { display:flex;top:1.25rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ { display:block; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMKhsP9L5v0NMw9HDBQluo6sIx3efVAh { width:9.1875rem;height:2rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Atg8ooJ4Ok5hvQKOMKTu1IyWozB3Ds { display:block; }
 }@media only screen and (max-width: 763px) { #zHxlDRgrPQBvknTmZmP9wbTfM8aSGXHP { width:7.875rem;height:2rem;top:4.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NCTVttt9aIFGIRWepTbCJ85w8kbsD7 { display:block; }
 }@media only screen and (max-width: 763px) { #u3XwzxvLfzuVd1crpnUTVpCckqXKa5oR { width:7.75rem;height:2rem;top:7.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoaOUnAvVymoJen8qWspw9oTpi4Nf7Io { display:block; }
 }@media only screen and (max-width: 763px) { #S7TLzRc4eOQwZpoqG274NwQfXyZ1ye6W { width:5.375rem;height:2rem;top:11rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3gkvLKHJ8QIUVQcNBHRCBJgevT0ion { display:block; }
 }@media only screen and (max-width: 763px) { #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2496d8dc-6466-4e0d-bfe7-0f7a3077e496/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38.adaptive-delivery-prevent-bg, #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38.lazyload, #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38.lazyloading { background-image: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { background-color: transparent; background-image: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .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); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { border-width: 0; border-radius: 0; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXJgPEZvfAshLfM5on1MAqceKnZD0tHM { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4SdxA3DasEQqIDm3JqTlT21c1TXofJJ { width:19rem;height:7.1996875rem;top:5.42480625rem;left:0.5rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMP13N4E6di5f39e7qhDsvWtqikF1IE4 { width:19rem;height:3.25rem;top:13.87405625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUDxEa6ZDGpyli2fEJx0msIfxQrevMyu { display:block; }
 }@media only screen and (max-width: 763px) { #SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ { display:block; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWmDPnb3N3GbsKRf62RnylSF1cUSy0Pn { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHToa5TTuoRGq6GQ75FsVFTkp5rADULU { width:20rem;height:2.2749rem;top:3.79980625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5NrICcKvObRwvT8Oa68MJ4NT4v9MEco { width:19.3125rem;height:18.896475rem;top:7.32421875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM { width:19.6875rem;height:21.5961875rem;top:27.47021875rem;left:0.125rem;font-size:1.125rem;line-height:1.4;display:block; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:before{  }
 }@media only screen and (max-width: 763px) { #aL7hQVHqDHs94wXhnmQUuTEWOGC2ehdW { width:16.25rem;height:15.3125rem;top:45.59178125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrZl1iuI5IAgDTaLBnrtllSMt13knor { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/6e4196a3-eb3c-45c2-b223-3e20681fb014/Rectangle2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor.adaptive-delivery-prevent-bg, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyload, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyloading { background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { background-color: transparent; background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .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); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxN4n4o8HBMW4boCbdS7gKGOmUQsZlnu { width:20rem;height:23.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBmiomdQMy0Pea7onAvwwNqag6MuCW5s { width:20rem;height:1.29980625rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoyBNtiZaGHepnrN6xyoDa7oS5TVpQ77 { width:20rem;height:3.5rem;top:6.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksmNayM9CaJ6CpxcqHmTFiQ5gtoQEb7 { width:2.3125rem;height:2.25rem;top:12.28125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDaz3RKb1Mmg4kxNUO9kFqnQZwM1xrcQ { width:20rem;height:1.4624rem;top:11.994140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LWyblZnSdNLlEzxno7iLvU32kvWWId { width:2.8125rem;height:2.75rem;top:19.8125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3Rnq4mpoZzsE3g17pC2Rk9VoPrZVJf1 { width:20rem;height:1.4624rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgQQ3C0NJUELmyS4XuT4wCFvV0vIwbC { width:14.4375rem;height:3.25rem;top:19.5rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznMgeAqKB7hBebr2V8hhLbC4ORoKHSF { display:block; }
 }@media only screen and (max-width: 763px) { #Tv6vHFduJfUM8g4NdJpOPeJesdRhwStZ { width:20rem;height:1.54345625rem;top:16.69921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TVHZAOv24cCqVeXsabzNgzezHl0zgm { display:block; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNn3mfhTpGvSVUf83JoEKATpnpBdweLA { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prTozXkryKe6GQsdsgIc4pbnvOx0tdTB { width:2.375rem;height:36.0625rem;top:4.7744125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0giAhJniQvmUwqfQRO5RO9UTBqidTW5 { width:11.5rem;height:1.625rem;top:5.5rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WK4QBvUseEHaZxISVTNbqNzbDhBxqvu4 { width:14.25rem;height:2.5996125rem;top:8.375rem;left:2.875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuIfX91MFrlivuHIppzrvuzw08fPM5Eq { width:18rem;height:1.625rem;top:12.25rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESvERL2E0WU26rgUrdPOyueJ1mLtAHTM { width:18rem;height:1.625rem;top:18.9375rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPlbrz7W9IlbC84EMXxZ1B1p2elDk5yk { width:18rem;height:1.625rem;top:25.6875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xa6od4FVMMlPLgfk2L0C17XPW8qJk7g6 { width:18rem;height:1.625rem;top:31.0625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqTQSmVEbxmpbHhtnfxabq9EdC0LaUEi { width:18rem;height:1.625rem;top:37.8125rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsN3eoFTtAggwD6EXlsZhplnExenPN2s { width:20rem;height:1.29980625rem;top:15.125rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wT9r4g9GDTabTDGTtnCZd0b5hePE9F5a { width:20rem;height:2.5996125rem;top:21.8125rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHcPQyCXDfTgz1Mz8FSN0Leu2CLNl6qe { width:20rem;height:2.5996125rem;top:33.9375rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpoQynCBi8XWHFFo5OlfRx4FQTeBMbBy { width:20rem;height:2.5996125rem;top:40.6875rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdqoRkWegNy8tagcputBEysE5OEPMPg7 { width:20rem;height:2.5996125rem;top:28.5625rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl.adaptive-delivery-prevent-bg, #EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl.lazyload, #EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl.lazyloading { background-image: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container { background-color: transparent; background-image: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container > .video-iframe-container { display: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row > .video-iframe-container { display: none; }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .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); }#EPprGtwzokqyn6o0sqGHps1aa9mVI8Cl > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQZ5WobBChgdkL8ZlKkCNTcHxZvCmro5 { width:17.8125rem;height:7.5rem;top:2.4375rem;left:1.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfRKz5od3qs4PWhOCznL5B9L5i5eZ4mg { width:17.5rem;height:3.57421875rem;top:13.375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx { width:20rem;height:29.3125rem;top:1.25rem;left:0rem;background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/2d9fb313-5e69-4857-ae0e-08319fd600fc/Frame33kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.adaptive-delivery-prevent-bg, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyload, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qW8B7ZqGb5vwHdE9WwykhxQUJVD4RcuK { width:19rem;height:3.25rem;top:18.76806640625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXx1me3DVudrDpXJWCg2lkPJfbPtq6cR { display:block; }
 }@media only screen and (max-width: 763px) { #LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 { display:block; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEbKJa60FDBfwTzq3t6MbLl3nArl5cs5 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO6Vcst7qmSxyPkw2QAXi50pr75EENW { width:19rem;height:22.125rem;top:7.69921875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76D9kLhGpdTdSy4dkcJqlxWwTkmDdLF { width:3.25rem;height:0.0625rem;top:23.49755859375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4L3OzKIpXnQ2LDOHz91V6QU7qNJgrio { width:19rem;height:21.3125rem;top:31.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGzgw4rrhr8AOhN7G5xXVlZkhpZ53WO { width:15.75rem;height:12.599125rem;top:32.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCcExm4D7rS0pc7ByJphWAT48sJwuPW9 { width:3.25rem;height:0.0625rem;top:62.2138671875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3C9a1HmrTg1zuN4FRcNzooNKte1lGq { width:19rem;height:24.3125rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAIwUwIzfSfvvTJzihC8bGGG6wmucsT { width:15.75rem;height:16.7988125rem;top:53.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRUpQO6PS1WecQdJ3U2zI0uyWCXrAn4a { width:3.25rem;height:0.0625rem;top:92.04931328125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbweizmdGFfMh0pF0TNx13IlRhIr980D { width:15.75rem;height:11.19921875rem;top:10.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1mWLLpRW47TCTyZwo9TI547xRKH3XdI { width:15.75rem;height:6.3984375rem;top:22.22412109375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeLEIpTfLbMWFsfDToIqGgCEbtp508mr { width:15.75rem;height:0;top:13.57421875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCpUOLvkqCdDJxWayoADIFVvBit4WfHI { width:15.75rem;height:0;top:41.52685546875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxSoy8iboGWMDlkr8GFT3lPFHcy4KLSf { width:15.75rem;height:4.7988375rem;top:46.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK6msRSeQHepKAURQlOyONga4TFchmty { width:15.75rem;height:0;top:74.85107421875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMtd0Qp3sPu9AcxHCipKsqRslEhXrEMk { width:15.75rem;height:0;top:79.30029296875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6qs3dEkGu6zNsrCBHA8tZR8UeQaTBU8 { width:15.75rem;height:0;top:93.93017265625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGd5xuMpr4X35PZqfL2rQzEhvZUbtcnM { width:15.75rem;height:4.7988375rem;top:71.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrakgyyzASoO5QuyLaps9veV4ddGB7TM { width:19rem;height:3.25rem;top:83.15966796875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUORGTKrff5tTzQZqE0Nu8TFucWNpZIr { display:block; }
 }@media only screen and (max-width: 763px) { #exS9OlwlRo7lfI10a3Wbg6N9Owc0SdpO { width:20rem;height:3.57421875rem;top:78.83544921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb { display:block; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEba5BLCTEJmdIH0rUHMkzTfxJiO2Tx { width:20rem;height:2.4375rem;top:3.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeZRh15weSX9OyvhHuoXmukuNhhmzTgq { width:2.5rem;height:0.125rem;top:18.1308625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqX2n4Sh1cH8Gagxw8xQ2rwGtxxlZxSN { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTAbsPWT0tobBKuRtAPteGMTSLCeq1G { width:18.9375rem;height:8.75rem;top:16.91796875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFA703VcrORxH3vZ7TPdbsQ0wzTWvn7T { width:17.5rem;height:1.29980625rem;top:21.568359375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhbmexsShObxuTESvUFS7BVdkHP3n6uI { width:18.9375rem;height:8.75rem;top:26.693359375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVUnETqTEr4bBfGkchABVXuZJruxQM0w { width:17.5rem;height:2.5996125rem;top:31.31787109375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6CBdZTqF4AiT5z5egFTGM9Qe6slvdhr { width:17.5rem;height:2.5996125rem;top:17.755859375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhNNsV5Fg343ST6sB5kXQU0ifWzTp7y { width:17.5rem;height:2.5996125rem;top:27.84326171875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUifctJ3J6yZ8qyUSpmssPvKzMu9CrDC { width:18.9375rem;height:8.75rem;top:7.34375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwaTw0MS5NQpQmsJ2EX2UlqsyXE1C0HO { width:17.5rem;height:2.5996125rem;top:7.96875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kleogzL7MugUockUgDHudlPPh6VMuS5O { width:17.5rem;height:2.5996125rem;top:11.59375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaryxWelios7KKvRIOZ3OFQTNtsNCWfP { display:block; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT8TT6mU0OWEvpPl59AgNk76Rt1kkxbE { width:9.875rem;height:8.7988125rem;top:1.25rem;left:5.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ { display:block; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { width:20rem;height:133.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1MowBbTfX93DqShvvUhT7h5TIty0KbG { width:8.5625rem;height:3.1494125rem;top:125.145125rem;left:11.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mWrvHKqF0IMccVuMgcDpKEXOxmKbO73b { width:9.6875rem;height:2.5996125rem;top:119.457625rem;left:10.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQOnXATVNOxDrrKGTzvfXWJZElMTFD2k { width:18rem;height:3.3994125rem;top:64.1851171875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zmL1TwCr0X8VvvO6oqNebhaqsmRtXigM { width:20rem;height:13.224625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiOckEGzEv6TNKGGyhytSlpZ4zHpokVl { width:20rem;height:30.577625rem;top:44.6040625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKxybyMkI1oetiqK8lUL4Dc4KSXLEUG { width:20rem;height:12.6840625rem;top:105.18025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxa2hKwhNUxiJJhKqBDMMhJ8eCsOwAfL { width:20rem;height:13.191375rem;top:30.163125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l448PdK3e7cbsw6l9cIvhri9B49VPZbK { width:20rem;height:13.162125rem;top:76.4311875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ASGM3vmLJZ18iKODwFaTCy1R5cmbk5 { width:20rem;height:13.1889375rem;top:15.724625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6iDviQfxog9mCfWrrnhguEIaO0OOCAB { width:20rem;height:13.0869375rem;top:90.8433125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIQiMJgZQ400QXV0KN6Q645ACSMLuQ5 { width:20rem;height:12.8608125rem;top:119.113875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S.adaptive-delivery-prevent-bg, #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S.lazyload, #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S.lazyloading { background-image: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { background-color: transparent; background-image: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .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); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edtIefX5i9AQTzRKCHEe0I86VJcIBlKB { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyRfATaiBwes7k0J8m65bORcaNf8nhUI { height:11.17775rem;width:20rem;top:7.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m.adaptive-delivery-prevent-bg, #RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m.lazyload, #RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m.lazyloading { background-image: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container { background-color: transparent; background-image: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container > .video-iframe-container { display: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row > .video-iframe-container { display: none; }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .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); }#RNTJt3cAR6Pe409gtlTSZIDZ2ybFsJ0m > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Np6wTVCMOUFBwd0ke5mT2HvMh5fXB5t2 { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhFZ3DCrnLvgiTUloPbLlC3U7xiAUXVu { width:20rem;height:15.1875rem;top:32.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqEtcCBeOXy4ka1xtQh5776RAiT5dF3 { width:20rem;height:22.09665rem;top:7.04980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y.adaptive-delivery-prevent-bg, #TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y.lazyload, #TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y.lazyloading { background-image: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container { background-color: transparent; background-image: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container > .video-iframe-container { display: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row > .video-iframe-container { display: none; }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .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); }#TPa4LMcBRL60r3UNTADQRu7pdS5gVG7y > .row .container { width:20rem;height:150.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxoeLlDsZkMoTicf7BK6d82yQhJDJk2u { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V9BP11dmTc4yR2KsucM61eGXSvXbNNs1 { width:19.625rem;height:23.73rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP8arUmyzR4gow0Qx3bGRMsT6Nc0VH2B { width:19.75rem;height:23.881375rem;top:91.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bDJput0T9gq5pD3oC8neMKfGpJXZtu { width:20rem;height:25.1972875rem;top:116.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SykNDKVa2dqJTTTJpzVbkMp14n5lemGc { width:2.5rem;height:2.5625rem;top:143.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPDkGpba11gpxdK7fss2WndiWh3Ci3rL { width:20rem;height:28.79685625rem;top:41.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOvHzqaXAbkVxq24ZHIqqvUn6Nomg50C { width:2.5rem;height:2.5625rem;top:71.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyq7vVCuWH8oOVGTbCWVarcpAPZQGTXK { width:20rem;height:8.999rem;top:4.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahGi62ZxKNuecNXepTPckvOdTa8qa6Db { width:20rem;height:8.999rem;top:79.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV { display:block; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAMaIadKFifiRDi87dgOf0M0VJXLw4Ng { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvHXdgzJlal2wUevb6y8s8I1Pdcct3aM { width:10.1875rem;height:1rem;top:2.58642578125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsN9Wktov9xKo57qOXwBaGhhkOycLmT { width:9.375rem;height:4.8125rem;top:5.52392578125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfLy4psdJJOhXxERsh7NZhI4yc0T8RxF { width:20rem;height:2.2749rem;top:11.58642578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQGcyrBinw0QDusVSJrdCmrIv8EewT97 { width:20rem;height:1rem;top:15.11083828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrRnydmuS4s7aBSa67llQVMPRsshPdsi { width:12.8125rem;height:3.75rem;top:29.6103515625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEaCxxTZ8mS26KTTCBL4c5wa0fUxT5dK { width:9.375rem;height:3.75rem;top:23.4853515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9NT1LkKozWkmwFGukR6weNNWexRV5iF { width:12.25rem;height:3.75rem;top:43.61083984375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSbZsWUHinWwvabaT0O1MkLbamzvZlIW { width:20rem;height:2.2749rem;top:48.86083828125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUvrLNpaKExOJEATf9HT4ol1VlbRVTh4 { width:11.25rem;height:3.75rem;top:17.36083828125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X708kD8AZtRGc9IpL3caBca7zrWuIi6E { width:20rem;height:1rem;top:52.38525078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq5BcKBKuNBnimXwsdkdhrDvHQg5SDg2 { width:14.8125rem;height:5rem;top:36.04833984375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeviwiOmnxqauPMhnSIclt8ukV1UpVMo { width:20rem;height:4.19921875rem;top:64.57275078125rem;left:0rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTxbQpiITLdNT9cL2nvbwzGUxGSltfy7 { width:20rem;height:1rem;top:70.02196953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqWgeSfTgLT07NEyBbtJ1MaJ1tOSv5gI { width:5.25rem;height:3.75rem;top:86.27196953125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU2IJTTVsUNi3vBk8r8rRKavfTO8JOQB { width:12.625rem;height:3.125rem;top:98.77196953125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz0pnREUJxDeSGDoN1FJQs2ypHNCf9Jo { width:9.375rem;height:1.625rem;top:80.70946953125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTSQxR04TKS8gKcK58cXKNZD5un2g2Qz { width:7.125rem;height:1.4375rem;top:83.58446953125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6eXpNVE31gcEy4b9kz2TPwx85GVBM1 { width:5.3125rem;height:1.875rem;top:103.14696953125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyAaLT1OPXKrpl6N9SrOlXvgTnN1t7N { width:11.5625rem;height:4rem;top:43.61083828125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsRTHCdaakL9LPOkRSCrDCBcOLzgMcW { display:block; }
 }@media only screen and (max-width: 763px) { #TTM8J5sEECTpO4Q0uo9iDd3VbU7z9fgQ { width:14.375rem;height:4.0625rem;top:59.26025078125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8EcQVEafxhZyGUaUs6F09uAoSThDAL { width:15.625rem;height:3.125rem;top:110.02196953125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmrHIcpg01andfUCCeT2atTHL2xiVCo { width:15.625rem;height:3.375rem;top:54.63525078125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shHflAypwUXys4GTq9NtIrt3Z8pdGmtT { width:9.375rem;height:2.1875rem;top:77.27196953125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwJeTa7kQcAtpTCiCT2vLMIdPTBKLAGJ { width:6rem;height:3.75rem;top:72.27196953125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyxy6frPTPhD39KmJRywk3O21RWl2I1G { width:7.9375rem;height:2.5rem;top:106.27196953125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #osnWmDNTMnKOTdA97QRCH13CSwzfv8g3 { width:6.25rem;height:6.25rem;top:91.27196953125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.adaptive-delivery-prevent-bg, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyload, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyloading { background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { background-color: transparent; background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .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); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV76VBb7z2Z5uL2ogpLfyFWTrqH41z6A { width:20rem;height:2.9746125rem;top:3.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PkILF3CNxeFD28nkWVkBXVCWqv2NcdD0 { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hetT8ITMKOAArkyuTAS1thZlx4WT8lTl { width:5.8125rem;height:3.25rem;top:8.0371125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf { display:block; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLxf16o7dt2STf1Ub36gi42HwkWgTbJ { width:19.125rem;height:15.593775rem;top:1.25rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pu5in0cm4vQOQaquLNteqPOkBrZPbSMt { width:19.125rem;height:24.36528125rem;top:18.09375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHku7vLtxza2UvDqKtrUyJ9hmGJwBDrr { width:19.125rem;height:10.7207125rem;top:80.319375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUxHqiQ3mpD6TClUsD8unJv0AcfCyexe { width:20rem;height:17.5429625rem;top:61.526875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTnWDr8v5oC2e2azvqpxCLAiOwAmNTVy { width:20rem;height:16.5683375rem;top:43.709rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }