.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); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l { 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; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { background-color: transparent; background-image: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container > .video-iframe-container { display: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container { display: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .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); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { border-width: 0; border-radius: 0; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#JV0XvNVUSDPQeT0fOvmR60fz5du4mpPi { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.831250190735rem;left:1.125rem;height:6.825rem;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; }
#rR1IxcwVxxonbiAGJPU2qNcxusoEDhAF { 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:16.3125rem;width:11.25rem;top:22.5625rem;left:40.1875rem;overflow:hidden;display:block; }
#mUnpSoTuT2t9TuEFd7ASuPPguom9zvqK { 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:29.4375rem;width:33.6875rem;top:8.28125rem;left:41.3125rem;overflow:hidden;display:block; }
#uXnAieWuSAAMSyDicqsJMDb58Jxml2tA { 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.80416679382325rem;left:0rem;overflow:hidden;display:block; }
#qS2vTv4zEBy8aQbbDD3SV6P1wKvMKuId { position:absolute;display:block;z-index:15007;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:8.5rem;width:38.625rem;top:6.99374961853rem;left:0rem;display:block; }
#WGaJNTByron2LJqCoKd4mQXTTeuBhxHh { color:#000000;display:block;width:33.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:18.33749961853rem;left:0.5625rem;height:15.075rem;overflow:hidden;display:block; }#WGaJNTByron2LJqCoKd4mQXTTeuBhxHh li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#WGaJNTByron2LJqCoKd4mQXTTeuBhxHh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#eQNH6Ga8dTb6xs2iGbKTSOcABTnFH96c { box-sizing:content-box;height:10.8125rem;width:10.8125rem;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:5.8374996185303rem;left:62.53125rem;display:block; }
#xTIQKMn8IW8RalJCPDvfbzToUOORN5eV { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:8.31875038147rem;left:64.03125rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0SvT6MD968iTG90Vthw5saymiJ7cbeX { 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; }
#Zi7TaVOBfMaHfMJclt8E16eIDgCewGTG { 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:27.8125rem;height:5.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.65625rem;left:5.40625rem;display:block; }
#Bi9z56DJPOkc0Sg985ZIGl8ep9L0V6dB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ow6ZADzV8vSPOM1i7iimzNnsbIAdHrId { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:11.4375rem;top:22.53125rem;left:63.5625rem;overflow:hidden;display:block; }
#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED { 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; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container { background-color: transparent; background-image: none; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container > .video-iframe-container { display: none; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row > .video-iframe-container { display: none; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .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); }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container { border-width: 0; border-radius: 0; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#VxcvOHUWwCOHWCnxlFQ872uT2oG3AOK7 { 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; }
#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I { 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; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container { background-color: transparent; background-image: none; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container > .video-iframe-container { display: none; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row > .video-iframe-container { display: none; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .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); }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container { border-width: 0; border-radius: 0; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#RCMyMzm9hbMNp3MvK2wdxCzpNmrUpbJS { 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; }
#pIqlF2fZLJrRaC6pL2oZE37dEWzDN4ei { 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; }
#UhvPTprbKBT61XahlsKT4ss3guOl8UAq { 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; }#UhvPTprbKBT61XahlsKT4ss3guOl8UAq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UhvPTprbKBT61XahlsKT4ss3guOl8UAq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#GsxMCHZiBux6DCH6hMFIv8LTkEnM8XXK { 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; }
#IKnFQeBTN33B40UWSnWC3cM2cFvw62et { 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; }
#lsTuC4cUNeKtXFfddDR9XwpsEgQVWs1B { 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; }
#MfmkvLMDpKwI8sFMbdrJFnzQ5G9I64cH { 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: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; }
#EkSfnEwFh6nSo908IQDGFG8dv6TOQXSb { 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; }
#ym4gX2V6gQLQfUmK2UZE55bbeBLkdCTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTNc5KuyfTayPwZ0RfC7iJuJnJqUFS2v { 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; }
#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ { position:relative;display:block; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ { background-color: transparent; background-image: none; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .row .container > .video-iframe-container { display: none; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .row > .video-iframe-container { display: none; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .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); }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ { border-width: 0; border-radius: 0; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .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; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .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:56.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; }#TWZAHqnqs8agbCX1N2rut9IFsB0fw2ti { color:#6a86d2;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:;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; }
#pGTQZreNkB8TxU1CcHphVk03Hn0sB7tH { 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:10.25rem;width:10.25rem;top:12.05624961853rem;left:64.15625rem;display:block; }
#ToVVzUwPi6U95BTkK1LmEX3CXGxWxl62 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.840625762939rem;left:64.625rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sF5pd93vTa0h9XZ9HJsmiubvewwIExp8 { 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; }
#Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n { 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:18.409375190735rem;left:3.8822917938233rem;height:35.54375rem;overflow:hidden;display:block; }#Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#LPDldeUoWZUFfRTcvp4rTCvvfVNqLqTL { 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:36.875rem;width:25.875rem;top:17.74374961853rem;left:46.75rem;overflow:hidden;display:block; }
#HFDg1MoA4fFrgTS4Wh4rNbRlQihdoiC6 { 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; }
#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T { position:relative;display:block; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T { background-color: transparent; background-image: none; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .row .container > .video-iframe-container { display: none; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .row > .video-iframe-container { display: none; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .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); }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T { border-width: 0; border-radius: 0; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .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; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .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:58.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; }#gV27pMm68uuNcQc4VIKfOpzNufXQa8WB { color:#6a86d2;display:block;width:56.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.9375rem;left:9.09375rem;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; }
#sO92Qmk0ggZRbZ2RiyIq5hW9WqfrKiOZ { 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; }
#PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM { 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:25.806250572204rem;left:3.8822917938233rem;height:;overflow:hidden;display:block; }#PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#qVdF2PAKAJsxUFzuo1P0UkdsnQR8oDli { 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:36.875rem;width:25.875rem;top:17.74374961853rem;left:46.75rem;overflow:hidden;display:block; }
#sIoWzcJwVFReVQWDxLCwAsSUwGGLEy4X { 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; }
#HWy0Kh56n3KeGiLTa7IAQ1A17dtpfqd6 { 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:15030;line-height:1.3;letter-spacing:0;top:17.74374961853rem;left:3.8822917938233rem;height:6.175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { position:relative;display:block; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { background-color: transparent; background-image: none; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container > .video-iframe-container { display: none; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row > .video-iframe-container { display: none; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .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); }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { border-width: 0; border-radius: 0; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .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; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#roAZVg6E6kdorFbcfO9V8w2UdnmIs7TH { 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.875rem;top:5.25rem;left:48.75rem;overflow:hidden;display:block; }
#Wbx9JQmhyO8bONrOf1duz98LdKhpQN9a { 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:15018;text-align:left;text-align-last:left;top:3.0625rem;left:24.8125rem;display:block; }
#Vgh3CTXuq9wFLkc61c7AMnBWBrEqA4lZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa { position:relative;display:block; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa { background-color: transparent; background-image: none; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .row .container > .video-iframe-container { display: none; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .row > .video-iframe-container { display: none; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .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); }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa { border-width: 0; border-radius: 0; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .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; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .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:46.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; }#effWbnukyqTNhgFoz3rVGpSu974qsG35 { 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:;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; }
#f1Fz9ISWHWEKD4NUMHerztobpvURmU5v { 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:15.0625rem;left:62.4375rem;display:block; }
#iwJ8dods8U6Wf1TTTTW0Prt9IeI1pMeu { 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:17.6875rem;left:64.375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Az3STGTOia7VMcJ3BeFGFGQuDbcovSpC { 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:30.3125rem;width:40.5rem;top:14.181243896484rem;left:1.6062507629394rem;display:block; }
#uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x { 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:20.075000762939rem;left:3.4500007629394rem;height:21.725rem;overflow:hidden;display:block; }#uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5a620e4f-9fad-433d-a9c6-870b75f19714/bulletgreen.svg); }
#FoShUQ1XVq9SSelyqUiqu1zrvX63BcyO { 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.0625rem;top:21.46875rem;left:42.9375rem;overflow:hidden;display:block; }
#XMJC1xWyuOMiEA1gtvUynn80uWuoqnSa { 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; }
#TkZ2NVTfNoGGB6AQiDi6DthZmXb7vl5e { 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:15030;line-height:1.3;letter-spacing:0;top:16.02187538147rem;left:3.4500007629394rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#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; }
#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:46.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; }
#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { position:relative;display:block; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { background-color: transparent; background-image: none; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container > .video-iframe-container { display: none; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row > .video-iframe-container { display: none; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .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); }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { border-width: 0; border-radius: 0; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .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; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .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; }#FaNDtmw2UJqBWk0TD7E0Oz7I8sETBe2d { 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; }
#HbwVtfFSdnpBoFOPH3HxxQun3zbMbe4O { 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; }
#OTw6NvTtuI7PLQWlX9abCQn0qzDzs6o5 { 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; }
#RBZH2DUzqpsJlucrCakTRMJ9Cw6V62Lm { 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; }
#uzkgBI55IdFXzZGZhxlLLd6dBhUcrdiU { 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; }
#hQEHyusZH8WDem4wHs9OckvGOOPuEKlA { 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; }
#J7JoIAsUZSLRRMuLaGFh4Nig95CILfDq { 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; }
#rBRbbDuaT1FP4AE1SGS3PX371vQZpPpk { 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; }
#onw0S6kOlbJuifhq9uPf65FadHcOKiOk { 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; }
#q3lnGbDJ913giAGbeLDQSbOCMrZfzmNp { 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; }
#MD9gZSGvAMpkebUFNfWpX7fT0gVgA4BW { 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; }
#KogV4xHOMlm0MvPZQHiCnEgQCS5oITpS { 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:59.912498474121rem;overflow:hidden;display:block; }
#wOsGpTKS7PUbL9mTmQB2UE2SkxrXl1Ci { 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; }
#zVxIJwbxK4h4aPHAWZQefpqVCuDUXoPr { 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:32.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#IwglzbzpWGoI0h7Z16vHi9lOva428Q16 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.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.125rem;left:58.90625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD { 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; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container { background-color: transparent; background-image: none; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container > .video-iframe-container { display: none; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row > .video-iframe-container { display: none; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .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); }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container { border-width: 0; border-radius: 0; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#RIK2wwUDyBiRtTx7hOEMiPNlSRepZod5 { 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; }
#K4r31AanPpDxOIkaoa5vyXE4JTL3pOae { color:rgba(var(--color-tertiary-0),1);display:block;width:48.0625rem;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.75rem;left:13.46875rem;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) { #mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l { background-color:#ffffff;background-image:none;display:block; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { background-color: transparent; background-image: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container > .video-iframe-container { display: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container { display: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .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); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JV0XvNVUSDPQeT0fOvmR60fz5du4mpPi { width:38.5625rem;height:7.475rem;top:8.0625rem;left:4.59375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rR1IxcwVxxonbiAGJPU2qNcxusoEDhAF { width:10.1875rem;height:14.625rem;top:44.96249961853rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUnpSoTuT2t9TuEFd7ASuPPguom9zvqK { width:29.0625rem;height:25.3125rem;top:33.96249961853rem;left:9.34375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #uXnAieWuSAAMSyDicqsJMDb58Jxml2tA { width:14.875rem;height:4.75rem;top:1.3052082061768rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qS2vTv4zEBy8aQbbDD3SV6P1wKvMKuId { width:45.625rem;height:10.1875rem;top:6.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGaJNTByron2LJqCoKd4mQXTTeuBhxHh { width:33.3125rem;height:14.25rem;top:19.71249961853rem;left:1.0625rem;font-size:1.375rem;line-height:1.5;display:block; }#WGaJNTByron2LJqCoKd4mQXTTeuBhxHh 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) { #eQNH6Ga8dTb6xs2iGbKTSOcABTnFH96c { width:9.25rem;height:9.25rem;top:21.39999961853rem;left:35.950000762939rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTIQKMn8IW8RalJCPDvfbzToUOORN5eV { width:7rem;height:4.65rem;top:23.700000762939rem;left:37.075000762939rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0SvT6MD968iTG90Vthw5saymiJ7cbeX { width:2.1875rem;height:1.5625rem;top:36.03125rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Zi7TaVOBfMaHfMJclt8E16eIDgCewGTG { width:32rem;height:5.125rem;top:62.137500762939rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bi9z56DJPOkc0Sg985ZIGl8ep9L0V6dB { display:block; }
 }@media only screen and (max-width: 1199px) { #ow6ZADzV8vSPOM1i7iimzNnsbIAdHrId { width:10.125rem;height:14.5rem;top:45.02499961853rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErzaZ9Te5x9tmZnqZAZy2EyppemynyED { display:block; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VxcvOHUWwCOHWCnxlFQ872uT2oG3AOK7 { 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) { #dkyM5J7BZbi60wLK87vfH04t1QXtTu3I { display:block; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RCMyMzm9hbMNp3MvK2wdxCzpNmrUpbJS { width:28.625rem;height:0.1875rem;top:24.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIqlF2fZLJrRaC6pL2oZE37dEWzDN4ei { 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) { #UhvPTprbKBT61XahlsKT4ss3guOl8UAq { width:37.0625rem;height:16.2125rem;top:15.09375rem;left:8.25rem;font-size:1.1875rem;display:block; }#UhvPTprbKBT61XahlsKT4ss3guOl8UAq 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) { #GsxMCHZiBux6DCH6hMFIv8LTkEnM8XXK { width:28.75rem;height:0.1875rem;top:13.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKnFQeBTN33B40UWSnWC3cM2cFvw62et { 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) { #lsTuC4cUNeKtXFfddDR9XwpsEgQVWs1B { width:2.1875rem;height:1.5625rem;top:36.03125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MfmkvLMDpKwI8sFMbdrJFnzQ5G9I64cH { 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) { #EkSfnEwFh6nSo908IQDGFG8dv6TOQXSb { 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) { #ym4gX2V6gQLQfUmK2UZE55bbeBLkdCTN { display:block; }
 }@media only screen and (max-width: 1199px) { #fTNc5KuyfTayPwZ0RfC7iJuJnJqUFS2v { width:29.375rem;height:19.5625rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FosokHfGXPNWVtXBteHamh6T7Rri4dhZ { display:block; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .row .container { width:47.75rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWZAHqnqs8agbCX1N2rut9IFsB0fw2ti { width:47.75rem;height:4.55rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGTQZreNkB8TxU1CcHphVk03Hn0sB7tH { width:9.0625rem;height:9.0625rem;top:6.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToVVzUwPi6U95BTkK1LmEX3CXGxWxl62 { width:8.125rem;height:2.275rem;top:9.7687492370606rem;left:29.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sF5pd93vTa0h9XZ9HJsmiubvewwIExp8 { width:45.0625rem;height:35.375rem;top:34rem;left:0.76041698455813rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n { width:40.5rem;height:30.9125rem;top:35.982291221619rem;left:3.1041669845581rem;font-size:1.1875rem;display:block; }#Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n 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) { #LPDldeUoWZUFfRTcvp4rTCvvfVNqLqTL { width:16.9375rem;height:24.1875rem;top:7.91250038147rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFDg1MoA4fFrgTS4Wh4rNbRlQihdoiC6 { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T { display:block; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .row .container { width:47.75rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gV27pMm68uuNcQc4VIKfOpzNufXQa8WB { width:47.75rem;height:4.55rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sO92Qmk0ggZRbZ2RiyIq5hW9WqfrKiOZ { width:45.0625rem;height:40.1875rem;top:34rem;left:0.76041698455813rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM { width:40.5rem;height:27.9375rem;top:44.044792175293rem;left:1.7916669845581rem;font-size:1.1875rem;display:block; }#PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM 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) { #qVdF2PAKAJsxUFzuo1P0UkdsnQR8oDli { width:16.9375rem;height:24.1875rem;top:7.91250038147rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIoWzcJwVFReVQWDxLCwAsSUwGGLEy4X { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HWy0Kh56n3KeGiLTa7IAQ1A17dtpfqd6 { width:43.125rem;height:6.175rem;top:36.00625038147rem;left:1.7916669845581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { display:block; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #roAZVg6E6kdorFbcfO9V8w2UdnmIs7TH { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wbx9JQmhyO8bONrOf1duz98LdKhpQN9a { width:21.875rem;height:4.375rem;top:2.15625rem;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;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #Vgh3CTXuq9wFLkc61c7AMnBWBrEqA4lZ { display:block; }
 }@media only screen and (max-width: 1199px) { #TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa { display:block; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .row .container { width:47.75rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #effWbnukyqTNhgFoz3rVGpSu974qsG35 { width:47.75rem;height:4.225rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1Fz9ISWHWEKD4NUMHerztobpvURmU5v { width:9.5625rem;height:9.5625rem;top:37.344791412354rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwJ8dods8U6Wf1TTTTW0Prt9IeI1pMeu { width:8.6875rem;height:6.09375rem;top:39.079166412354rem;left:30.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Az3STGTOia7VMcJ3BeFGFGQuDbcovSpC { width:45.0625rem;height:28.0625rem;top:7.6875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x { width:42.0625rem;height:20.18125rem;top:12.694791793823rem;left:2.84375rem;font-size:1.1875rem;display:block; }#uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x 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) { #FoShUQ1XVq9SSelyqUiqu1zrvX63BcyO { width:26.0625rem;height:15.375rem;top:40.938541412354rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMJC1xWyuOMiEA1gtvUynn80uWuoqnSa { width:2.1875rem;height:1.5625rem;top:43.1875rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TkZ2NVTfNoGGB6AQiDi6DthZmXb7vl5e { width:42.0625rem;height:3.0875rem;top:9.0447912216188rem;left:2.84375rem;font-size:1.1875rem;display:block; }
 }@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) { #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) { #qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { display:block; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FaNDtmw2UJqBWk0TD7E0Oz7I8sETBe2d { width:13.125rem;height:16.625rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbwVtfFSdnpBoFOPH3HxxQun3zbMbe4O { width:14.375rem;height:16.625rem;top:3.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTw6NvTtuI7PLQWlX9abCQn0qzDzs6o5 { width:13.125rem;height:16.625rem;top:3.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBZH2DUzqpsJlucrCakTRMJ9Cw6V62Lm { width:4.625rem;height:4.625rem;top:1.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzkgBI55IdFXzZGZhxlLLd6dBhUcrdiU { width:4.625rem;height:4.625rem;top:1.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQEHyusZH8WDem4wHs9OckvGOOPuEKlA { width:4.625rem;height:4.625rem;top:1.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7JoIAsUZSLRRMuLaGFh4Nig95CILfDq { 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) { #rBRbbDuaT1FP4AE1SGS3PX371vQZpPpk { 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) { #onw0S6kOlbJuifhq9uPf65FadHcOKiOk { 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) { #q3lnGbDJ913giAGbeLDQSbOCMrZfzmNp { width:6.5625rem;height:7.5rem;top:4.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MD9gZSGvAMpkebUFNfWpX7fT0gVgA4BW { width:5.1875rem;height:7.5rem;top:4.625rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KogV4xHOMlm0MvPZQHiCnEgQCS5oITpS { width:8.5625rem;height:8.5625rem;top:4.0062561035156rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOsGpTKS7PUbL9mTmQB2UE2SkxrXl1Ci { width:12.5rem;height:4.5rem;top:13.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVxIJwbxK4h4aPHAWZQefpqVCuDUXoPr { width:12.5rem;height:4.5rem;top:13.3125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwglzbzpWGoI0h7Z16vHi9lOva428Q16 { width:12.5rem;height:4.5rem;top:13.3125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD { display:block; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RIK2wwUDyBiRtTx7hOEMiPNlSRepZod5 { width:47.75rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4r31AanPpDxOIkaoa5vyXE4JTL3pOae { width:44.25rem;height:5.2rem;top:6.125rem;left:1.75rem;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) { #mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l { background-color:rgba(0,0,0,0);background-image:none;display:block; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { background-color: transparent; background-image: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container > .video-iframe-container { display: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row > .video-iframe-container { display: none; }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .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); }#mqoIo22dGrE9Hf81vIB7BXSRXwI1qO0l > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JV0XvNVUSDPQeT0fOvmR60fz5du4mpPi { width:15.1875rem;height:9.425rem;top:7.5572919845581rem;left:2.40625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rR1IxcwVxxonbiAGJPU2qNcxusoEDhAF { width:7.25rem;height:10.4375rem;top:49.012500762939rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUnpSoTuT2t9TuEFd7ASuPPguom9zvqK { width:15.5rem;height:13.5rem;top:43.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXnAieWuSAAMSyDicqsJMDb58Jxml2tA { width:13.1875rem;height:4.1875rem;top:0.8760414123535rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS2vTv4zEBy8aQbbDD3SV6P1wKvMKuId { width:20rem;height:11.375rem;top:6.5697917938231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGaJNTByron2LJqCoKd4mQXTTeuBhxHh { width:19.4375rem;height:15.375rem;top:20.28750038147rem;left:0.28125rem;font-size:1rem;display:block; }#WGaJNTByron2LJqCoKd4mQXTTeuBhxHh 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) { #eQNH6Ga8dTb6xs2iGbKTSOcABTnFH96c { width:7.75rem;height:7.6875rem;top:38.21875rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTIQKMn8IW8RalJCPDvfbzToUOORN5eV { width:5.75rem;height:3.9rem;top:40.112500190735rem;left:11.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SvT6MD968iTG90Vthw5saymiJ7cbeX { width:1.875rem;height:1.3392857142857rem;top:70.762500762938rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zi7TaVOBfMaHfMJclt8E16eIDgCewGTG { width:20rem;height:5.375rem;top:62.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9z56DJPOkc0Sg985ZIGl8ep9L0V6dB { display:block; }
 }@media only screen and (max-width: 763px) { #ow6ZADzV8vSPOM1i7iimzNnsbIAdHrId { width:7.1875rem;height:10.4375rem;top:49.012500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErzaZ9Te5x9tmZnqZAZy2EyppemynyED { display:block; }#ErzaZ9Te5x9tmZnqZAZy2EyppemynyED > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxcvOHUWwCOHWCnxlFQ872uT2oG3AOK7 { 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) { #dkyM5J7BZbi60wLK87vfH04t1QXtTu3I { display:block; }#dkyM5J7BZbi60wLK87vfH04t1QXtTu3I > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCMyMzm9hbMNp3MvK2wdxCzpNmrUpbJS { width:15.6875rem;height:0.125rem;top:8.8364562988281rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqlF2fZLJrRaC6pL2oZE37dEWzDN4ei { 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) { #UhvPTprbKBT61XahlsKT4ss3guOl8UAq { width:17.375rem;height:28.025rem;top:10.440625190735rem;left:1.3125rem;font-size:1.125rem;display:block; }#UhvPTprbKBT61XahlsKT4ss3guOl8UAq 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) { #GsxMCHZiBux6DCH6hMFIv8LTkEnM8XXK { width:14.4375rem;height:0.1875rem;top:23.671875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKnFQeBTN33B40UWSnWC3cM2cFvw62et { 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) { #lsTuC4cUNeKtXFfddDR9XwpsEgQVWs1B { width:1.5rem;height:1.125rem;top:42.624999046326rem;left:15.13125038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfmkvLMDpKwI8sFMbdrJFnzQ5G9I64cH { width:20rem;height:4.225rem;top:1.4843721389771rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkSfnEwFh6nSo908IQDGFG8dv6TOQXSb { width:19rem;height:4.375rem;top:40.999999046326rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym4gX2V6gQLQfUmK2UZE55bbeBLkdCTN { display:block; }
 }@media only screen and (max-width: 763px) { #fTNc5KuyfTayPwZ0RfC7iJuJnJqUFS2v { width:20rem;height:13.279132791328rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FosokHfGXPNWVtXBteHamh6T7Rri4dhZ { display:block; }#FosokHfGXPNWVtXBteHamh6T7Rri4dhZ > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWZAHqnqs8agbCX1N2rut9IFsB0fw2ti { width:19rem;height:6.09375rem;top:1.1875019073486rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTQZreNkB8TxU1CcHphVk03Hn0sB7tH { width:6.75rem;height:6.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVVzUwPi6U95BTkK1LmEX3CXGxWxl62 { width:6.125rem;height:1.625rem;top:11rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF5pd93vTa0h9XZ9HJsmiubvewwIExp8 { width:20.0625rem;height:55.5rem;top:29.529166221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n { width:17.875rem;height:51.225rem;top:31.55624961853rem;left:1.0625rem;font-size:1rem;display:block; }#Au8STLEZJG6ocLL8pKvmxr8UuMowzS4n 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) { #LPDldeUoWZUFfRTcvp4rTCvvfVNqLqTL { width:11.9375rem;height:17.125rem;top:10.320833206177rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFDg1MoA4fFrgTS4Wh4rNbRlQihdoiC6 { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T { display:block; }#eBBfuasoeqqRL5qqGU0RtnBTmeeGTy9T > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV27pMm68uuNcQc4VIKfOpzNufXQa8WB { width:15rem;height:8.125rem;top:0.875rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO92Qmk0ggZRbZ2RiyIq5hW9WqfrKiOZ { width:20.0625rem;height:42.4375rem;top:31.154144287109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM { width:17.875rem;height:30.7rem;top:40.80624961853rem;left:1.0625rem;font-size:1rem;display:block; }#PMCZ8GFwaTcw1vRaGTAg9W8zCDBtMxxM 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) { #qVdF2PAKAJsxUFzuo1P0UkdsnQR8oDli { width:11.875rem;height:17rem;top:11.570833206177rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIoWzcJwVFReVQWDxLCwAsSUwGGLEy4X { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #HWy0Kh56n3KeGiLTa7IAQ1A17dtpfqd6 { width:15.75rem;height:6.5rem;top:32.966667175293rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q { display:block; }#x8fXzqVzGSdVfLdFVoikgZN0ryPXBE2q > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roAZVg6E6kdorFbcfO9V8w2UdnmIs7TH { width:1.875rem;height:1.3392857142857rem;top:8.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbx9JQmhyO8bONrOf1duz98LdKhpQN9a { width:19rem;height:5.625rem;top:1.96875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgh3CTXuq9wFLkc61c7AMnBWBrEqA4lZ { display:block; }
 }@media only screen and (max-width: 763px) { #TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa { display:block; }#TB0Sbi8ZTKggU8IAsBZhVINa6FoTgFsa > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #effWbnukyqTNhgFoz3rVGpSu974qsG35 { width:14.4375rem;height:8.45rem;top:0.75rem;left:2.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Fz9ISWHWEKD4NUMHerztobpvURmU5v { width:7.5rem;height:7.5rem;top:50.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJ8dods8U6Wf1TTTTW0Prt9IeI1pMeu { width:6.4375rem;height:4.875rem;top:51.8125rem;left:13.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az3STGTOia7VMcJ3BeFGFGQuDbcovSpC { width:20.0625rem;height:36.625rem;top:11.404166221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x { width:17.875rem;height:28.875rem;top:17.060416221619rem;left:1.0625rem;font-size:1rem;display:block; }#uSJXbmpDvTbDSWNBBSCpi89vQPPu6q3x 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) { #FoShUQ1XVq9SSelyqUiqu1zrvX63BcyO { width:19.0625rem;height:11.25rem;top:54.0625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMJC1xWyuOMiEA1gtvUynn80uWuoqnSa { width:2.1875rem;height:1.5625rem;top:63.6875rem;left:11.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TkZ2NVTfNoGGB6AQiDi6DthZmXb7vl5e { width:12.4375rem;height:2.6rem;top:13.210416793823rem;left:1.0625rem;font-size:1rem;display:block; }
 }@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) { #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:33.96249961853rem;left:0.78125rem;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) { #qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun { display:block; }#qwTLcF19rBmEbCPUCHiQLvTG3QLkcPun > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaNDtmw2UJqBWk0TD7E0Oz7I8sETBe2d { width:12.75rem;height:13.25rem;top:2.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbwVtfFSdnpBoFOPH3HxxQun3zbMbe4O { width:12.75rem;height:16.4375rem;top:19.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTw6NvTtuI7PLQWlX9abCQn0qzDzs6o5 { width:12.75rem;height:13.25rem;top:40.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZH2DUzqpsJlucrCakTRMJ9Cw6V62Lm { width:3.75rem;height:3.75rem;top:1.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzkgBI55IdFXzZGZhxlLLd6dBhUcrdiU { width:3.75rem;height:3.75rem;top:18.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQEHyusZH8WDem4wHs9OckvGOOPuEKlA { width:3.75rem;height:3.75rem;top:39.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7JoIAsUZSLRRMuLaGFh4Nig95CILfDq { width:2.125rem;height:2.5996125rem;top:1.9375rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBRbbDuaT1FP4AE1SGS3PX371vQZpPpk { width:2.125rem;height:2.5996125rem;top:19.25rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #onw0S6kOlbJuifhq9uPf65FadHcOKiOk { width:2.3125rem;height:2.5996125rem;top:39.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3lnGbDJ913giAGbeLDQSbOCMrZfzmNp { width:5.1875rem;height:5.875rem;top:3.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9gZSGvAMpkebUFNfWpX7fT0gVgA4BW { width:5.1875rem;height:7.5rem;top:21.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #KogV4xHOMlm0MvPZQHiCnEgQCS5oITpS { width:6.5625rem;height:6.5625rem;top:41.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOsGpTKS7PUbL9mTmQB2UE2SkxrXl1Ci { 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) { #zVxIJwbxK4h4aPHAWZQefpqVCuDUXoPr { 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) { #IwglzbzpWGoI0h7Z16vHi9lOva428Q16 { width:5.6875rem;height:3.9375rem;top:49.125rem;left:7.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD { display:block; }#pxzEZSAuoDhSDSAdJVwgpvkTXRx7zdWD > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIK2wwUDyBiRtTx7hOEMiPNlSRepZod5 { width:20rem;height:4.0625rem;top:2.0624961853027rem;left:0.001042366027832rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4r31AanPpDxOIkaoa5vyXE4JTL3pOae { width:20rem;height:10.2375rem;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; }
 }