.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:233,237,248;--color-primary-1:181,195,233;--color-primary-2:106,134,210;--color-primary-3:53,67,105;--color-primary-4:16,20,32;--color-secondary-0:240,219,230;--color-secondary-1:207,136,172;--color-secondary-2:158,17,88;--color-secondary-3:79,9,44;--color-secondary-4:24,3,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:transparent;background-image: -webkit-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(124deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { background-color: transparent; background-image: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { border-width: 0; border-radius: 0; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#GJolKm9c76dwJMvfufvHx4X3kUKTtP59 { color:#2a2a2a;display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:7.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5PdJ4VAeIT8hsx4K0uFTeD3k0C0kvz2 { position:absolute;display:block;z-index:15027;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:47.0625rem;width:28.625rem;top:0.1125rem;left:53.75725184187rem;overflow:hidden;display:block; }
#ZDqNKtQPhIgBgkUqTXqbD07AaUqoyqb9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:35.8125rem;top:12.559374809265rem;left:34.936164396362rem;overflow:hidden;display:block; }
#rDgikBowTl5CGmOz3Te6Lx2Qh90oL01I { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:17rem;top:0.86666679382325rem;left:0.085416793823244rem;overflow:hidden;display:block; }
#SK5xFT70vAW5t7iTQQB9oGqPP0q1dzeR { position:absolute;display:block;z-index:15018;background-color:#74c325;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.75rem;width:28.8125rem;top:16.260417938233rem;left:0.085418701171875rem;display:block; }
#xRiXvSnWVtcZ8IGGEuQ1TDK6fEWqXpHo { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.069791793823rem;left:0.4375rem;height:1.86875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:21.35000038147rem;left:0.72499847412112rem;height:15.075rem;overflow:hidden;display:block; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#xn5ZFF1XD6x5rSCLFTfh2mhhOURAgMov { box-sizing:content-box;height:13rem;width:13rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#74c325;background-image:none;box-shadow: 0.1875rem 0.5625rem 0.5625rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:45.3125rem;display:block; }
#UJgOKaQGxxW5uCiNEWLn184K1TbxyGzI { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:6.3041667938231rem;left:45.9375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRHR7Cn7MP0tn2nA98XXoRmPyoy1PHsR { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Dvqq1bTGUEgicI5Wx3HPgBq7RFBnTm6B { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.875rem;top:44.596875190735rem;left:65.4375rem;overflow:hidden;display:block; }
#n8h8ZL6TiLTHeJX09Q5cRTCADpCD29Wa { background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:5.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38rem;left:0rem;display:block; }
#DiT4ptNH3Mt4d9NTxg6rzNHDxcD6QFKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QC5mXgf1ggQuOaypHlGv9Tq1tgu5QH2e { position:absolute;display:block;z-index:15025;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.9375rem;width:1.4375rem;top:40.062500953674rem;left:30.022916793823rem;overflow:hidden;display:block; }
#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { background-color: transparent; background-image: none; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container > .video-iframe-container { display: none; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row > .video-iframe-container { display: none; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .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); }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { border-width: 0; border-radius: 0; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#BnwPEiToCXsCKnlpC0hR5pWPOvMAZgRo { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.228515625rem;left:0rem;height:2.19375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX3JS0aBPiAgpady4zgO8INkSk61UO1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { background-color: transparent; background-image: none; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container > .video-iframe-container { display: none; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row > .video-iframe-container { display: none; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .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); }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { border-width: 0; border-radius: 0; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#WtqQu4LobqJQ6RvtvE2m9ThRexQq2Sod { position:absolute;display:block;z-index:15002;background-color:#9e1158;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.1875rem;width:30.3125rem;top:10.66250038147rem;left:30.9375rem;display:block; }
#eWds2ZkKq8V5LCuglvTsAGRIfVyMWqHr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:30.9375rem;height:2.275rem;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; }
#fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc { color:rgba(var(--color-tertiary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.10000038147rem;left:31.125rem;height:18.575rem;font-style:normal;overflow:hidden;display:block; }#fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#lTxmoEVbltnedTchcI1Tq3DtSclOSmkn { position:absolute;display:block;z-index:15004;background-color:#9e1158;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.1875rem;width:31.0625rem;top:22.75rem;left:31rem;display:block; }
#CqhzCX1dozZDRL5ibI5pKEvDxOWwXZmp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.487499237061rem;left:30.9375rem;height:2.275rem;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; }
#x1uw6goxKez88lQT0u7Sygw2vbc2lVi8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.875rem;top:29.71875rem;left:21.875rem;overflow:hidden;display:block; }
#KcKPkfmPVxOaTR94FiV0ApTe44m57f76 { color:rgba(var(--color-secondary-2),1);display:block;width:66.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9249992370606rem;left:4.03125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P2P5dJMHWoPcUJMxBqIkbuETwccchuVn { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:5.125rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:27.9375rem;left:1.9375rem;display:block; }
#NTX0oTRl2cmMzvGOPLCWlgZAkrgp7yQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdXn8Jq9fTHFJW3N3dEOmlWTomJJ3TZE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:23.0625rem;top:9.05rem;left:3.171062599681rem;overflow:hidden;display:block; }
#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { border-width: 0; border-radius: 0; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:none; }#iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:29.375rem;top:1.25rem;left:43rem;overflow:hidden;display:block; }
#q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { position:absolute;display:block;z-index:15002;background-color:#74c325;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.1875rem;width:37.5rem;top:3.6875rem;left:2.25rem;display:block; }
#DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.25rem;height:4.55rem;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; }
#EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.25rem;height:7.71875rem;font-style:normal;display:block; }
#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { border-width: 0; border-radius: 0; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:none; }#ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:29.375rem;top:2.625rem;left:2.25rem;overflow:hidden;display:block; }
#mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:37.5rem;top:5.1875rem;left:35.3125rem;display:block; }
#DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:35.3125rem;height:2.275rem;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; }
#EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:35.3125rem;height:7.71875rem;font-style:normal;display:block; }
#ssekidFaZOIxV6NzFH3nmvlp9EF4eKWA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:29.375rem;top:3.25rem;left:2.875rem;overflow:hidden;display:block; }
#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { position:relative;display:block; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { background-color: transparent; background-image: none; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container > .video-iframe-container { display: none; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row > .video-iframe-container { display: none; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .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); }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { border-width: 0; border-radius: 0; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .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; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .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:65.9375rem;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; }#tLemgLiTSlwdxDSgLyoLIA4ht49Tqwub { color:rgba(var(--color-tertiary-4),1);display:block;width:60.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.28125rem;height:7.15rem;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; }
#pT9qpgMMSQoO1tIbN9xITo3G6tuz2F7g { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:59.937496185302rem;left:30.022918701172rem;display:block; }
#tEf83pHg9hHITtl3O1Ddn4URphsPlhfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jmq6pZnWNR35nscy1ZDNgEVsTQaUBGzF { position:absolute;display:block;z-index:15025;background-color:#74c325;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.9375rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:12.5625rem;top:10rem;left:62.3125rem;display:block; }
#JlZVbc2iwnOoNWqlB9SKEvTCz6o4uHAq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:13.30624961853rem;left:64.625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PB2DTIO4b6NDwdERbM2QJQ6qfFbbIHCZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:15.5rem;left:64.25rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUeP9bvZonOVLRunObmSdcgG5sFBC5Pf { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:41rem;width:40.5rem;top:15.618750572204rem;left:1.9135417938232rem;display:block; }
#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.809375762939rem;left:3.4500007629394rem;height:37.0875rem;overflow:hidden;display:block; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#KOvAJ9ikfmoFlHSIiCeMaZP6GsIdlpHO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.3125rem;width:30.1875rem;top:11.5rem;left:43.70559573416rem;overflow:hidden;display:block; }
#mHVwXubRNLusF16a3Jg8AUqim5nzF7ot { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:29.6875rem;left:44.1875rem;overflow:hidden;display:none; }
#UiDhgRvwJPckPGPam6aIqpoxLBIkpG2V { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:61.968746185302rem;left:52.897918701172rem;overflow:hidden;display:block; }
#cSKwcW7Ps9MiILUrW6OWETaepzz040uM { position:relative;display:block; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM { background-color: transparent; background-image: none; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .row .container > .video-iframe-container { display: none; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .row > .video-iframe-container { display: none; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .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); }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM { border-width: 0; border-radius: 0; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .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; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .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:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NVAo1hpx3642ftSu8ifd05lyTGTmD1mo { color:rgba(var(--color-tertiary-4),1);display:block;width:60.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.28125rem;height:7.15rem;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; }
#vMQbGxvfnyS93NHeCybKl1DxbvnxpdrZ { position:absolute;display:block;z-index:15025;background-color:#74c325;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.9375rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:12.5625rem;top:20rem;left:62.4375rem;display:block; }
#C2In0GPe1ZdN61eo5Zwvxbb0ith6HZ8l { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:22.625rem;left:64.375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7RS7yZMdxKcc5AZdIMTDD8orh7LAR6T { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:46.0625rem;width:40.5rem;top:14.181251525879rem;left:1.6062507629394rem;display:block; }
#NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.359375rem;left:3.4500007629394rem;height:41.83125rem;overflow:hidden;display:block; }#NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#WxRdLbHNAzP73HqoaTbAgykz6k69uiiZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:32.1875rem;top:27.80624961853rem;left:42.8125rem;overflow:hidden;display:block; }
#SifttfL34nnGnR9tOzs72VaBCv1DdDs8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:29.6875rem;left:44.1875rem;overflow:hidden;display:none; }
#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { position:relative;display:block; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { background-color: transparent; background-image: none; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container > .video-iframe-container { display: none; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row > .video-iframe-container { display: none; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .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); }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { border-width: 0; border-radius: 0; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .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; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .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:49.4375rem;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; }#svy8aixR3FQg8sxa8Asb3Wgn7B46F0kp { color:#9e1158;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.4375rem;height:3.575rem;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; }
#Ly8P976vf8fU9FkCk9M1gJTi2xvpxTeb { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:36.621876716614rem;left:38.146873474121rem;display:block; }
#BDGQb89Hc9ltTaRxiu9CabRTkd2vobcp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2guEbhTbXZedg3IMTSaNdi4QOr8L9K1 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;top:38.653126716614rem;left:61.4375rem;overflow:hidden;display:block; }
#NW3TWpq8ppbNTpOSLLpN0wtt7g6E7tzr { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:41.0625rem;top:15.0625rem;left:31.6875rem;display:block; }
#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:17.0625rem;left:32.740623474121rem;height:14.7625rem;overflow:hidden;display:block; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
#F4vWUGx48oW9JmFzBKazbBN2UEoV6z4I { color:rgba(var(--color-tertiary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.3250007629394rem;left:7.4375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#dsJzQ3JsXeLn8MDlT6e9e50clkVIKwHi { position:absolute;display:block;z-index:15010;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:31.0625rem;width:31.0625rem;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { position:relative;display:block; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { background-color: transparent; background-image: none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container > .video-iframe-container { display: none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row > .video-iframe-container { display: none; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .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); }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { border-width: 0; border-radius: 0; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .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; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .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:5rem;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; }#wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { color:#2a2a2a;display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.712890625rem;left:13.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { position:relative;display:block; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { background-color: transparent; background-image: none; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container > .video-iframe-container { display: none; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row > .video-iframe-container { display: none; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .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); }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { border-width: 0; border-radius: 0; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .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; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .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:23.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cW30xwJelzJ4XxUbLMxzgKkT4XMsvRST { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.125rem;left:6.4375rem;display:block; }
#cmHnxVOxIrkEfC9WnLoop3cE8fi9cvaM { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.1875rem;left:30.375rem;display:block; }
#xvGKXmfnxeJZtnatiP74vVtEL4w58wrI { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:15.9375rem;top:3.125rem;left:54.6875rem;display:block; }
#oHB6TqAbpqI3ZD7s919SKamclxccXG2t { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.3125rem;left:4.6875rem;display:block; }
#bB1dqOuaC3fSs7mnPUdfCo0FKR2TChvU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.4375rem;left:28.6875rem;display:block; }
#m4T1sSWKlaVibaxZHVD8OuXcEFvft2TB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:1.3125rem;left:52.9375rem;display:block; }
#bEteGDoCP3eaquqGOKk2v4VUHcNXwIes { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.71484375rem;left:5.9375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqMD4i7xp7sCJwbgqtJgpMNpSeDSaTUR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:29.9375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAe3R51xpNMd8Q5SKgppvaxyTAQAc5iQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.71484375rem;left:54.09375rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTu9mCsIliRRDTn5kSFxHDLsL6FTimCu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:6.5625rem;top:4.53125rem;left:11.125rem;overflow:hidden;display:block; }
#TLxTmR5ProEhKZRSzvvivmH0cAPrB0tu { position:absolute;display:block;z-index:15010;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:7.5rem;width:5.1875rem;top:4.53125rem;left:35.75rem;overflow:hidden;display:block; }
#WDmt7r7d4VNCGzRMATE7IGqEoD9T1LsX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:3.84375rem;left:58.912498474121rem;overflow:hidden;display:block; }
#I7xgZXMS7Vt6q7gSqqOdITS1TGiL5Zcc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.0625rem;left:8rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#tumP6o6TTn48GIZfZgNmQwM7K35fAD1g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.0625rem;left:31.9375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#NRdZv7XAaXoxwkBsoflipHP60GxSI9PN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:13.0625rem;left:55.362503051757rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { background-color: transparent; background-image: none; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container > .video-iframe-container { display: none; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row > .video-iframe-container { display: none; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .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); }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { border-width: 0; border-radius: 0; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#OFbqGGCT4CdeSHsr7Et2UCRylnsg8ZLe { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nvpE773bNnPKEZFdtgoSxEAA2NXVpuEW { color:rgba(var(--color-tertiary-0),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:14.3125rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { position:relative;display:block; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { background-color: transparent; background-image: none; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container > .video-iframe-container { display: none; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row > .video-iframe-container { display: none; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .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); }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { border-width: 0; border-radius: 0; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .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; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .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:0.3125rem;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; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { border-width: 0; border-radius: 0; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #kErqJ4vymSR8PHUJclaDkwNRydVnxzrH { background-color:#ffffff;background-image:none;display:block; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { background-color: transparent; background-image: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { width:47.75rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GJolKm9c76dwJMvfufvHx4X3kUKTtP59 { width:38.5625rem;height:8.125rem;top:6.875rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5PdJ4VAeIT8hsx4K0uFTeD3k0C0kvz2 { width:19rem;height:31.25rem;top:30.787499427796rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDqNKtQPhIgBgkUqTXqbD07AaUqoyqb9 { width:27.3125rem;height:23.8125rem;top:37.825000762939rem;left:8.956250190735rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #rDgikBowTl5CGmOz3Te6Lx2Qh90oL01I { width:14.875rem;height:4.75rem;top:1.4927082061768rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SK5xFT70vAW5t7iTQQB9oGqPP0q1dzeR { width:34.875rem;height:3.75rem;top:16.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRiXvSnWVtcZ8IGGEuQ1TDK6fEWqXpHo { width:35.8125rem;height:2.35625rem;top:16.79062461853rem;left:1.1000003814698rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt { width:28.1875rem;height:18.375rem;top:23.375rem;left:2.5rem;font-size:1.375rem;line-height:1.5;display:block; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #xn5ZFF1XD6x5rSCLFTfh2mhhOURAgMov { width:13rem;height:13rem;top:22.087500572204rem;left:33.512498855591rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJgOKaQGxxW5uCiNEWLn184K1TbxyGzI { width:11.75rem;height:4.65rem;top:24.1875rem;left:34.137498855591rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRHR7Cn7MP0tn2nA98XXoRmPyoy1PHsR { width:7.5625rem;height:3.575rem;top:29.22500038147rem;left:36.231248855591rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dvqq1bTGUEgicI5Wx3HPgBq7RFBnTm6B { width:2.1875rem;height:1.5625rem;top:36.03125rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n8h8ZL6TiLTHeJX09Q5cRTCADpCD29Wa { width:32rem;height:5.125rem;top:62.262500762939rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiT4ptNH3Mt4d9NTxg6rzNHDxcD6QFKP { display:block; }
 }@media only screen and (max-width: 1199px) { #QC5mXgf1ggQuOaypHlGv9Tq1tgu5QH2e { width:2.1875rem;height:1.5625rem;top:36.03125rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZAywkODHIa2Op5T7y1CScbR8eetOSQAK { display:block; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BnwPEiToCXsCKnlpC0hR5pWPOvMAZgRo { width:40.375rem;height:4.3875rem;top:1.375rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KX3JS0aBPiAgpady4zgO8INkSk61UO1h { display:block; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WtqQu4LobqJQ6RvtvE2m9ThRexQq2Sod { width:28.625rem;height:0.1875rem;top:24.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWds2ZkKq8V5LCuglvTsAGRIfVyMWqHr { width:31.0625rem;height:2.275rem;top:11.375rem;left:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc { width:37.0625rem;height:16.2125rem;top:15.09375rem;left:8.25rem;font-size:1.1875rem;display:block; }#fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #lTxmoEVbltnedTchcI1Tq3DtSclOSmkn { width:28.75rem;height:0.1875rem;top:13.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqhzCX1dozZDRL5ibI5pKEvDxOWwXZmp { width:31.0625rem;height:2.275rem;top:22.0625rem;left:8.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1uw6goxKez88lQT0u7Sygw2vbc2lVi8 { width:2.1875rem;height:1.5625rem;top:36.03125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcKPkfmPVxOaTR94FiV0ApTe44m57f76 { width:30.1875rem;height:6.3375rem;top:2.5625rem;left:8.78125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2P5dJMHWoPcUJMxBqIkbuETwccchuVn { width:21.875rem;height:4.375rem;top:34.625rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTX0oTRl2cmMzvGOPLCWlgZAkrgp7yQq { display:block; }
 }@media only screen and (max-width: 1199px) { #bdXn8Jq9fTHFJW3N3dEOmlWTomJJ3TZE { width:29.375rem;height:19.5625rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { display:none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { width:47.75rem;height:43.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { width:29.375rem;height:20.25rem;top:21.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { width:37.5rem;height:0.1875rem;top:2.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { width:39.0625rem;height:2.275rem;top:3.9375rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { width:39.3125rem;height:7.71875rem;top:7.8125rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { display:none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { width:47.75rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { width:29.375rem;height:20.25rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { width:37.5rem;height:0.1875rem;top:2.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { width:31.0625rem;height:2.275rem;top:4.3125rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { width:35.875rem;height:7.71875rem;top:8.0625rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssekidFaZOIxV6NzFH3nmvlp9EF4eKWA { width:29.375rem;height:20.25rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { display:block; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container { width:47.75rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tLemgLiTSlwdxDSgLyoLIA4ht49Tqwub { width:47.75rem;height:4.55rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pT9qpgMMSQoO1tIbN9xITo3G6tuz2F7g { width:21.875rem;height:4.375rem;top:73.75rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEf83pHg9hHITtl3O1Ddn4URphsPlhfG { display:block; }
 }@media only screen and (max-width: 1199px) { #Jmq6pZnWNR35nscy1ZDNgEVsTQaUBGzF { width:9.0625rem;height:9.0625rem;top:9.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlZVbc2iwnOoNWqlB9SKEvTCz6o4uHAq { width:12.5rem;height:1.54375rem;top:12.5625rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PB2DTIO4b6NDwdERbM2QJQ6qfFbbIHCZ { width:8.6875rem;height:3.00625rem;top:13.8125rem;left:8rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUeP9bvZonOVLRunObmSdcgG5sFBC5Pf { width:45.0625rem;height:37.0625rem;top:34rem;left:0.76041698455813rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc { width:40.5rem;height:34rem;top:35.544799804688rem;left:3.0979166030884rem;font-size:1.1875rem;display:block; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #KOvAJ9ikfmoFlHSIiCeMaZP6GsIdlpHO { width:19.0625rem;height:30.5625rem;top:4.2875003814697rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHVwXubRNLusF16a3Jg8AUqim5nzF7ot { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UiDhgRvwJPckPGPam6aIqpoxLBIkpG2V { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSKwcW7Ps9MiILUrW6OWETaepzz040uM { display:block; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .row .container { width:47.75rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NVAo1hpx3642ftSu8ifd05lyTGTmD1mo { width:47.75rem;height:4.225rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMQbGxvfnyS93NHeCybKl1DxbvnxpdrZ { width:9.5625rem;height:9.5625rem;top:54.844791412354rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2In0GPe1ZdN61eo5Zwvxbb0ith6HZ8l { width:8.6875rem;height:6.09375rem;top:56.579166412354rem;left:28.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7RS7yZMdxKcc5AZdIMTDD8orh7LAR6T { width:45.0625rem;height:44.8125rem;top:7.6875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m { width:42.0625rem;height:41.83125rem;top:9.0447912216188rem;left:2.84375rem;font-size:1.1875rem;display:block; }#NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 1199px) { #WxRdLbHNAzP73HqoaTbAgykz6k69uiiZ { width:26.3125rem;height:15.4375rem;top:58.938541412354rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SifttfL34nnGnR9tOzs72VaBCv1DdDs8 { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { display:block; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container { width:47.75rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #svy8aixR3FQg8sxa8Asb3Wgn7B46F0kp { width:47.75rem;height:1.95rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ly8P976vf8fU9FkCk9M1gJTi2xvpxTeb { width:21.875rem;height:4.375rem;top:50.656253814698rem;left:12.9375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDGQb89Hc9ltTaRxiu9CabRTkd2vobcp { display:block; }
 }@media only screen and (max-width: 1199px) { #v2guEbhTbXZedg3IMTSaNdi4QOr8L9K1 { width:2.1875rem;height:1.5625rem;top:52.062503814698rem;left:29.062499046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NW3TWpq8ppbNTpOSLLpN0wtt7g6E7tzr { width:41.875rem;height:18.9375rem;top:30rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 { width:39.4375rem;height:13.93125rem;top:32.090625762939rem;left:5.03125rem;font-size:1.1875rem;line-height:1.3;display:block; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
 }@media only screen and (max-width: 1199px) { #F4vWUGx48oW9JmFzBKazbBN2UEoV6z4I { width:44.5625rem;height:2.19375rem;top:5.2020874023438rem;left:1.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsJzQ3JsXeLn8MDlT6e9e50clkVIKwHi { width:23.0625rem;height:23.0625rem;top:7.0083274841306rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { display:block; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { width:35.5625rem;height:2.4375rem;top:1.6875rem;left:6.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { display:block; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cW30xwJelzJ4XxUbLMxzgKkT4XMsvRST { width:13.125rem;height:16.625rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmHnxVOxIrkEfC9WnLoop3cE8fi9cvaM { width:14.375rem;height:16.625rem;top:3.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvGKXmfnxeJZtnatiP74vVtEL4w58wrI { width:13.125rem;height:16.625rem;top:3.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHB6TqAbpqI3ZD7s919SKamclxccXG2t { width:4.625rem;height:4.625rem;top:1.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bB1dqOuaC3fSs7mnPUdfCo0FKR2TChvU { width:4.625rem;height:4.625rem;top:1.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4T1sSWKlaVibaxZHVD8OuXcEFvft2TB { width:4.625rem;height:4.625rem;top:1.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEteGDoCP3eaquqGOKk2v4VUHcNXwIes { width:2.125rem;height:3.8183625rem;top:1.8125rem;left:1.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqMD4i7xp7sCJwbgqtJgpMNpSeDSaTUR { width:2.125rem;height:3.8183625rem;top:1.9375rem;left:17.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAe3R51xpNMd8Q5SKgppvaxyTAQAc5iQ { width:2.3125rem;height:3.8183625rem;top:1.8125rem;left:33.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTu9mCsIliRRDTn5kSFxHDLsL6FTimCu { width:6.5625rem;height:7.5rem;top:4.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLxTmR5ProEhKZRSzvvivmH0cAPrB0tu { width:5.1875rem;height:7.5rem;top:4.625rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDmt7r7d4VNCGzRMATE7IGqEoD9T1LsX { width:8.5625rem;height:8.5625rem;top:4.0062561035156rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7xgZXMS7Vt6q7gSqqOdITS1TGiL5Zcc { width:12.5rem;height:4.5rem;top:13.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tumP6o6TTn48GIZfZgNmQwM7K35fAD1g { width:12.5rem;height:4.5rem;top:13.3125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRdZv7XAaXoxwkBsoflipHP60GxSI9PN { width:12.5rem;height:4.5rem;top:13.3125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ { display:block; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OFbqGGCT4CdeSHsr7Et2UCRylnsg8ZLe { width:47.75rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvpE773bNnPKEZFdtgoSxEAA2NXVpuEW { width:42.5625rem;height:6.5rem;top:6.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { display:block; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kErqJ4vymSR8PHUJclaDkwNRydVnxzrH { background-color:rgba(0,0,0,0);background-image:none;display:block; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { background-color: transparent; background-image: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row > .video-iframe-container { display: none; }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .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); }#kErqJ4vymSR8PHUJclaDkwNRydVnxzrH > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJolKm9c76dwJMvfufvHx4X3kUKTtP59 { width:20rem;height:10.4rem;top:6.9447917938231rem;left:0.001042366027832rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5PdJ4VAeIT8hsx4K0uFTeD3k0C0kvz2 { width:11.5rem;height:18.8125rem;top:35.006248474121rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDqNKtQPhIgBgkUqTXqbD07AaUqoyqb9 { width:15.5rem;height:13.5rem;top:41.250000762939rem;left:-1.4494892747702rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDgikBowTl5CGmOz3Te6Lx2Qh90oL01I { width:13rem;height:4.1875rem;top:1.8135414123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK5xFT70vAW5t7iTQQB9oGqPP0q1dzeR { width:20rem;height:3.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRiXvSnWVtcZ8IGGEuQ1TDK6fEWqXpHo { width:12.5rem;height:2.925rem;top:18.35000038147rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt { width:19.875rem;height:11.71875rem;top:23.28750038147rem;left:0.125rem;font-size:0.9375rem;display:block; }#DfSQIpWNdX2v2h1yX8ewPhKRubHbqnrt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #xn5ZFF1XD6x5rSCLFTfh2mhhOURAgMov { width:8.125rem;height:8.0625rem;top:35.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJgOKaQGxxW5uCiNEWLn184K1TbxyGzI { width:6.5625rem;height:2.7rem;top:37.125rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHR7Cn7MP0tn2nA98XXoRmPyoy1PHsR { width:5.75rem;height:2.275rem;top:40.0625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvqq1bTGUEgicI5Wx3HPgBq7RFBnTm6B { width:1.875rem;height:1.3392857142857rem;top:70.762500762938rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8h8ZL6TiLTHeJX09Q5cRTCADpCD29Wa { width:19rem;height:5.125rem;top:54.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiT4ptNH3Mt4d9NTxg6rzNHDxcD6QFKP { display:block; }
 }@media only screen and (max-width: 763px) { #QC5mXgf1ggQuOaypHlGv9Tq1tgu5QH2e { width:1.4375rem;height:1.0267857142857rem;top:73.352082012938rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAywkODHIa2Op5T7y1CScbR8eetOSQAK { display:block; }#ZAywkODHIa2Op5T7y1CScbR8eetOSQAK > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnwPEiToCXsCKnlpC0hR5pWPOvMAZgRo { width:19.4375rem;height:4.875rem;top:1.625rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX3JS0aBPiAgpady4zgO8INkSk61UO1h { display:block; }#KX3JS0aBPiAgpady4zgO8INkSk61UO1h > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtqQu4LobqJQ6RvtvE2m9ThRexQq2Sod { width:15.6875rem;height:0.125rem;top:8.8364562988281rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWds2ZkKq8V5LCuglvTsAGRIfVyMWqHr { width:20rem;height:1.4625rem;top:7.2364578247069rem;left:0.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc { width:17.375rem;height:28.025rem;top:10.440625190735rem;left:1.3125rem;font-size:1.125rem;display:block; }#fPSso5uBSJU1tzdmkUTSMsQvbH0RIGbc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #lTxmoEVbltnedTchcI1Tq3DtSclOSmkn { width:14.4375rem;height:0.1875rem;top:23.671875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqhzCX1dozZDRL5ibI5pKEvDxOWwXZmp { width:19.875rem;height:1.4625rem;top:22.267707824707rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1uw6goxKez88lQT0u7Sygw2vbc2lVi8 { width:1.5rem;height:1.125rem;top:42.624999046326rem;left:15.13125038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcKPkfmPVxOaTR94FiV0ApTe44m57f76 { width:20rem;height:4.225rem;top:1.4843721389771rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2P5dJMHWoPcUJMxBqIkbuETwccchuVn { width:19rem;height:4.375rem;top:40.999999046326rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTX0oTRl2cmMzvGOPLCWlgZAkrgp7yQq { display:block; }
 }@media only screen and (max-width: 763px) { #bdXn8Jq9fTHFJW3N3dEOmlWTomJJ3TZE { width:20rem;height:13.279132791328rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy { display:none; }#LHKPds55WpFmFHzX0ZgOkeRz9ydlokFy > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIHHm9r3dSqe2V0UnZI7dI4ymvTZ70gI { width:20rem;height:13.7875rem;top:25.434375762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9q3nBt8vC9Vw7My8J7elspZJJ1i03y3 { width:20rem;height:0.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWIbC3XxRaMfOhFJNcClKs8HmTQDGZiK { width:18.9375rem;height:4.225rem;top:3.0625rem;left:0.0010414123535156rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsnQGv6XDZyNUvOomtz6sCyLa6i88JaQ { width:19.25rem;height:14.625rem;top:8.4854164123538rem;left:0.75104236602781rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJxyJ0M88yTfPXNywhEzirebD8c64l9 { display:none; }#xTJxyJ0M88yTfPXNywhEzirebD8c64l9 > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ix7ern0o0f5eryPMRFwhGu7kEeOGtMnS { width:20rem;height:13.75rem;top:24.187503814698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmQLBo3BVozxOS5ieQ3ru2rUxJzCxaJ4 { width:20rem;height:0.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmtlTUhqQ5rx1lKfVMpko1RmpPPVhX6W { width:20rem;height:4.2252625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUNQzNUpBDPaXVx1r0mUX0toyhv3aTp0 { width:20rem;height:13.1625rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssekidFaZOIxV6NzFH3nmvlp9EF4eKWA { width:20rem;height:13.787234042553rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUmlphbsDr9MRP7qsmcqczenDMhF6h1p { display:block; }#NUmlphbsDr9MRP7qsmcqczenDMhF6h1p > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLemgLiTSlwdxDSgLyoLIA4ht49Tqwub { width:19rem;height:8.125rem;top:1.1875019073486rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9qpgMMSQoO1tIbN9xITo3G6tuz2F7g { width:19rem;height:4.375rem;top:91.058334350588rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEf83pHg9hHITtl3O1Ddn4URphsPlhfG { display:block; }
 }@media only screen and (max-width: 763px) { #Jmq6pZnWNR35nscy1ZDNgEVsTQaUBGzF { width:7.5rem;height:7.5rem;top:10.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlZVbc2iwnOoNWqlB9SKEvTCz6o4uHAq { width:8.625rem;height:1.3rem;top:13.0625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB2DTIO4b6NDwdERbM2QJQ6qfFbbIHCZ { width:8.6875rem;height:2.03125rem;top:14.362500190735rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUeP9bvZonOVLRunObmSdcgG5sFBC5Pf { width:20.0625rem;height:60.5625rem;top:28.654167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc { width:17.875rem;height:57.725rem;top:30.55624961853rem;left:1.0625rem;font-size:1rem;display:block; }#XzQ5LmnvHazl5gVsJIr0VTSP9tx2WRHc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #KOvAJ9ikfmoFlHSIiCeMaZP6GsIdlpHO { width:13.3125rem;height:21.3125rem;top:8.2583312988281rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVwXubRNLusF16a3Jg8AUqim5nzF7ot { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #UiDhgRvwJPckPGPam6aIqpoxLBIkpG2V { width:1.5625rem;height:1.125rem;top:92.683334350588rem;left:16.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSKwcW7Ps9MiILUrW6OWETaepzz040uM { display:block; }#cSKwcW7Ps9MiILUrW6OWETaepzz040uM > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVAo1hpx3642ftSu8ifd05lyTGTmD1mo { width:14.4375rem;height:6.3375rem;top:0.75rem;left:2.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMQbGxvfnyS93NHeCybKl1DxbvnxpdrZ { width:7.5rem;height:7.5rem;top:69rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2In0GPe1ZdN61eo5Zwvxbb0ith6HZ8l { width:6.4375rem;height:4.875rem;top:70.3125rem;left:13.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RS7yZMdxKcc5AZdIMTDD8orh7LAR6T { width:20.0625rem;height:56.9375rem;top:9.7791662216188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m { width:17.875rem;height:52.8rem;top:11.61874961853rem;left:1.0625rem;font-size:1rem;display:block; }#NoqaPBr415bxXsz4iztM5TcCsHu5Lb1m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #WxRdLbHNAzP73HqoaTbAgykz6k69uiiZ { width:19.4375rem;height:11.3125rem;top:72.671875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifttfL34nnGnR9tOzs72VaBCv1DdDs8 { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #OuUG0NwJpLguHGSD1n42sagRuDdNDaFS { display:block; }#OuUG0NwJpLguHGSD1n42sagRuDdNDaFS > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svy8aixR3FQg8sxa8Asb3Wgn7B46F0kp { width:12.375rem;height:7.8rem;top:0rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8P976vf8fU9FkCk9M1gJTi2xvpxTeb { width:19rem;height:4.375rem;top:58.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDGQb89Hc9ltTaRxiu9CabRTkd2vobcp { display:block; }
 }@media only screen and (max-width: 763px) { #v2guEbhTbXZedg3IMTSaNdi4QOr8L9K1 { width:1.5625rem;height:1.125rem;top:60.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW3TWpq8ppbNTpOSLLpN0wtt7g6E7tzr { width:19.875rem;height:24.125rem;top:32.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 { width:18.4375rem;height:21.325rem;top:33rem;left:0.75rem;font-size:1rem;display:block; }#oP5OHvMLCaTN8J7AldIp8ry7suLRg6E9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e06ba90-5ccd-40bd-bce2-2bb03b2e94bd/bullet.svg); }
 }@media only screen and (max-width: 763px) { #F4vWUGx48oW9JmFzBKazbBN2UEoV6z4I { width:15.8125rem;height:3.4125rem;top:8.75rem;left:2.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsJzQ3JsXeLn8MDlT6e9e50clkVIKwHi { width:20rem;height:20rem;top:12.162498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO { display:block; }#hgk3TI8lMGQxsfdwosxiGqoCU60OdqNO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmElULHzyfPzdyGRQIRnFpJOGBekTkVF { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 { display:block; }#Gps1dI3OtCxgZ8UtKUrepaQBe0lIlK11 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cW30xwJelzJ4XxUbLMxzgKkT4XMsvRST { width:12.75rem;height:13.25rem;top:2.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmHnxVOxIrkEfC9WnLoop3cE8fi9cvaM { width:12.75rem;height:16.4375rem;top:19.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGKXmfnxeJZtnatiP74vVtEL4w58wrI { width:12.75rem;height:13.25rem;top:40.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHB6TqAbpqI3ZD7s919SKamclxccXG2t { width:3.75rem;height:3.75rem;top:1.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1dqOuaC3fSs7mnPUdfCo0FKR2TChvU { width:3.75rem;height:3.75rem;top:18.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4T1sSWKlaVibaxZHVD8OuXcEFvft2TB { width:3.75rem;height:3.75rem;top:39.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEteGDoCP3eaquqGOKk2v4VUHcNXwIes { width:2.125rem;height:2.5996125rem;top:1.9375rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMD4i7xp7sCJwbgqtJgpMNpSeDSaTUR { width:2.125rem;height:2.5996125rem;top:19.25rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAe3R51xpNMd8Q5SKgppvaxyTAQAc5iQ { width:2.3125rem;height:2.5996125rem;top:39.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTu9mCsIliRRDTn5kSFxHDLsL6FTimCu { width:5.1875rem;height:5.875rem;top:3.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxTmR5ProEhKZRSzvvivmH0cAPrB0tu { width:5.1875rem;height:7.5rem;top:21.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDmt7r7d4VNCGzRMATE7IGqEoD9T1LsX { width:6.5625rem;height:6.5625rem;top:41.4375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7xgZXMS7Vt6q7gSqqOdITS1TGiL5Zcc { width:12.5rem;height:3.9375rem;top:10.5625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tumP6o6TTn48GIZfZgNmQwM7K35fAD1g { width:11.25rem;height:3.9375rem;top:30.75rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRdZv7XAaXoxwkBsoflipHP60GxSI9PN { width:12.5rem;height:3.9375rem;top:49.0625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ { display:block; }#XsZHaHsGz5OGJBrFD2G3dyX6x79tMZkQ > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFbqGGCT4CdeSHsr7Et2UCRylnsg8ZLe { width:20rem;height:4.0625rem;top:2.0624961853027rem;left:0.001042366027832rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpE773bNnPKEZFdtgoSxEAA2NXVpuEW { width:20rem;height:9.1rem;top:8.1249923706056rem;left:0.001042366027832rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh { display:block; }#wzw0lLUT6HHdd2gGhLXdJTtOiJ19NwMh > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { background-color:#ffffff;background-image:none;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }