.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:255,215,221;--color-primary-1:255,134,154;--color-primary-2:255,53,87;--color-primary-3:227,0,57;--color-primary-4:97,0,44;--color-secondary-0:255,247,234;--color-secondary-1:251,215,136;--color-secondary-2:248,188,56;--color-secondary-3:255,198,0;--color-secondary-4:255,168,0;--color-tertiary-0:255,255,255;--color-tertiary-1:151,149,151;--color-tertiary-2:128,128,128;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Gotham";--paragraphs-font-family:"Galaxie Copernicus"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#ETi2a3XBL45FpBG2utGULPyAzflqTpJE { position:absolute;display:block;z-index:15020;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.5625rem;width:23.125rem;top:2.28125rem;left:25.9375rem;overflow:hidden;display:block; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:75rem;height:38.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#050b26;display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:8.3125rem;left:0rem;height:5.750175rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#3d4051;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:6.3359375rem;left:0.375rem;height:3.486325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQoruZQtb84raX3y0xwOuLBQrwBui3ml { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:3.0060375rem;font-style:italic;display:block; }
#MZLR8NSfb2UF2PVIXS5T0HJSZRSrgKvQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.874992370606rem;left:0rem;display:block; }
#WKJ3VplFFQKgAUsJRVOIXQtk9nAkklg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlxsobvMeFQoGifKSaFzv6Slld5ufgDH { 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:23.75rem;width:35.75rem;top:6.3359375rem;left:39.25rem;overflow:hidden;display:block; }
#P6FzsVLJNVrTuVoekJNq7V3NeaPkhmBK { color:#3d4051;display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:19.380859375rem;left:0rem;height:4.87393125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEuTeVaFygsU365So3oCVas7c2pomTrO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/XFWiZTa2Ub0/unsplash/sj-objio-XFWiZTa2Ub0-photo-1603484477859-abe6a73f9366.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEuTeVaFygsU365So3oCVas7c2pomTrO.adaptive-delivery-prevent-bg, #lEuTeVaFygsU365So3oCVas7c2pomTrO.lazyload, #lEuTeVaFygsU365So3oCVas7c2pomTrO.lazyloading { background-image: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container { background-color: transparent; background-image: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container > .video-iframe-container { display: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row > .video-iframe-container { display: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .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); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container { border-width: 0; border-radius: 0; }#lEuTeVaFygsU365So3oCVas7c2pomTrO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#g187T5VvRnr99O9yxoVLRn1HaV4IThOD { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3125rem;position:absolute;font-family:prata;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.130859375rem;left:8.34375rem;height:17.5461875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,2,107,0.11);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; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container { background-color: transparent; background-image: none; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container > .video-iframe-container { display: none; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row > .video-iframe-container { display: none; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .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); }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container { border-width: 0; border-radius: 0; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#KCbczdiLnDI5nbe92mUZAmkOgO88JIAL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.8125rem;height:5.4989375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLDu2JfQEaH86Xhkeg0JKzkUlKmFbmfq { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:0.8125rem;height:28.5467rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dW0AzwQvxJTldWuWBZ4RER6b9KabEGUb { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.8125rem;left:0.8125rem;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.218039512634rem;left:5.2494659423828rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXHaHGZ2LZ2JToy01gdVvsTQp58XP2vD { position:absolute;display:block;z-index:15008;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:18.3125rem;width:28.625rem;top:12.5rem;left:46.375rem;overflow:hidden;display:none; }
#QIadVcTXJAERTsD8gI49SiaJJFKPAMGW { position:absolute;display:block;z-index:15009;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:34.0625rem;width:25.5rem;top:12.15625rem;left:46.5751953125rem;overflow:hidden;display:block; }
#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 { position:relative;display:block; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 { background-color: transparent; background-image: none; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row .container > .video-iframe-container { display: none; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row > .video-iframe-container { display: none; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .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); }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 { border-width: 0; border-radius: 0; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#u7llc1gdsTtzCAkqiofVT7VOe5FyXJyT { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5625rem;left:1.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k95WT9rmz1x9OBhXfuJby35az75epC94 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.8125rem;left:2.8125rem;height:20.9925625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aburQyyTKvwNoqkZdcVRlitCFxgIJCv7 { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.3125rem;left:1.0625rem;display:block; }
#mHhBIDiSyBsusnsWwM6K0bnKiDkywQna { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:68rem;left:11.3125rem;display:block; }
#nSWV6g1ffsCHn00cJaNnvbH7bNit9SJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXZFNoJoQuDcMN2qrVdUZFOwR0wWT2Dw { position:absolute;display:block;z-index:15008;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:38.3125rem;width:25.5rem;top:11.8125rem;left:44.3125rem;overflow:hidden;display:block; }
#L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:35.5625rem;left:4.0625rem;height:27.2966875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5be1b56ad10cf53fb7646bc35586eb9e87419208.svg); }
#QJxKQI7FOaN73NKB6elBpUU47mg5dPG4 { box-sizing:content-box;height:30.6875rem;width:38.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),0.06);background-image:none;top:34.0625rem;left:2.875rem;display:block; }
#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container { background-color: transparent; background-image: none; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container > .video-iframe-container { display: none; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row > .video-iframe-container { display: none; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .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); }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container { border-width: 0; border-radius: 0; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#lqGGRV34dszrfI2MwzMJa9F3cJtZwKQN { 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:19.5rem;width:29.3125rem;top:9.90625rem;left:45.6875rem;overflow:hidden;display:block; }
#CHqE5p6DyZDR5eJ7F1PIi6tgeimRBqQa { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.8125rem;left:2.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vFHNkLkdwvJJvhd8J2qzohyyznbUsrg5 { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:block; }
#SAM96rBXRbDCDr8Rpqz0TaGTnsQie7Ll { color:#284d42;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.90625rem;left:2.5625rem;height:43.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#tFBVBEDFat2VhyZQ6mZPvTUTID62uG0T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:58.561782836914rem;left:29.34303855896rem;display:block; }
#WgUn4NZi8bDcITgHzMUGTuhT3fWhuUT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.07);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; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container { background-color: transparent; background-image: none; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container > .video-iframe-container { display: none; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row > .video-iframe-container { display: none; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .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); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container { border-width: 0; border-radius: 0; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container { font-size:0.875rem;font-family:arial;height:86.625rem;width:75rem;position:relative;display:block; }#HT9e4CASomxdqnbt7FmESylzD5WQbRqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:37.5rem;height:6.4985625rem;font-style:normal;display:block; }
#Qlqcg5EuHfwai6GhxKTk8cnyMvKuue4L { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:11rem;left:37.5rem;display:block; }
#XdgGxL1ptIHPxnzfNsWiVmTXUTiauT4H { color:#284d42;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.0625rem;left:37.5rem;height:36.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun { color:#284d42;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:55.25rem;left:38.53125rem;height:19.6165rem;text-align:justify;text-align-last:initial;display:block; }#AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7MJfvJnd/stencil.icon_large_1_.png); }
#R6PRSJu0GrT3VPOv7acGvPmttvqml0cE { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:37.5rem;top:51.625rem;left:37.5rem;display:block; }
#MwysJTRg8uqRwHdaTCAdTomoNFcM14Au { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:53.5rem;left:38.6875rem;height:1.13725rem;font-style:normal;display:block; }
#a3TVpT5f1UtoJ3DrVSxTmOogZKoIhD4Q { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:79.6875rem;left:39.437143325806rem;display:block; }
#VkEkGoF73bnQhT9sM1FOHJ1hipkMMMp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQ4xSo0Zh0J7LM7KNPPSSJIrLV0mT4EC { 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:39.4375rem;width:28.625rem;top:3.5rem;left:5.25rem;overflow:hidden;display:block; }
#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 { 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; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container { background-color: transparent; background-image: none; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container > .video-iframe-container { display: none; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row > .video-iframe-container { display: none; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .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); }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container { border-width: 0; border-radius: 0; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#SDFIX82THwTT2yWn4TB7lv8g2pa9PEOo { 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:21.25rem;width:32.25rem;top:11.65625rem;left:42.75rem;overflow:hidden;display:block; }
#TrkplncMpBSXDUGarTqPHB6rVxC35SxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.8125rem;left:2.5625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xw7bFsqCWUT52KJx3yocis77w7BIwqPU { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:block; }
#JQ6bEpyxTtCDzTrQ9SRaEJuIQ5H9upJv { color:#284d42;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.84375rem;left:2.5625rem;height:45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#wFeL4zITACaoddcMelPsRoea7TN2sMdC { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container { background-color: transparent; background-image: none; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container > .video-iframe-container { display: none; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row > .video-iframe-container { display: none; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .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); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container { border-width: 0; border-radius: 0; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container { width:75rem;height:43.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#qEAVkFOt8veZlAUL4APiGmK9sLa8ey9A { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.9375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOQRqktvssVmTmGFfgDTHTTni5qCl1uZ { position:absolute;display:block;z-index:15011;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.125rem;left:2.9375rem;display:block; }
#KyUVm88WiEglDgCSgFUGfHLJP5co7TWi { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.0625rem;left:39.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KyUVm88WiEglDgCSgFUGfHLJP5co7TWi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KyUVm88WiEglDgCSgFUGfHLJP5co7TWi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7405242004d2840d95cfbd5713609d8b1b80f82.svg); }
#zv4DapiLka7M1aOLvgtsJFoe3m208ekN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:34.8125rem;top:9.4375rem;left:2.25rem;overflow:hidden;display:block; }
#Pi16otbiF5fcDTRZqdOiHfTiaOxmsTXz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.999298095703rem;left:39.374998092651rem;display:block; }
#a0O3ExxcQ2i6sDo4gXDMJAqEvWwCTqL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc { 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; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container { background-color: transparent; background-image: none; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container > .video-iframe-container { display: none; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row > .video-iframe-container { display: none; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .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); }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container { border-width: 0; border-radius: 0; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#JI8wgkbkx4P3iVEvlgGBOzva6yvqFqyL { color:#454545;display:block;width:11.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.0625rem;left:3rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPo71t0pKJvTJKeMXZaFPatDC9TE1WgK { color:rgba(var(--color-tertiary-1),1);display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.1875rem;height:4.87215625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lT1W2DeuNRXpDgszXHdrwNQbTL79Rim8 { color:#454545;display:block;width:10.5625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:60.8125rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNC2TNfTS8ZOUtUgztS93UPZDCnDpb3U { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:59.6875rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkuRFK6Ut6TmvhHHW4cnDzu0ug3vG8lR { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:60.75rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWzRX9B0vAoBsI2FhQBhP6asMuTwxXw4 { color:#454545;display:block;width:6.0625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.75rem;left:63.0625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lc7AoHX72BKT88KBRyZ6NsJPIxNzp20i { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:60.6875rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mn275Z0ZI3pR2dy2kN1kGV390saoT3R1 { color:#454545;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0625rem;left:60rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQuyRei6yGoI3H10J5PURSg2NIHaLzNe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:9.1875rem;left:64.9375rem; }
#dIvt9cJlr4KhkMyEgPDh7LgZOh7fliLe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:18.1875rem;left:7.6875rem; }
#MmBEEnDW7SJDBpwEsRfl4xFU0mgbHdlr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:19.125rem;left:64.9375rem; }
#rp14NifBOxUUcXvIzrk9XCapx1Q4JITM { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:28.9375rem;left:64.9375rem; }
#hIf88yuZvbApVoTLsb0xUpqmqgtRJc0Q { 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:23.1875rem;width:40.5rem;top:11.9375rem;left:17.25rem;overflow:hidden;display:block; }
#CsH6pzOLwFuaOnAccrsRIT0XxsAoZRUb { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.8125rem;left:2.5625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wI3i2k97auQ7SzAfFLbO61xigii1lmMC { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:2.5625rem;display:block; }
#tED7SyZWmhVytuaWGi4ZM5rA3C2ToqnQ { color:rgba(var(--color-tertiary-1),1);display:block;width:14rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:32.9375rem;left:1.8125rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHRAKKatc3x6i4zFXwTrcRNZKpwBEJTJ { color:#454545;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.625rem;left:2.5rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syTTxUVhpNhk2lUMblIe6xCDyain9bpC { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:28.875rem;left:7.5625rem; }
#wNfkJ28ueQezshcGwJEQ556FVgGR8BZp { color:rgba(var(--color-tertiary-1),1);display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:2rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFN23ssgllK3GStxgLLa3BKSd5Akiun7 { color:#454545;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.75rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPnX9uSQ6cwqPL8C0EqKycFUkxcvNwHM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:9.1875rem;left:7.6875rem; }
#qkWdPNW4XcC0LKZlSfO9bdop3l7cBNI8 { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:2.5625rem;display:none; }
#f90pdNo0TEplxhJB6T4JuoShTZMPblUd { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:2.5625rem;display:none; }
#lIkgSwwPNuwAJcxBkaATMTcHAQf8iawq { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:2.5625rem;display:none; }
#Fx4vDuwamUEqrnbrru8vwy1w5JsVpTAz { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:2.5625rem;display:none; }
#pUA548LLFL7HFTgfJMz72GS660hDPKRN { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:2.5625rem;display:none; }
#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 { background-color:rgba(var(--color-primary-0),0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container { background-color: transparent; background-image: none; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container > .video-iframe-container { display: none; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row > .video-iframe-container { display: none; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .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); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container { border-width: 0; border-radius: 0; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container { width:75rem;height:64.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#fqJlpxoXThxoucxVfhXartQQfA99Ponv { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.9375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5W0dONh5Xoz2s6tJqVahkBulnTDf1m0 { position:absolute;display:block;z-index:15011;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.125rem;left:2.9375rem;display:block; }
#KNCiiXHS940kHZBHhUsZyLT93naScgAL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.3125rem;left:33.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KNCiiXHS940kHZBHhUsZyLT93naScgAL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KNCiiXHS940kHZBHhUsZyLT93naScgAL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac8011cc65c2a2d97016a0841fbf3bc480a6d51e.svg); }
#ngcniOO7TJXDG9ZsEg6W3rW9JUusoFTT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:29.6875rem;top:9.4375rem;left:1.25rem;overflow:hidden;display:block; }
#vTrZSodtl0vrZq9dbOitbDmTZCTx4DS1 { color:#284d42;display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.4375rem;left:33.625rem;height:15.10834375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 { 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; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container { background-color: transparent; background-image: none; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container > .video-iframe-container { display: none; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row > .video-iframe-container { display: none; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .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); }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container { border-width: 0; border-radius: 0; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container { font-size:0.875rem;font-family:arial;height:85.75rem;width:75rem;position:relative;display:block; }#G0ZNutZyFz8aTDWal676nPTMZREgsF3l { 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:35.4368125rem;width:51.7498125rem;top:14.875rem;left:11.625rem;overflow:hidden;display:block; }
#ShTfgQTr5xwsTamqSftIHT2eywtgOxIR { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.8124980926514rem;left:2.5621452331543rem;height:4.67506875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QNzV86oER5XgaBBS3J6MIVtD2hGUrupF { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:12.5rem;top:8.3052194714544rem;left:2.5621452331543rem;display:block; }
#yl4tr5UZUxGJskohTx38EdfHTQu12rE2 { position:absolute;display:block;z-index:15015;background-color:rgba(0,139,11,0.14);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:20.3125rem;width:39.375rem;top:56.625rem;left:17rem;display:block; }
#L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU { color:#284d42;display:block;width:36.0618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:61.25rem;left:18.6875rem;height:12.7485625rem;text-align:justify;text-align-last:initial;display:block; }#L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7MJfvJnd/stencil.icon_large_1_.png); }
#DUQAq9dk8RJAKZfetau9g8PTRCDPlftv { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:58.9375rem;left:18.6875rem;height:1.13725rem;font-style:normal;display:block; }
#S43VyoUGe7l1TOl8WJndS5ntz3N8N0vD { color:rgba(var(--color-tertiary-4),1);display:block;width:67.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:52.5625rem;left:3.8125rem;height:2.3375375rem;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; }
#IqrS6B2RDrcH1EPaVGd3JZ7DLXROrDoT { color:#284d42;display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.9976900219919rem;left:2.5621452331543rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Bx5pswRBvOSK1F4hJqCaJH5UTLmvpC3N { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3735625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:79.435367584231rem;left:28.312322616577rem;display:block; }
#fRcfkWc49RTTvkSABkFSXDgbToSp00C3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container { background-color: transparent; background-image: none; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container > .video-iframe-container { display: none; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row > .video-iframe-container { display: none; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .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); }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container { border-width: 0; border-radius: 0; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container { font-size:0.875rem;font-family:arial;height:87.5rem;width:75rem;position:relative;display:block; }#MBvAmcXex5bCss1b5HT86VgXtD8BkOrx { 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:27.625rem;width:22.125rem;top:10.78125rem;left:52.875rem;overflow:hidden;display:block; }
#CS9ZCZBAgf2HvH6p8QNScHWfsV9kWLmz { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.8125rem;left:2.5625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBb2Asz5ONiNr4v2JfxQq5BRELVzoVWB { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:block; }
#xWcLFKyDMAtD1XFRn3ER2u9h8AoVGvUF { color:#284d42;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.71875rem;left:0rem;height:69.59079375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#pwU8rgHxMVfkAqiaWKkgnbP7EpVxqmGT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3744375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:80.999639034269rem;left:28.311433792114rem;display:block; }
#vA651uf6J8ruL2b1iMgchbpH0wxkRfpM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ { position:relative;display:block; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ { background-color: transparent; background-image: none; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row .container > .video-iframe-container { display: none; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row > .video-iframe-container { display: none; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .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); }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ { border-width: 0; border-radius: 0; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KMqJI1T57b0ucqDotlaFfP7Cf7pHm0UR { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5625rem;left:1.0625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNQTmkKE9NOg6mr31uwU6xytghfIv3i1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.25rem;left:2.8125rem;height:32.98825625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1so1uzULgbTwH5GTF0LzWohP6VAFFcA { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.3125rem;left:1.0625rem;display:block; }
#aKC6hMikOLd29HCqQrJZNVUF1HAJy5DQ { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.75rem;left:11.25rem;display:block; }
#VefAPCt1gJzIodQlbMnTp8kz6KZR6org { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiavcCAitKDqdTzvMsgsuPw52xwFXUdO { position:absolute;display:block;z-index:15008;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:24.625rem;width:37rem;top:15.5625rem;left:39.1875rem;overflow:hidden;display:block; }
#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container { background-color: transparent; background-image: none; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container > .video-iframe-container { display: none; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row > .video-iframe-container { display: none; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .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); }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container { border-width: 0; border-radius: 0; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container { font-size:0.875rem;font-family:arial;height:89.6875rem;width:75rem;position:relative;display:block; }#yVsv3AienHD39TBCmTnI9ZG0bcyKxGBF { color:rgba(var(--color-tertiary-2),1);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:7.25rem;left:7.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#CFAOaBMztnsDkTEyti3e5qpcMSi6gX78 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12429rem;width:26.1869375rem;top:11.24378490448rem;left:24.405183792114rem;display:block; }
#EfoiVMvxTEexs4QrqgiRCUNQ9MeKBvTT { color:rgba(var(--color-tertiary-2),0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFQ51DZiKSL5L7OwK4TwXm7z9rwQgFiq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:60.8125rem;left:7.5rem;display:block; }
#q0A5Gbp93nExxiuCKBvWAF4pTkvd9GQX { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:62.9375rem;left:8.25rem;height:7.9971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ztJTZ3s3NMGc4gt5CHsOaV7bJcG2wxvZ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:75.125rem;left:13.125rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qb1VKNFzlwISbk8EBVTs9rJre5cEg1sw { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:77.3125rem;left:13.125rem;height:1.055575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRTR3ZNcL3BRDOaWmSzLf8gaaX63fCnL { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/362ef34b-2c27-4fd1-8d67-192067729dcf/Divina.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:74.4375rem;left:7.5rem;display:block; }#sRTR3ZNcL3BRDOaWmSzLf8gaaX63fCnL.adaptive-delivery-prevent-bg, #sRTR3ZNcL3BRDOaWmSzLf8gaaX63fCnL.lazyload, #sRTR3ZNcL3BRDOaWmSzLf8gaaX63fCnL.lazyloading { background-image: none; }
#UaL6iChqETgvPPf7rqAXimeoQVlyKTFK { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:75.125rem;left:33.6875rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoOWXn91c6eLvUQuxBfh2Z0wRKVNWP3c { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:77.3125rem;left:33.6875rem;height:1.055575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Odv8uiAoCm652WSrFC8nMu4pNzhTPOI5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:60.8125rem;left:28.0625rem;display:block; }
#vSgvE33VVrTquKrsscHHvqAdHdtT4AGq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:61.9375rem;left:28.75rem;height:9.9964375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHQBkJhlOe0mxIhz3lsxniJB6yvgrf66 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56d1ae9f-7f0c-4338-b7e9-6647658449d1/Alex.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:74.4375rem;left:28.0625rem;display:block; }#KHQBkJhlOe0mxIhz3lsxniJB6yvgrf66.adaptive-delivery-prevent-bg, #KHQBkJhlOe0mxIhz3lsxniJB6yvgrf66.lazyload, #KHQBkJhlOe0mxIhz3lsxniJB6yvgrf66.lazyloading { background-image: none; }
#Tr7wrMwHCHFlRSA8tm2DpMyTTZT5ld6M { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:75.125rem;left:54.1875rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ArQQldSVKknAicb7VD5Ls3uJFXqyS9Qm { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:77.3125rem;left:54.1875rem;height:1.055575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V305gyZFQvC4tI0hbE2Qx9hWiBAO3FIi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:60.8125rem;left:48.5625rem;display:block; }
#eUCGsczVz1AUQmMS4C29BpzvEtEUPBGu { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:62.9375rem;left:49.3125rem;height:7.9971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQKxXS3xr52sL9CgKNCJ3uplusE9CsAO { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eed829fb-9c76-4abd-b894-85a24ac65226/Silvia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:74.4375rem;left:48.5625rem;display:block; }#KQKxXS3xr52sL9CgKNCJ3uplusE9CsAO.adaptive-delivery-prevent-bg, #KQKxXS3xr52sL9CgKNCJ3uplusE9CsAO.lazyload, #KQKxXS3xr52sL9CgKNCJ3uplusE9CsAO.lazyloading { background-image: none; }
#zibu1KyOcKLMk9ckN84cPu58tAhbN4sM { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:15.625rem;left:23.9375rem;height:14.9645rem;display:block; }
#drXT3uZ2JkakcClEh9Su10RKlqPMOiJD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7494375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:31.125rem;left:23.9375rem;height:2.43608125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kiGIOIO9fZkrPZTzvuTUaVmMmOC9TbFb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.4375rem;border-top-right-radius:11.4375rem;border-bottom-left-radius:11.4375rem;border-bottom-right-radius:11.4375rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:14.3125rem;left:6.4375rem;overflow:hidden;display:block; }
#u512K3ipx0oyEcA11MlI70rPGV8TprHg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:82.6875rem;left:28.125rem;display:block; }
#rUCRnW9B1m1Zuk0wkHOpSQqGcIwFzr9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEzGGAGWz0sWJw4z9rKOEyKWNP20WWCb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7468125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:55.9375rem;left:6.875rem;height:2.436075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVTkhAlqX10yynVnmbHy1NywoPVGBSZF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:36.4375rem;left:6.875rem;height:18.88848125rem;font-style:italic;display:block; }
#Q7GuOWVRAVKW1w2C2eMCEyzuCUPBynsk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.4375rem;border-top-right-radius:11.4375rem;border-bottom-left-radius:11.4375rem;border-bottom-right-radius:11.4375rem;box-shadow: none;height:15.4998125rem;width:15.4998125rem;top:38.9375rem;left:52.6875rem;overflow:hidden;display:block; }
#aS0XsQIFzl86mPbkfX0klXwV2nh3Gs7m { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12429rem;width:26.1869375rem;top:11.24378490448rem;left:24.405183792114rem;display:none; }
#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n { background-color:transparent;background-image:url("https://images.assets-landingi.com/FFuJeL29/image_test_web.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.adaptive-delivery-prevent-bg, #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.lazyload, #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.lazyloading { background-image: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { background-color: transparent; background-image: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container > .video-iframe-container { display: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container { display: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .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); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { border-width: 0; border-radius: 0; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#zPTxIPoLz24cwToFT5V0mw779qteUMAo { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ed5MNw6D70aL1xG76BL36CV23qVcIye1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.25rem;left:0rem;height:10.49625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gTG0G5UW4uZRXwMWFtcOpQG9D7FVM9w4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.624481201172rem;left:0rem;display:block; }
#JafzBt9RGN1vyaESHlooREX8UF6w7fFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf9f4;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; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container { background-color: transparent; background-image: none; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container > .video-iframe-container { display: none; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row > .video-iframe-container { display: none; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .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); }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container { border-width: 0; border-radius: 0; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#axP0h1ventyhZ24BIyJmPNWk1ZI8Bc0D { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/898K0z2T/elvira_anducas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15001;top:16rem;left:5.9375rem;display:block; }#axP0h1ventyhZ24BIyJmPNWk1ZI8Bc0D.adaptive-delivery-prevent-bg, #axP0h1ventyhZ24BIyJmPNWk1ZI8Bc0D.lazyload, #axP0h1ventyhZ24BIyJmPNWk1ZI8Bc0D.lazyloading { background-image: none; }
#HpZDaDFfQu20msRbqPcIM9s3knmADPrM { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#t3oqdZA6PrzxGy6pNfxqIzTeAB8Ao4uR { display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:36.125rem;left:53.1875rem;height:9.84375rem;color:#333333;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkBN2n5moP5IJA9Jlz42IWQOVmBbml09 { display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.8125rem;left:52.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#DetuxovJyvqdPpTgtN8Hn3XyEzORVgic { display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.8125rem;left:27.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#ShXqG4lT22gNnuseignPcn68EU7AyxdM { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/tM7fl3BQ/cd034315_3fa6_4107_90cb_bd2ea8bfc72d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15005;top:16rem;left:30.9375rem;display:block; }#ShXqG4lT22gNnuseignPcn68EU7AyxdM.adaptive-delivery-prevent-bg, #ShXqG4lT22gNnuseignPcn68EU7AyxdM.lazyload, #ShXqG4lT22gNnuseignPcn68EU7AyxdM.lazyloading { background-image: none; }
#CurMqNQ5HZAkW2rUGQWzw540qtM826FA { display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.8125rem;left:2.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#hTaQZEb0wC6AqlODAb4ZKRco8GCflPUD { display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:36.125rem;left:3.1875rem;height:9.84375rem;color:#333333;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXIsXi7tf3TtM6ThFnVTbsP6lEaKt0T1 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dTz9vg4N/WuR8McZc858nds26sF7wyJ_square_large.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15009;top:16rem;left:55.9375rem;display:block; }#VXIsXi7tf3TtM6ThFnVTbsP6lEaKt0T1.adaptive-delivery-prevent-bg, #VXIsXi7tf3TtM6ThFnVTbsP6lEaKt0T1.lazyload, #VXIsXi7tf3TtM6ThFnVTbsP6lEaKt0T1.lazyloading { background-image: none; }
#sqN0n1a1mu7mO9DvkdwPo2Btt1KOIoAd { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:7.375rem;left:9.40625rem;height:5.99786875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iebBL00Ps8SsP5kSq6WXAZ8eDcMp4rEb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:31.625rem;left:55.25rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;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; }
#w7D8T1d80yUQzlG0qGetKSIGgUREKkQg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:34.4375rem;left:60.1875rem;display:block; }
#heoufZagXbHSyT2yAkt4pk7Ph1dVNT8s { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:31.625rem;left:30.25rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;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; }
#EilGofew52VqhpTCAvEXLsPZAkcJgllt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:34.4375rem;left:35.1875rem;display:block; }
#dlzzDZwQXvfdMaapg00uzoCgEAvwzHyv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:31.625rem;left:5.25rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;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; }
#q9RH4wNKXZWi6KZTrwcCy5tUP0FQfoCm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:34.4375rem;left:10.1875rem;display:block; }
#K463pQZkRAn9AJke13ddDZ66k6XQ98hO { display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:36.125rem;left:28.1875rem;height:9.84375rem;color:#333333;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGtXtR6J3KUIbaPStRkIrLEVVs88PbSc { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:38.875rem;left:5.5rem;display:none; }
#RV5TQ6WNolFrZgZ796Q8OeoHmTNwsDRa { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9369375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.248046875rem;left:27.530183792114rem;display:block; }
#DV5hG14ZTVcPyWIVoZHWa9JMdMkS502S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vd0XW85XwFqwA4steFDF0S8BzUJZJ3KJ { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:none; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:62.6875rem;width:75rem;position:relative;display:block; }#VCQb042VQ1NoVXBGkpr63tvG2HNgEKwe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.687125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.187498092651rem;left:27.15553855896rem;display:block; }
#gikXmEcP58D9RFAoV132Fe0qBmxqLo0q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVFBRergJ8RsLWaF1VzwE5ULp28Baw1p { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#M1Gm8ADaJ8dEgTs0l5T21IQrpELLcFdD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:13.125rem;left:14.75rem; }
#T6VNJI5ZGH39rm5K531P9G3ElofB8RTN { color:#284d42;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:21.3125rem;left:5.53125rem;height:28.48989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#VSTRTgiK8X8l7L9emUPwmE7qwb5Wylzk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:13.1875rem;top:10.25rem;left:30.90625rem;display:block; }
#TTUf1HFnLONMP9ls2n697xwmmHBSk8yZ { display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#CyUlAQhHxI95kronM9pKCDlZlDwQypIL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:13.1875rem;left:18.625rem; }
#xyEKzoRwSET82T1KICPdCrdg3hxNpCBL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:11.9375rem;left:21.75rem; }
#viCnmrT5kToE7mGAlCA6FEHbM5STO6zL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.75rem;left:13.5rem; }
#LLKxodRuuFfiwzoCiS1SOwRSa7iTVvvD { color:#284d42;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:21.375rem;left:42.25rem;height:17.9935875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#XVGfP5O7kMxmrsMeIQSqZTDmBBnk7WFN { display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18rem;left:46.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#DTKRImzVWwTkqSIfVUEsbkQ2xQxh8GyF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:13.1875rem;left:51.4375rem; }
#txkqdXuyDXpPOqxnctWNnV6ru1L6NvRZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:12.8125rem;left:55.375rem; }
#kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:40.6875rem;left:44.09375rem;height:9.9343125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7405242004d2840d95cfbd5713609d8b1b80f82.svg); }
#R84tm6yfQdfLmec6R6KF1T1gFNoLsFoJ { color:#284d42;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:51.5625rem;left:42.25rem;height:2.9989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#aTmUyflUpc3mpPyFRg5ZvHfRxiSWi9ob { display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.837890625rem;left:27.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#ErT3XJpc1SiFZ3HbwVOySMhCMfqCS0Dy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:13.1875rem;top:10.25rem;left:30.90625rem;display:none; }
#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy { background-color:transparent;background-image:url("https://images.assets-landingi.com/GjaGAp8m/snapshot1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy.adaptive-delivery-prevent-bg, #dTghpTmsMXa4zCi3DDdToerxFDxyrEBy.lazyload, #dTghpTmsMXa4zCi3DDdToerxFDxyrEBy.lazyloading { background-image: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container { background-color: transparent; background-image: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff2f1; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container > .video-iframe-container { display: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff2f1; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row > .video-iframe-container { display: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .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); }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container { border-width: 0; border-radius: 0; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#U8MSXF61utCbP7SHWbGutgozJ56Hu5EI { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:3.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aeWqQhVSm95wXW8TmvxZbBkUWJQTm3S5 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.8125rem;left:3.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSXyuCoHwUHy75WRTXXN1TTKe9A9T1K2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:56.125rem;width:45.5625rem;top:5.25rem;left:1.875rem;display:block; }
#Jwfb6dq7lgm3ngOH8kpFEbAyLDggWMTe { 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:23.875rem;width:23.875rem;top:6.5625rem;left:51.125rem;overflow:hidden;display:block; }
#sngvRTgTBFg9JKpkrpUXuJMzzE1XzVWM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8748125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:63.499643325806rem;left:27.561254501342rem;display:block; }
#EcCZ4gfTnH15o2DxWn5nSz8lbSaNRWel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukahJ8OPNqrodxCm5xuhKuplcul8ueiN { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:none; }
#meicZFhkCqLrZdspwShTJiSyBrxpReQI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container { background-color: transparent; background-image: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container > .video-iframe-container { display: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row > .video-iframe-container { display: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .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); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container { border-width: 0; border-radius: 0; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#EUWChylT31qHJZXCS49OXZ8FvQBec4Ap { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHpasG3e3C3UVpyRWWbrnyAlUVvLDpbk { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:7.6875rem;left:2.625rem;height:13.995rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SurVGg8DZO7NHUpPRnhca5HvkqiTtwni { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpJz2bNr4fbqTEOSQOH1zRapuAZlPRgd { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:25.75rem;left:2.625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mvT41SvLyRbRUkaIDCyBncREmoV7gC1n { background-color:#000064;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.3125rem;left:2.625rem;display:block; }
#hDgzP6DLQw3lAf8EtXXQiJ0FCNSU0CGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w71btZbTxIryNuV89eJ33hfybnwr6FPe { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.75rem;left:2.625rem;height:9.098rem;text-align:justify;text-align-last:initial;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; }
#TCJZcJEac6tt2QtOVag8OUFnyMPIPx9J { position:absolute;display:block;z-index:15011;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:19.1875rem;width:28.875rem;top:14.3125rem;left:46.004088785047rem;overflow:hidden;display:block; }
#gzz5U89eVTXoy6wnZmnJSnDKinAQ9tDd { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:none; }
#pVCTgclGnSA4IRTDqr3TmNv9PNyUAvAE { position:absolute;display:block;z-index:15013;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9375rem;left:2.5625rem;display:none; }
#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 { position:relative;display:block; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 { background-color: transparent; background-image: none; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row .container > .video-iframe-container { display: none; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row > .video-iframe-container { display: none; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .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); }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 { border-width: 0; border-radius: 0; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R4wdUtcVkbq5JcZJL7Q9avp4LDhZZ6JS { 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:8.25rem;width:28.25rem;top:3.84375rem;left:23.375rem;overflow:hidden;display:block; }
#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b5b9851d-6f5c-46a7-bba8-a86e6728aaf5/footer_transp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5.adaptive-delivery-prevent-bg, #sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5.lazyload, #sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5.lazyloading { background-image: none; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container { background-color: transparent; background-image: none; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container > .video-iframe-container { display: none; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row > .video-iframe-container { display: none; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .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); }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container { border-width: 0; border-radius: 0; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4dbb5de2-b1a1-4c7a-b3c9-cf80571c9521/footer_edge.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR.adaptive-delivery-prevent-bg, #IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR.lazyload, #IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR.lazyloading { background-image: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container { background-color: transparent; background-image: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container > .video-iframe-container { display: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row > .video-iframe-container { display: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .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); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container { border-width: 0; border-radius: 0; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#uzWG5dC3xKwNN88TaOJ6vXCOTVSc30T6 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.89453125rem;left:25.96875rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ETi2a3XBL45FpBG2utGULPyAzflqTpJE { width:13.875rem;height:3.875rem;top:2.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:43.0625rem;height:5.750175rem;top:5.8623046875rem;left:2.1875rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:31.375rem;height:3.486325rem;top:2.375rem;left:2.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQoruZQtb84raX3y0xwOuLBQrwBui3ml { width:42.5625rem;height:1.46218125rem;top:11.3125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZLR8NSfb2UF2PVIXS5T0HJSZRSrgKvQ { width:16.3125rem;height:3.4375rem;top:40rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKJ3VplFFQKgAUsJRVOIXQtk9nAkklg2 { display:block; }
 }@media only screen and (max-width: 1199px) { #xlxsobvMeFQoGifKSaFzv6Slld5ufgDH { width:29.6875rem;height:19.625rem;top:19.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6FzsVLJNVrTuVoekJNq7V3NeaPkhmBK { width:42.9375rem;height:3.2386375rem;top:13.875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEuTeVaFygsU365So3oCVas7c2pomTrO { display:block; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g187T5VvRnr99O9yxoVLRn1HaV4IThOD { width:41.125rem;height:13.647rem;top:5.39453125rem;left:3.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pIv0MivIGriTfdPaPDfq0q8shp0cXkMX { display:block; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container { width:47.75rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KCbczdiLnDI5nbe92mUZAmkOgO88JIAL { width:21.8125rem;height:8.248375rem;top:5.75rem;left:1.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLDu2JfQEaH86Xhkeg0JKzkUlKmFbmfq { width:43.9375rem;height:23.6345875rem;top:21.9375rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dW0AzwQvxJTldWuWBZ4RER6b9KabEGUb { top:14.8125rem;left:1.90625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:16.3125rem;height:3.4375rem;top:48.75rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 1199px) { #uXHaHGZ2LZ2JToy01gdVvsTQp58XP2vD { width:27.125rem;height:17.25rem;top:2.4375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIadVcTXJAERTsD8gI49SiaJJFKPAMGW { width:19.9375rem;height:26.6875rem;top:14.5rem;left:26.919921875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 { display:block; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row .container { width:47.75rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u7llc1gdsTtzCAkqiofVT7VOe5FyXJyT { width:38.3125rem;height:2.75rem;top:1.8125rem;left:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k95WT9rmz1x9OBhXfuJby35az75epC94 { width:27.75rem;height:22.32153125rem;top:6.75rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aburQyyTKvwNoqkZdcVRlitCFxgIJCv7 { top:5.1875rem;left:1.3125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHhBIDiSyBsusnsWwM6K0bnKiDkywQna { width:16.3125rem;height:3.4375rem;top:60.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSWV6g1ffsCHn00cJaNnvbH7bNit9SJs { display:block; }
 }@media only screen and (max-width: 1199px) { #gXZFNoJoQuDcMN2qrVdUZFOwR0wWT2Dw { width:14.625rem;height:22rem;top:7.5625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn { width:35.625rem;height:24.5001875rem;top:32.375rem;left:1.3125rem;font-size:0.875rem;display:block; }#L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5be1b56ad10cf53fb7646bc35586eb9e87419208.svg); }
 }@media only screen and (max-width: 1199px) { #QJxKQI7FOaN73NKB6elBpUU47mg5dPG4 { width:38.1875rem;height:27.1875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr { display:block; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container { width:47.75rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lqGGRV34dszrfI2MwzMJa9F3cJtZwKQN { width:25rem;height:16.5625rem;top:1.3125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHqE5p6DyZDR5eJ7F1PIi6tgeimRBqQa { width:21.3125rem;height:8.248375rem;top:4.1875rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFHNkLkdwvJJvhd8J2qzohyyznbUsrg5 { top:13.4375rem;left:1.8125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAM96rBXRbDCDr8Rpqz0TaGTnsQie7Ll { top:18.875rem;left:0.84375rem;width:46.0625rem;height:34.13891875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFBVBEDFat2VhyZQ6mZPvTUTID62uG0T { width:16.3125rem;height:3.4375rem;top:57.375rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgUn4NZi8bDcITgHzMUGTuhT3fWhuUT8 { display:block; }
 }@media only screen and (max-width: 1199px) { #csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc { display:block; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container { width:47.75rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HT9e4CASomxdqnbt7FmESylzD5WQbRqQ { top:2.25rem;left:1.5625rem;width:36.4375rem;height:6.4985625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qlqcg5EuHfwai6GhxKTk8cnyMvKuue4L { top:9.4375rem;left:1.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdgGxL1ptIHPxnzfNsWiVmTXUTiauT4H { top:11.375rem;left:19.1875rem;width:27rem;height:42.01703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun { top:58.9375rem;left:6.9375rem;width:33.375rem;height:19.6165rem;font-size:0.9375rem;display:block; }#AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7MJfvJnd/stencil.icon_large_1_.png); }
 }@media only screen and (max-width: 1199px) { #R6PRSJu0GrT3VPOv7acGvPmttvqml0cE { width:37.5rem;height:26.25rem;top:54.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwysJTRg8uqRwHdaTCAdTomoNFcM14Au { width:17.8125rem;height:1.13725rem;top:56.5625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3TVpT5f1UtoJ3DrVSxTmOogZKoIhD4Q { width:16.3125rem;height:3.4375rem;top:81.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkEkGoF73bnQhT9sM1FOHJ1hipkMMMp1 { display:block; }
 }@media only screen and (max-width: 1199px) { #WQ4xSo0Zh0J7LM7KNPPSSJIrLV0mT4EC { width:16rem;height:22.125rem;top:11.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJEsDoudIA9QVerkstZNd50IBCcAOrs4 { display:block; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container { width:47.75rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SDFIX82THwTT2yWn4TB7lv8g2pa9PEOo { width:25.625rem;height:16.75rem;top:1.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrkplncMpBSXDUGarTqPHB6rVxC35SxZ { width:44rem;height:2.75rem;top:20.9375rem;left:1.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xw7bFsqCWUT52KJx3yocis77w7BIwqPU { top:24.3125rem;left:1.875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQ6bEpyxTtCDzTrQ9SRaEJuIQ5H9upJv { top:25.375rem;left:1.875rem;width:44.625rem;height:35.45188125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFeL4zITACaoddcMelPsRoea7TN2sMdC { display:block; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qEAVkFOt8veZlAUL4APiGmK9sLa8ey9A { width:47.75rem;height:2.26855625rem;top:3.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOQRqktvssVmTmGFfgDTHTTni5qCl1uZ { top:6.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyUVm88WiEglDgCSgFUGfHLJP5co7TWi { width:25.875rem;height:26.1345625rem;top:8rem;left:21.875rem;font-size:0.875rem;display:block; }#KyUVm88WiEglDgCSgFUGfHLJP5co7TWi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7405242004d2840d95cfbd5713609d8b1b80f82.svg); }
 }@media only screen and (max-width: 1199px) { #zv4DapiLka7M1aOLvgtsJFoe3m208ekN { width:20.875rem;height:13.875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pi16otbiF5fcDTRZqdOiHfTiaOxmsTXz { width:16.312125rem;height:3.4375rem;top:36.061794281006rem;left:21.874111711979rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0O3ExxcQ2i6sDo4gXDMJAqEvWwCTqL6 { display:block; }
 }@media only screen and (max-width: 1199px) { #qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc { display:block; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JI8wgkbkx4P3iVEvlgGBOzva6yvqFqyL { width:11.625rem;height:1.38139375rem;top:21.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPo71t0pKJvTJKeMXZaFPatDC9TE1WgK { width:13.3125rem;height:4.87215625rem;top:22.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lT1W2DeuNRXpDgszXHdrwNQbTL79Rim8 { width:10.5625rem;height:1.38139375rem;top:11.9375rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNC2TNfTS8ZOUtUgztS93UPZDCnDpb3U { width:12.8125rem;height:3.65411875rem;top:13.1875rem;left:34.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkuRFK6Ut6TmvhHHW4cnDzu0ug3vG8lR { width:10.75rem;height:3.65411875rem;top:33rem;left:37rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWzRX9B0vAoBsI2FhQBhP6asMuTwxXw4 { width:6.0625rem;height:1.38139375rem;top:31.6806640625rem;left:39.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lc7AoHX72BKT88KBRyZ6NsJPIxNzp20i { width:10.75rem;height:3.65411875rem;top:23.3125rem;left:37rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mn275Z0ZI3pR2dy2kN1kGV390saoT3R1 { width:12.1875rem;height:1.38139375rem;top:22.0625rem;left:35.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQuyRei6yGoI3H10J5PURSg2NIHaLzNe { top:9.1875rem;left:41.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIvt9cJlr4KhkMyEgPDh7LgZOh7fliLe { top:18.3125rem;left:5.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmBEEnDW7SJDBpwEsRfl4xFU0mgbHdlr { top:19rem;left:41.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rp14NifBOxUUcXvIzrk9XCapx1Q4JITM { top:29.4375rem;left:41.28125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIf88yuZvbApVoTLsb0xUpqmqgtRJc0Q { width:20.5625rem;height:11.75rem;top:16.84375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsH6pzOLwFuaOnAccrsRIT0XxsAoZRUb { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wI3i2k97auQ7SzAfFLbO61xigii1lmMC { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tED7SyZWmhVytuaWGi4ZM5rA3C2ToqnQ { width:14rem;height:3.65411875rem;top:32.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHRAKKatc3x6i4zFXwTrcRNZKpwBEJTJ { width:12.5rem;height:1.38139375rem;top:31.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syTTxUVhpNhk2lUMblIe6xCDyain9bpC { top:28.9375rem;left:5.46875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNfkJ28ueQezshcGwJEQ556FVgGR8BZp { width:13.75rem;height:3.65411875rem;top:13.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFN23ssgllK3GStxgLLa3BKSd5Akiun7 { width:12.1875rem;height:1.38139375rem;top:12.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPnX9uSQ6cwqPL8C0EqKycFUkxcvNwHM { top:9.1875rem;left:5.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkWdPNW4XcC0LKZlSfO9bdop3l7cBNI8 { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f90pdNo0TEplxhJB6T4JuoShTZMPblUd { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lIkgSwwPNuwAJcxBkaATMTcHAQf8iawq { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fx4vDuwamUEqrnbrru8vwy1w5JsVpTAz { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pUA548LLFL7HFTgfJMz72GS660hDPKRN { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 { display:block; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container { width:47.75rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fqJlpxoXThxoucxVfhXartQQfA99Ponv { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5W0dONh5Xoz2s6tJqVahkBulnTDf1m0 { top:6.125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNCiiXHS940kHZBHhUsZyLT93naScgAL { width:37.75rem;height:25.5095625rem;top:28.375rem;left:5rem;font-size:0.875rem;display:block; }#KNCiiXHS940kHZBHhUsZyLT93naScgAL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac8011cc65c2a2d97016a0841fbf3bc480a6d51e.svg); }
 }@media only screen and (max-width: 1199px) { #ngcniOO7TJXDG9ZsEg6W3rW9JUusoFTT { width:22.5rem;height:17.5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTrZSodtl0vrZq9dbOitbDmTZCTx4DS1 { top:9.4375rem;left:23.875rem;width:22.9375rem;height:18.38244375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 { display:block; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container { width:47.75rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G0ZNutZyFz8aTDWal676nPTMZREgsF3l { width:47.7494375rem;height:32.7494375rem;top:12.500887870789rem;left:0.00088775157928469rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShTfgQTr5xwsTamqSftIHT2eywtgOxIR { width:31.8125rem;height:3.30078125rem;top:2.125rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNzV86oER5XgaBBS3J6MIVtD2hGUrupF { top:6.25rem;left:0.75rem;width:12.5rem;height:0.12429rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yl4tr5UZUxGJskohTx38EdfHTQu12rE2 { width:37.5rem;height:21.4375rem;top:49.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU { top:53.5625rem;left:7.0625rem;width:33.375rem;height:12.152rem;font-size:0.875rem;display:block; }#L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7MJfvJnd/stencil.icon_large_1_.png); }
 }@media only screen and (max-width: 1199px) { #DUQAq9dk8RJAKZfetau9g8PTRCDPlftv { width:17.8125rem;height:1.13725rem;top:51.1875rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S43VyoUGe7l1TOl8WJndS5ntz3N8N0vD { width:47.7494375rem;height:1.6503875rem;top:46.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqrS6B2RDrcH1EPaVGd3JZ7DLXROrDoT { top:7.25rem;left:0.75rem;width:44.6244375rem;height:5.25213125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bx5pswRBvOSK1F4hJqCaJH5UTLmvpC3N { width:16.312125rem;height:3.4375rem;top:72.70152282715rem;left:14.904119074344rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #fRcfkWc49RTTvkSABkFSXDgbToSp00C3 { display:block; }
 }@media only screen and (max-width: 1199px) { #xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 { display:block; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container { width:47.75rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MBvAmcXex5bCss1b5HT86VgXtD8BkOrx { width:12.375rem;height:15.5rem;top:0.625rem;left:1.787109375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CS9ZCZBAgf2HvH6p8QNScHWfsV9kWLmz { width:16.8125rem;height:5.4989375rem;top:5rem;left:15.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBb2Asz5ONiNr4v2JfxQq5BRELVzoVWB { top:11.625rem;left:15.5rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWcLFKyDMAtD1XFRn3ER2u9h8AoVGvUF { top:17.8125rem;left:0.84375rem;width:46.0625rem;height:76.1558875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwU8rgHxMVfkAqiaWKkgnbP7EpVxqmGT { width:16.3125rem;height:3.4375rem;top:95.8125rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vA651uf6J8ruL2b1iMgchbpH0wxkRfpM { display:block; }
 }@media only screen and (max-width: 1199px) { #tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ { display:block; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KMqJI1T57b0ucqDotlaFfP7Cf7pHm0UR { width:24.625rem;height:8.248375rem;top:3.0625rem;left:2.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNQTmkKE9NOg6mr31uwU6xytghfIv3i1 { width:42.25rem;height:21.0085125rem;top:13.6875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1so1uzULgbTwH5GTF0LzWohP6VAFFcA { top:12.25rem;left:2.0625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKC6hMikOLd29HCqQrJZNVUF1HAJy5DQ { width:16.3125rem;height:3.4375rem;top:36.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VefAPCt1gJzIodQlbMnTp8kz6KZR6org { display:block; }
 }@media only screen and (max-width: 1199px) { #GiavcCAitKDqdTzvMsgsuPw52xwFXUdO { width:17.625rem;height:11.625rem;top:1.375rem;left:28.462890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk { display:block; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container { width:47.75rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yVsv3AienHD39TBCmTnI9ZG0bcyKxGBF { width:47.75rem;height:3.0060375rem;top:5.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFAOaBMztnsDkTEyti3e5qpcMSi6gX78 { width:19.6244375rem;height:0.12429rem;top:7.9998216629031rem;left:14.061611711979rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfoiVMvxTEexs4QrqgiRCUNQ9MeKBvTT { width:47.7494375rem;height:6.8253125rem;top:1.1875rem;left:0rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFQ51DZiKSL5L7OwK4TwXm7z9rwQgFiq { width:15rem;height:12.25rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0A5Gbp93nExxiuCKBvWAF4pTkvd9GQX { width:13.125rem;height:8.394875rem;top:56rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ztJTZ3s3NMGc4gt5CHsOaV7bJcG2wxvZ { width:11.25rem;height:1.62464375rem;top:72.5625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qb1VKNFzlwISbk8EBVTs9rJre5cEg1sw { width:11.25rem;height:1.298825rem;top:74rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sRTR3ZNcL3BRDOaWmSzLf8gaaX63fCnL { width:4.5625rem;height:4.5625rem;top:67.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UaL6iChqETgvPPf7rqAXimeoQVlyKTFK { width:11.25rem;height:1.62464375rem;top:72.5rem;left:18.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BoOWXn91c6eLvUQuxBfh2Z0wRKVNWP3c { width:11.25rem;height:1.298825rem;top:74rem;left:18.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Odv8uiAoCm652WSrFC8nMu4pNzhTPOI5 { width:15rem;height:12.25rem;top:54.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSgvE33VVrTquKrsscHHvqAdHdtT4AGq { width:12.25rem;height:9.7940625rem;top:55.3125rem;left:18.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #KHQBkJhlOe0mxIhz3lsxniJB6yvgrf66 { width:4.5625rem;height:4.5625rem;top:67.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr7wrMwHCHFlRSA8tm2DpMyTTZT5ld6M { width:9.625rem;height:1.62464375rem;top:72.5625rem;left:35.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ArQQldSVKknAicb7VD5Ls3uJFXqyS9Qm { width:8.875rem;height:1.298825rem;top:74rem;left:35.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #V305gyZFQvC4tI0hbE2Qx9hWiBAO3FIi { width:15rem;height:12.25rem;top:54.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUCGsczVz1AUQmMS4C29BpzvEtEUPBGu { width:13.125rem;height:8.394875rem;top:56rem;left:33.6875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #KQKxXS3xr52sL9CgKNCJ3uplusE9CsAO { width:4.5625rem;height:4.5625rem;top:67.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zibu1KyOcKLMk9ckN84cPu58tAhbN4sM { width:27.625rem;height:11.99575rem;top:11.875rem;left:18.5625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 1199px) { #drXT3uZ2JkakcClEh9Su10RKlqPMOiJD { width:17.7485625rem;height:2.43608125rem;top:23.875rem;left:18.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiGIOIO9fZkrPZTzvuTUaVmMmOC9TbFb { width:15.5625rem;height:15.5625rem;top:10.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u512K3ipx0oyEcA11MlI70rPGV8TprHg { width:16.3125rem;height:3.4375rem;top:77.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUCRnW9B1m1Zuk0wkHOpSQqGcIwFzr9c { display:block; }
 }@media only screen and (max-width: 1199px) { #yEzGGAGWz0sWJw4z9rKOEyKWNP20WWCb { width:17.7485625rem;height:2.436075rem;top:49.5625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVTkhAlqX10yynVnmbHy1NywoPVGBSZF { width:30.125rem;height:18.37001875rem;top:29.5rem;left:0.4375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7GuOWVRAVKW1w2C2eMCEyzuCUPBynsk { width:15.4989375rem;height:15.4989375rem;top:31.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aS0XsQIFzl86mPbkfX0klXwV2nh3Gs7m { width:19.6244375rem;height:0.12429rem;top:7.9998216629031rem;left:14.061611711979rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n { background-color:transparent;background-image:url("https://images.assets-landingi.com/FFuJeL29/image_test_web.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.adaptive-delivery-prevent-bg, #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.lazyload, #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.lazyloading { background-image: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { background-color: transparent; background-image: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container > .video-iframe-container { display: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container { display: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .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); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { width:47.75rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zPTxIPoLz24cwToFT5V0mw779qteUMAo { width:45.25rem;height:6.4985625rem;top:4.0625rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ed5MNw6D70aL1xG76BL36CV23qVcIye1 { width:35.6875rem;height:10.49625rem;top:11.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTG0G5UW4uZRXwMWFtcOpQG9D7FVM9w4 { width:16.3125rem;height:3.4375rem;top:24.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JafzBt9RGN1vyaESHlooREX8UF6w7fFw { display:block; }
 }@media only screen and (max-width: 1199px) { #XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 { display:block; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container { width:47.75rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #axP0h1ventyhZ24BIyJmPNWk1ZI8Bc0D { width:9.0625rem;height:9.0625rem;top:13.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpZDaDFfQu20msRbqPcIM9s3knmADPrM { width:47.75rem;height:3.25rem;top:3.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3oqdZA6PrzxGy6pNfxqIzTeAB8Ao4uR { width:14.5rem;height:9.19125rem;top:28.625rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkBN2n5moP5IJA9Jlz42IWQOVmBbml09 { width:15.8125rem;height:1.7871125rem;top:23rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DetuxovJyvqdPpTgtN8Hn3XyEzORVgic { width:15.875rem;height:1.7871125rem;top:23.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShXqG4lT22gNnuseignPcn68EU7AyxdM { width:9.0625rem;height:9.0625rem;top:13.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CurMqNQ5HZAkW2rUGQWzw540qtM826FA { width:15.9375rem;height:1.7871125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTaQZEb0wC6AqlODAb4ZKRco8GCflPUD { width:14.625rem;height:10.50425rem;top:27.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXIsXi7tf3TtM6ThFnVTbsP6lEaKt0T1 { width:9.0625rem;height:9.0625rem;top:13.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqN0n1a1mu7mO9DvkdwPo2Btt1KOIoAd { width:47.75rem;height:5.625rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iebBL00Ps8SsP5kSq6WXAZ8eDcMp4rEb { width:14.5rem;height:1.875rem;top:24.5625rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7D8T1d80yUQzlG0qGetKSIGgUREKkQg { top:26.375rem;left:37.375rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heoufZagXbHSyT2yAkt4pk7Ph1dVNT8s { width:14.5rem;height:1.875rem;top:24.5625rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EilGofew52VqhpTCAvEXLsPZAkcJgllt { top:26.375rem;left:21.5rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlzzDZwQXvfdMaapg00uzoCgEAvwzHyv { width:14.5rem;height:1.875rem;top:24.4375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9RH4wNKXZWi6KZTrwcCy5tUP0FQfoCm { top:26.375rem;left:5.625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K463pQZkRAn9AJke13ddDZ66k6XQ98hO { width:14.6875rem;height:10.50425rem;top:27.9375rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGtXtR6J3KUIbaPStRkIrLEVVs88PbSc { top:38.875rem;left:0.9375rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RV5TQ6WNolFrZgZ796Q8OeoHmTNwsDRa { width:16.3125rem;height:3.4375rem;top:41.75rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DV5hG14ZTVcPyWIVoZHWa9JMdMkS502S { display:block; }
 }@media only screen and (max-width: 1199px) { #Vd0XW85XwFqwA4steFDF0S8BzUJZJ3KJ { top:11.625rem;left:15.5rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VCQb042VQ1NoVXBGkpr63tvG2HNgEKwe { width:20.625rem;height:3.4375rem;top:57.125rem;left:13.53053855896rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gikXmEcP58D9RFAoV132Fe0qBmxqLo0q { display:block; }
 }@media only screen and (max-width: 1199px) { #IVFBRergJ8RsLWaF1VzwE5ULp28Baw1p { width:47.75rem;height:1.8679rem;top:2.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1Gm8ADaJ8dEgTs0l5T21IQrpELLcFdD { top:14.5625rem;left:6.625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6VNJI5ZGH39rm5K531P9G3ElofB8RTN { top:21.3125rem;left:0rem;width:22rem;height:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSTRTgiK8X8l7L9emUPwmE7qwb5Wylzk { top:10.25rem;left:17.28125rem;width:13.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTUf1HFnLONMP9ls2n697xwmmHBSk8yZ { width:20.6875rem;height:1.7871125rem;top:19.037109375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyUlAQhHxI95kronM9pKCDlZlDwQypIL { top:14.625rem;left:10.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyEKzoRwSET82T1KICPdCrdg3hxNpCBL { top:13.375rem;left:13.625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viCnmrT5kToE7mGAlCA6FEHbM5STO6zL { top:13.1875rem;left:5.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLKxodRuuFfiwzoCiS1SOwRSa7iTVvvD { top:21.3125rem;left:25.75rem;width:22rem;height:18.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVGfP5O7kMxmrsMeIQSqZTDmBBnk7WFN { width:21.875rem;height:1.7871125rem;top:19.037109375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTKRImzVWwTkqSIfVUEsbkQ2xQxh8GyF { top:14.75rem;left:32.625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txkqdXuyDXpPOqxnctWNnV6ru1L6NvRZ { top:14.375rem;left:36.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT { width:22rem;height:9.375rem;top:40.6875rem;left:25.75rem;font-size:0.9375rem;display:block; }#kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7405242004d2840d95cfbd5713609d8b1b80f82.svg); }
 }@media only screen and (max-width: 1199px) { #R84tm6yfQdfLmec6R6KF1T1gFNoLsFoJ { top:51.125rem;left:25.6875rem;width:22.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTmUyflUpc3mpPyFRg5ZvHfRxiSWi9ob { width:21.875rem;height:2.4375rem;top:10.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErT3XJpc1SiFZ3HbwVOySMhCMfqCS0Dy { top:10.25rem;left:17.28125rem;width:13.1875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dTghpTmsMXa4zCi3DDdToerxFDxyrEBy { display:block; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container { width:47.75rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U8MSXF61utCbP7SHWbGutgozJ56Hu5EI { width:21.0618125rem;height:6.4985625rem;top:7.3125rem;left:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aeWqQhVSm95wXW8TmvxZbBkUWJQTm3S5 { width:39.75rem;height:40.601rem;top:16.1875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSXyuCoHwUHy75WRTXXN1TTKe9A9T1K2 { width:42.625rem;height:43.375rem;top:15.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jwfb6dq7lgm3ngOH8kpFEbAyLDggWMTe { width:12.6873125rem;height:12.6873125rem;top:1.0625rem;left:32.5625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sngvRTgTBFg9JKpkrpUXuJMzzE1XzVWM { width:16.312125rem;height:3.4375rem;top:60.187273025513rem;left:15.717329561711rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EcCZ4gfTnH15o2DxWn5nSz8lbSaNRWel { display:block; }
 }@media only screen and (max-width: 1199px) { #ukahJ8OPNqrodxCm5xuhKuplcul8ueiN { top:11.625rem;left:15.5rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #meicZFhkCqLrZdspwShTJiSyBrxpReQI { display:block; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container { width:47.75rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EUWChylT31qHJZXCS49OXZ8FvQBec4Ap { width:25.3125rem;height:3.25rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHpasG3e3C3UVpyRWWbrnyAlUVvLDpbk { width:26.4375rem;height:13.552rem;top:7.6875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #SurVGg8DZO7NHUpPRnhca5HvkqiTtwni { width:13rem;height:3.25rem;top:22.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EpJz2bNr4fbqTEOSQOH1zRapuAZlPRgd { width:36.75rem;height:;top:25.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mvT41SvLyRbRUkaIDCyBncREmoV7gC1n { width:22.6875rem;height:3.4375rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDgzP6DLQw3lAf8EtXXQiJ0FCNSU0CGk { display:block; }
 }@media only screen and (max-width: 1199px) { #w71btZbTxIryNuV89eJ33hfybnwr6FPe { width:46.875rem;height:5.84871875rem;top:37.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCJZcJEac6tt2QtOVag8OUFnyMPIPx9J { width:24.25rem;height:16rem;top:16.40625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzz5U89eVTXoy6wnZmnJSnDKinAQ9tDd { top:11.625rem;left:15.5rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pVCTgclGnSA4IRTDqr3TmNv9PNyUAvAE { top:11.625rem;left:15.5rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 { display:block; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R4wdUtcVkbq5JcZJL7Q9avp4LDhZZ6JS { width:16.25rem;height:4.6875rem;top:2.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 { display:block; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR { display:block; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container { width:47.75rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uzWG5dC3xKwNN88TaOJ6vXCOTVSc30T6 { top:2.25rem;left:12.34375rem;width:23.0625rem;height:1.4000375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETi2a3XBL45FpBG2utGULPyAzflqTpJE { width:15.4375rem;height:4.3125rem;top:1.59375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#fff2f1;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:20rem;height:2.5435rem;top:5rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18rem;height:2.71129375rem;top:2.6875rem;left:1rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aQoruZQtb84raX3y0xwOuLBQrwBui3ml { width:20rem;height:1.46218125rem;top:7.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZLR8NSfb2UF2PVIXS5T0HJSZRSrgKvQ { width:13.625rem;height:3.4375rem;top:34.875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJ3VplFFQKgAUsJRVOIXQtk9nAkklg2 { display:block; }
 }@media only screen and (max-width: 763px) { #xlxsobvMeFQoGifKSaFzv6Slld5ufgDH { width:20rem;height:13.25rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6FzsVLJNVrTuVoekJNq7V3NeaPkhmBK { width:20rem;height:5.248575rem;top:11.7734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lEuTeVaFygsU365So3oCVas7c2pomTrO { background-color:transparent;background-image:url("https://images.assets-landingi.com/XFWiZTa2Ub0/unsplash/sj-objio-XFWiZTa2Ub0-photo-1603484477859-abe6a73f9366.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lEuTeVaFygsU365So3oCVas7c2pomTrO.adaptive-delivery-prevent-bg, #lEuTeVaFygsU365So3oCVas7c2pomTrO.lazyload, #lEuTeVaFygsU365So3oCVas7c2pomTrO.lazyloading { background-image: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container { background-color: transparent; background-image: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container > .video-iframe-container { display: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row > .video-iframe-container { display: none; }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .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); }#lEuTeVaFygsU365So3oCVas7c2pomTrO > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g187T5VvRnr99O9yxoVLRn1HaV4IThOD { width:20rem;height:12.4325rem;top:4.03515625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIv0MivIGriTfdPaPDfq0q8shp0cXkMX { display:block; }#pIv0MivIGriTfdPaPDfq0q8shp0cXkMX > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCbczdiLnDI5nbe92mUZAmkOgO88JIAL { width:20rem;height:3.84943125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLDu2JfQEaH86Xhkeg0JKzkUlKmFbmfq { width:20rem;height:39.20459375rem;top:21.724609375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dW0AzwQvxJTldWuWBZ4RER6b9KabEGUb { width:12.5rem;height:0.125rem;top:6.3496125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.499625rem;height:3.4375rem;top:63.192480087281rem;left:3.2492898702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #uXHaHGZ2LZ2JToy01gdVvsTQp58XP2vD { width:20rem;height:12.625rem;top:7.724609375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QIadVcTXJAERTsD8gI49SiaJJFKPAMGW { width:20rem;height:26.71568627451rem;top:12.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 { display:block; }#dPTAgLc0XduRv49LMNcuI3AnhHqxIcD8 > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7llc1gdsTtzCAkqiofVT7VOe5FyXJyT { width:13.875rem;height:5.77415rem;top:2rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k95WT9rmz1x9OBhXfuJby35az75epC94 { width:20rem;height:28.17825rem;top:10.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aburQyyTKvwNoqkZdcVRlitCFxgIJCv7 { width:9.375rem;height:0.125rem;top:8.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhBIDiSyBsusnsWwM6K0bnKiDkywQna { width:13.499625rem;height:3.4375rem;top:74.124643325806rem;left:3.2492898702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSWV6g1ffsCHn00cJaNnvbH7bNit9SJs { display:block; }
 }@media only screen and (max-width: 763px) { #gXZFNoJoQuDcMN2qrVdUZFOwR0wWT2Dw { width:5.9375rem;height:9.125rem;top:0.93661046028137rem;left:1.3742896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn { width:19.375rem;height:31.312125rem;top:40.124287128449rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#L16qBEmLg3MWH5e2VpQV3Sdekx0ap7Tn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5be1b56ad10cf53fb7646bc35586eb9e87419208.svg); }
 }@media only screen and (max-width: 763px) { #QJxKQI7FOaN73NKB6elBpUU47mg5dPG4 { width:20rem;height:32.8125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr { display:block; }#TINsmXx68tAwzeoZdmmrSa1ROM1HLIIr > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqGGRV34dszrfI2MwzMJa9F3cJtZwKQN { width:20rem;height:13.125rem;top:9.37898089172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHqE5p6DyZDR5eJ7F1PIi6tgeimRBqQa { width:20rem;height:5.77415rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFHNkLkdwvJJvhd8J2qzohyyznbUsrg5 { width:12.5rem;height:0.125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAM96rBXRbDCDr8Rpqz0TaGTnsQie7Ll { width:20rem;height:66.1577rem;top:23.2841796875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tFBVBEDFat2VhyZQ6mZPvTUTID62uG0T { width:16.312125rem;height:3.4375rem;top:90.616115570069rem;left:1.8430396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgUn4NZi8bDcITgHzMUGTuhT3fWhuUT8 { display:block; }
 }@media only screen and (max-width: 763px) { #csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc { background-color:rgba(var(--color-primary-0),0.37);background-image:none;display:block; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container { background-color: transparent; background-image: none; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container > .video-iframe-container { display: none; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row > .video-iframe-container { display: none; }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .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); }#csZHPQQbaO7PWrp21RD9FkEm2eugv2Uc > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT9e4CASomxdqnbt7FmESylzD5WQbRqQ { width:19.0625rem;height:4.12464375rem;top:0.81143474578856rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qlqcg5EuHfwai6GhxKTk8cnyMvKuue4L { width:4.6875rem;height:0.2494675rem;top:5.5619678497314rem;left:7.655361533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdgGxL1ptIHPxnzfNsWiVmTXUTiauT4H { width:20rem;height:52.68111875rem;top:22.811623573303rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun { width:20rem;height:20.4989375rem;top:80.0625rem;left:0rem;font-size:0.8125rem;display:block; }#AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#AdMx8aPBKWFBIHIRJ6TeWrqtmRT1GJun li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7MJfvJnd/stencil.icon_large_1_.png); }
 }@media only screen and (max-width: 763px) { #R6PRSJu0GrT3VPOv7acGvPmttvqml0cE { width:20rem;height:25.4375rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwysJTRg8uqRwHdaTCAdTomoNFcM14Au { width:18.3125rem;height:1.13725rem;top:78rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TVpT5f1UtoJ3DrVSxTmOogZKoIhD4Q { width:16.3125rem;height:3.4375rem;top:85.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkEkGoF73bnQhT9sM1FOHJ1hipkMMMp1 { display:block; }
 }@media only screen and (max-width: 763px) { #WQ4xSo0Zh0J7LM7KNPPSSJIrLV0mT4EC { width:10.999625rem;height:15.1873125rem;top:6.6841268539431rem;left:4.499289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJEsDoudIA9QVerkstZNd50IBCcAOrs4 { display:block; }#UJEsDoudIA9QVerkstZNd50IBCcAOrs4 > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDFIX82THwTT2yWn4TB7lv8g2pa9PEOo { width:20rem;height:13.177375rem;top:6.9993000030519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkplncMpBSXDUGarTqPHB6rVxC35SxZ { width:20rem;height:3.84943125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw7bFsqCWUT52KJx3yocis77w7BIwqPU { width:12.5rem;height:0.12429rem;top:5.6614036560059rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6bEpyxTtCDzTrQ9SRaEJuIQ5H9upJv { width:20rem;height:60.27426875rem;top:21.498579025269rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wFeL4zITACaoddcMelPsRoea7TN2sMdC { background-color:#fff2f1;background-image:none;display:block; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container { background-color: transparent; background-image: none; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container > .video-iframe-container { display: none; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row > .video-iframe-container { display: none; }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .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); }#wFeL4zITACaoddcMelPsRoea7TN2sMdC > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEAVkFOt8veZlAUL4APiGmK9sLa8ey9A { width:20rem;height:3.30078125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOQRqktvssVmTmGFfgDTHTTni5qCl1uZ { width:12.5rem;height:0.125rem;top:5.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUVm88WiEglDgCSgFUGfHLJP5co7TWi { width:20rem;height:30.6969375rem;top:21.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#KyUVm88WiEglDgCSgFUGfHLJP5co7TWi li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#KyUVm88WiEglDgCSgFUGfHLJP5co7TWi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7405242004d2840d95cfbd5713609d8b1b80f82.svg); }
 }@media only screen and (max-width: 763px) { #zv4DapiLka7M1aOLvgtsJFoe3m208ekN { width:20rem;height:13.3213125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi16otbiF5fcDTRZqdOiHfTiaOxmsTXz { width:16.312125rem;height:3.4375rem;top:53.499628067017rem;left:1.8430396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0O3ExxcQ2i6sDo4gXDMJAqEvWwCTqL6 { display:block; }
 }@media only screen and (max-width: 763px) { #qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc { display:block; }#qJTN5Z8wcKcISA994IwHZ0yMuCkQ6hpc > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI8wgkbkx4P3iVEvlgGBOzva6yvqFqyL { width:6.0625rem;height:1.38139375rem;top:29.8984375rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPo71t0pKJvTJKeMXZaFPatDC9TE1WgK { width:16.625rem;height:3.65411875rem;top:31.966796875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1W2DeuNRXpDgszXHdrwNQbTL79Rim8 { width:11.5625rem;height:1.38139375rem;top:19.6875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNC2TNfTS8ZOUtUgztS93UPZDCnDpb3U { width:16.6875rem;height:2.43608125rem;top:12.1875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkuRFK6Ut6TmvhHHW4cnDzu0ug3vG8lR { width:16.75rem;height:2.43608125rem;top:66.4951171875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWzRX9B0vAoBsI2FhQBhP6asMuTwxXw4 { width:6.0625rem;height:1.38139375rem;top:64.2392578125rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7AoHX72BKT88KBRyZ6NsJPIxNzp20i { width:14.8125rem;height:2.43608125rem;top:43.9521484375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn275Z0ZI3pR2dy2kN1kGV390saoT3R1 { width:13.125rem;height:1.38139375rem;top:41.685546875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQuyRei6yGoI3H10J5PURSg2NIHaLzNe { width:2.1875rem;height:2.1875rem;top:17.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIvt9cJlr4KhkMyEgPDh7LgZOh7fliLe { width:2.1875rem;height:2.1875rem;top:27.7109375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmBEEnDW7SJDBpwEsRfl4xFU0mgbHdlr { width:2.1875rem;height:2.1875rem;top:38.779296875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp14NifBOxUUcXvIzrk9XCapx1Q4JITM { width:2.375rem;height:2.375rem;top:61.8642578125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIf88yuZvbApVoTLsb0xUpqmqgtRJc0Q { width:20rem;height:11.5rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsH6pzOLwFuaOnAccrsRIT0XxsAoZRUb { width:20rem;height:3.84943125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI3i2k97auQ7SzAfFLbO61xigii1lmMC { width:12.5rem;height:0.125rem;top:6.3496125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tED7SyZWmhVytuaWGi4ZM5rA3C2ToqnQ { width:14rem;height:3.65411875rem;top:55.0625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHRAKKatc3x6i4zFXwTrcRNZKpwBEJTJ { width:12.5rem;height:1.38139375rem;top:53.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTTxUVhpNhk2lUMblIe6xCDyain9bpC { width:2.375rem;height:2.375rem;top:50.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNfkJ28ueQezshcGwJEQ556FVgGR8BZp { width:13.75rem;height:3.65411875rem;top:21.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFN23ssgllK3GStxgLLa3BKSd5Akiun7 { width:12.1875rem;height:1.38139375rem;top:10.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPnX9uSQ6cwqPL8C0EqKycFUkxcvNwHM { width:2.1875rem;height:2.1875rem;top:7.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkWdPNW4XcC0LKZlSfO9bdop3l7cBNI8 { width:12.5rem;height:0.125rem;top:15.875rem;left:3.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #f90pdNo0TEplxhJB6T4JuoShTZMPblUd { width:12.5rem;height:0.125rem;top:26.75rem;left:3.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lIkgSwwPNuwAJcxBkaATMTcHAQf8iawq { width:12.5rem;height:0.125rem;top:37.375rem;left:3.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4vDuwamUEqrnbrru8vwy1w5JsVpTAz { width:12.5rem;height:0.125rem;top:48.625rem;left:3.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pUA548LLFL7HFTgfJMz72GS660hDPKRN { width:12.5rem;height:0.125rem;top:60.75rem;left:3.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 { background-color:#fff2f1;background-image:none;display:block; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container { background-color: transparent; background-image: none; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container > .video-iframe-container { display: none; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row > .video-iframe-container { display: none; }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .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); }#KmbnD2NK0aodOkdG1r8cK4ss5eJGGub5 > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqJlpxoXThxoucxVfhXartQQfA99Ponv { width:20rem;height:1.92471875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5W0dONh5Xoz2s6tJqVahkBulnTDf1m0 { width:12.5rem;height:0.125rem;top:4.0498046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNCiiXHS940kHZBHhUsZyLT93naScgAL { width:20rem;height:42.3046875rem;top:37.75390625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#KNCiiXHS940kHZBHhUsZyLT93naScgAL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KNCiiXHS940kHZBHhUsZyLT93naScgAL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac8011cc65c2a2d97016a0841fbf3bc480a6d51e.svg); }
 }@media only screen and (max-width: 763px) { #ngcniOO7TJXDG9ZsEg6W3rW9JUusoFTT { width:16.3125rem;height:12.5625rem;top:4.8623046875rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vTrZSodtl0vrZq9dbOitbDmTZCTx4DS1 { width:20rem;height:18.37713125rem;top:18.31640625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 { display:block; }#JIOF2W8tf07h6nL6Hr7rRE4QpifTlor1 > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0ZNutZyFz8aTDWal676nPTMZREgsF3l { width:20rem;height:13.75rem;top:21.18692779541rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ShTfgQTr5xwsTamqSftIHT2eywtgOxIR { width:20rem;height:4.74076875rem;top:1.3734016418457rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNzV86oER5XgaBBS3J6MIVtD2hGUrupF { width:12.5rem;height:0.12429rem;top:6.8741111755369rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl4tr5UZUxGJskohTx38EdfHTQu12rE2 { width:20rem;height:19.9375rem;top:41.312141418457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU { width:18.6248125rem;height:15.522rem;top:44.0625rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#L58Q5a2pyOagxp4DXulQuD6UIoeQAdpU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7MJfvJnd/stencil.icon_large_1_.png); }
 }@media only screen and (max-width: 763px) { #DUQAq9dk8RJAKZfetau9g8PTRCDPlftv { width:12.1875rem;height:1.13725rem;top:42.4375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S43VyoUGe7l1TOl8WJndS5ntz3N8N0vD { width:20rem;height:3.1605125rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqrS6B2RDrcH1EPaVGd3JZ7DLXROrDoT { width:20rem;height:12.2514375rem;top:8.0619659423825rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5pswRBvOSK1F4hJqCaJH5UTLmvpC3N { width:16.312125rem;height:3.4375rem;top:62.498201538086rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRcfkWc49RTTvkSABkFSXDgbToSp00C3 { display:block; }
 }@media only screen and (max-width: 763px) { #xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 { display:block; }#xwmQz2NLOGvXtCsHAR603bouC4T9Z8K6 > .row .container { width:20rem;height:170rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBvAmcXex5bCss1b5HT86VgXtD8BkOrx { width:9.8748125rem;height:12.3748125rem;top:6.8741111755369rem;left:5.0612567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS9ZCZBAgf2HvH6p8QNScHWfsV9kWLmz { width:20rem;height:3.8496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBb2Asz5ONiNr4v2JfxQq5BRELVzoVWB { width:12.5rem;height:0.12429rem;top:5.8487110137939rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWcLFKyDMAtD1XFRn3ER2u9h8AoVGvUF { width:20rem;height:142.1164875rem;top:20.2216796875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pwU8rgHxMVfkAqiaWKkgnbP7EpVxqmGT { width:16.3125rem;height:3.4375rem;top:164.4921875rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA651uf6J8ruL2b1iMgchbpH0wxkRfpM { display:block; }
 }@media only screen and (max-width: 763px) { #tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ { display:block; }#tA8iJKpN3dLr02myqkI9vd4IxCO6wgkQ > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqJI1T57b0ucqDotlaFfP7Cf7pHm0UR { width:20rem;height:3.1605125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNQTmkKE9NOg6mr31uwU6xytghfIv3i1 { width:20rem;height:35.52915625rem;top:21.210893630981rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D1so1uzULgbTwH5GTF0LzWohP6VAFFcA { width:12.5rem;height:0.12429rem;top:4.9601030349731rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKC6hMikOLd29HCqQrJZNVUF1HAJy5DQ { width:13.499625rem;height:3.4375rem;top:58.238662242889rem;left:3.2492898702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VefAPCt1gJzIodQlbMnTp8kz6KZR6org { display:block; }
 }@media only screen and (max-width: 763px) { #GiavcCAitKDqdTzvMsgsuPw52xwFXUdO { width:20rem;height:13.3105625rem;top:6.3663005828856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk { display:block; }#KySbHmUHwA19E5SkGTGAK8iEkwFBcAHk > .row .container { width:20rem;height:127.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVsv3AienHD39TBCmTnI9ZG0bcyKxGBF { width:20rem;height:2.2745rem;top:3.1223363876342rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFAOaBMztnsDkTEyti3e5qpcMSi6gX78 { width:14.749625rem;height:0.12429rem;top:5.32581615448rem;left:2.6242896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfoiVMvxTEexs4QrqgiRCUNQ9MeKBvTT { width:20rem;height:3.57510625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQ51DZiKSL5L7OwK4TwXm7z9rwQgFiq { width:18.9375rem;height:12.25rem;top:81.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0A5Gbp93nExxiuCKBvWAF4pTkvd9GQX { width:17.5rem;height:5.24858125rem;top:87.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztJTZ3s3NMGc4gt5CHsOaV7bJcG2wxvZ { width:13.8125rem;height:1.38139375rem;top:84.5rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb1VKNFzlwISbk8EBVTs9rJre5cEg1sw { width:13.8125rem;height:1.13725rem;top:86.0625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTR3ZNcL3BRDOaWmSzLf8gaaX63fCnL { width:4.5625rem;height:4.5625rem;top:82.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaL6iChqETgvPPf7rqAXimeoQVlyKTFK { width:13.1875rem;height:1.38139375rem;top:97.25rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOWXn91c6eLvUQuxBfh2Z0wRKVNWP3c { width:9.5625rem;height:1.13725rem;top:98.8125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odv8uiAoCm652WSrFC8nMu4pNzhTPOI5 { width:18.9375rem;height:12.25rem;top:94.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgvE33VVrTquKrsscHHvqAdHdtT4AGq { width:17.5rem;height:6.0902rem;top:100.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KHQBkJhlOe0mxIhz3lsxniJB6yvgrf66 { width:4.562325rem;height:4.562325rem;top:95.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7wrMwHCHFlRSA8tm2DpMyTTZT5ld6M { width:12.75rem;height:1.38139375rem;top:110.8125rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArQQldSVKknAicb7VD5Ls3uJFXqyS9Qm { width:8.375rem;height:1.13725rem;top:112.4375rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V305gyZFQvC4tI0hbE2Qx9hWiBAO3FIi { width:18.9375rem;height:12.25rem;top:108.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCGsczVz1AUQmMS4C29BpzvEtEUPBGu { width:17.5rem;height:5.24858125rem;top:114.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQKxXS3xr52sL9CgKNCJ3uplusE9CsAO { width:4.5625rem;height:4.5625rem;top:108.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibu1KyOcKLMk9ckN84cPu58tAhbN4sM { width:18.812125rem;height:15.756375rem;top:21.247358322144rem;left:0.59303975105286rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #drXT3uZ2JkakcClEh9Su10RKlqPMOiJD { width:17.7494375rem;height:2.43608125rem;top:18.1875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiGIOIO9fZkrPZTzvuTUaVmMmOC9TbFb { width:10.8125rem;height:10.8125rem;top:6.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u512K3ipx0oyEcA11MlI70rPGV8TprHg { width:16.312125rem;height:3.4375rem;top:122rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUCRnW9B1m1Zuk0wkHOpSQqGcIwFzr9c { display:block; }
 }@media only screen and (max-width: 763px) { #yEzGGAGWz0sWJw4z9rKOEyKWNP20WWCb { width:17.6864375rem;height:2.436075rem;top:52.25rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVTkhAlqX10yynVnmbHy1NywoPVGBSZF { width:20rem;height:24.94765625rem;top:55.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q7GuOWVRAVKW1w2C2eMCEyzuCUPBynsk { width:10.8123125rem;height:10.8123125rem;top:40.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS0XsQIFzl86mPbkfX0klXwV2nh3Gs7m { width:14.74875rem;height:0.12429rem;top:38.5rem;left:2.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n { background-color:transparent;background-image:url("https://images.assets-landingi.com/z6aYv3Ky/program_online_bg_desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.adaptive-delivery-prevent-bg, #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.lazyload, #Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n.lazyloading { background-image: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { background-color: transparent; background-image: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container > .video-iframe-container { display: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row > .video-iframe-container { display: none; }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .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); }#Fg3N5dp8AQPUBJTkm1bsq08g2pilOu9n > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPTxIPoLz24cwToFT5V0mw779qteUMAo { width:20rem;height:6.6015625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5MNw6D70aL1xG76BL36CV23qVcIye1 { width:20rem;height:11.02625rem;top:8.7491226196287rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gTG0G5UW4uZRXwMWFtcOpQG9D7FVM9w4 { width:16.312125rem;height:3.4375rem;top:21.061800003052rem;left:1.8430396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JafzBt9RGN1vyaESHlooREX8UF6w7fFw { display:block; }
 }@media only screen and (max-width: 763px) { #XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 { display:block; }#XAEv0qv7T1mTfkqeXAZ8ox5VTrs25Gw7 > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axP0h1ventyhZ24BIyJmPNWk1ZI8Bc0D { width:9.375rem;height:9.375rem;top:16.416858673096rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZDaDFfQu20msRbqPcIM9s3knmADPrM { width:20rem;height:4.00035625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #t3oqdZA6PrzxGy6pNfxqIzTeAB8Ao4uR { width:17.5rem;height:7.350875rem;top:74.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RkBN2n5moP5IJA9Jlz42IWQOVmBbml09 { width:17.5rem;height:1.7871125rem;top:71.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DetuxovJyvqdPpTgtN8Hn3XyEzORVgic { width:19.25rem;height:1.7871125rem;top:48.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXqG4lT22gNnuseignPcn68EU7AyxdM { width:9.375rem;height:9.375rem;top:38.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CurMqNQ5HZAkW2rUGQWzw540qtM826FA { width:19.25rem;height:1.7871125rem;top:26.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaQZEb0wC6AqlODAb4ZKRco8GCflPUD { width:18.6869375rem;height:7.350875rem;top:29.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VXIsXi7tf3TtM6ThFnVTbsP6lEaKt0T1 { width:9.375rem;height:9.375rem;top:61.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqN0n1a1mu7mO9DvkdwPo2Btt1KOIoAd { width:20rem;height:7.350875rem;top:7.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iebBL00Ps8SsP5kSq6WXAZ8eDcMp4rEb { width:14.4993125rem;height:1.875rem;top:72.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7D8T1d80yUQzlG0qGetKSIGgUREKkQg { width:4.6875rem;height:0.2494675rem;top:82.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heoufZagXbHSyT2yAkt4pk7Ph1dVNT8s { width:14.4993125rem;height:1.875rem;top:49.6875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilGofew52VqhpTCAvEXLsPZAkcJgllt { width:4.6875rem;height:0.2494675rem;top:59.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzzDZwQXvfdMaapg00uzoCgEAvwzHyv { width:14.5rem;height:1.875rem;top:27.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9RH4wNKXZWi6KZTrwcCy5tUP0FQfoCm { width:4.6875rem;height:0.25rem;top:32.267578125rem;left:7.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K463pQZkRAn9AJke13ddDZ66k6XQ98hO { width:18.6869375rem;height:7.350875rem;top:51.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LGtXtR6J3KUIbaPStRkIrLEVVs88PbSc { width:4.6875rem;height:0.2494675rem;top:37.499998569489rem;left:7.655361533165rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RV5TQ6WNolFrZgZ796Q8OeoHmTNwsDRa { width:16.312125rem;height:3.4375rem;top:85.116321563719rem;left:1.8430396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV5hG14ZTVcPyWIVoZHWa9JMdMkS502S { display:block; }
 }@media only screen and (max-width: 763px) { #Vd0XW85XwFqwA4steFDF0S8BzUJZJ3KJ { width:12.5rem;height:0.12429rem;top:6.4666175842288rem;left:3.7499998807907rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { background-color:rgba(var(--color-secondary-3),0.04);background-image:none;display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCQb042VQ1NoVXBGkpr63tvG2HNgEKwe { width:16.312125rem;height:3.4375rem;top:86.596244812013rem;left:1.8430396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikXmEcP58D9RFAoV132Fe0qBmxqLo0q { display:block; }
 }@media only screen and (max-width: 763px) { #IVFBRergJ8RsLWaF1VzwE5ULp28Baw1p { width:20rem;height:2.587rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #M1Gm8ADaJ8dEgTs0l5T21IQrpELLcFdD { width:3.9375rem;height:3.9375rem;top:10.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VNJI5ZGH39rm5K531P9G3ElofB8RTN { width:20rem;height:28.17828125rem;top:17.411754429341rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VSTRTgiK8X8l7L9emUPwmE7qwb5Wylzk { width:13.1875rem;height:0.25rem;top:5.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUf1HFnLONMP9ls2n697xwmmHBSk8yZ { width:19.25rem;height:1.7871125rem;top:15.375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyUlAQhHxI95kronM9pKCDlZlDwQypIL { width:4.125rem;height:4.125rem;top:11.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyEKzoRwSET82T1KICPdCrdg3hxNpCBL { width:2.9375rem;height:2.9375rem;top:9.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viCnmrT5kToE7mGAlCA6FEHbM5STO6zL { width:2.125rem;height:2.125rem;top:9.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKxodRuuFfiwzoCiS1SOwRSa7iTVvvD { width:20rem;height:17.1520125rem;top:55.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XVGfP5O7kMxmrsMeIQSqZTDmBBnk7WFN { width:19.25rem;height:1.7871125rem;top:53.3125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTKRImzVWwTkqSIfVUEsbkQ2xQxh8GyF { width:3.9375rem;height:3.9375rem;top:49.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txkqdXuyDXpPOqxnctWNnV6ru1L6NvRZ { width:4.3125rem;height:4.3125rem;top:48.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT { width:17.5rem;height:8.89825rem;top:73.687055587769rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }#kZqcvhNf6KGX2nnCInZ8HfAyvnyoE5aT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7405242004d2840d95cfbd5713609d8b1b80f82.svg); }
 }@media only screen and (max-width: 763px) { #R84tm6yfQdfLmec6R6KF1T1gFNoLsFoJ { width:20rem;height:2.45028125rem;top:83.096530914306rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aTmUyflUpc3mpPyFRg5ZvHfRxiSWi9ob { width:19.25rem;height:1.8679rem;top:6.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT3XJpc1SiFZ3HbwVOySMhCMfqCS0Dy { width:13.187125rem;height:0.2494675rem;top:47.107597351074rem;left:3.4055398702621rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dTghpTmsMXa4zCi3DDdToerxFDxyrEBy { background-color:#ffffff;background-image:none;display:block; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container { background-color: transparent; background-image: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container > .video-iframe-container { display: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row > .video-iframe-container { display: none; }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .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); }#dTghpTmsMXa4zCi3DDdToerxFDxyrEBy > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8MSXF61utCbP7SHWbGutgozJ56Hu5EI { width:20rem;height:3.84943125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aeWqQhVSm95wXW8TmvxZbBkUWJQTm3S5 { width:20rem;height:63.7075rem;top:19.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wSXyuCoHwUHy75WRTXXN1TTKe9A9T1K2 { width:20rem;height:43rem;top:19.437213897705rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwfb6dq7lgm3ngOH8kpFEbAyLDggWMTe { width:11rem;height:11rem;top:7.1875rem;left:4.5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngvRTgTBFg9JKpkrpUXuJMzzE1XzVWM { width:16.312125rem;height:3.4375rem;top:84.179710388181rem;left:1.8430396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcCZ4gfTnH15o2DxWn5nSz8lbSaNRWel { display:block; }
 }@media only screen and (max-width: 763px) { #ukahJ8OPNqrodxCm5xuhKuplcul8ueiN { width:12.5rem;height:0.12429rem;top:6.0555748939514rem;left:3.7499998807907rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #meicZFhkCqLrZdspwShTJiSyBrxpReQI { background-color:transparent;background-image:url("https://images.assets-landingi.com/tWkZlA6W/Collage_business_mockup_ipad_ipod_imac_PixTeller.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI.adaptive-delivery-prevent-bg, #meicZFhkCqLrZdspwShTJiSyBrxpReQI.lazyload, #meicZFhkCqLrZdspwShTJiSyBrxpReQI.lazyloading { background-image: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container { background-color: transparent; background-image: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container > .video-iframe-container { display: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row > .video-iframe-container { display: none; }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .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); }#meicZFhkCqLrZdspwShTJiSyBrxpReQI > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUWChylT31qHJZXCS49OXZ8FvQBec4Ap { width:20rem;height:2.43696875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHpasG3e3C3UVpyRWWbrnyAlUVvLDpbk { width:20rem;height:11.3725rem;top:4.9990682601929rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SurVGg8DZO7NHUpPRnhca5HvkqiTtwni { width:20rem;height:2.59943125rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpJz2bNr4fbqTEOSQOH1zRapuAZlPRgd { width:20rem;height:6.8235rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mvT41SvLyRbRUkaIDCyBncREmoV7gC1n { width:18.9994375rem;height:3.4375rem;top:53.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDgzP6DLQw3lAf8EtXXQiJ0FCNSU0CGk { display:block; }
 }@media only screen and (max-width: 763px) { #w71btZbTxIryNuV89eJ33hfybnwr6FPe { width:20rem;height:8.9355625rem;top:27.42542552948rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJZcJEac6tt2QtOVag8OUFnyMPIPx9J { width:20rem;height:13.28925rem;top:37.99893283844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzz5U89eVTXoy6wnZmnJSnDKinAQ9tDd { width:17.0625rem;height:0.125rem;top:3.6860790252686rem;left:1.4374998807907rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pVCTgclGnSA4IRTDqr3TmNv9PNyUAvAE { width:12.5rem;height:0.12429rem;top:18.875rem;left:3.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 { display:block; }#RI6oGOZdUyXxOm9H1wM2XfZ7TvL4kTR0 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4wdUtcVkbq5JcZJL7Q9avp4LDhZZ6JS { width:13.375rem;height:4.0625rem;top:1.78125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 { display:block; }#sMMmK3MB4UmtWU1vhvK0gOAU0u2981r5 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR { position:relative;z-index:auto;background-color:#9d2062;background-image:none;display:block; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container { background-color: transparent; background-image: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container > .video-iframe-container { display: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row > .video-iframe-container { display: none; }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .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); }#IPKpe0zEZSscvEtZNIiAhc1VLm5h61eR > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzWG5dC3xKwNN88TaOJ6vXCOTVSc30T6 { width:20rem;height:1.4000375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }