.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:238,242,251;--color-primary-1:211,223,234;--color-primary-2:171,191,234;--color-primary-3:23,110,182;--color-primary-4:34,38,47;--color-secondary-0:217,230,229;--color-secondary-1:128,173,168;--color-secondary-2:0,90,80;--color-secondary-3:0,45,40;--color-secondary-4:0,14,12;--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:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f4f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm { position:relative;display:block; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm { background-color: transparent; background-image: none; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row .container > .video-iframe-container { display: none; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row > .video-iframe-container { display: none; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .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); }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm { border-width: 0; border-radius: 0; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .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; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #f4f4f5);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #f4f4f5);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #f4f4f5);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #f4f4f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f4f4f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f4f4f5' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #f4f4f5);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#yFMb6BTnskTWLnCPfis82pRi9tQbTPnG { color:#262b30;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:57.1875rem;height:1.137875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eWXEoHhlzPS8wk9BkA24kLnLJS1LVupi { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:35.4375rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNSwAs9zKfs7frvqG39LQQ7Sm0Am068m { color:#262b30;display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:41.25rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaWx9narUTtQFZBLDUgPAXpcUFiSqrmE { color:#262b30;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:46.5625rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqZxfeiVoDmwElSgUiv70qrdosLJltwN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZcyVgW8QSzqLqongL5Ti00gOzMtdawOP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.96897983551025rem;left:64.937955856325rem;display:block; }
#CZ4LiNa4Dx6VAXhfDWxKnLGTEAy7uyTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJM3LyBtXbir3KQcMLHd8RlfmfAUZ5m2 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Iwe7vGu0k9kAFPXeo3SecFXJLpgXCheP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:13.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#kvN6LgatohMfLy025vONEVl7w8u9ohmz { position:relative;display:none; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz { border-width: 0; border-radius: 0; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .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; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .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:1.375rem;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:none; }#sVZDGeTt10Tp2mR04M9RftOPxNtTKemD { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:35.3125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V4Bg3tmkzgsrdTxFdUSyUcoRdeLk4rrv { color:#262b30;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WekOXypoISdlztIW6XPE672BcCRhUeU3 { color:#262b30;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:57.625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BNacLcRf0X2bZ1iumTwb1odmAMbkW1LE { color:#262b30;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.875rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Xx4aomgZSCfrI7DTNBGuL7qbiVT9Tif3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.96897983551025rem;left:65.3125rem;display:none; }
#pqPRHB5abAMqdCz8f0ule5MItpqgA3pZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7ef7abed-e69a-4704-867a-c8da582fd98b/Depositphotos_380595898_XL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn.adaptive-delivery-prevent-bg, #MXZPKJxXJHu9R1szq9PHwhupvT7JORKn.lazyload, #MXZPKJxXJHu9R1szq9PHwhupvT7JORKn.lazyloading { background-image: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container { background-color: transparent; background-image: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container > .video-iframe-container { display: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row > .video-iframe-container { display: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .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); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container { border-width: 0; border-radius: 0; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#ThCxH7A3dbbBJke2beTTZutGvXbnfJpl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:20.4375rem;width:24.5rem;top:5.3125rem;left:0rem;display:block; }
#S0lEmGWJc0OiVBrv9P5zi81h4sBEJ4Wf { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:13.5rem;left:2.375rem;height:6.5986875rem;font-style:normal;display:block; }
#M44U7eDrqXcpualPLtu8TFQsVU5u9P4p { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:2.375rem;height:3.0873875rem;font-style:normal;display:block; }
#xAXOT1OPQkRuHMynIVqfxmO8GObcQKcA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.375rem;height:1.2999125rem;font-style:normal;display:block; }
#SUfw9gm8VpO4rurMSGpsN33tCn7BFtvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.3125rem;left:9.625rem; }
#qStuIO7FMinPfLSFNwxmfwUTT5daHJB9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.1875rem;left:1.6875rem;display:block; }
#lWA8XwhIUby4yGVLfM7RENP6VEiFKf3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#csLpGMnSP8zJ0dOJbPsPSSUPTri9spzh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.1875rem;left:1.6875rem;display:none; }
#VItllinM3eegqRhgIQSEJmcx8OOAsSBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a05884d-b5e3-404f-8c75-1a0f1f4a66f0/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT.adaptive-delivery-prevent-bg, #mvZkaOExQlRMtOrpdxCevnkNrqTQupBT.lazyload, #mvZkaOExQlRMtOrpdxCevnkNrqTQupBT.lazyloading { background-image: none; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container { background-color: transparent; background-image: none; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container > .video-iframe-container { display: none; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row > .video-iframe-container { display: none; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .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); }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container { border-width: 0; border-radius: 0; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;position:relative;display:block; }#slCV28qAVXBtoXzVnQuzJOyzXaUpmQok { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:16.75rem;left:30.3125rem;height:10.79425rem;display:block; }
#mt6MVBNbwSxmhPMzP19CcPVnPDTnmuNL { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:16.4375rem;width:25rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#nuSEJmbAlU3BG8xTLBELSpACR0iBLEaX { color:rgba(var(--color-secondary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.6875rem;left:30.3125rem;height:6.599375rem;display:block; }
#nQ6UqxDK7b9LlP7y0ncvnaC1GklpHgWz { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:2.1875rem;left:67.4375rem;display:block; }
#sgIE0gfUZ73p7T6soInnrf29M2LQVm6f { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:19.34375rem;left:67.4375rem;display:block; }
#zSWcn8tJWnbRaaE5nMrX8QDI9TMXfs9I { position:absolute;display:block;z-index:14999;background-color:#f4f4f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:33.6875rem;top:7.8125rem;left:29.8125rem;display:block; }
#pBEW6TFXK0nzgQPFBafShi9cVmqhVF7v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.0625rem;width:44.5rem;top:32.202149391174rem;left:15.186632156372rem;display:block; }
#cgJM9FfL3QIR688TefuUPpg30p7GLH7G { position:relative;display:block; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G { background-color: transparent; background-image: none; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row .container > .video-iframe-container { display: none; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row > .video-iframe-container { display: none; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .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); }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G { border-width: 0; border-radius: 0; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .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; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.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; }#EWL9UmfsOL2ulfnlGmG0opn7Xm5yiuff { color:rgba(var(--color-secondary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.75rem;left:13.75rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#O5MPCiZNEdQX2M8WgO4GHHCZ2L931OVn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4e9445b3-69c0-4e02-8ef7-3801d3a3662c/stripe1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:24.5rem;width:21.9375rem;top:11.875rem;left:0rem;display:block; }#O5MPCiZNEdQX2M8WgO4GHHCZ2L931OVn.adaptive-delivery-prevent-bg, #O5MPCiZNEdQX2M8WgO4GHHCZ2L931OVn.lazyload, #O5MPCiZNEdQX2M8WgO4GHHCZ2L931OVn.lazyloading { background-image: none; }
#W5NsGwJZtARPydUkd1AakhVzb00KeBAq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:15.3125rem;left:11.6875rem;overflow:hidden;display:block; }
#PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2caa6d72-d816-4c77-a1dc-1db39a1699b3/Beznazwy1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:24.5rem;width:21.9375rem;top:11.875rem;left:26.5625rem;display:block; }#PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM.adaptive-delivery-prevent-bg, #PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM.lazyload, #PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM.lazyloading { background-image: none; }
#LTHd53XptXrxOvgP5SQy4BB5iuydcQyG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.875rem;top:15.3125rem;left:38.1875rem;overflow:hidden;display:block; }
#IdNLJhPEHbkXvZa6qVhnnlQKDc9dQZHR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:21.875rem;left:33.375rem;height:3.1987875rem;text-align:center;text-align-last:center;display:block; }
#nxbtwWoLpkoaMPB7fQUvRe70oASTA0NI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7405524a-2886-4905-a35d-d07cd43dd994/stripe3.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:24.5rem;width:21.9375rem;top:11.875rem;left:53.0625rem;display:block; }#nxbtwWoLpkoaMPB7fQUvRe70oASTA0NI.adaptive-delivery-prevent-bg, #nxbtwWoLpkoaMPB7fQUvRe70oASTA0NI.lazyload, #nxbtwWoLpkoaMPB7fQUvRe70oASTA0NI.lazyloading { background-image: none; }
#DrFAclN1NxAhMB48rS6Q7W7mi970FM9a { 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:4.625rem;width:4.625rem;top:15.4375rem;left:64.875rem;overflow:hidden;display:block; }
#QdONvICtn4M7sT0VBi15vyLdUSQaThDK { position:absolute;display:block;z-index:15002;background-color:#f4f4f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.8125rem;top:16.75rem;left:9.75rem;display:block; }
#CkFcTeST4hqlTu4v9VzwolADn8xzEQgD { position:absolute;display:block;z-index:15004;background-color:#f4f4f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.8125rem;top:16.75rem;left:36.25rem;display:block; }
#B47dleUHe0mv5GQMPKiGmkJMLSa4kHfy { position:absolute;display:block;z-index:15007;background-color:#f4f4f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.8125rem;top:16.75rem;left:62.8125rem;display:block; }
#Qhf3auNPaPWnIbTDZnq8Icf5aukvI5G8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#VVr05w9FlxDF9guEw9S5T4nw9x2CZJo4 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.3125rem;left:26.5rem;display:block; }
#nHXQBXQVHRpCkAU5pare2hVc8d86Ro27 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.3125rem;left:39.125rem;display:block; }
#H62yTKBQVif8CrJO3Pgst6i62Tlripr6 { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.4375rem;left:35.625rem;display:none; }
#CwAWTFSaboyfRCrLnEoSICV8FsgS6dco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnIW7TC5UUfHVxepQvWLef3JUqV3ocNt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:21.875rem;left:7.25rem;height:1.79904375rem;text-align:center;text-align-last:center;display:block; }
#uTb45oeb2FZi1tgrey2ymPGtmdmno9ms { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:21.875rem;left:59.9375rem;height:1.79904375rem;text-align:center;text-align-last:center;display:block; }
#Mmb8508VJ9vtLamSDlwrbFXUXfLPazzf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:0rem;left:7.5625rem;height:8.999rem;text-align:center;text-align-last:center;display:none; }
#e6TewpbgzmtLauBoXWtoEByNU6ezLoRP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:0rem;left:59.9375rem;height:5.3994125rem;text-align:center;text-align-last:center;display:none; }
#tVb4H5F4hKF6mEdUypTpQEEyE7k1qHrm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:24.8125rem;left:7.25rem;height:8.99525rem;text-align:center;text-align-last:center;display:block; }
#RkATHkfIacto0ytyVps0X0bi2TSToisU { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.125rem;left:35.65625rem;display:block; }
#MQxNuKoxVVNSZMdTtSgW4Qu8C79UTLDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc1aTc32vETwOGryTyA1PN2xFlfmICcq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:24.8125rem;left:61.25rem;height:7.1961875rem;text-align:center;text-align-last:center;display:block; }
#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container { background-color: transparent; background-image: none; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container > .video-iframe-container { display: none; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row > .video-iframe-container { display: none; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .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); }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container { border-width: 0; border-radius: 0; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#pmV20xUk8y6bdRlnoRP0cTmD2PM4EpFK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.625rem;left:29.875rem;display:block; }
#O0br1TESCNWpWAdnZDb6Noet5OcTvycX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvmIIZrTRA7FiChuvO8Vz2ZPV9ULKcUX { color:rgba(var(--color-primary-3),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:12.6875rem;left:13.75rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container { background-color: transparent; background-image: none; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container > .video-iframe-container { display: none; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row > .video-iframe-container { display: none; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .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); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container { border-width: 0; border-radius: 0; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#Hzm556MTmlCeXaQWHMqwqBxEbbfHcPbq { color:rgba(var(--color-secondary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.75rem;left:13.75rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#it72FpHce9ogN9DtASibiM5cGRcv4pMZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#WgJK97ymfFeGHX4nclusJyp3iKmyl710 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.4375rem;left:26.5rem;display:block; }
#XHeByW5ToC9APMRfRQfTu6JAVyfAvktB { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.4375rem;left:39.125rem;display:block; }
#fG87uQzf32KZHEThg99XaU1wJUwKBp1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container { background-color: transparent; background-image: none; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container > .video-iframe-container { display: none; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row > .video-iframe-container { display: none; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .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); }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container { border-width: 0; border-radius: 0; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#DQwRAXgAyyMp06g1TbHTTGbICQTZ1ruW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#SHguO5ItbaTorocAZTeyoBhO8vDi0kzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#R4hbInhikP1IWkQvCp4VBKWwPSNLsiiS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#PKiruAAhCo1fRRVRhACMC6wVeEClum2Z { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#mhTgptQPZD9Lxq0oua0DsTpBy8ToECK8 { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#IRxoKsm6m9wqFdF5STyVr7rr9xdsyEMJ { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#UKa2vMKXUDJyzoSk67Etm9c2n94PqzIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#XnRHvdTiCGtJBVIntJdNE6aTVbaFNCte { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#l45tDqlGE7E7hAEhJ6VsvrwaRqhysblT { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#VLRhfSTZ2ZzXGrcwylX1ZTXDfUzrVefe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#ksEKHz6gSH2HlwTdtSZ5xP4PwpuCkcmU { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#UWpm48D5IDfg9OTrA4AN3ttGfnyholSu { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#iEVmRUZI0XGW9tiF2gtcLc2WNO27qVTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#DOgzBzkx11utOvXgUMgLTRfkSWmEkb0k { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#kaEJWPOtDEIw5T8cyl81W5z3OQpLtnww { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#kQr9VcF6JfbARWURk03632ubG0XIVpVD { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#oQIxfketBgq3shy7gaIozfKLfbd5x7Qo { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#WIzL3TWyH69TZihUp34wivrORFiSQlxF { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#rv4uK5yq4xqnJTZnLmz669o7SvnTBWbc { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#rmPVdKWAIMKC7Bwu31CSMF9nZbdd0yL0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#tC49DEaP2HiJ1XlREI7MR4uvwR1TqLod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#dM9iSIw3N47g9Xy2lefi0O1iSe6mukAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#x50EGka0EDvlmTKItb5QKTie8tzeSMd7 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#hhBfPUsFcqcAvd6bNH6JZB8MRmBd85Wr { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#aNzZmGLGFeeMI3dR73wiOakHJA1tRey4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#KiWPGp2586KH61x749Gbe5zDWLtFC1Bi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#kbhHZHPZQ1Hgn5bPbbE3BCs2Cu1L1uKm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.875rem;left:20.75rem; }
#M6ZXmke3gtUTgSMTznAgvuwF5bts5TFV { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67e2126c-0954-4372-a87b-9703f6416cb0/sp1.jpg");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#M6ZXmke3gtUTgSMTznAgvuwF5bts5TFV.adaptive-delivery-prevent-bg, #M6ZXmke3gtUTgSMTznAgvuwF5bts5TFV.lazyload, #M6ZXmke3gtUTgSMTznAgvuwF5bts5TFV.lazyloading { background-image: none; }
#faQ7MNsfglemwVCnxdBbwEknrX3QRG3R { color:#262b30;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9125003814698rem;left:25.78125rem;height:3.37384375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fSZl0I5ocW7GU2oVFb4hGVrS5tTg4fTS { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.762499809265rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T { color:#262b30;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11rem;left:25.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM { color:#262b30;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:11.4375rem;left:49.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#qubNJhqL1ixN0A2QCEizzpFU7TXvK09V { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#zEAgGtK56HSC7iSKxEOECVayKDLmG0Si { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:3.25rem;left:0rem;display:block; }
#GMUN1lvSEqSEoWtyNXPEevtChrCFXFyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hA08eQXGT4TtDegCRDnrAxi39s9kgulu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.5625rem;left:0rem;display:block; }
#M2LZyHtwBWfhdSVTw7bVlG1BrdwGEIld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5BkxVTyL8HOxtxxVA6uWRdng2JphOA9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.875rem;left:0rem;display:block; }
#oZmcKbi6PXFJVvOzBeHS5fkf7V1JMEyf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RaLW7n4JXFEXKrTmMaS9bVt9RaSaw7gH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.21875rem;left:0rem;display:block; }
#JNO3UTqOoierg3exXaTBcr8mh7Wxz0l5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mW8a0C2EMDzDiDt7wd6ITxBzWifOgAAJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#FEG6ITwtLnyltwk0gAMJZIiGDBACNJpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GwXMPJq8Xub6m89FDFVyioAaRsKTkoEI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.724609375rem;left:0rem;display:block; }
#rcQydHp2yW60BGs28rEqiUXnxMUUTvEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aV5yRuRA727IsmhE6TURxfShTLW7v3MC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.1875rem;left:0rem;display:block; }
#X5lix11Gh46DTTSsIN1utmrnerTGBPGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BsL48oVT0WkLGvFT602AFXGbJRoBGTyS { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#McOf5u5Eih8uDgDB1KGMiyypC8laFlcw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#RqekGwJHGiTMBOSutAvlK0nobRf0EfuX { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#HIdJ2CixbAEAnxZHcKOntK9547LEsMsi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#PqeSzdikvEUr1sWXQlJfrSSodfwfbvNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvSrROssQQN90QqVAImap4oyefMQaBsb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.3125rem;left:0.875rem; }
#B1spQ9izdsqZuhmr5DAzc8lTuuvQicgg { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#QsG4liscmveEuynZqwh3cefu54rHViSe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#EEkTZvWh8KPLH68Czn9QTZ1QTw81iwAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container { background-color: transparent; background-image: none; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container > .video-iframe-container { display: none; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row > .video-iframe-container { display: none; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .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); }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container { border-width: 0; border-radius: 0; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#OwKC5mgRl6Gq5tXBcoqPEenSAenKIm35 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:25rem;top:3.3125rem;left:6.8125rem;overflow:hidden;display:block; }
#dK5CxRPS6iewk2MRTR8koAcRy5t1IWbX { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.1875rem;width:23.4375rem;top:3.6875rem;left:7.375rem;display:block; }
#hSue77Fckccu4Pkw7XrKDQMJU3oTLHsp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:18.375rem;width:30.6875rem;top:2.537109375rem;left:36.833984375rem;display:block; }
#GTGLAEVaA3cKVV5mx78OJoKnr0wuDzXQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8263893127441rem;left:38.677949905396rem;height:14.29106875rem;display:block; }
#vi7PoaBu8sa5QUVTE2EeHcy9qAwx9PRQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.09375rem;left:44.923828125rem;display:block; }
#mKGVmyJ4Ml31JSE372dUygKAs1NrCSHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container { background-color: transparent; background-image: none; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container > .video-iframe-container { display: none; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row > .video-iframe-container { display: none; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .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); }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container { border-width: 0; border-radius: 0; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#LClzv6nygob9B33TD5FMkWghqLFqPtGZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#ZvvTTabynXWBi6Es4RbsDL3y8OdgZ3tP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#s6VDBzS3QZo7uHel1A73WDPB316EI5K3 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#M9O5MbXoAz2tlS4dPt6Uxug94I2vAunU { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#gymytbPWagFt3lxwnT8Cf3qCOt904HlQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#mBZoWtSoM31uDTGMesf0x82WMBrzR8xA { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#MwVagA1RM89QN5q0IHOfu9hmWV3MebnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#VFs5emGUf2liCobZJMqS4kVoOMPkBZ8E { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#XTiFI78diqb4ZKSBQ1bmr446dDwAGZt2 { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#vUVab5KnPDKKV2kHx60EkWlLzaK3ykX0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#VNunqlxn5lwQJU0G7tDHC29aWUzN4SCK { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#ZTvUsr2VixkACgTfLpvtcvpqg3vRkEKe { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#a3x1iItOJZeg84dShHrskNPP56ZAWbrw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#JHu8EoH45XgcaAsEyoRimR1ekdETTlwv { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#sPL8ngMtKSrbPnW7AnDSUoxoxs8DVznh { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#qGKHes7f8LymPL1z7X4EPVeU9l1B8M0p { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#TQkM4gc3F4pMrZdEnLKHGd5tNsnfTxTA { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#eXBN1obftvoB4hTaWd9O45U3AA73uMCy { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#VL7P8BZBMm5r6LpPOvRsd3i23VOzSUP1 { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#Ti1311LR9SuAGyNPyu6n6A397lU1DxIg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#mI49r17BZgo2Tc7Vq1oIPU4uqEPyqdxE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#dHeRAemZLHul1OiFdtHwMFQLyD2uSsoc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#ByNW1kTM1DgEQ7rUNkUrMqUTafTdBmBP { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#mVFOES8SAin0TJ0I9om8Vk7vCGXTdBTG { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#RkEN6BiXzgCs7k3vq7v7bqnHWQHRpQv0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#iBT5q9BDoq92VuguQt8IwTZJo0u2xg3w { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#LO2i18yiPDOTZq7IDsPwPu7oqCMfsfUZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.1875rem;left:20.75rem; }
#bgEk0GDuS4ViZg0z2ksOgHrTJJZbRcmr { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80508b87-80d8-4502-90b1-7daac89d37a0/piel.png");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#bgEk0GDuS4ViZg0z2ksOgHrTJJZbRcmr.adaptive-delivery-prevent-bg, #bgEk0GDuS4ViZg0z2ksOgHrTJJZbRcmr.lazyload, #bgEk0GDuS4ViZg0z2ksOgHrTJJZbRcmr.lazyloading { background-image: none; }
#HmhG0IIKlVOCSkDunyS7XcODPD1RwwSm { color:#262b30;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9124984741211rem;left:25.78125rem;height:3.37384375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IxsZu44IXvDW4ELryIUTpcFUQyhstm3L { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7625007629394rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x1couBJhn0I3Kig81hpRXGw7qmEDBdCL { color:#262b30;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.649295806885rem;left:25.781251907349rem;height:6.5075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#x1couBJhn0I3Kig81hpRXGw7qmEDBdCL li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#x1couBJhn0I3Kig81hpRXGw7qmEDBdCL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#AvSMp9LBU62tLW4S16hSC0d2UaIRIyHM { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#FXwII1kgIUMAg42w5e65HGei3PD6uDxl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#OkTJkxaxiqvZZ1TOtuWTVb2MTNHtyxbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3TpeIoiCBr2Vko9HxFzH0wcCMlLnDks { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.5625rem;left:0rem;display:block; }
#XJ6uEBMk9VJtRMAP64qH6PUZSlyW9c3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waWl3fsL4dnRQhnwTOCte92wiQUm74HL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.875rem;left:0rem;display:block; }
#dqtiAMmi82CFBMTx5TwIO94B77IidzxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUslzqRB7IvcTA1mIzxlmcIXZfd3hRK7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.21875rem;left:0rem;display:block; }
#TXASu22uyHpITEDglsmPVlvwuOTyd7X5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glMD2usp8flyQ0Q7QZrHgE9nbcc8GKAU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#ZD9nV7dpa50SMc31Tb2rFOe2wGok8Fq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwKkenICc7Tp0spALT98vqzvshwwPXTC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.875rem;left:0rem;display:block; }
#NT1owGiQ4gRCQcA9bwBk2L4Ntr8OW0i3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#od3D1DsTMMTJTQmQwHFOaQMwBp3eDpum { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:block; }
#ER4gdfA7UJ7R4W4RTRTneVmNH3J92eGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJ2rwNPrTDDXgA8Xze34Mpm6MP4TLriw { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#mCOhhfkJnHbarfQ29kXFlEUtqxS3Lw3y { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#NS6mFfbITsA7xK4kae1xdLu2gF9yVteV { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#msCc1b9ZBBe3msMsxVgQyaQwX2LBnHBK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#Z1rLAunmKOel2CnZsz6rTB0IANT2sIM5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1n4rTQg6zAqpknlIJmQUv5Jl0HdT5ZJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.3125rem;left:0.875rem; }
#IU7Lpf6VrzMv9RfoMxtnz9Io3kq5hEEP { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#fJEVVAT1Z7CoLbWBzRkTXcsf3zBNtS5F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.375rem;left:0rem;display:block; }
#Xlnp3N37yH67ulClmeMB7VHyuSe9WZF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container { background-color: transparent; background-image: none; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container > .video-iframe-container { display: none; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row > .video-iframe-container { display: none; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .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); }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container { border-width: 0; border-radius: 0; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#u2N2ufb9yWAaFwRCCXyScmfnnWVTW8vu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#XDEQ9MczpxllTt0TiNWvSBBn7PkxK9ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#vWI2fz3CepsxA8T1eP8ssl94as9zOD73 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#oeN9dNSaVtPAzKSbAz75IiTxLryy9wGk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#rL3G2lEFBrASP2WddbXl7PZQOpB7ZeXo { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#nSoQEPgaZnkWqdTy3NFa1FdXB1UForsW { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#D3bplwkBbN0CXC8HiiIiL10aXTZDezvm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#bbAWbf26sX4tTbIQ6zWUFhvpcr9NLUoH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#CPerz7y9M20HylimAre5irbTb9kiSGKF { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#iaFsh1fEuiZVz1GJS9ZZPmT6O4iM4JH7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#B2Cm4CauwUB7J8iV2CUeyiN7MhFs5qoF { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#KZxdpyE5nUEi89mr2ec4w6wL6DomKnhI { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#QATEvskFvbVa9d3PDwn0ETJUavqrlxXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#qZ8i68IQM9sAuLdVLeKO0EdfqNryNnun { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#oFlXdf3drvL6tGDET0JvQwL1HM65Ct22 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#icquTFzzOXzm0CEgpdVnbQ2dXUct9UzL { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#HLeoqaw6Nfhpzla16zuXuqiumO3etL1b { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#B5LbfVXXrlkhTghxTDyLcs5n2IHpiHvw { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#SFKIyTv1S1OSnBKUsQ3sTcxCzv0DPNw8 { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#D4X1nS9Ic5nPTlUV06wMby2ZDlPaQBk9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#lySWx30qOmPqsdBFqk9A6T6KWuJz7iVV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#P2sODgE6tbS27tVRlN3yzEsNRXB8lAQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#mfbyFEhq4nBbQBdXv2BZz9sdsoqC9lEs { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#G3bD3PqhM2Be37KJuCevX6qss8WexyeV { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#q3ckvqU3oOiwFp6v9qlUAT5VdiFKAdre { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#MnImeRBQ2s6Mbv6zWh8svb6bi6uaTlXI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#rc1HZizdSu1VosFKnkTzselgqGMOLabe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.5rem;left:20.75rem; }
#v9kzaIwGgNPL47Cq3N6MNF56UTn6X62u { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad45bd0f-f127-4b35-9a31-a980ee3d985a/spc.png");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#v9kzaIwGgNPL47Cq3N6MNF56UTn6X62u.adaptive-delivery-prevent-bg, #v9kzaIwGgNPL47Cq3N6MNF56UTn6X62u.lazyload, #v9kzaIwGgNPL47Cq3N6MNF56UTn6X62u.lazyloading { background-image: none; }
#bXwXC0f2hS8zWstCwI1XaPxUOXPtJUtW { color:#262b30;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9124984741211rem;left:25.78125rem;height:3.37384375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kn6WBa5BivEDWIMOXnSbwgk4CFey8Upc { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7625007629394rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE { color:#262b30;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:15.1880625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#PTWCiaa0uofMOppxQwMO53Ux6H1zcEtD { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#V5HSCeO7C1LzDKTZA7cR36V0hw9SeUZD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#DuTTRRvUGahRT1VX5aX3qfdxc9rCKTuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpC3tnpN3r514GwQDxtyG8Vfgzgk4aB9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#Jc0hIzSg15AbVxiMnEbbrcpgaXUyiQrp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZkI4Q4CWvRyrsS6ZktQy5bKTyLkDIAE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.875rem;left:0rem;display:block; }
#qohBMU9nK3XxT6Snio0aXtPhboaBAcKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q4MJf6ZO4N7ln9uik6RWH4eZd6tOJyzS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.21875rem;left:0rem;display:block; }
#vCyOgffxZfLyPqFSNr5KDFdGXLeKg6Vx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFz6FoAU82pL0nMWStaXv9VBlwUV2WSB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#NaWXz4TBKlDGcNVrrdxOGAB0fzC4tQiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwDdOcqe8OrUUtgUqJRONWRXRBTAFO8n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#BmptnDsq8cTh0Sv89x7GviN6Qu4Hu6t0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWRhJSva8A4RpcszCLpMGdrKySrNAJo3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.0625rem;left:0rem;display:block; }
#UFUFGrec3iTwPUHp5J2SDrgNUqLVcONU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaI4G2URAZs7Fp8XBQ0Na2Xw7JSAKMrX { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#hT2p2HzZLrGAEVXt18twxWf5xaceD7ZQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#RmLAtCPqiuTUe5OKNUz06AtN3Q1F0wVq { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#XylyiBKbL0WgHJO4MDxp7RH5EwyGakA1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#rC0FOSND6JZWiTDg4TqoTfyGfZum7MuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8F1q1TZO9cKMLgWIRthTVlThzdh8vcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.3125rem;left:0.875rem; }
#wTppA2zT064iGCabad7P2I3cXFyIp9B4 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#yTX1ZmyeLGb7Eb5IZrdLSAhAHACcdAed { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#rcF6uW2LTy5xmRvattNoiZtbzhFIB2kT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container { background-color: transparent; background-image: none; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container > .video-iframe-container { display: none; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row > .video-iframe-container { display: none; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .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); }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container { border-width: 0; border-radius: 0; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#k3AMVNdUN5Z6B7ZhfGC0T3UHq4SOPVrk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#L1tHxHvCcHWPyrzGLBe4CR9pw8feQwCa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#okWdLgs7deRsXXvFS8ZVCb2MVtkTc4l7 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#IhVwFL0g5chskeuFz8UGTVbMolppn5GK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#h5R0VQ1iCzKbuNdd88fylTQMNWHueKPx { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#uZRQCJn6GZc1hRLkswDr6A958FDJGn6H { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#K5T7SdhyEBDTTKwngrg5HDPSi4DQw8M1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#RyE1IGz9xPTKN0kKUELmTDuSplHyEQmU { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#ETdWrgF7Dpnaawon51UpEv2o8FS4tF75 { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#G0BKSrnBHH6aRsvMmvXw2sEWWyi1BRVy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#HXnR55r6H6G9DJXNncTBfPsZigFyJRao { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#xsTf7xpzRAxiyVabw8XecrCn1mqTtpDe { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#J01xwL3ULARCCZPNSc8HVQzOvuI1VorP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#JygVEqdZZPJEUvnPDyiMCokE6TlfqPNp { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#ICNlC36vDRcgeSnsLxyNaWvNTEt6Jl5y { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#rt5w91f1oIWQxTN0OJivTdbnEbTsQetm { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#X6CLC4nCEmPqoJK7JmR6P7Kcr5XZc16w { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#ObQFsPo0JuMd1Smafstuv0SW6s4g28Mg { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#MiBblDQKISARKULT4d5ThBmhfa47pdaH { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#qzyl2zzr86ypxDN8DGwsFgMJCiVm1Sed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#GwEnbVx94yqTGfdsKPBuXLqz6BEuJzZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#U8yGo46SJ3MiruTUuG8vPftRFDaK5Hyk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#W6Ol6oAiw1fcT0n5JvKHIOLaiisUXTL3 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#T3GBDis9KQPQWppM3NluwZFiPNfiquoK { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#oDtyqScSXseN8lELJKkkWxG0xLuFmabc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#vvruhBvDGTaoacg6OXLnVqhH50HB9lWR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#g6JVw4d1KBeSkXBm9kLcgz5QaQhtgUUA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.875rem;left:20.75rem; }
#uL0J6zShbbEvHSlV0Qd7x8gLTJRHXTyC { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87648382-5e98-46e5-b2ec-2c2b96e6d1a1/kid.png");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#uL0J6zShbbEvHSlV0Qd7x8gLTJRHXTyC.adaptive-delivery-prevent-bg, #uL0J6zShbbEvHSlV0Qd7x8gLTJRHXTyC.lazyload, #uL0J6zShbbEvHSlV0Qd7x8gLTJRHXTyC.lazyloading { background-image: none; }
#zokqGtSnf9xVdTNKl27yO6h5gDyrgQTT { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9124984741211rem;left:25.78125rem;height:3.37384375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VgHNm0TVU3qek9eV37RhA2CKKL7nl5Tg { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7625007629394rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf { color:#262b30;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:3.0353rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#allpo76TrMyfZRqAesHZ1yqgISOkcA2O { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#i8LaodKBLTlBu7srsdJPFzE12V10LB53 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#JxN3XEQcfuQFWegPi0TWpOOh3tnxPx0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ul3UEAZguKKGZeS0Sxt3fShTG5EOybua { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#WXzzRmwTn80dCVbRxBwIBQT1NGoNlGOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hr81U9VcuMbUGJ7eGOIKRnXM7dT55H1b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#Oh9TmwcHA5Cs1p22MJzZbNN7wAvwHKBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHVr7VIHi1FNM7TpJQcn0mNpnapU2HMA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.21875rem;left:0rem;display:block; }
#yEsLiHKbWOM02AgUxAG1vidDhNPDTcyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8PDfha6xeilzGeoZqveZPTvhLOvIwMV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#iUBdoL3itNgFMAPkuLXPTKKyvQvpMG5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avrGJKab2lFZTt2IbFHqV2CydNt7KOLw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#u94VHgwpiiyWdBbHDP7S2IQA6kd7cwGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQy731NRKIwnaAJ1rLg8g482XpdKCgyo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.0625rem;left:0rem;display:block; }
#cXt5ZMV6czqkuGoIyxEcitBPPfVV5clc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0VLkpzaki4WIvsLI7TdHMDDbr0g4Pan { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#IMG1Lfi2fL4GH6xmJ2moTN7NSAxAsCFg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#HT3t4UrztWX464RE6KJ4CSpa68et05P9 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#hyHgUoK4WSLWGoWdpGaFHu0d9oatCyhA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#re6BCCDAWXGEQimi53P9elCHRV12fexm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FXEsyccdPr8c0luVIh1uEMQQDM7nZo1P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.3125rem;left:0.875rem; }
#AW7Duc94oG8WRQPp875blloWfF9vrbZe { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#EUCMEO1KBTL22JxkeFga3ihd67XW9lpa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#L3c0Mv9RNLezyBmd9m5T340lqIHJEnfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container { background-color: transparent; background-image: none; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container > .video-iframe-container { display: none; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row > .video-iframe-container { display: none; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .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); }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container { border-width: 0; border-radius: 0; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#n7dDnQ5xsQvUmTpVNW4AQW4GlLZMK1mW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#XFa0pdZgQ4Z1DznNKFFLsX1T2Bitpqov { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#rXUILZLQUQ973V74HWNO2GPosic09ohN { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#Dk5gtiKb06mvOxOwFTQJzcJO6yk0ruhT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#fWIFF24WqGVJsyn1qOMDvaVfucHvPirJ { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#yrygvGnNtHwihPt63oQ0d07gPVrIit2W { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#LOlyOiqJlOfbI0PPK7zpS4OgwZtDuIhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#DL763AlncIVWA7T4N1vzryCpZx1oNoZG { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#KzGxQTURMTaf1uWgtu0Gwr2B9vNXKbcX { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#HQrQbRMumNhvoMxKI3lyfiW3GqMMyPTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#wrDHsv1Mdrk7wB0GCeeca0TpeMh5kW3O { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#FWG3VUORusWUvFNIyOIvTQ1ETkrX9OtG { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#PG7Drzvod5orVff1zIne6qdrDOc5bx5y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#Wo78x0pNc0vq4ezcWcr0thvu2ubzUKHC { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#gkNPHzcdUySap8NO6u0g6pF1040kiJcN { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#o5BCARLJPITluzA0CwHX35vFviT8mpKl { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#wJxwuFkt3tiqmvnikT2avdMExeVKigFg { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#RiLr9XWiBPw5cmICZJKW6b0xFtil3zdB { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#lMFlN4uyiOrcNVTLoOFTSSxzTMFulpyX { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#HdkXZBPapfGuN1yk2GSpVTBVFFcI56O0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#rsprFInoUh0GbS17DMcDtiaBepTTOrPG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#UyRKrXcdtDOCaZQM5qm4fzga0LtkRtQf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#F7u6vJTOlssPixqf2JA6tQnHNqxQVOEB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#lLOTetJQXZR6elsgpTyHO7uU5PoITZne { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#KkDT8V60xTzbTFzhDhGUkqRkRhCx44HJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#tLcSnoTCLW1CwVQTmBRLyMmFT0u6dWab { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#GsZNp1gp5PXrUknXNhpuC8o47iEFQ10I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.125rem;left:20.75rem; }
#MqaMftJsbZIfhiiHnlLhFMagrwoeZT5q { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fcd2c53b-e9be-455a-a34e-26643d011574/Beznazwy3.png");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#MqaMftJsbZIfhiiHnlLhFMagrwoeZT5q.adaptive-delivery-prevent-bg, #MqaMftJsbZIfhiiHnlLhFMagrwoeZT5q.lazyload, #MqaMftJsbZIfhiiHnlLhFMagrwoeZT5q.lazyloading { background-image: none; }
#w91308oGN1v82DBP0nKlJGN2PQkw2kkq { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9124984741211rem;left:25.78125rem;height:3.37384375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Slnq6vtq8fOwwbXgv4y674wn2TMVcrcf { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7625007629394rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 { color:#262b30;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:9.97975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#nwyFFdUwCoHbpaWQhFq3PEElzTxMneCR { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#rstF6HtfNy3ZO8NTlBPaTtOZsxtAJZKx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#HCHXFlgdd0rO4MLEMSEOeEccStA3NyNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvBlLa1CO97V28LTtwmVmGBM5HCSGXX5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#MUdhEyTJbNxQesdO8mHut7HdyJVpwEr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwRheW7CEgkUtTX6wXNOr8DaHoSsZs7q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#xCO6lahTQl2nWEZX7m6XMZ7199iKhMTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqg545PeyFkvhgP2HZ3NmwElzgBg2wqX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:block; }
#t7qZ5rBfXL1Ly9ohHU95v3qGwaSFpfT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVTuMsT8ntyliZLRymENmQwsJVRxOxrr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#N9CKm99frBxPBsCwFM0I4A5Qz54rSgIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGOXdTeFLOBI1llVeIhW6pT0v4kDNric { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#ooDKWvUTc2KMQHTa9BTlJ59GvQuoDabt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpaoONA9oZ6z7pUaO9SuEsXQBEd7dywr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.0625rem;left:0rem;display:block; }
#wR1fTr6nDi6XWl2vy1iF7M4AxHBrMgho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLIuSPHaZEOr4vCMmGRSewKVCGraHI0v { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#xSrTu6MG0XT2Lxngu41PoD6dR9FDnEAn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#Zpg7hgRJykSAKc3FuICD1EmwkCPchzHg { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#DxFsQPmLxgR9MHnKxv0kbecT2zSwe83x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#OJmXIzQCHBUIDZ53qWqBoTqM4dJl0Iwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rR3LZWUwKixQCXyc6bhgibyICXdTEwFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.3125rem;left:0.875rem; }
#B7GTP2Q93TkPQgq8bQUfzwRF8a9Uwp4D { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#B5c98kwVQrrdQZOkO5i40pEVH2wikkak { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#ubc0T2KRtyinTAkaNCTWnS5eHB3owEo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container { background-color: transparent; background-image: none; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container > .video-iframe-container { display: none; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row > .video-iframe-container { display: none; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .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); }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container { border-width: 0; border-radius: 0; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#CsoR9LOVP7T7gMpeXdIErtTBTwJrZKw7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#k1HCCkmP6R6kOhTpHJVV5hOUQRa50C8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#bHkyA3gb92s8mc8mSUI91qaG2AnQWL4s { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#hyRvzTfc7LRiJzqOcDGyL8S8tqNzfftE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#SSel4tZLMGyuv9F0vnftVkouJNHFZR2D { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#hkExWGnbFIH9NaPkNFlxSP4Om4SVXZGs { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#cmkIbKZFpHvTFN0EBk2MQrqve2ROa8Qv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#oiNFBx4Xk5RnTNiLcTplcyAdicTSwQE9 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#at69yVMf0KhMWzLukOQak765hb2OiwEV { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#ZUxyTI2QlqtETXKZzmhxBWGiEzrGrfLd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#T45ngpfQJ2H23slVKnxBdX16cz5J8Vch { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#Gr4uDHrV32T3RQI9CS9ERXXF1BpZgGVc { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#Fx0htruGyC1bPT3ytpTaXQJVW9AnN0OF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#FmBnBO5zQJ5pwGoP9x969H2ECe0lgPIG { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#oqnzy4tPd3o46mbURLUGA0TDkQU0nf5T { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#dBD28XzchGOfESauCUxddhIP2SkzpJ75 { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#z5AndqCIl3mAVNWcndFTFyJNV9pcZEPi { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#aRg77V5ooROBKdyhniRMMU3w2fFOkZpt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#k0APKd4r4o7JAi433iwTwSOci14ACz2H { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#wgc9wHB92zhN1sIpihwqiU6pHqtW4KU4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#Wm8ce3SrKZTfQx5VdAg53hhJZ4uVXRst { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#LMTU3rMs4OWp31T4MEKJCiith16cHD2o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#UmdZbTiGTyTiBkz2GUJ7bwwl0kJS7Rbm { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#yNIZdgZgowLerUGsNLv2T8bXJAPrk4l6 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#JOGL2ylAUflp5rckfP1PAFFktwgWL9c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#VtRU6qvaU3sV5ggKfFTIqp6nBeMek0Qi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:16.5rem;left:0rem;display:block; }
#TBDO2GQCwDXpDqaUTcLMOrkPXNr7GJlV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.375rem;left:20.75rem; }
#afpkaPRTv996BWTTxJhCSzVAi7qdBaBA { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae0e7ca1-b45d-40b5-a994-bb45db255cbf/ko.png");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#afpkaPRTv996BWTTxJhCSzVAi7qdBaBA.adaptive-delivery-prevent-bg, #afpkaPRTv996BWTTxJhCSzVAi7qdBaBA.lazyload, #afpkaPRTv996BWTTxJhCSzVAi7qdBaBA.lazyloading { background-image: none; }
#ZBVPHD3Ssc2vQ0cCOwHc41BRPoXDGVfA { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.0374984741211rem;left:25.78125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xW9TQsPTR5DzCOcQPJM7PIJClLRramgb { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2000007629394rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu { color:#262b30;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:15.1880625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#Nw6BJLMvwP1ZUMMrRDbJyPr5VTZc0R5s { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#WMir1sJM3R0D6qHfI2pZWg5yayuxa3gJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#acfMbQa5iFdDq3Nuzxs2VdOeZgZTtzTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOGPfnDIik7Ky8ykkh05vXs7cdpPlXSI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#gfOISKuXLco3ntoQ4GTVq5GxNQQ4O3Hz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#undiEst0sf4T3vNNMpQ0znITSaBmNdfp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#dh5WR4Z7ymv5GXFZeKn4pqJqzUTGTqRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8zuN5zdapgRDWtBgcTdwUC8kS6qtf0w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:block; }
#rsrHMxfNcRpkUqbzIIVLUn1s7OcC3pHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGsU6k3yLIAsEo4IQ5II0KBpqQvdqgXd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.25rem;left:0rem;display:block; }
#JTwspIfEA4V46h30qPmphlcTo9uDZBCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvMTIFNusqDlT53nHW4iJnkRTwUiUFxn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#vigDX0uTxEerw5EdIEP5XfWcZAR3EGMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SitVdM7nORuWX5k9cw1llGUXcMof9pt0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.0625rem;left:0rem;display:block; }
#wPwycuCtq7QgoodrvU6NcvcV0izKkFbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5IishIvHSpCmmrDUS8LTcZG6SRpTbhg { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#JDEbx6Lt5Nvt255mtKNvZHBqHMhzNsPy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#ztvqoR0ZIPCIcEexoKqn8gEHuczd8WBm { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#uDo0g4H7qt2QDSmvpvXJ9m7kMK8lMzc3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#qs4QmfCWyuCnrr1rJFk9qW2uadhzHONt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KigVQAOp4ABxyXTgrXZ1WNn2OHl7x72a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:27.2978515625rem;left:0.875rem; }
#RJiKSv9BT24y5ro1IziQUTSvsv1ZJfbx { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:27.6669921875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#XkkGAsKDrO69dTzfewaXcFAq1JhOpP35 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#U6VkPSE1VfUFf6yBggfwRosStpGK2fLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container { background-color: transparent; background-image: none; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container > .video-iframe-container { display: none; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row > .video-iframe-container { display: none; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .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); }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container { border-width: 0; border-radius: 0; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#iAvs6NyDEVEzCemctGNxqFhTD6U5O7kU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#CKRO4CXAnsMo9ugnPSrIz2LDndqgUZDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#raiS4lidbNXU3ImOQFppFTmihc0LwiP7 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#ssUmHiI8e97mUS4PiS5CGKyczX0C77ka { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#JItruHaZ3pRtO74n6hwVATCapRMWOFur { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#oNUm2dMFW2fVVsoRLQVF4ECcIxpovDhS { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#mBZZrmTahhgL5N3BuA1hzmKUE52V8UrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#Xb5Q09SeKs0KOyXkefytIvuaGqJVXS9O { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#WWyTHeHQ88di0GQ88JdQzxBd1afZP4wQ { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#zxU5KoL6bOPD6s1qaawt14TlvZWiImL0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#bp9WJ7D7P6Fmvzhh1U0vvDS2Z9DtinIB { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#tos1IhTWTyaCXUiHq3bB1mJ5GOT4n0W5 { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#FQNJMdPtQWSvHoQcc0TKFsntABV6U8DL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#FSvkMGMLukJlp14xE9PnElDc01cWbf2D { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#lUt0g5hyXPstKzcAMq3biTTG05NELbxo { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#mg9TgcETMT0WU0C4lwVyDFbll8vBqouN { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#qeTb17gnxlBHAKlPrTHvEI0ndQevFn9k { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#BGTt5ANlMZSl1pErK7xQZNOb1fNokF9o { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#AahGhUMNXnCanCxkXOVbFdGMDEVcMLhJ { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#Xz2QZ7bEC6S9TMspmbIegNgubp7a1SZZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#fKuDaJrSs6zX1dSRdE60uyiJMns3bnrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#zmgBIlOxG6Hy85MkDwQqqzaTAtbRC8Bk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#TUmoaF1Htiv4rVa08HSntmarBFW5f2mX { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#OG78cJnud4cv72xvENUNvkFPg5oheqRZ { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#XT65DkJOkrQfxvQ4eb0fZZBLRmEaUf21 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#TtdIdDR7rrkA21PMbDW0kiITdiJ6zi8R { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#kAa9DqMST3FEniyFMUxTo27ZEFoKKvVs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.75rem;left:20.75rem; }
#PWl7gbTzBa1zQiTEOnm4V69dJ8CMkF4H { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ba92655-0754-4861-8903-4703dbabd50c/sp8.jpg");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#PWl7gbTzBa1zQiTEOnm4V69dJ8CMkF4H.adaptive-delivery-prevent-bg, #PWl7gbTzBa1zQiTEOnm4V69dJ8CMkF4H.lazyload, #PWl7gbTzBa1zQiTEOnm4V69dJ8CMkF4H.lazyloading { background-image: none; }
#HC8G0mXS74ZgrTuoScCd6AbCMpQ7ZiT4 { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9375rem;left:25.78125rem;height:3.37384375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ouqne55Tv7TcnHgQxzLO9OECrRMkRmOT { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH { color:#262b30;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#XrFF4TDFVZRWn9hhOQa2sEUriONlmdXc { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#k2lg0fAegd9SgKdncMGOw7XO8SiFK1Te { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#CZpPyxihTw1KLZuZwyr4qBe7ICigrpbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddLN7K56C44MJs7Q3mEI47CXFbAoNUqh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#CsRcIRXyQz9PH8RzcpmEFiFcfensf0qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiZuTNU5Bx9AaQTfb3GNtFPuEmiEISzr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#DZiVxnv4uaTcrkTPLTKMTaeKU7P88Cia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7ZyWeH4gsCLpLXZf5aymJ8ziVKGvkGu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:block; }
#HTDDPBNQWuxudn7CEKL3SnHQTJ9UGIWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZLL6TUhcA9BXCLi8N7w43sL6uVe3lXZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.25rem;left:0rem;display:block; }
#TmO7ppWTEXTbIAKXPWPCO4yudZPpeAVB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAWmv61Mqgx2B4egTMMS35Fp6z5Tu0vn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#F48QHIgHupgusmTlqyRSmisgWLRcDepd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGFADa5T9VAUeRluLq954ne1kCACR170 { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#KTPdbf3STGrmA9c9AZEXM7O381SUmRIR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#CwPFlCPFp14LJsNxRwwRg5KTgBE2lJFD { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#BMqoXJ36JJXULFyU4KNCnzz1X5iMyJkT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#BJuUxLg8CqpEty1JaJZwvDEgrnTz5cn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqvG3UWDwZKVTTS84SQHsX6oCgOPlv3K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:23.0625rem;left:0rem;display:block; }
#SDMz6KFu5dX269SvfrScOxxgBZtnvtn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2r8y9SkK27XUsGeLvQ7Vu3er0tgh3kW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.3125rem;left:0.875rem; }
#sScT1oXfhazy6nS4nAKv17tOBo6nd6d9 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#WxA6lon19Of2Tle3qE73IVVDAtiJCRuQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#vi4F5mTuCHJXkLxlfFrA1vIoEvn5QZSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container { background-color: transparent; background-image: none; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container > .video-iframe-container { display: none; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row > .video-iframe-container { display: none; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .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); }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container { border-width: 0; border-radius: 0; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#pOEEkRrfPPG8kCvBtxdt6KESvzM1WTqU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#DmzTkD2BzkSn6pJRptICkmbUorDMycGu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#D1V6oamCEauc3pmc1DxnQTUPAZE887WV { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#HBTAIAzmywNEeLlhekPTzBCpIX15l0QR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#UADRM80nHvx3J8tv6iM7OxS3rvJU4Irk { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#SKTXRyP8IBvVNQq8gdZC1wirLeOuzVah { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#lpyLSPmki9ZbJTbfNCBTSxEbosbg6taB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#r6W8M0DTMl6rX3yG3e6GCea26tdWBpFX { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#D022lJLwHrMdgvcF6bMfdHxmFrKmRM8u { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#wB3Tnh8TSui1His3sJ2Gx498DmZQGp7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#gDeb72Xzvwgd8vPkZACpuTG4kWhFKAH4 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#btOVTikDp7DzL8Z7UI786X6eP57kkD0s { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#TcypEt3nfDJdMoPEffzNoFzO13XMHuuE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#TnGJRWGFFPTHXR70oHZUnv8y9A9Chze1 { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#qX3hzQIsfJ7yDSDT3o9kIZebUHrBx8Au { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#CWzh8o93ytTpFNs0rpUtxIBmeTUrCaLN { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#uEIuXw1yDEyUM2HQ7Q9oldIrRxpWozB3 { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#WLbS8f3iN2q2UBRkLOPrqS8x9g4xM64e { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#mZPPDdfchXI47JwAkwBgXXbC6isLw2qB { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#NK3zthy1wrNdMqElnsI32Cx33KI1ws3C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#zmXmpnPscZiBbrbOutx8T1gNE5J6OuMB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#pho8nXnFF76max3qrv04pMnRtaIMd6vk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#Ua9TyMOw3qL6mnqmeAkJDTsITb1Fmx4d { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#CyXwUBwzWIhiNd2oJTAvASH1p450XeNx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#PkKCL9iWGiTuMwl5XALXPN98R3yAVG88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.9375rem;left:0.875rem; }
#dGLpsUHR1HTTvsBSp0UtANZ72XmpFBDb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:23.125rem;left:0rem;display:block; }
#Biztmzsofl36l2qWAKmAR8cVzTPwA9Ep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.9375rem;left:20.75rem; }
#i0qEyuo03ryxKX8hcVZGUylTKwxODVDy { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83261864-9475-4842-be1a-c6e1fb7a6f73/sp9.jpg");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#i0qEyuo03ryxKX8hcVZGUylTKwxODVDy.adaptive-delivery-prevent-bg, #i0qEyuo03ryxKX8hcVZGUylTKwxODVDy.lazyload, #i0qEyuo03ryxKX8hcVZGUylTKwxODVDy.lazyloading { background-image: none; }
#dxkBqRdHfqOlwIivhJ57LvwsFAdt12NH { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.0625rem;left:25.78125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwG9ZdQevA61ml07eGFDR6vgoMaMHwee { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qu4pc72fWATxcOknhv36R5ktxttR2LPd { color:#262b30;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#qu4pc72fWATxcOknhv36R5ktxttR2LPd li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qu4pc72fWATxcOknhv36R5ktxttR2LPd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#il0kvziGOVq1gki2kPHz9Ot2uIgzN3UF { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#Xwb2U8X0019kbrlwoK7qRMFAJ33Ko6u3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#GmTsJ7xcb5yDmx4vh4OywaG23dg1N7ts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mq5VulMCXL08JKw4ZCITIs9UkiHg7cF9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#qCqcBZsKMx76rUvlcqSOFPiliv6hIPXa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEstzkePi7MTKB3JJDEA0OZVuCB9Cwq1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#T4L7GFWQLsrSHk0Rp5KNNV26sLD8std2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#liVuEG9UqlOTXT9T55isiE8HLiW8y7ac { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:block; }
#UWFn0g9U1D5J56kuPTybJqaWGf3rENTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWc4Cpb109fRTHXPweVhvsVbU3wo9cnG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.25rem;left:0rem;display:block; }
#vNTmiyCoFIHqy4u817WiT9tHCVif8Nux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmyBbstJpBQ3KKSBX2DKFJBEJkOpB0To { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#Bo32i4TJNEf3EWA5LgLJM6uxDFLrIv57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XA5T2Ch8xhreSMA8oTAuNeEaHDpSDHKK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#dRPSThLpXWs0BUXOzyIfCbJh4ITKf78c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cW7Ktl4VIzaqaqRDqobXK81GEzbeTamo { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#KHTw5i0yIMe1eG08o2WJ4rO9aqKczwoZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#WQ1WGwEtx6DABi99v70hQXht7T083eAg { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#cgrEq3WgZeymued6OUXGWuxTg9qQ83cz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#FTn0pMGx1CGaoB8x7E0a8yLT47EWza3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkKwQPdBT73cS2PgVKxmzkAelMFI0pMN { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.681640625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#LnCSOh1GUmFky0WD0K0b3ZQbTQZIs6oA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.3125rem;left:0.875rem; }
#Psfd0cHwexwRnfzvxgmyBCPOKJG4aZ4w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#IiSP2HfzlCx6WCynxgOgAFSTdRZyx1WH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container { background-color: transparent; background-image: none; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container > .video-iframe-container { display: none; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row > .video-iframe-container { display: none; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .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); }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container { border-width: 0; border-radius: 0; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#pGq2Usnbr64spuWJT8zITlxmr9PM4dnq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:29.8125rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#JqqfCg6yS8NhgLh7VoAB96GeBgQcJO3f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#PTzvHsqCfPiTJnGUSBQKa8F87ofPPhks { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#u7Rnv42PHDFXy1bTK4mSuWPsRkTzTTeA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#zDeeIAdmPg2uKZbJfLCKZ9l2lU8cpggc { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#yEJIfEzxDFOKSSyew5XTnSeHZ8IVQE0A { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#Dqp4II26W1Mav2eLUivG5BpmOTT6Rz5l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#VpfwXQ5VRTOTBZI01Gco6RDh9KxKUzBH { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#UiMz3FrRyzgmf1lZkhhcMeVfsTfsVnql { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#qlq5szJSMzvoWSVwfrlTlLhicFkTrNvp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#w0iuTgvaZxMgy44lsCXx2OzP8wPKvB2f { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#BrtBTPMdT1KaAib8IDkdsWw0U4342lbV { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#fPlGyda0cb8rFKPbBPkIWlJyWqP9MaRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#awmETHvdNRseHB6CUZ19GdGmPFplw4BT { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#oqUrSfFNhxe5fKZIJsSqmbLhbO0qyATF { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#rb79n87fW6xrLZVHKQAzwM5B7nEABFkv { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#NsDXJO61vJGz8Joe05srkT8U5bnKDr7z { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#e01FFvPGtkI2bTisy09ms7XlLAuVJMip { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#ZGBMMu9UvfqHzT8bioCQLaatKFli6N5W { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#qFUw5BlPNwWUW2rAPxZnthwHKPTWXJqr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#SDkuzoL70V2o0vIvX07rgEpAB75ezFc8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#cS6OFzxZrUAluM1BwNIa5aCsXGMDxURc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.4375rem;left:0.875rem; }
#CsTGaHilx6c8RUXMUP2xsJZBPLl8T4yU { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#nLBgWaxoWwPrwkibC8ObV0cUirGh5qly { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#OU9U98T4TKRwzUt80JUbkyEbMEdd462p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.3125rem;left:0.875rem; }
#AVn2K3AgCpUWs4BVZ9dI6Qe6Q6H9DasL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.375rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#S55Gw41nqbcVXBdqIRdFvTc6z759i2Xl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.318359375rem;left:20.75rem; }
#KCT4PRPe2AV6afcH5X023uNztzm3e1KO { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb31345f-9ba1-4ebb-a6cd-2d1d92e9f7d9/pakietyokulistyczne.jpg");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#KCT4PRPe2AV6afcH5X023uNztzm3e1KO.adaptive-delivery-prevent-bg, #KCT4PRPe2AV6afcH5X023uNztzm3e1KO.lazyload, #KCT4PRPe2AV6afcH5X023uNztzm3e1KO.lazyloading { background-image: none; }
#nQPk8f8fLBga1a8UgALOohVZrm4ARcKX { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.0625rem;left:25.78125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AWSFvXlSSLpJpPcHeVJhDLCbWlU8behd { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:25.78125rem;height:1.2991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV { color:#3e3e3e;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.4375rem;left:25.8125rem;height:13.4519375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#gN2pbVK6uBgrJUvAJf7cho8yIFqFXMUr { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#GsWF5zXdS012TfPB066XT970H93X3LzV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#KGz7F7vmwS32wKmddZS7AV286qC39MAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgaZUnx2AIbLLZ7iS5J9rk3zsBUOFKZZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#T5ewvoS9ibeEqL3QAQ6pIbfUNtJp6FKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1fepfyQq3DCVCpzZ8cp14AF5c8f6cBE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#vz7aC3PqiZTCnH7zH35c9kpzJ4LcL8ve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlmBIqxfOyMeggPbyEOqrmpiJkHgduhM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:block; }
#nTmP4tmpqhR3rugxMTRgZ0SBTGSZwOxM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c32iEQ6zrzHoJRh2gr0mxzgdVbn7ZlQC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.25rem;left:0rem;display:block; }
#m41HqMdkTm6QvmUc4Mm0A9BpydKWTAmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCAWzu4nGVINlpmnhKppRPCOn6LGwRBC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#VaZzeuq9zhbFm3secSwhiCPT32KD3o5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6BFQmv4l1F07KhcrzWH3cD0eTnpSc58 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#MMOdPsk3LqktX25uT87RsvukmTipiQwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fbsg6dSSRFL1kGnTQKGNXm8JcaG1TCEW { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#Xlr1DcGbw3kHPa3CXXtkifv6QNaiv7QJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem;display:none; }
#kaDkpzylu27sqtmVM1SFaMgap0kFvsNN { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.13720625rem;font-style:normal;display:none; }
#KV0qbtA9GN6hSTaNDHnC52WNR8go9TAT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:none; }
#USqT8JTVtGMUL8dZ6LOqTV0REwLLOc06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#It2DLolqbq0gfl6XfUnqNqIozGx84Umb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.9375rem;left:0.875rem; }
#TxXwJp3hGnnNfrG1yTU7efA782ru5asR { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.25rem;height:1.137875rem;font-style:normal;display:block; }
#GIN3nBK0aHayp9T4E7w18L1EuXtX5UlU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:block; }
#E4HpgHgbfFkR2pSvgnK6lcWK9NLb63yc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BooA81xchTZLswuCFSLdIFp5seJDM4Lu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BooA81xchTZLswuCFSLdIFp5seJDM4Lu > .row .container { border-width: 0; border-radius: 0; }#BooA81xchTZLswuCFSLdIFp5seJDM4Lu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BooA81xchTZLswuCFSLdIFp5seJDM4Lu > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:none; }#v7rgxmuEKfrpBIuPXQl1KSnuTLcC8qax { color:rgba(var(--color-secondary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.75rem;left:13.75rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#aSSKT6ZqLKVlTHF7ds3kgbnelwSHBATh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#JGhqXXXkt6z9EMnV9SVBazq0pM65BnZM { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.4375rem;left:26.5rem;display:block; }
#hy52TB6kzPfIEgNvHSqJly9nN1d1qpws { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.4375rem;left:39.125rem;display:block; }
#UGT1bwFGfua18sX4mPQzQyhD2182DQ02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UGT1bwFGfua18sX4mPQzQyhD2182DQ02 > .row .container { border-width: 0; border-radius: 0; }#UGT1bwFGfua18sX4mPQzQyhD2182DQ02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGT1bwFGfua18sX4mPQzQyhD2182DQ02 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#RQmBvHCS31yI7xou8ADkZgi6NwKvUcoX { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.4375rem;left:55.46875rem;display:block; }
#ET3Gqskcnt2TgBKdohBnwAqluKQUwb4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTN7VVTBxrrQkTs2DA6B6lgTuZbJcJVz { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.4375rem;left:30.46875rem;display:block; }
#gkT236u8rTLxkD2DP5NsntErBmHEhNea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyNyJ5BHvMPLH33TtpOFKmKxJkCUUHNG { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.1875rem;left:55.46875rem;display:block; }
#SJ8lXtTX0wU1y6boRHFKu1CVvzsTTSPU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDdUbgaIyTbQ29K8fEONvLmORcV3GX7H { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:10.4375rem;left:5.46875rem;display:block; }
#OxVBa5BAb6tIPEApD0VGHZJklLVxUddu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2aRRqqrIqf6JDguapcCDkffRQmJCc59 { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.1875rem;left:5.53125rem;display:block; }
#TA3TUS6aFepl946TTbUfBNRUGbDVK7ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RV3XWD7nqozJphbNosoPTik2UtUq49Dq { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.1875rem;left:30.46875rem;display:block; }
#Nk2DbQP7b3tOas1M0NZZd5GI503a9hDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNR8KwtdXzEeOyidnQuNckHUgCRGnoTu { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:16.5625rem;top:10.21875rem;left:54.21875rem;display:block; }
#rv2qVLMhHFGEidT3IgcEG8rPWm0AtilH { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:16.5625rem;top:10.21875rem;left:4.21875rem;display:block; }
#AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK > .row .container { border-width: 0; border-radius: 0; }#AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:none; }#MnGscar6CHbesPHzpT4lS0068hJxDqV2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:33rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#Fv0gX1EsAUCXa6RXB82PcgFVJ5t9rvcd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.6875rem;left:0.875rem; }
#kdWShr6wEvWy3ryvu7AT0iGfbgwVKwsB { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#lZpukMi14tgzaSJM4uvFlX6cInTg3q8V { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:3.25rem;left:0rem;display:block; }
#fzFsDdzilpybuzOlPBvSs18SX9Tzgyhe { color:#262b30;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#K0V5AE26GdV7NomcmZo1QFtO5CTn6Jh9 { position:absolute;display:block;z-index:15006;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.0625rem;width:21.25rem;top:6.5625rem;left:0rem;display:block; }
#zXAS1Kx2DyXZLbqDNyOOwVa63qdxxAPg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:0.875rem; }
#WxCTlC1L8fh2lqfa113fqpBoZTlX5OW4 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#QfU7AZLIJ8DO0k0nShxsmzqRilXXBHaR { position:absolute;display:block;z-index:15009;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.0625rem;width:21.25rem;top:9.875rem;left:0rem;display:block; }
#vwLfDI5rbw7SmNeqDNMkds86hx53GEse { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.3125rem;left:0.875rem; }
#gHz0LU5pVagntmlTp5JWp3eTtQMy6FBU { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#ciJaz7Vp2Pm96bevXehcNCKwOHbB6AoO { position:absolute;display:block;z-index:15012;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.0625rem;width:21.25rem;top:13.1875rem;left:0rem;display:block; }
#tvEkOi4TByfNA2DQRaPs3WIttVh10fc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.625rem;left:0.875rem; }
#BAFXN8ZTcGSvlLr8UiIPD1yaTftT62XQ { position:absolute;display:block;z-index:15024;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.0625rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#tM7ScNFsOaGDTH5EgmOpqJtMCs9MI0IO { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:24.1875rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#xshoCTzcCG0fFVCP07s5uGLxtgJvGDvP { position:absolute;display:block;z-index:15021;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.0625rem;width:21.25rem;top:23.0625rem;left:0rem;display:block; }
#Iq1sqDNI8VqlN7fBCQVWbI8eWNb63OFm { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:20.875rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#NQiq5v4AVlM0DW9FQZDwnPl68C9wZUT6 { position:absolute;display:block;z-index:15018;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.0625rem;width:21.25rem;top:19.75rem;left:0rem;display:block; }
#eiFlcwSmTMgNWCt7alzuc84diyZlrnA7 { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#mGrENmLy320S3xMaUWOTkL7xXTS69SCa { position:absolute;display:block;z-index:15015;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.0625rem;width:21.25rem;top:16.4375rem;left:0rem;display:block; }
#teQGcgBpAK0qNU8F5ATK2C2MG43hFS2o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:0.875rem; }
#Mg7wLAe66dcmiDRT98pE60glPCqhv9Cl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:0.875rem; }
#tTOUklk8MH6pDBDpzty1a6npvqlmABHS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.5rem;left:0.875rem; }
#NeemBPIkhKPh1DNLMzb7SRNRwUhQHfn2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:23.8125rem;left:0.875rem; }
#S8RoQzUJLAftnvawZ3oEab0nZsP7Z0Mu { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#rlTH3mAtr0IFO5Ik0LdAtHF4xdM9nkqc { color:#262b30;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#Ou2QEtiNZaZshOtwUQz0b3zA5VTTm6OK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.0625rem;left:0.875rem; }
#N2WZ5PmtJmUamHJls3alSRTus4T1ACIL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:3.3125rem;width:21.25rem;top:29.75rem;left:0rem;display:block; }
#XmXafT0Xsx7S9Nf2i3n7iAtRmzFXEivN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.6875rem;left:20.75rem; }
#TGsbz4btWf2GRNDv6edr1A7mHFURpDuy { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8629db4c-93ad-476e-bb2b-a140d93b4bff/sp10.jpg");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:7.625rem;width:33.375rem;top:1.875rem;left:41.625rem;display:block; }#TGsbz4btWf2GRNDv6edr1A7mHFURpDuy.adaptive-delivery-prevent-bg, #TGsbz4btWf2GRNDv6edr1A7mHFURpDuy.lazyload, #TGsbz4btWf2GRNDv6edr1A7mHFURpDuy.lazyloading { background-image: none; }
#RkhJzkqx8EROgktSULDHon8Q2id1fQuR { color:#262b30;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.0625rem;left:25.78125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pw3kf5tkgFnUF7Cx9h5MVDbcwxCT7fru { color:#262b30;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:25.78125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTCB6v1MzhEM7drGFmG9ASTxkFNE848r { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:5.9375rem;width:31.6875rem;top:2.5rem;left:42.25rem;display:block; }
#HvMKlMXLPyEZqJVcscTwWsZtCap3BKnC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#HBadm9NtVlHq2wV2rq8zUiMDZzMJELqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6oEEvl1UPvvrynotLmAqXmLmlpBKbua { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#PzUV6gEfJA122No0b6fA7ZnVJHcJ2DLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNWoOFdxXAmkTMcwbCBlPywXFulE1qE2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.625rem;left:0rem;display:block; }
#v1PFXlcNbaH9rxzTZTNXvDRbwd3c4PUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnCWB7ZfFi160MqNr4EDFVcIL1JT5be1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:block; }
#ppBgo9gganOyFGVNTof1V2SizyL6ZWqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDxUdPdEDmXhBvqkATD7l1mOhOR7gTL8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.25rem;left:0rem;display:block; }
#VleSfyDDBH9ROTcHzTRAZxFQCzOkifA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQ4BCtTG9u3lwlXri6lJTeOaJz5zc0SU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5rem;left:0rem;display:block; }
#Wn7ts7BtPlKTxcLZuWuOJCu2NBvXMuM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qENd2G33NKUbI6LKVGnb5lIOpPKww06R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#hmCcKwAv9UGf3HGA2AxD2hvI6qq7BfqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aV7rt8ARi9HMC9Rq5qRLJMmTDhR8OanR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:block; }
#fsNgkUzIXL3C7OrZ8sZ3ecg0CquAEoQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSOoOXq0mmklO7ppLPrSMhTfia6fPTm5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:26.375rem;left:0rem;display:block; }
#pIBoNe8nXVvTLcJAwoJ6lyGz7UfkIhyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7ieKAE6Tic93xT1aeD0e13oPlVRJOqp { position:absolute;display:block;z-index:15027;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.0625rem;width:21.25rem;top:29.6875rem;left:0rem;display:block; }
#kMJbLVJpGheRh8tBfsAyW4ecSTHmiSaM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5rem;left:0.9375rem; }
#K4884oGz8CaeHymMlmlUwxuWPbmFTlVc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.25rem;height:1.1375rem;font-style:normal;display:block; }
#WxTFyuMuxHbscXrsnlqyXvsW9Mefepci { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.137500762939rem;left:25.78125rem;display:block; }
#X8CdQcyxZwTIoV9vNRi6G2OLZrEAnLtK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SltB4B022cCtQ5WIlwLhfPuulRStJFiK { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:25.78125rem;display:block; }
#QXKE2JibcAAWOX7zhUtOR4MG9FlS7TPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ttu3Ar0LcECqRJOmT0efEZ26r31gV1WC { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.137500762939rem;left:38.65625rem;display:block; }
#qXOBvTgIytT5Vio9sfNhPNMiId130UTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9JXh5T5SFaarU0mtLTKieeWroCTp22I { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.25rem;left:38.65625rem;display:block; }
#p0ThBgaJ9hXWJI5FBTwZvOASyvXp4HGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTRbU7I3c1HVFiT2NsLck0ELCiptuKlQ { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.3125rem;left:25.78125rem;display:block; }
#iksfD9Bq4BNLBQdWawEJCTdWTSFzawJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lB1zxCPtIAH91M68HCHd0PU5MDOh3xRq { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:20.3125rem;left:38.65625rem;display:block; }
#W9st5JLD7GJ5pEJF4TdZyUyv9sKPBn0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container { background-color: transparent; background-image: none; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container > .video-iframe-container { display: none; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row > .video-iframe-container { display: none; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .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); }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container { border-width: 0; border-radius: 0; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dca21a84-5825-41db-9bb7-46971a710f49/bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp.adaptive-delivery-prevent-bg, #CuJw7uKanJc9RbpI3G0058lgIQxAbxrp.lazyload, #CuJw7uKanJc9RbpI3G0058lgIQxAbxrp.lazyloading { background-image: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container { background-color: transparent; background-image: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,245,0.75); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container > .video-iframe-container { display: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,245,0.75); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row > .video-iframe-container { display: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .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); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container { border-width: 0; border-radius: 0; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#w5gxPlO7AwB9dSmRBmP3TohVJMz8rRO1 { 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:1.5625rem;width:1.5625rem;top:2.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#OLXwxa9eLOaaW4bE0zdDqEhbB7SNTz6X { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:3.3125rem;left:26.5rem;display:block; }
#HDeQcGzThvThdkVFDmRt90HDKvQ9iAJC { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:3.3125rem;left:39.125rem;display:block; }
#Bf9H8gWNnoyr6MLnPSwgZDVKlLxVBfHN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.25rem;left:32.46875rem;display:block; }
#X1oDGe31Nvw443m9pvGPoOKDJgi3MONB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dowMKZseLTbE1pINWyVaqq70z4VIlcfZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.625rem;left:29.875rem;display:none; }
#R3E9cSfKuHn5wE7SflFy2TxKdCmJUELU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dca21a84-5825-41db-9bb7-46971a710f49/bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur.adaptive-delivery-prevent-bg, #UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur.lazyload, #UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur.lazyloading { background-image: none; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur > .row .container { border-width: 0; border-radius: 0; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#mXOAZcNI9TU6tnVlQiedeMt5SSlRbFGs { position:absolute;display:block;z-index:15001;background-color:rgba(244,244,245,0.34);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:37.5rem;width:62.1875rem;top:0rem;left:6.40625rem;display:block; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-form-header {  }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:45.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.5);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.125rem;box-sizing:border-box;height:2.9375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-text {padding-top: 0; padding-bottom: 0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.5);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.125rem;box-sizing:border-box;height:6.875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.5);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.125rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-select {padding-top: 0; padding-bottom: 0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.1875rem;margin-bottom:0.25rem;margin-left:14.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.6875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:43.875rem;overflow:hidden;font-style:normal;float:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-container:first-of-type{padding-top:0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-container:last-of-type{padding-bottom:0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.625rem;left:14.5615234375rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.125rem;display:block;vertical-align:top; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI {display:block;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.625rem;left:14.5615234375rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #mdUOsAa7rNSyAVW4mKQIO0TsH2g78HTh { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #eT59PxoNLJFNCryuU7FWyydVDB8WRXK6 { position:relative;display:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #EbH3rkHROFxrNpweWt6uyZhZQtuhqB3W { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #L8ehoMNx9wfUmNVKBVyUpgTfTxOr3eyQ { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #kTI17V19hxJG5HTfOTPuViT72ed8c2y7 { position:relative;display:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #sOR5bQzK1zvz2xElCony2lAutDEENcF6 { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #kKTJggiF9FgIPI8CliGJQLNxBVyFXFrC { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #MCaH69XFg5wxTEC6VtnMFrL2tQOmspu3 { position:relative;display:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #qtDO2pqQo7WZWoVk2397q9cF0o53wHt7 { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #qDSS0z7lTtyTCdh59SCcHDI7NPtitcvp { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #lH5HcudOn8pI0Q5htyQV9fGGsTwFmNyX { position:relative;display:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #SHZU1TMD4A5KQXxJvdMyidsD3NJShye1 { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #ZaNCiIx00d8ksqbTdKz8GhL1zbwTP3V4 { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #JRTqh9cL1afkCdUKKprfWscXoiGG6Fcb { position:relative;display:none; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #Vgd6NBshcaCBACkd5JT0hmKMxVwWc319 { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #S0cwDCwzSZBC6BUg13xBwpbImP1Q8xDD { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #mLhdZn6clRkQaXdRH6moH8wAPeopPFaa { position:relative;z-index:2; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #EtJOHgkIVgTHHxTlL9WNhTOJf31KrVNm { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #Q6blW6x4GfmCLzFCCO18c3wTrnT5FKt0 { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #iUPEI0LcAGRDVDGS0UzsvghZ7obDs7Au { position:relative;z-index:2; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #KgFQknT0PImShVnq0FitieI5rkvEmk4t { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #KkusVvlbQfxDbeMHGT3XfGyTctM0FoCb { position:relative;display:block;z-index:15000; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #lwrklTSblodIT5BtfgMP9TlI8GMInrkT { position:relative;display:block;z-index:15000; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #fcbpFZ8Rzi1gEaoCsWrN3GZM9HmFCEAZ { position:relative; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI #GgoLobCMcvxoeSTGz3qXI0tiIVJqlh3e { position:relative; }
#pImgtrDesJLGLeL6M14RUwioyqpXctTx { color:rgba(var(--color-secondary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:2.4624996185302rem;left:7.75rem;height:1.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/1971a77d-9a3b-4295-83ab-a164a5bb8942/bg6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4.adaptive-delivery-prevent-bg, #T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4.lazyload, #T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4.lazyloading { background-image: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container { background-color: transparent; background-image: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container > .video-iframe-container { display: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row > .video-iframe-container { display: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .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); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container { border-width: 0; border-radius: 0; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#tt1EfHsxlxS5QbJ2FwiepIfkAmxub4BN { color:rgba(var(--color-secondary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.75rem;left:13.75rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#VeNBO5qb9vqK0IpJNxnUh6eDMQ0ZA5iW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#O4ygkQOOuu38qDtFyC0XXHzlRqOHnS9q { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:8.4375rem;left:26.5rem;display:block; }
#mgQE4UZ0BFGskz3yEd8iIRbc4K9cLs9O { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:8.4375rem;left:39.125rem;display:block; }
#tAubhQhwaiSkfeLf1Sbx9peZgVAFImcd { position:relative;display:block; } #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection *:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="text"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="email"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="tel"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection textarea:focus-visible { outline: none; } #tAubhQhwaiSkfeLf1Sbx9peZgVAFImcd > .row .container { position:relative;display:block; }#wavNg6aIVD5ZldWvJdPZQL0ac7HFcdkb { position:relative;display:block; } #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection *:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="text"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="email"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="tel"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection textarea:focus-visible { outline: none; } #wavNg6aIVD5ZldWvJdPZQL0ac7HFcdkb > .row .container { position:relative;display:block; }#m94NnzEIVd976FeMu7DpXXMiLxyBfJgs { position:relative;display:block; } #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection *:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="text"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="email"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="tel"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection textarea:focus-visible { outline: none; } #m94NnzEIVd976FeMu7DpXXMiLxyBfJgs > .row .container { position:relative;display:block; }#UPUS2T0huxVBHQTSdwVMJoP1pedImIzr { position:relative;display:block; } #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection *:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="text"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="email"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="tel"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection textarea:focus-visible { outline: none; } #UPUS2T0huxVBHQTSdwVMJoP1pedImIzr > .row .container { position:relative;display:block; }#GEVoVhrXZa44A0hJQ1kn7MULPDbRnKm3 { position:relative;display:block; } #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection *:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="text"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="email"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="tel"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection textarea:focus-visible { outline: none; } #GEVoVhrXZa44A0hJQ1kn7MULPDbRnKm3 > .row .container { position:relative;display:block; }#gtUyt07b78x8V1BXPM38QBCxSxKGg2sm { position:relative;display:block; } #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection *:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="text"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="email"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="tel"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection textarea:focus-visible { outline: none; } #gtUyt07b78x8V1BXPM38QBCxSxKGg2sm > .row .container { position:relative;display:block; }#ul9ZKvGuF1ZU95Sairk2IWKn6kKE2TnC { position:relative;display:block; } #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection *:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="text"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="email"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="tel"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection textarea:focus-visible { outline: none; } #ul9ZKvGuF1ZU95Sairk2IWKn6kKE2TnC > .row .container { position:relative;display:block; }#tPcC7IP97P3TeV2FTO2QRTQJ8gCp8aMX { position:relative;display:block; } #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection *:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="text"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="email"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="tel"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection textarea:focus-visible { outline: none; } #tPcC7IP97P3TeV2FTO2QRTQJ8gCp8aMX > .row .container { position:relative;display:block; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/1971a77d-9a3b-4295-83ab-a164a5bb8942/bg6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29.adaptive-delivery-prevent-bg, #SPk5sTxJcD3TO8aT917tabsiT95D1G29.lazyload, #SPk5sTxJcD3TO8aT917tabsiT95D1G29.lazyloading { background-image: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container { background-color: transparent; background-image: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container > .video-iframe-container { display: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row > .video-iframe-container { display: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .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); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container { border-width: 0; border-radius: 0; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#Iq0b7ZQDkJAB7H3l2Pmq8KzhR3GvuopP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:19.875rem;width:34.375rem;top:0rem;left:40.625rem;display:block; }
#PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH { color:#262b30;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:12.749986648559rem;left:58.249998092651rem;height:5.1967625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#QDTAPunbpbuT52gGvKukKbBspGLDNJt1 { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.5rem;left:58.0625rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9yN7GUlR8gahui7ydndHFUNnZQg5Vbd { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:17.8125rem;width:14.9375rem;top:0.6875rem;left:41.375rem;display:block; }
#T4pyLTsgqD7hMBFxXuoWiN7fVLxduVkJ { color:#262b30;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:5rem;left:57.8125rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LVyC5cqCBaG4XNUe4RJWcr8TfMqIgRZd { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),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.0625rem;width:17.5rem;top:10rem;left:57.5rem;display:block; }
#R0ds9rHa92fTgLZn7JpanJk2lgKPe4PO { color:rgba(var(--color-primary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:58.0625rem;height:1.0554125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDeBzKn6OXrLiAQDJNGuT84Ju2dh3NPM { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4375rem;left:58.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHuB48ihOcCRB0ILb9khJIT4wgMAeGsr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:16.875rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#mfmgK5w7s9vTcexezCsXr2s9cbNR386P { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:19.875rem;width:34.375rem;top:0rem;left:0rem;display:block; }
#s9fBx3yPakxDUv816G2Db3n2owVe3BwT { color:#262b30;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:12.133680343628rem;left:19.031251907349rem;height:7.795125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#s9fBx3yPakxDUv816G2Db3n2owVe3BwT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#s9fBx3yPakxDUv816G2Db3n2owVe3BwT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#NPvm2NNyh4LBTDQ3W0HTdi7whTzLQ3Qr { position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:17.8125rem;width:14.9375rem;top:0.6875rem;left:0.75rem;display:block; }
#ANr7ZrJFHdPHBX3OFepRNaghsmEqffE9 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#OVw5ShZwuXtJQXn0U7WOFL2LTuk1SU2Z { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:17.4375rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQ0TOnhrlLIuXqTTSvtKNxPEwXZM4s5d { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),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.0625rem;width:17.5rem;top:10rem;left:16.875rem;display:block; }
#cEkzUyyEqJZC6JtIwb3AW2praw1mT0Za { color:#262b30;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:5rem;left:19.21875rem;height:2.59838125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eabzKEFcRR41TNpsuRTZ5dycQeq6Aetf { color:rgba(var(--color-primary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.4375rem;height:1.0554125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRC3mk0FO9JQv77KMG1IxUcCP6SMqr7O { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.4375rem;left:17.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyMU8KJ5ZyUlhcnWsOTKwmMU348aiwvK { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/1971a77d-9a3b-4295-83ab-a164a5bb8942/bg6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ.adaptive-delivery-prevent-bg, #dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ.lazyload, #dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ.lazyloading { background-image: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container { background-color: transparent; background-image: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container > .video-iframe-container { display: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row > .video-iframe-container { display: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .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); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container { border-width: 0; border-radius: 0; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#JbfGDm7ho5ItdyIzmvTRgJ1TVwrrnNvT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),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.0625rem;width:17.5rem;top:10rem;left:57.5rem;display:block; }
#E12Ag44Eirc7TkiaGZJlrOQ64UHSPiaS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:19.875rem;width:34.375rem;top:0rem;left:0rem;display:block; }
#L1PchsLRnVARWdVacJpSD2gdGvrTID7K { color:#262b30;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:12.5625rem;left:19.031251907349rem;height:5.1967625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#L1PchsLRnVARWdVacJpSD2gdGvrTID7K li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#L1PchsLRnVARWdVacJpSD2gdGvrTID7K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#BFEzZ0hi286sIDLeg5xtoJH7Eoqv8x8H { position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:17.8125rem;width:14.9375rem;top:0.6875rem;left:0.75rem;display:block; }
#K3qcTCG97QticxSGVeOoW36w1ei08Qua { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IG2dDvMMF3DBlZcXmIadUeh4Uxmtrn6u { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:17.4375rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3xkUrEBUlTWGFuPQQ4AvkMhGffo1ZZW { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),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.0625rem;width:17.5rem;top:10rem;left:16.875rem;display:block; }
#iQNaFZAifuTQbgVWGkxTACDkUvnKoQtf { color:#262b30;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:5rem;left:19.21875rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqfVCt1MuGbfBREX1ZkrNFnkzM0oETWa { color:rgba(var(--color-primary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.4375rem;height:1.0554125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkVsKgTGXzF9CewCX4GrTtN1uRHsu8hv { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.4375rem;left:17.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clSzryCXqrt2bLsWFc5woG61TTFlRAHS { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:19.875rem;width:34.375rem;top:0rem;left:40.625rem;display:block; }
#H8Pp9USiyxmehXnE6boC3dtwrTfFTvS7 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:16.875rem;top:0rem;left:40.6875rem;overflow:hidden;display:block; }
#iHdvN1oAQ8ZaTli7RTAPyRUVAMFC1Zy1 { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:17.8125rem;width:14.9375rem;top:0.875rem;left:41.40625rem;display:block; }
#nd68q7GqrMiEZHMMTel0n5bwDcTTCqAG { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.4375rem;left:58.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkAp3WSHV07TgS7VOt4KaqSTBE46PA4L { color:rgba(var(--color-primary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:2.9375rem;left:58.0625rem;height:1.0554125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQZwA4VWV3FkUrW2TThq3XG2k2DxRCee { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),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.0625rem;width:17.5rem;top:10rem;left:57.5rem;display:block; }
#d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS { color:#262b30;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:12.5625rem;left:59.25rem;height:5.1967625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#nueBBzEEy7rKytUxraGgrcdCJ11ehUQJ { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:58.625rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOcFRlu0cyyVGQCNFb5V4ymf4On5wfPg { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:17.4375rem;top:25.06148815155rem;left:0rem;overflow:hidden;display:block; }
#DQxJACP94TTpatcElZKqTyA3TKGbmiTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/1971a77d-9a3b-4295-83ab-a164a5bb8942/bg6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DQxJACP94TTpatcElZKqTyA3TKGbmiTs.adaptive-delivery-prevent-bg, #DQxJACP94TTpatcElZKqTyA3TKGbmiTs.lazyload, #DQxJACP94TTpatcElZKqTyA3TKGbmiTs.lazyloading { background-image: none; }#DQxJACP94TTpatcElZKqTyA3TKGbmiTs > .row .container { border-width: 0; border-radius: 0; }#DQxJACP94TTpatcElZKqTyA3TKGbmiTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQxJACP94TTpatcElZKqTyA3TKGbmiTs > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:none; }#PD2kIKTTnwgKQBrOW8hLkLUTcffw5d5G { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.15) ;height:19.875rem;width:34.375rem;top:0rem;left:0rem;display:block; }
#U24BP0q27JX38XZNeJsITWBqhtNl4Lbn { color:#262b30;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:12.5625rem;left:19.031251907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#U24BP0q27JX38XZNeJsITWBqhtNl4Lbn li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#U24BP0q27JX38XZNeJsITWBqhtNl4Lbn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
#XNlun87cFfTDBniLvizKsnbyT42ZFnDl { position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:17.8125rem;width:14.9375rem;top:0.6875rem;left:0.75rem;display:block; }
#D2ny050z1l3rVIh7o1tonkXD14DnBaGy { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vztZBUghBO90Tz4ppzoBNC7s0FZMwE80 { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:17.4375rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zXALO4uma8tFtA8Ttpk3Hvzphdl20Ni0 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),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.0625rem;width:17.5rem;top:10rem;left:16.875rem;display:block; }
#FsGhaIaTOuFr7XyxUknAAHauptM4qmLu { color:#262b30;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:5rem;left:19.21875rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlpl48ClPnrwforOf9ROSgv1w6MwuuK1 { color:rgba(var(--color-primary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.4375rem;height:1.0554125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThulwRgbcHmWSVAclTATQBsmoJvherkH { color:#262b30;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.4375rem;left:17.4375rem;height:1.21816875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfqrcsK36HbacGvo70SzRkcWh00NUCrh { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:17.4375rem;top:25.06148815155rem;left:0rem;overflow:hidden;display:none; }
#J5twigGCBp18aAOnnw3QeVg2smkQakwf { position:relative;display:block; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf { background-color: transparent; background-image: none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container > .video-iframe-container { display: none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row > .video-iframe-container { display: none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .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); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf { border-width: 0; border-radius: 0; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KbfXQzwyRMRXiGPZmMrRXsgNCkRHZAvB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.9366321563721rem;left:29.875001907349rem;display:block; }
#VXWTcVX5b4eJ6zv3HAm5XwgiUhNRl1RJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz { position:relative;display:block; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz { background-color: transparent; background-image: none; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row .container > .video-iframe-container { display: none; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row > .video-iframe-container { display: none; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .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); }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz { border-width: 0; border-radius: 0; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .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; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;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; }#kIHxwdNdiFOUv3ChZGW2uxR9SNVncVkl { color:rgba(var(--color-secondary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:3.375rem;left:10.3125rem;height:2.69986875rem;text-align:center;text-align-last:center;display:block; }
#KiwGnnL9tcNupDTgxvpdVo9zoeDI07rR { 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:1.5625rem;width:1.5625rem;top:7.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#vcTwk6QZrJuCAC5Vz99XSTOee29hQXHa { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.3125rem;left:26.5rem;display:block; }
#cu4ZnKECWrEAQhUfNu4sBAPRr7Q5Nz6y { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:8.3125rem;left:39.125rem;display:block; }
#uECCsIFbPN9OZHgVRryqabsLxz2Iu4z7 { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:23.4375rem;top:12.3125rem;left:0rem;overflow:hidden;display:block; }
#NNSBFTRDvXu03gqyP8cuTAsm1FTwLFsm { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:10.375rem;top:12.3125rem;left:25.375rem;overflow:hidden;display:block; }
#PO7GyutU74z6T4xwRp6FzJ6GKV9435kN { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5b28fa27-da99-4bb5-8597-80aa4d15c67c/sign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:10.375rem;top:12.3125rem;left:64.625rem;display:block; }#PO7GyutU74z6T4xwRp6FzJ6GKV9435kN.adaptive-delivery-prevent-bg, #PO7GyutU74z6T4xwRp6FzJ6GKV9435kN.lazyload, #PO7GyutU74z6T4xwRp6FzJ6GKV9435kN.lazyloading { background-image: none; }
#T6F2tuktM7TLyiXcUETmTg1aMX5Rg4si { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0.25rem solid #3e4348;border-left:0.25rem solid #3e4348;border-right:0.25rem solid #3e4348;border-bottom:0.25rem solid #3e4348;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6rem;width:6rem;top:9.125rem;left:60.5625rem;display:block; }
#ZTKy7Ecc5HBhLCb2ulKAMivsN2UyMcRL { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;border-top:0.25rem solid #3e4348;border-left:0.25rem solid #3e4348;border-right:0.25rem solid #3e4348;border-bottom:0.25rem solid #3e4348;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:9.125rem;left:67.0625rem;display:block; }
#MRZbtkPK34d79Z8T83HLUwpSWKmTN6aT { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:25rem;top:12.3125rem;left:37.625rem;overflow:hidden;display:block; }
#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 { position:relative;display:block; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 { background-color: transparent; background-image: none; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row .container > .video-iframe-container { display: none; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row > .video-iframe-container { display: none; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .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); }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 { border-width: 0; border-radius: 0; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .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; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;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; }#ZxTdxongx1nukeJVrSkUUbwGGA93aXRR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.25rem solid #3e4348;border-left:0.25rem solid #3e4348;border-right:0.25rem solid #3e4348;border-bottom:0.25rem solid #3e4348;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.5625rem;width:9.5625rem;top:10.125rem;left:21.25rem;display:block; }
#ErUZ9isdXDV32Kiu9e57urU5vLqclugH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0.25rem solid #3e4348;border-left:0.25rem solid #3e4348;border-right:0.25rem solid #3e4348;border-bottom:0.25rem solid #3e4348;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.375rem;left:15.25rem;display:block; }
#Sbkah1TZre1lTB6Psxx0WAJspMstKfP5 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.25rem solid #3e4348;border-left:0.25rem solid #3e4348;border-right:0.25rem solid #3e4348;border-bottom:0.25rem solid #3e4348;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.625rem;width:2.625rem;top:13.59375rem;left:24.71875rem;display:block; }
#NQTHTApN1MoqtoWTezbPAoc3N7Vx6UHU { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:23.4375rem;top:0rem;left:25.375rem;overflow:hidden;display:block; }
#TLUpTBEa8C5FSfVua0hqbLuf4Q5MUDVP { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:10.375rem;top:0rem;left:64.625rem;overflow:hidden;display:block; }
#hLnfM70R7aRpWwBMIAE7fnunL9zBfEX2 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:11.625rem;top:0rem;left:51.060546875rem;overflow:hidden;display:block; }
#xhweJmG1sIymqJ3iDItOTRsGhHJxPtCU { 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: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-secondary-2),0.1) ;height:15.625rem;width:23.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a05884d-b5e3-404f-8c75-1a0f1f4a66f0/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms.adaptive-delivery-prevent-bg, #i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms.lazyload, #i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms.lazyloading { background-image: none; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container { background-color: transparent; background-image: none; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container > .video-iframe-container { display: none; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row > .video-iframe-container { display: none; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .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); }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container { border-width: 0; border-radius: 0; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#nGZkzgDlfs5NAVfoveK7o2WXEqT9eSa7 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:2.1875rem;left:67.4375rem;display:block; }
#eP0boU1KmXvJGvsbc0dOEl1mGbM3oGAJ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:19.34375rem;left:67.4375rem;display:block; }
#erGrU9WTIlo7TQ2T2KCx015RJTrVUlIP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.0625rem;width:44.5rem;top:5.4496526718139rem;left:15.249131202697rem;display:block; }
#Btor42tmJMVtwRtncOAPHPZWmOhfgohf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a05884d-b5e3-404f-8c75-1a0f1f4a66f0/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf.adaptive-delivery-prevent-bg, #Btor42tmJMVtwRtncOAPHPZWmOhfgohf.lazyload, #Btor42tmJMVtwRtncOAPHPZWmOhfgohf.lazyloading { background-image: none; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container { background-color: transparent; background-image: none; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container > .video-iframe-container { display: none; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row > .video-iframe-container { display: none; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .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); }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container { border-width: 0; border-radius: 0; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container { font-size:0.875rem;font-family:arial;height:75.0625rem;width:75rem;position:relative;display:block; }#MPHrMCbMw37NvKTih9Woe1NpIhlVeM9o { color:#262b30;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.625rem;left:0rem;height:10.49695rem;display:block; }
#ixSakoQXwpN1xizZn2B5ex8gDVIMcJB8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:2.1875rem;left:67.4375rem;display:block; }
#TliG0z0PBit3XcuREVodWaIouxXPHoWp { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:19.34375rem;left:67.4375rem;display:block; }
#Qf458LQo3Z5HmhSTSm1dQihRTRFBvaCG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:6.1875rem;left:36.6875rem;overflow:hidden;display:block; }
#cO2QGkVW8ASBDoledFbuHiXIkVPsGb4r { color:rgba(var(--color-secondary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:3.375rem;left:13.75rem;height:2.69986875rem;text-align:center;text-align-last:center;display:block; }
#nFaT0xc50TH1Xss38i4PckLssHzDiSrp { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:6.9375rem;left:26.5rem;display:block; }
#BQgGak1T7FxVHSSHZO9MDraVPCJcTNSi { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),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.0625rem;width:9.375rem;top:6.9375rem;left:39.125rem;display:block; }
#XdmnkUMnzZhe3rnvsVuRAkr5UwoEg8F3 { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.718742370606rem;left:0rem;height:8.9974rem;display:block; }
#C8z6iPlZPWxt6c0bZ79bKB9aOWUKQzUo { color:#262b30;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.625027656555rem;left:39.499132156372rem;height:7.4978375rem;display:block; }
#sRML0Tk25ODDq8pVZQPQ1aaSO6tJA6K7 { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:23.717874526977rem;left:39.749132156372rem;height:4.49870625rem;display:block; }
#lSD0tRWVBUyP817umqi4E65a10crSDuD { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:45.062479019165rem;left:39.749132156372rem;height:5.99826875rem;display:block; }
#LG0uDmc8dDZCcGRW1GzTRQ9wrUL9zitD { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:45.062499046326rem;left:0rem;height:5.99826875rem;display:block; }
#knxsgnTxChF3le679BUJThRfpnnrHExU { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:35.281217575073rem;left:0rem;height:4.49870625rem;display:block; }
#HnFPAGeWrrmXSUhKnTTAGV0NhLozsGgH { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:35.280347824097rem;left:39.749132156372rem;height:5.99826875rem;display:block; }
#VQuHyIDty3ZmLvgRzOZOwQdtwWqNTF3l { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:57.749113082886rem;left:39.749132156372rem;height:4.49870625rem;display:block; }
#mIsKpgJ91Nf4PqSXfGtNZDqGMoBSShcq { color:#262b30;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:57.748264312744rem;left:0rem;height:8.9974rem;display:block; }
#p55FH7G2698t01d5MGamqCdUd43klSkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a05884d-b5e3-404f-8c75-1a0f1f4a66f0/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p55FH7G2698t01d5MGamqCdUd43klSkV.adaptive-delivery-prevent-bg, #p55FH7G2698t01d5MGamqCdUd43klSkV.lazyload, #p55FH7G2698t01d5MGamqCdUd43klSkV.lazyloading { background-image: none; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container { background-color: transparent; background-image: none; }#p55FH7G2698t01d5MGamqCdUd43klSkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container > .video-iframe-container { display: none; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row > .video-iframe-container { display: none; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .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); }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container { border-width: 0; border-radius: 0; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#QPzkgx5sZwrum6h9h8803cTqVuCAe8Ed { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:2.1875rem;left:67.4375rem;display:block; }
#df52ANr8hMVlJ4aT6tNsqhyqTaipySwr { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid #f4f4f5;border-left:0.25rem solid #f4f4f5;border-right:0.25rem solid #f4f4f5;border-bottom:0.25rem solid #f4f4f5;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:19.34375rem;left:67.4375rem;display:block; }
#Rq65IwdkXgd2CLDqvJF9sP5PR0nIWDHd { position:absolute;display:block;z-index:15005;height:28.3125rem;width:14.125rem;top:4.0411949157715E-5rem;left:7.3880205154419rem;display:block; }
#I3rurM8UXG6M5uo0tCKsDxH7SZ8enMl3 { position:absolute;display:block;z-index:15006;height:28.3125rem;width:14.125rem;top:0rem;left:30.437499046326rem;display:block; }
#amd7lsn5NhagVoK95JyLV0uDr3cTMxgx { position:absolute;display:block;z-index:15007;height:28.3125rem;width:14.125rem;top:0rem;left:53.368052482605rem;display:block; }
#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262b30;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; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container { background-color: transparent; background-image: none; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container > .video-iframe-container { display: none; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row > .video-iframe-container { display: none; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .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); }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container { border-width: 0; border-radius: 0; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#DcOXDV3yMTX5wRlS5xQCGdsfapsLsrEr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.7;letter-spacing:0;top:2.625rem;left:2.8125rem;height:7.43996875rem;font-style:normal;display:block; }
#y4DAcRyTOgc19htC2TvxZ2C1KV48s7qD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:2.75rem;left:23.375rem;display:block; }
#gltADZbUtI3CWxtCmon96oWDZHQA6y13 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:7.5677070617675rem;left:29.812500953674rem;height:2.54980625rem;font-style:normal;display:block; }
#KlSHo7nvbikGpQNZx6QEkkx651m0vRn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:2.75rem;left:29.8125rem;height:1.48799375rem;font-style:normal;display:block; }
#Jzu2FxLTXd1TrnM6UTqIAThLEu3Umfxz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:2.75rem;left:33.9375rem;height:1.48799375rem;font-style:normal;display:block; }
#HqbgElPTXQbWVZd65RkeRKPeGOCib1qt { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.3125rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:12.0625rem;left:29.812500953674rem;display:block; }
#w9l70TPId2lgpovMehCWrsWFExGPhcmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JuQigalUSZ60kwBUwom2nhmaCMDRDHJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:4.7999992370606rem;left:29.812500953674rem;height:1.48799375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm { display:block; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFMb6BTnskTWLnCPfis82pRi9tQbTPnG { top:2rem;left:42.625rem;width:5.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWXEoHhlzPS8wk9BkA24kLnLJS1LVupi { top:2rem;left:21.8125rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNSwAs9zKfs7frvqG39LQQ7Sm0Am068m { top:2rem;left:27.625rem;width:4.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaWx9narUTtQFZBLDUgPAXpcUFiSqrmE { top:2rem;left:32.9375rem;width:9.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZxfeiVoDmwElSgUiv70qrdosLJltwN { display:none; }
 }@media only screen and (max-width: 763px) { #ZcyVgW8QSzqLqongL5Ti00gOzMtdawOP { width:10.0625rem;height:3.0625rem;top:0.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4LiNa4Dx6VAXhfDWxKnLGTEAy7uyTy { display:block; }
 }@media only screen and (max-width: 763px) { #UJM3LyBtXbir3KQcMLHd8RlfmfAUZ5m2 { top:0rem;left:0rem;width:47.75rem;height:3.1833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwe7vGu0k9kAFPXeo3SecFXJLpgXCheP { top:1rem;left:0rem;width:13.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvN6LgatohMfLy025vONEVl7w8u9ohmz { display:none; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sVZDGeTt10Tp2mR04M9RftOPxNtTKemD { top:1.9375rem;left:21.6875rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Bg3tmkzgsrdTxFdUSyUcoRdeLk4rrv { top:1.9375rem;left:27.4375rem;width:6.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WekOXypoISdlztIW6XPE672BcCRhUeU3 { top:1.9375rem;left:35.75rem;width:12rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNacLcRf0X2bZ1iumTwb1odmAMbkW1LE { top:1.9375rem;left:41.625rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xx4aomgZSCfrI7DTNBGuL7qbiVT9Tif3 { width:9.75rem;height:3rem;top:0.9375rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqPRHB5abAMqdCz8f0ule5MItpqgA3pZ { display:block; }
 }@media only screen and (max-width: 763px) { #MXZPKJxXJHu9R1szq9PHwhupvT7JORKn { display:block; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThCxH7A3dbbBJke2beTTZutGvXbnfJpl { top:5.3125rem;left:0rem;width:24.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0lEmGWJc0OiVBrv9P5zi81h4sBEJ4Wf { top:13.5rem;left:0rem;width:21.5625rem;height:6.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44U7eDrqXcpualPLtu8TFQsVU5u9P4p { top:8.875rem;left:0rem;width:19.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXOT1OPQkRuHMynIVqfxmO8GObcQKcA { top:22.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfw9gm8VpO4rurMSGpsN33tCn7BFtvG { top:21.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qStuIO7FMinPfLSFNwxmfwUTT5daHJB9 { width:11rem;height:3.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWA8XwhIUby4yGVLfM7RENP6VEiFKf3s { display:block; }
 }@media only screen and (max-width: 763px) { #csLpGMnSP8zJ0dOJbPsPSSUPTri9spzh { width:11rem;height:3.4375rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VItllinM3eegqRhgIQSEJmcx8OOAsSBX { display:block; }
 }@media only screen and (max-width: 763px) { #mvZkaOExQlRMtOrpdxCevnkNrqTQupBT { display:block; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slCV28qAVXBtoXzVnQuzJOyzXaUpmQok { top:16.75rem;left:12.5rem;width:35.25rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt6MVBNbwSxmhPMzP19CcPVnPDTnmuNL { top:7.8125rem;left:0rem;width:25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuSEJmbAlU3BG8xTLBELSpACR0iBLEaX { top:7.6875rem;left:14.6875rem;width:33.0625rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ6UqxDK7b9LlP7y0ncvnaC1GklpHgWz { top:2.1875rem;left:30.5rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgIE0gfUZ73p7T6soInnrf29M2LQVm6f { top:19.3125rem;left:42.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSWcn8tJWnbRaaE5nMrX8QDI9TMXfs9I { top:7.8125rem;left:14.0625rem;width:33.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBEW6TFXK0nzgQPFBafShi9cVmqhVF7v { top:32.1875rem;left:1.5616321563721rem;width:44.5rem;height:25.062375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgJM9FfL3QIR688TefuUPpg30p7GLH7G { display:block; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWL9UmfsOL2ulfnlGmG0opn7Xm5yiuff { top:4.75rem;left:0.125rem;width:47.5rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5MPCiZNEdQX2M8WgO4GHHCZ2L931OVn { top:11.875rem;left:0rem;width:21.9375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NsGwJZtARPydUkd1AakhVzb00KeBAq { top:15.3125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM { top:11.875rem;left:12.9375rem;width:21.9375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTHd53XptXrxOvgP5SQy4BB5iuydcQyG { top:15.3125rem;left:24.5625rem;width:4.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNLJhPEHbkXvZa6qVhnnlQKDc9dQZHR { top:21.875rem;left:19.75rem;width:14.5rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxbtwWoLpkoaMPB7fQUvRe70oASTA0NI { top:11.875rem;left:25.8125rem;width:21.9375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrFAclN1NxAhMB48rS6Q7W7mi970FM9a { top:15.4375rem;left:43.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdONvICtn4M7sT0VBi15vyLdUSQaThDK { top:16.75rem;left:0rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFcTeST4hqlTu4v9VzwolADn8xzEQgD { top:16.75rem;left:22.625rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B47dleUHe0mv5GQMPKiGmkJMLSa4kHfy { top:16.75rem;left:38.9375rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhf3auNPaPWnIbTDZnq8Icf5aukvI5G8 { top:7.5625rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVr05w9FlxDF9guEw9S5T4nw9x2CZJo4 { top:8.3125rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHXQBXQVHRpCkAU5pare2hVc8d86Ro27 { top:8.3125rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H62yTKBQVif8CrJO3Pgst6i62Tlripr6 { width:9.9375rem;height:2.6875rem;top:0.4375rem;left:22rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwAWTFSaboyfRCrLnEoSICV8FsgS6dco { display:block; }
 }@media only screen and (max-width: 763px) { #QnIW7TC5UUfHVxepQvWLef3JUqV3ocNt { top:21.875rem;left:0rem;width:13.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTb45oeb2FZi1tgrey2ymPGtmdmno9ms { top:21.875rem;left:33.25rem;width:14.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmb8508VJ9vtLamSDlwrbFXUXfLPazzf { top:0rem;left:0rem;width:13.75rem;height:8.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6TewpbgzmtLauBoXWtoEByNU6ezLoRP { top:0rem;left:32.6875rem;width:15.0625rem;height:5.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVb4H5F4hKF6mEdUypTpQEEyE7k1qHrm { top:24.8125rem;left:0rem;width:13.75rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkATHkfIacto0ytyVps0X0bi2TSToisU { width:9.9375rem;height:2.6875rem;top:26.125rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQxNuKoxVVNSZMdTtSgW4Qu8C79UTLDk { display:block; }
 }@media only screen and (max-width: 763px) { #tc1aTc32vETwOGryTyA1PN2xFlfmICcq { top:24.8125rem;left:35.4375rem;width:12.3125rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC { display:block; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmV20xUk8y6bdRlnoRP0cTmD2PM4EpFK { width:15.25rem;height:3.8125rem;top:16.625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0br1TESCNWpWAdnZDb6Noet5OcTvycX { display:block; }
 }@media only screen and (max-width: 763px) { #RvmIIZrTRA7FiChuvO8Vz2ZPV9ULKcUX { top:12.6875rem;left:0.125rem;width:47.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 { display:block; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzm556MTmlCeXaQWHMqwqBxEbbfHcPbq { top:4.75rem;left:0.125rem;width:47.5rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #it72FpHce9ogN9DtASibiM5cGRcv4pMZ { top:7.6875rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJK97ymfFeGHX4nclusJyp3iKmyl710 { top:8.4375rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHeByW5ToC9APMRfRQfTu6JAVyfAvktB { top:8.4375rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG87uQzf32KZHEThg99XaU1wJUwKBp1w { display:block; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQwRAXgAyyMp06g1TbHTTGbICQTZ1ruW { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHguO5ItbaTorocAZTeyoBhO8vDi0kzK { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4hbInhikP1IWkQvCp4VBKWwPSNLsiiS { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKiruAAhCo1fRRVRhACMC6wVeEClum2Z { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTgptQPZD9Lxq0oua0DsTpBy8ToECK8 { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRxoKsm6m9wqFdF5STyVr7rr9xdsyEMJ { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKa2vMKXUDJyzoSk67Etm9c2n94PqzIa { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnRHvdTiCGtJBVIntJdNE6aTVbaFNCte { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l45tDqlGE7E7hAEhJ6VsvrwaRqhysblT { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRhfSTZ2ZzXGrcwylX1ZTXDfUzrVefe { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksEKHz6gSH2HlwTdtSZ5xP4PwpuCkcmU { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWpm48D5IDfg9OTrA4AN3ttGfnyholSu { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEVmRUZI0XGW9tiF2gtcLc2WNO27qVTi { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgzBzkx11utOvXgUMgLTRfkSWmEkb0k { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaEJWPOtDEIw5T8cyl81W5z3OQpLtnww { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQr9VcF6JfbARWURk03632ubG0XIVpVD { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQIxfketBgq3shy7gaIozfKLfbd5x7Qo { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIzL3TWyH69TZihUp34wivrORFiSQlxF { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv4uK5yq4xqnJTZnLmz669o7SvnTBWbc { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmPVdKWAIMKC7Bwu31CSMF9nZbdd0yL0 { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC49DEaP2HiJ1XlREI7MR4uvwR1TqLod { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9iSIw3N47g9Xy2lefi0O1iSe6mukAr { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50EGka0EDvlmTKItb5QKTie8tzeSMd7 { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBfPUsFcqcAvd6bNH6JZB8MRmBd85Wr { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNzZmGLGFeeMI3dR73wiOakHJA1tRey4 { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiWPGp2586KH61x749Gbe5zDWLtFC1Bi { top:0rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbhHZHPZQ1Hgn5bPbbE3BCs2Cu1L1uKm { top:0.875rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ZXmke3gtUTgSMTznAgvuwF5bts5TFV { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faQ7MNsfglemwVCnxdBbwEknrX3QRG3R { top:2.875rem;left:12.15625rem;width:15.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZl0I5ocW7GU2oVFb4hGVrS5tTg4fTS { top:6.75rem;left:12.15625rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T { top:11rem;left:12.15625rem;width:22.6875rem;height:;font-size:0.75rem;display:block; }#dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM { top:11.4375rem;left:22.5625rem;width:25.1875rem;height:;font-size:0.75rem;display:block; }#uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #qubNJhqL1ixN0A2QCEizzpFU7TXvK09V { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEAgGtK56HSC7iSKxEOECVayKDLmG0Si { width:21.25rem;height:3.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMUN1lvSEqSEoWtyNXPEevtChrCFXFyD { display:block; }
 }@media only screen and (max-width: 763px) { #hA08eQXGT4TtDegCRDnrAxi39s9kgulu { width:21.25rem;height:3.3125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2LZyHtwBWfhdSVTw7bVlG1BrdwGEIld { display:block; }
 }@media only screen and (max-width: 763px) { #i5BkxVTyL8HOxtxxVA6uWRdng2JphOA9 { width:21.25rem;height:3.3125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZmcKbi6PXFJVvOzBeHS5fkf7V1JMEyf { display:block; }
 }@media only screen and (max-width: 763px) { #RaLW7n4JXFEXKrTmMaS9bVt9RaSaw7gH { width:21.25rem;height:3.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNO3UTqOoierg3exXaTBcr8mh7Wxz0l5 { display:block; }
 }@media only screen and (max-width: 763px) { #mW8a0C2EMDzDiDt7wd6ITxBzWifOgAAJ { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEG6ITwtLnyltwk0gAMJZIiGDBACNJpq { display:block; }
 }@media only screen and (max-width: 763px) { #GwXMPJq8Xub6m89FDFVyioAaRsKTkoEI { width:21.25rem;height:3.3125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcQydHp2yW60BGs28rEqiUXnxMUUTvEr { display:block; }
 }@media only screen and (max-width: 763px) { #aV5yRuRA727IsmhE6TURxfShTLW7v3MC { width:21.25rem;height:3.3125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lix11Gh46DTTSsIN1utmrnerTGBPGG { display:block; }
 }@media only screen and (max-width: 763px) { #BsL48oVT0WkLGvFT602AFXGbJRoBGTyS { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McOf5u5Eih8uDgDB1KGMiyypC8laFlcw { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqekGwJHGiTMBOSutAvlK0nobRf0EfuX { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIdJ2CixbAEAnxZHcKOntK9547LEsMsi { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeSzdikvEUr1sWXQlJfrSSodfwfbvNW { display:block; }
 }@media only screen and (max-width: 763px) { #xvSrROssQQN90QqVAImap4oyefMQaBsb { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1spQ9izdsqZuhmr5DAzc8lTuuvQicgg { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsG4liscmveEuynZqwh3cefu54rHViSe { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkTZvWh8KPLH68Czn9QTZ1QTw81iwAZ { display:block; }
 }@media only screen and (max-width: 763px) { #Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn { display:block; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwKC5mgRl6Gq5tXBcoqPEenSAenKIm35 { top:3.3125rem;left:0rem;width:25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK5CxRPS6iewk2MRTR8koAcRy5t1IWbX { top:3.6875rem;left:0rem;width:23.4375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSue77Fckccu4Pkw7XrKDQMJU3oTLHsp { top:2.5rem;left:16.5625rem;width:30.6875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGLAEVaA3cKVV5mx78OJoKnr0wuDzXQ { top:4.8125rem;left:20.25rem;width:27.5rem;height:14.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi7PoaBu8sa5QUVTE2EeHcy9qAwx9PRQ { width:15.0625rem;height:3.0625rem;top:12.0625rem;left:31.298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKGVmyJ4Ml31JSE372dUygKAs1NrCSHi { display:block; }
 }@media only screen and (max-width: 763px) { #wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T { display:block; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LClzv6nygob9B33TD5FMkWghqLFqPtGZ { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvvTTabynXWBi6Es4RbsDL3y8OdgZ3tP { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6VDBzS3QZo7uHel1A73WDPB316EI5K3 { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9O5MbXoAz2tlS4dPt6Uxug94I2vAunU { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gymytbPWagFt3lxwnT8Cf3qCOt904HlQ { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBZoWtSoM31uDTGMesf0x82WMBrzR8xA { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwVagA1RM89QN5q0IHOfu9hmWV3MebnB { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFs5emGUf2liCobZJMqS4kVoOMPkBZ8E { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTiFI78diqb4ZKSBQ1bmr446dDwAGZt2 { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUVab5KnPDKKV2kHx60EkWlLzaK3ykX0 { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNunqlxn5lwQJU0G7tDHC29aWUzN4SCK { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvUsr2VixkACgTfLpvtcvpqg3vRkEKe { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3x1iItOJZeg84dShHrskNPP56ZAWbrw { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHu8EoH45XgcaAsEyoRimR1ekdETTlwv { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPL8ngMtKSrbPnW7AnDSUoxoxs8DVznh { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGKHes7f8LymPL1z7X4EPVeU9l1B8M0p { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkM4gc3F4pMrZdEnLKHGd5tNsnfTxTA { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXBN1obftvoB4hTaWd9O45U3AA73uMCy { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL7P8BZBMm5r6LpPOvRsd3i23VOzSUP1 { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1311LR9SuAGyNPyu6n6A397lU1DxIg { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI49r17BZgo2Tc7Vq1oIPU4uqEPyqdxE { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHeRAemZLHul1OiFdtHwMFQLyD2uSsoc { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByNW1kTM1DgEQ7rUNkUrMqUTafTdBmBP { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVFOES8SAin0TJ0I9om8Vk7vCGXTdBTG { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEN6BiXzgCs7k3vq7v7bqnHWQHRpQv0 { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBT5q9BDoq92VuguQt8IwTZJo0u2xg3w { top:3.25rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2i18yiPDOTZq7IDsPwPu7oqCMfsfUZ { top:4.1875rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEk0GDuS4ViZg0z2ksOgHrTJJZbRcmr { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhG0IIKlVOCSkDunyS7XcODPD1RwwSm { top:2.875rem;left:12.15625rem;width:15.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxsZu44IXvDW4ELryIUTpcFUQyhstm3L { top:6.75rem;left:12.15625rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1couBJhn0I3Kig81hpRXGw7qmEDBdCL { top:11.625rem;left:12.156251907349rem;width:25.125rem;height:6.5rem;font-size:0.75rem;display:block; }#x1couBJhn0I3Kig81hpRXGw7qmEDBdCL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #AvSMp9LBU62tLW4S16hSC0d2UaIRIyHM { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXwII1kgIUMAg42w5e65HGei3PD6uDxl { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTJkxaxiqvZZ1TOtuWTVb2MTNHtyxbQ { display:block; }
 }@media only screen and (max-width: 763px) { #W3TpeIoiCBr2Vko9HxFzH0wcCMlLnDks { width:21.25rem;height:3.3125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6uEBMk9VJtRMAP64qH6PUZSlyW9c3H { display:block; }
 }@media only screen and (max-width: 763px) { #waWl3fsL4dnRQhnwTOCte92wiQUm74HL { width:21.25rem;height:3.3125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqtiAMmi82CFBMTx5TwIO94B77IidzxZ { display:block; }
 }@media only screen and (max-width: 763px) { #KUslzqRB7IvcTA1mIzxlmcIXZfd3hRK7 { width:21.25rem;height:3.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXASu22uyHpITEDglsmPVlvwuOTyd7X5 { display:block; }
 }@media only screen and (max-width: 763px) { #glMD2usp8flyQ0Q7QZrHgE9nbcc8GKAU { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9nV7dpa50SMc31Tb2rFOe2wGok8Fq6 { display:block; }
 }@media only screen and (max-width: 763px) { #vwKkenICc7Tp0spALT98vqzvshwwPXTC { width:21.25rem;height:3.3125rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1owGiQ4gRCQcA9bwBk2L4Ntr8OW0i3 { display:block; }
 }@media only screen and (max-width: 763px) { #od3D1DsTMMTJTQmQwHFOaQMwBp3eDpum { width:21.25rem;height:3.3125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4gdfA7UJ7R4W4RTRTneVmNH3J92eGg { display:block; }
 }@media only screen and (max-width: 763px) { #DJ2rwNPrTDDXgA8Xze34Mpm6MP4TLriw { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOhhfkJnHbarfQ29kXFlEUtqxS3Lw3y { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS6mFfbITsA7xK4kae1xdLu2gF9yVteV { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msCc1b9ZBBe3msMsxVgQyaQwX2LBnHBK { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1rLAunmKOel2CnZsz6rTB0IANT2sIM5 { display:block; }
 }@media only screen and (max-width: 763px) { #s1n4rTQg6zAqpknlIJmQUv5Jl0HdT5ZJ { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7Lpf6VrzMv9RfoMxtnz9Io3kq5hEEP { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJEVVAT1Z7CoLbWBzRkTXcsf3zBNtS5F { width:21.25rem;height:3.3125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlnp3N37yH67ulClmeMB7VHyuSe9WZF9 { display:block; }
 }@media only screen and (max-width: 763px) { #TPbP6BGeyhHZD18sJcyewOpCW5anwrBp { display:block; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2N2ufb9yWAaFwRCCXyScmfnnWVTW8vu { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDEQ9MczpxllTt0TiNWvSBBn7PkxK9ad { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWI2fz3CepsxA8T1eP8ssl94as9zOD73 { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeN9dNSaVtPAzKSbAz75IiTxLryy9wGk { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL3G2lEFBrASP2WddbXl7PZQOpB7ZeXo { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSoQEPgaZnkWqdTy3NFa1FdXB1UForsW { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3bplwkBbN0CXC8HiiIiL10aXTZDezvm { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbAWbf26sX4tTbIQ6zWUFhvpcr9NLUoH { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPerz7y9M20HylimAre5irbTb9kiSGKF { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFsh1fEuiZVz1GJS9ZZPmT6O4iM4JH7 { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Cm4CauwUB7J8iV2CUeyiN7MhFs5qoF { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZxdpyE5nUEi89mr2ec4w6wL6DomKnhI { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QATEvskFvbVa9d3PDwn0ETJUavqrlxXD { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ8i68IQM9sAuLdVLeKO0EdfqNryNnun { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFlXdf3drvL6tGDET0JvQwL1HM65Ct22 { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icquTFzzOXzm0CEgpdVnbQ2dXUct9UzL { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLeoqaw6Nfhpzla16zuXuqiumO3etL1b { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LbfVXXrlkhTghxTDyLcs5n2IHpiHvw { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFKIyTv1S1OSnBKUsQ3sTcxCzv0DPNw8 { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4X1nS9Ic5nPTlUV06wMby2ZDlPaQBk9 { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lySWx30qOmPqsdBFqk9A6T6KWuJz7iVV { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2sODgE6tbS27tVRlN3yzEsNRXB8lAQT { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbyFEhq4nBbQBdXv2BZz9sdsoqC9lEs { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3bD3PqhM2Be37KJuCevX6qss8WexyeV { top:24.375rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ckvqU3oOiwFp6v9qlUAT5VdiFKAdre { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnImeRBQ2s6Mbv6zWh8svb6bi6uaTlXI { top:6.5625rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1HZizdSu1VosFKnkTzselgqGMOLabe { top:7.5rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9kzaIwGgNPL47Cq3N6MNF56UTn6X62u { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXwXC0f2hS8zWstCwI1XaPxUOXPtJUtW { top:2.875rem;left:12.15625rem;width:13.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn6WBa5BivEDWIMOXnSbwgk4CFey8Upc { top:6.75rem;left:12.15625rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE { top:11.4375rem;left:12.1875rem;width:29.25rem;height:15.1875rem;font-size:0.75rem;display:block; }#eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #PTWCiaa0uofMOppxQwMO53Ux6H1zcEtD { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5HSCeO7C1LzDKTZA7cR36V0hw9SeUZD { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuTTRRvUGahRT1VX5aX3qfdxc9rCKTuO { display:block; }
 }@media only screen and (max-width: 763px) { #RpC3tnpN3r514GwQDxtyG8Vfgzgk4aB9 { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc0hIzSg15AbVxiMnEbbrcpgaXUyiQrp { display:block; }
 }@media only screen and (max-width: 763px) { #oZkI4Q4CWvRyrsS6ZktQy5bKTyLkDIAE { width:21.25rem;height:3.3125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qohBMU9nK3XxT6Snio0aXtPhboaBAcKa { display:block; }
 }@media only screen and (max-width: 763px) { #q4MJf6ZO4N7ln9uik6RWH4eZd6tOJyzS { width:21.25rem;height:3.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCyOgffxZfLyPqFSNr5KDFdGXLeKg6Vx { display:block; }
 }@media only screen and (max-width: 763px) { #tFz6FoAU82pL0nMWStaXv9VBlwUV2WSB { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaWXz4TBKlDGcNVrrdxOGAB0fzC4tQiB { display:block; }
 }@media only screen and (max-width: 763px) { #kwDdOcqe8OrUUtgUqJRONWRXRBTAFO8n { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmptnDsq8cTh0Sv89x7GviN6Qu4Hu6t0 { display:block; }
 }@media only screen and (max-width: 763px) { #yWRhJSva8A4RpcszCLpMGdrKySrNAJo3 { width:21.25rem;height:3.3125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUFGrec3iTwPUHp5J2SDrgNUqLVcONU { display:block; }
 }@media only screen and (max-width: 763px) { #UaI4G2URAZs7Fp8XBQ0Na2Xw7JSAKMrX { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT2p2HzZLrGAEVXt18twxWf5xaceD7ZQ { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmLAtCPqiuTUe5OKNUz06AtN3Q1F0wVq { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XylyiBKbL0WgHJO4MDxp7RH5EwyGakA1 { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC0FOSND6JZWiTDg4TqoTfyGfZum7MuW { display:block; }
 }@media only screen and (max-width: 763px) { #s8F1q1TZO9cKMLgWIRthTVlThzdh8vcT { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTppA2zT064iGCabad7P2I3cXFyIp9B4 { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX1ZmyeLGb7Eb5IZrdLSAhAHACcdAed { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcF6uW2LTy5xmRvattNoiZtbzhFIB2kT { display:block; }
 }@media only screen and (max-width: 763px) { #oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J { display:block; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3AMVNdUN5Z6B7ZhfGC0T3UHq4SOPVrk { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1tHxHvCcHWPyrzGLBe4CR9pw8feQwCa { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okWdLgs7deRsXXvFS8ZVCb2MVtkTc4l7 { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhVwFL0g5chskeuFz8UGTVbMolppn5GK { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5R0VQ1iCzKbuNdd88fylTQMNWHueKPx { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZRQCJn6GZc1hRLkswDr6A958FDJGn6H { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5T7SdhyEBDTTKwngrg5HDPSi4DQw8M1 { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyE1IGz9xPTKN0kKUELmTDuSplHyEQmU { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdWrgF7Dpnaawon51UpEv2o8FS4tF75 { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BKSrnBHH6aRsvMmvXw2sEWWyi1BRVy { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnR55r6H6G9DJXNncTBfPsZigFyJRao { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTf7xpzRAxiyVabw8XecrCn1mqTtpDe { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J01xwL3ULARCCZPNSc8HVQzOvuI1VorP { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JygVEqdZZPJEUvnPDyiMCokE6TlfqPNp { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNlC36vDRcgeSnsLxyNaWvNTEt6Jl5y { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt5w91f1oIWQxTN0OJivTdbnEbTsQetm { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6CLC4nCEmPqoJK7JmR6P7Kcr5XZc16w { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObQFsPo0JuMd1Smafstuv0SW6s4g28Mg { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiBblDQKISARKULT4d5ThBmhfa47pdaH { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyl2zzr86ypxDN8DGwsFgMJCiVm1Sed { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwEnbVx94yqTGfdsKPBuXLqz6BEuJzZi { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8yGo46SJ3MiruTUuG8vPftRFDaK5Hyk { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ol6oAiw1fcT0n5JvKHIOLaiisUXTL3 { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3GBDis9KQPQWppM3NluwZFiPNfiquoK { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDtyqScSXseN8lELJKkkWxG0xLuFmabc { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvruhBvDGTaoacg6OXLnVqhH50HB9lWR { top:9.875rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6JVw4d1KBeSkXBm9kLcgz5QaQhtgUUA { top:10.875rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL0J6zShbbEvHSlV0Qd7x8gLTJRHXTyC { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zokqGtSnf9xVdTNKl27yO6h5gDyrgQTT { top:2.875rem;left:12.15625rem;width:15.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgHNm0TVU3qek9eV37RhA2CKKL7nl5Tg { top:6.75rem;left:12.15625rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf { top:11.4375rem;left:12.1875rem;width:31.1875rem;height:;font-size:0.75rem;display:block; }#ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #allpo76TrMyfZRqAesHZ1yqgISOkcA2O { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8LaodKBLTlBu7srsdJPFzE12V10LB53 { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxN3XEQcfuQFWegPi0TWpOOh3tnxPx0s { display:block; }
 }@media only screen and (max-width: 763px) { #ul3UEAZguKKGZeS0Sxt3fShTG5EOybua { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzzRmwTn80dCVbRxBwIBQT1NGoNlGOl { display:block; }
 }@media only screen and (max-width: 763px) { #Hr81U9VcuMbUGJ7eGOIKRnXM7dT55H1b { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh9TmwcHA5Cs1p22MJzZbNN7wAvwHKBb { display:block; }
 }@media only screen and (max-width: 763px) { #NHVr7VIHi1FNM7TpJQcn0mNpnapU2HMA { width:21.25rem;height:3.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsLiHKbWOM02AgUxAG1vidDhNPDTcyn { display:block; }
 }@media only screen and (max-width: 763px) { #f8PDfha6xeilzGeoZqveZPTvhLOvIwMV { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBdoL3itNgFMAPkuLXPTKKyvQvpMG5P { display:block; }
 }@media only screen and (max-width: 763px) { #avrGJKab2lFZTt2IbFHqV2CydNt7KOLw { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u94VHgwpiiyWdBbHDP7S2IQA6kd7cwGm { display:block; }
 }@media only screen and (max-width: 763px) { #mQy731NRKIwnaAJ1rLg8g482XpdKCgyo { width:21.25rem;height:3.3125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXt5ZMV6czqkuGoIyxEcitBPPfVV5clc { display:block; }
 }@media only screen and (max-width: 763px) { #g0VLkpzaki4WIvsLI7TdHMDDbr0g4Pan { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMG1Lfi2fL4GH6xmJ2moTN7NSAxAsCFg { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3t4UrztWX464RE6KJ4CSpa68et05P9 { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHgUoK4WSLWGoWdpGaFHu0d9oatCyhA { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re6BCCDAWXGEQimi53P9elCHRV12fexm { display:block; }
 }@media only screen and (max-width: 763px) { #FXEsyccdPr8c0luVIh1uEMQQDM7nZo1P { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW7Duc94oG8WRQPp875blloWfF9vrbZe { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUCMEO1KBTL22JxkeFga3ihd67XW9lpa { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c0Mv9RNLezyBmd9m5T340lqIHJEnfB { display:block; }
 }@media only screen and (max-width: 763px) { #Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz { display:block; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7dDnQ5xsQvUmTpVNW4AQW4GlLZMK1mW { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFa0pdZgQ4Z1DznNKFFLsX1T2Bitpqov { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUILZLQUQ973V74HWNO2GPosic09ohN { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk5gtiKb06mvOxOwFTQJzcJO6yk0ruhT { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIFF24WqGVJsyn1qOMDvaVfucHvPirJ { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrygvGnNtHwihPt63oQ0d07gPVrIit2W { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOlyOiqJlOfbI0PPK7zpS4OgwZtDuIhJ { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL763AlncIVWA7T4N1vzryCpZx1oNoZG { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzGxQTURMTaf1uWgtu0Gwr2B9vNXKbcX { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrQbRMumNhvoMxKI3lyfiW3GqMMyPTH { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrDHsv1Mdrk7wB0GCeeca0TpeMh5kW3O { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWG3VUORusWUvFNIyOIvTQ1ETkrX9OtG { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG7Drzvod5orVff1zIne6qdrDOc5bx5y { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo78x0pNc0vq4ezcWcr0thvu2ubzUKHC { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkNPHzcdUySap8NO6u0g6pF1040kiJcN { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5BCARLJPITluzA0CwHX35vFviT8mpKl { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxwuFkt3tiqmvnikT2avdMExeVKigFg { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiLr9XWiBPw5cmICZJKW6b0xFtil3zdB { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFlN4uyiOrcNVTLoOFTSSxzTMFulpyX { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdkXZBPapfGuN1yk2GSpVTBVFFcI56O0 { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsprFInoUh0GbS17DMcDtiaBepTTOrPG { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyRKrXcdtDOCaZQM5qm4fzga0LtkRtQf { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7u6vJTOlssPixqf2JA6tQnHNqxQVOEB { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLOTetJQXZR6elsgpTyHO7uU5PoITZne { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDT8V60xTzbTFzhDhGUkqRkRhCx44HJ { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcSnoTCLW1CwVQTmBRLyMmFT0u6dWab { top:13.1875rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZNp1gp5PXrUknXNhpuC8o47iEFQ10I { top:14.125rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqaMftJsbZIfhiiHnlLhFMagrwoeZT5q { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w91308oGN1v82DBP0nKlJGN2PQkw2kkq { top:2.875rem;left:12.15625rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slnq6vtq8fOwwbXgv4y674wn2TMVcrcf { top:6.75rem;left:12.15625rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 { top:11.4375rem;left:12.1875rem;width:34.4375rem;height:10rem;font-size:0.75rem;display:block; }#qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #nwyFFdUwCoHbpaWQhFq3PEElzTxMneCR { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rstF6HtfNy3ZO8NTlBPaTtOZsxtAJZKx { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHXFlgdd0rO4MLEMSEOeEccStA3NyNb { display:block; }
 }@media only screen and (max-width: 763px) { #vvBlLa1CO97V28LTtwmVmGBM5HCSGXX5 { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUdhEyTJbNxQesdO8mHut7HdyJVpwEr2 { display:block; }
 }@media only screen and (max-width: 763px) { #gwRheW7CEgkUtTX6wXNOr8DaHoSsZs7q { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCO6lahTQl2nWEZX7m6XMZ7199iKhMTH { display:block; }
 }@media only screen and (max-width: 763px) { #vqg545PeyFkvhgP2HZ3NmwElzgBg2wqX { width:21.25rem;height:3.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7qZ5rBfXL1Ly9ohHU95v3qGwaSFpfT0 { display:block; }
 }@media only screen and (max-width: 763px) { #bVTuMsT8ntyliZLRymENmQwsJVRxOxrr { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CKm99frBxPBsCwFM0I4A5Qz54rSgIZ { display:block; }
 }@media only screen and (max-width: 763px) { #gGOXdTeFLOBI1llVeIhW6pT0v4kDNric { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooDKWvUTc2KMQHTa9BTlJ59GvQuoDabt { display:block; }
 }@media only screen and (max-width: 763px) { #GpaoONA9oZ6z7pUaO9SuEsXQBEd7dywr { width:21.25rem;height:3.3125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR1fTr6nDi6XWl2vy1iF7M4AxHBrMgho { display:block; }
 }@media only screen and (max-width: 763px) { #fLIuSPHaZEOr4vCMmGRSewKVCGraHI0v { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSrTu6MG0XT2Lxngu41PoD6dR9FDnEAn { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpg7hgRJykSAKc3FuICD1EmwkCPchzHg { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxFsQPmLxgR9MHnKxv0kbecT2zSwe83x { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJmXIzQCHBUIDZ53qWqBoTqM4dJl0Iwk { display:block; }
 }@media only screen and (max-width: 763px) { #rR3LZWUwKixQCXyc6bhgibyICXdTEwFm { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7GTP2Q93TkPQgq8bQUfzwRF8a9Uwp4D { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5c98kwVQrrdQZOkO5i40pEVH2wikkak { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubc0T2KRtyinTAkaNCTWnS5eHB3owEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv { display:block; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsoR9LOVP7T7gMpeXdIErtTBTwJrZKw7 { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1HCCkmP6R6kOhTpHJVV5hOUQRa50C8c { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkyA3gb92s8mc8mSUI91qaG2AnQWL4s { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyRvzTfc7LRiJzqOcDGyL8S8tqNzfftE { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSel4tZLMGyuv9F0vnftVkouJNHFZR2D { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkExWGnbFIH9NaPkNFlxSP4Om4SVXZGs { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmkIbKZFpHvTFN0EBk2MQrqve2ROa8Qv { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNFBx4Xk5RnTNiLcTplcyAdicTSwQE9 { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #at69yVMf0KhMWzLukOQak765hb2OiwEV { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxyTI2QlqtETXKZzmhxBWGiEzrGrfLd { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T45ngpfQJ2H23slVKnxBdX16cz5J8Vch { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4uDHrV32T3RQI9CS9ERXXF1BpZgGVc { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx0htruGyC1bPT3ytpTaXQJVW9AnN0OF { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmBnBO5zQJ5pwGoP9x969H2ECe0lgPIG { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnzy4tPd3o46mbURLUGA0TDkQU0nf5T { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBD28XzchGOfESauCUxddhIP2SkzpJ75 { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5AndqCIl3mAVNWcndFTFyJNV9pcZEPi { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRg77V5ooROBKdyhniRMMU3w2fFOkZpt { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0APKd4r4o7JAi433iwTwSOci14ACz2H { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgc9wHB92zhN1sIpihwqiU6pHqtW4KU4 { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm8ce3SrKZTfQx5VdAg53hhJZ4uVXRst { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTU3rMs4OWp31T4MEKJCiith16cHD2o { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmdZbTiGTyTiBkz2GUJ7bwwl0kJS7Rbm { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNIZdgZgowLerUGsNLv2T8bXJAPrk4l6 { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOGL2ylAUflp5rckfP1PAFFktwgWL9c1 { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRU6qvaU3sV5ggKfFTIqp6nBeMek0Qi { top:16.5rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDO2GQCwDXpDqaUTcLMOrkPXNr7GJlV { top:17.375rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afpkaPRTv996BWTTxJhCSzVAi7qdBaBA { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBVPHD3Ssc2vQ0cCOwHc41BRPoXDGVfA { top:4rem;left:12.15625rem;width:15.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW9TQsPTR5DzCOcQPJM7PIJClLRramgb { top:6.1875rem;left:12.15625rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu { top:11.4375rem;left:12.1875rem;width:34.4375rem;height:;font-size:0.75rem;display:block; }#VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #Nw6BJLMvwP1ZUMMrRDbJyPr5VTZc0R5s { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMir1sJM3R0D6qHfI2pZWg5yayuxa3gJ { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acfMbQa5iFdDq3Nuzxs2VdOeZgZTtzTg { display:block; }
 }@media only screen and (max-width: 763px) { #sOGPfnDIik7Ky8ykkh05vXs7cdpPlXSI { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfOISKuXLco3ntoQ4GTVq5GxNQQ4O3Hz { display:block; }
 }@media only screen and (max-width: 763px) { #undiEst0sf4T3vNNMpQ0znITSaBmNdfp { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh5WR4Z7ymv5GXFZeKn4pqJqzUTGTqRh { display:block; }
 }@media only screen and (max-width: 763px) { #H8zuN5zdapgRDWtBgcTdwUC8kS6qtf0w { width:21.25rem;height:3.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsrHMxfNcRpkUqbzIIVLUn1s7OcC3pHC { display:block; }
 }@media only screen and (max-width: 763px) { #xGsU6k3yLIAsEo4IQ5II0KBpqQvdqgXd { width:21.25rem;height:3.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTwspIfEA4V46h30qPmphlcTo9uDZBCl { display:block; }
 }@media only screen and (max-width: 763px) { #mvMTIFNusqDlT53nHW4iJnkRTwUiUFxn { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigDX0uTxEerw5EdIEP5XfWcZAR3EGMu { display:block; }
 }@media only screen and (max-width: 763px) { #SitVdM7nORuWX5k9cw1llGUXcMof9pt0 { width:21.25rem;height:3.3125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPwycuCtq7QgoodrvU6NcvcV0izKkFbk { display:block; }
 }@media only screen and (max-width: 763px) { #c5IishIvHSpCmmrDUS8LTcZG6SRpTbhg { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDEbx6Lt5Nvt255mtKNvZHBqHMhzNsPy { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztvqoR0ZIPCIcEexoKqn8gEHuczd8WBm { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDo0g4H7qt2QDSmvpvXJ9m7kMK8lMzc3 { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs4QmfCWyuCnrr1rJFk9qW2uadhzHONt { display:block; }
 }@media only screen and (max-width: 763px) { #KigVQAOp4ABxyXTgrXZ1WNn2OHl7x72a { top:27.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJiKSv9BT24y5ro1IziQUTSvsv1ZJfbx { top:27.625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkkGAsKDrO69dTzfewaXcFAq1JhOpP35 { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6VkPSE1VfUFf6yBggfwRosStpGK2fLh { display:block; }
 }@media only screen and (max-width: 763px) { #ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd { display:block; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAvs6NyDEVEzCemctGNxqFhTD6U5O7kU { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRO4CXAnsMo9ugnPSrIz2LDndqgUZDX { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raiS4lidbNXU3ImOQFppFTmihc0LwiP7 { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUmHiI8e97mUS4PiS5CGKyczX0C77ka { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JItruHaZ3pRtO74n6hwVATCapRMWOFur { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNUm2dMFW2fVVsoRLQVF4ECcIxpovDhS { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBZZrmTahhgL5N3BuA1hzmKUE52V8UrP { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb5Q09SeKs0KOyXkefytIvuaGqJVXS9O { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWyTHeHQ88di0GQ88JdQzxBd1afZP4wQ { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxU5KoL6bOPD6s1qaawt14TlvZWiImL0 { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp9WJ7D7P6Fmvzhh1U0vvDS2Z9DtinIB { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tos1IhTWTyaCXUiHq3bB1mJ5GOT4n0W5 { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQNJMdPtQWSvHoQcc0TKFsntABV6U8DL { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSvkMGMLukJlp14xE9PnElDc01cWbf2D { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUt0g5hyXPstKzcAMq3biTTG05NELbxo { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9TgcETMT0WU0C4lwVyDFbll8vBqouN { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTb17gnxlBHAKlPrTHvEI0ndQevFn9k { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGTt5ANlMZSl1pErK7xQZNOb1fNokF9o { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AahGhUMNXnCanCxkXOVbFdGMDEVcMLhJ { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2QZ7bEC6S9TMspmbIegNgubp7a1SZZ { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKuDaJrSs6zX1dSRdE60uyiJMns3bnrT { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmgBIlOxG6Hy85MkDwQqqzaTAtbRC8Bk { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmoaF1Htiv4rVa08HSntmarBFW5f2mX { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG78cJnud4cv72xvENUNvkFPg5oheqRZ { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT65DkJOkrQfxvQ4eb0fZZBLRmEaUf21 { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdIdDR7rrkA21PMbDW0kiITdiJ6zi8R { top:19.75rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAa9DqMST3FEniyFMUxTo27ZEFoKKvVs { top:20.75rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWl7gbTzBa1zQiTEOnm4V69dJ8CMkF4H { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8G0mXS74ZgrTuoScCd6AbCMpQ7ZiT4 { top:2.9375rem;left:12.1875rem;width:15.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouqne55Tv7TcnHgQxzLO9OECrRMkRmOT { top:6.75rem;left:12.1875rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH { top:11.4375rem;left:11.6875rem;width:36.0625rem;height:;font-size:0.75rem;display:block; }#pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #XrFF4TDFVZRWn9hhOQa2sEUriONlmdXc { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2lg0fAegd9SgKdncMGOw7XO8SiFK1Te { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZpPyxihTw1KLZuZwyr4qBe7ICigrpbD { display:block; }
 }@media only screen and (max-width: 763px) { #ddLN7K56C44MJs7Q3mEI47CXFbAoNUqh { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsRcIRXyQz9PH8RzcpmEFiFcfensf0qI { display:block; }
 }@media only screen and (max-width: 763px) { #kiZuTNU5Bx9AaQTfb3GNtFPuEmiEISzr { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZiVxnv4uaTcrkTPLTKMTaeKU7P88Cia { display:block; }
 }@media only screen and (max-width: 763px) { #v7ZyWeH4gsCLpLXZf5aymJ8ziVKGvkGu { width:21.25rem;height:3.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDDPBNQWuxudn7CEKL3SnHQTJ9UGIWh { display:block; }
 }@media only screen and (max-width: 763px) { #JZLL6TUhcA9BXCLi8N7w43sL6uVe3lXZ { width:21.25rem;height:3.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmO7ppWTEXTbIAKXPWPCO4yudZPpeAVB { display:block; }
 }@media only screen and (max-width: 763px) { #EAWmv61Mqgx2B4egTMMS35Fp6z5Tu0vn { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F48QHIgHupgusmTlqyRSmisgWLRcDepd { display:block; }
 }@media only screen and (max-width: 763px) { #hGFADa5T9VAUeRluLq954ne1kCACR170 { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPdbf3STGrmA9c9AZEXM7O381SUmRIR { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwPFlCPFp14LJsNxRwwRg5KTgBE2lJFD { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqoXJ36JJXULFyU4KNCnzz1X5iMyJkT { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuUxLg8CqpEty1JaJZwvDEgrnTz5cn1 { display:block; }
 }@media only screen and (max-width: 763px) { #qqvG3UWDwZKVTTS84SQHsX6oCgOPlv3K { width:21.25rem;height:3.3125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMz6KFu5dX269SvfrScOxxgBZtnvtn0 { display:block; }
 }@media only screen and (max-width: 763px) { #G2r8y9SkK27XUsGeLvQ7Vu3er0tgh3kW { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sScT1oXfhazy6nS4nAKv17tOBo6nd6d9 { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxA6lon19Of2Tle3qE73IVVDAtiJCRuQ { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi4F5mTuCHJXkLxlfFrA1vIoEvn5QZSz { display:block; }
 }@media only screen and (max-width: 763px) { #PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay { display:block; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOEEkRrfPPG8kCvBtxdt6KESvzM1WTqU { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmzTkD2BzkSn6pJRptICkmbUorDMycGu { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1V6oamCEauc3pmc1DxnQTUPAZE887WV { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTAIAzmywNEeLlhekPTzBCpIX15l0QR { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UADRM80nHvx3J8tv6iM7OxS3rvJU4Irk { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKTXRyP8IBvVNQq8gdZC1wirLeOuzVah { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyLSPmki9ZbJTbfNCBTSxEbosbg6taB { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6W8M0DTMl6rX3yG3e6GCea26tdWBpFX { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D022lJLwHrMdgvcF6bMfdHxmFrKmRM8u { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB3Tnh8TSui1His3sJ2Gx498DmZQGp7t { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDeb72Xzvwgd8vPkZACpuTG4kWhFKAH4 { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btOVTikDp7DzL8Z7UI786X6eP57kkD0s { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcypEt3nfDJdMoPEffzNoFzO13XMHuuE { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnGJRWGFFPTHXR70oHZUnv8y9A9Chze1 { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX3hzQIsfJ7yDSDT3o9kIZebUHrBx8Au { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzh8o93ytTpFNs0rpUtxIBmeTUrCaLN { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEIuXw1yDEyUM2HQ7Q9oldIrRxpWozB3 { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLbS8f3iN2q2UBRkLOPrqS8x9g4xM64e { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZPPDdfchXI47JwAkwBgXXbC6isLw2qB { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3zthy1wrNdMqElnsI32Cx33KI1ws3C { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmXmpnPscZiBbrbOutx8T1gNE5J6OuMB { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pho8nXnFF76max3qrv04pMnRtaIMd6vk { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua9TyMOw3qL6mnqmeAkJDTsITb1Fmx4d { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXwUBwzWIhiNd2oJTAvASH1p450XeNx { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkKCL9iWGiTuMwl5XALXPN98R3yAVG88 { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGLpsUHR1HTTvsBSp0UtANZ72XmpFBDb { top:23.125rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Biztmzsofl36l2qWAKmAR8cVzTPwA9Ep { top:23.9375rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qEyuo03ryxKX8hcVZGUylTKwxODVDy { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkBqRdHfqOlwIivhJ57LvwsFAdt12NH { top:4.0625rem;left:12.1875rem;width:15.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwG9ZdQevA61ml07eGFDR6vgoMaMHwee { top:6.1875rem;left:12.1875rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu4pc72fWATxcOknhv36R5ktxttR2LPd { top:11.4375rem;left:11.6875rem;width:36.0625rem;height:;font-size:0.75rem;display:block; }#qu4pc72fWATxcOknhv36R5ktxttR2LPd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #il0kvziGOVq1gki2kPHz9Ot2uIgzN3UF { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwb2U8X0019kbrlwoK7qRMFAJ33Ko6u3 { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmTsJ7xcb5yDmx4vh4OywaG23dg1N7ts { display:block; }
 }@media only screen and (max-width: 763px) { #Mq5VulMCXL08JKw4ZCITIs9UkiHg7cF9 { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCqcBZsKMx76rUvlcqSOFPiliv6hIPXa { display:block; }
 }@media only screen and (max-width: 763px) { #uEstzkePi7MTKB3JJDEA0OZVuCB9Cwq1 { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L7GFWQLsrSHk0Rp5KNNV26sLD8std2 { display:block; }
 }@media only screen and (max-width: 763px) { #liVuEG9UqlOTXT9T55isiE8HLiW8y7ac { width:21.25rem;height:3.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWFn0g9U1D5J56kuPTybJqaWGf3rENTe { display:block; }
 }@media only screen and (max-width: 763px) { #gWc4Cpb109fRTHXPweVhvsVbU3wo9cnG { width:21.25rem;height:3.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTmiyCoFIHqy4u817WiT9tHCVif8Nux { display:block; }
 }@media only screen and (max-width: 763px) { #gmyBbstJpBQ3KKSBX2DKFJBEJkOpB0To { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo32i4TJNEf3EWA5LgLJM6uxDFLrIv57 { display:block; }
 }@media only screen and (max-width: 763px) { #XA5T2Ch8xhreSMA8oTAuNeEaHDpSDHKK { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRPSThLpXWs0BUXOzyIfCbJh4ITKf78c { display:block; }
 }@media only screen and (max-width: 763px) { #cW7Ktl4VIzaqaqRDqobXK81GEzbeTamo { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHTw5i0yIMe1eG08o2WJ4rO9aqKczwoZ { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ1WGwEtx6DABi99v70hQXht7T083eAg { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgrEq3WgZeymued6OUXGWuxTg9qQ83cz { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTn0pMGx1CGaoB8x7E0a8yLT47EWza3F { display:block; }
 }@media only screen and (max-width: 763px) { #ZkKwQPdBT73cS2PgVKxmzkAelMFI0pMN { top:27.625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnCSOh1GUmFky0WD0K0b3ZQbTQZIs6oA { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psfd0cHwexwRnfzvxgmyBCPOKJG4aZ4w { width:21.25rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiSP2HfzlCx6WCynxgOgAFSTdRZyx1WH { display:block; }
 }@media only screen and (max-width: 763px) { #iR6oTASglANLmeZ5ShmBwt6lghN9CTMI { display:block; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGq2Usnbr64spuWJT8zITlxmr9PM4dnq { top:0rem;left:0rem;width:21.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqfCg6yS8NhgLh7VoAB96GeBgQcJO3f { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzvHsqCfPiTJnGUSBQKa8F87ofPPhks { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Rnv42PHDFXy1bTK4mSuWPsRkTzTTeA { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDeeIAdmPg2uKZbJfLCKZ9l2lU8cpggc { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEJIfEzxDFOKSSyew5XTnSeHZ8IVQE0A { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqp4II26W1Mav2eLUivG5BpmOTT6Rz5l { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpfwXQ5VRTOTBZI01Gco6RDh9KxKUzBH { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiMz3FrRyzgmf1lZkhhcMeVfsTfsVnql { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlq5szJSMzvoWSVwfrlTlLhicFkTrNvp { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0iuTgvaZxMgy44lsCXx2OzP8wPKvB2f { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrtBTPMdT1KaAib8IDkdsWw0U4342lbV { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPlGyda0cb8rFKPbBPkIWlJyWqP9MaRW { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awmETHvdNRseHB6CUZ19GdGmPFplw4BT { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUrSfFNhxe5fKZIJsSqmbLhbO0qyATF { top:20.8125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb79n87fW6xrLZVHKQAzwM5B7nEABFkv { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsDXJO61vJGz8Joe05srkT8U5bnKDr7z { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e01FFvPGtkI2bTisy09ms7XlLAuVJMip { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBMMu9UvfqHzT8bioCQLaatKFli6N5W { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUw5BlPNwWUW2rAPxZnthwHKPTWXJqr { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDkuzoL70V2o0vIvX07rgEpAB75ezFc8 { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS6OFzxZrUAluM1BwNIa5aCsXGMDxURc { top:20.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTGaHilx6c8RUXMUP2xsJZBPLl8T4yU { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLBgWaxoWwPrwkibC8ObV0cUirGh5qly { top:27.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU9U98T4TKRwzUt80JUbkyEbMEdd462p { top:27.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVn2K3AgCpUWs4BVZ9dI6Qe6Q6H9DasL { top:26.375rem;left:0rem;width:21.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S55Gw41nqbcVXBdqIRdFvTc6z759i2Xl { top:27.3125rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCT4PRPe2AV6afcH5X023uNztzm3e1KO { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQPk8f8fLBga1a8UgALOohVZrm4ARcKX { top:4.0625rem;left:12.15625rem;width:15.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWSFvXlSSLpJpPcHeVJhDLCbWlU8behd { top:6.1875rem;left:12.1875rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV { top:11.4375rem;left:11.6875rem;width:36.0625rem;height:;font-size:0.75rem;display:block; }#Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #gN2pbVK6uBgrJUvAJf7cho8yIFqFXMUr { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsWF5zXdS012TfPB066XT970H93X3LzV { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGz7F7vmwS32wKmddZS7AV286qC39MAK { display:block; }
 }@media only screen and (max-width: 763px) { #rgaZUnx2AIbLLZ7iS5J9rk3zsBUOFKZZ { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ewvoS9ibeEqL3QAQ6pIbfUNtJp6FKo { display:block; }
 }@media only screen and (max-width: 763px) { #n1fepfyQq3DCVCpzZ8cp14AF5c8f6cBE { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7aC3PqiZTCnH7zH35c9kpzJ4LcL8ve { display:block; }
 }@media only screen and (max-width: 763px) { #zlmBIqxfOyMeggPbyEOqrmpiJkHgduhM { width:21.25rem;height:3.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmP4tmpqhR3rugxMTRgZ0SBTGSZwOxM { display:block; }
 }@media only screen and (max-width: 763px) { #c32iEQ6zrzHoJRh2gr0mxzgdVbn7ZlQC { width:21.25rem;height:3.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m41HqMdkTm6QvmUc4Mm0A9BpydKWTAmf { display:block; }
 }@media only screen and (max-width: 763px) { #TCAWzu4nGVINlpmnhKppRPCOn6LGwRBC { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaZzeuq9zhbFm3secSwhiCPT32KD3o5C { display:block; }
 }@media only screen and (max-width: 763px) { #l6BFQmv4l1F07KhcrzWH3cD0eTnpSc58 { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMOdPsk3LqktX25uT87RsvukmTipiQwr { display:block; }
 }@media only screen and (max-width: 763px) { #Fbsg6dSSRFL1kGnTQKGNXm8JcaG1TCEW { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlr1DcGbw3kHPa3CXXtkifv6QNaiv7QJ { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDkpzylu27sqtmVM1SFaMgap0kFvsNN { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0qbtA9GN6hSTaNDHnC52WNR8go9TAT { width:21.25rem;height:3.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USqT8JTVtGMUL8dZ6LOqTV0REwLLOc06 { display:block; }
 }@media only screen and (max-width: 763px) { #It2DLolqbq0gfl6XfUnqNqIozGx84Umb { top:23.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxXwJp3hGnnNfrG1yTU7efA782ru5asR { top:24.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIN3nBK0aHayp9T4E7w18L1EuXtX5UlU { width:21.25rem;height:3.3125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4HpgHgbfFkR2pSvgnK6lcWK9NLb63yc { display:block; }
 }@media only screen and (max-width: 763px) { #BooA81xchTZLswuCFSLdIFp5seJDM4Lu { display:block; }#BooA81xchTZLswuCFSLdIFp5seJDM4Lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7rgxmuEKfrpBIuPXQl1KSnuTLcC8qax { top:4.75rem;left:0.125rem;width:47.5rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSSKT6ZqLKVlTHF7ds3kgbnelwSHBATh { top:7.6875rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhqXXXkt6z9EMnV9SVBazq0pM65BnZM { top:8.4375rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy52TB6kzPfIEgNvHSqJly9nN1d1qpws { top:8.4375rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGT1bwFGfua18sX4mPQzQyhD2182DQ02 { display:block; }#UGT1bwFGfua18sX4mPQzQyhD2182DQ02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQmBvHCS31yI7xou8ADkZgi6NwKvUcoX { width:14.0625rem;height:5.625rem;top:10.4375rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3Gqskcnt2TgBKdohBnwAqluKQUwb4N { display:block; }
 }@media only screen and (max-width: 763px) { #xTN7VVTBxrrQkTs2DA6B6lgTuZbJcJVz { width:14.0625rem;height:5.625rem;top:10.4375rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkT236u8rTLxkD2DP5NsntErBmHEhNea { display:block; }
 }@media only screen and (max-width: 763px) { #oyNyJ5BHvMPLH33TtpOFKmKxJkCUUHNG { width:14.0625rem;height:5.625rem;top:2.1875rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ8lXtTX0wU1y6boRHFKu1CVvzsTTSPU { display:block; }
 }@media only screen and (max-width: 763px) { #nDdUbgaIyTbQ29K8fEONvLmORcV3GX7H { width:14.0625rem;height:5.625rem;top:10.4375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxVBa5BAb6tIPEApD0VGHZJklLVxUddu { display:block; }
 }@media only screen and (max-width: 763px) { #U2aRRqqrIqf6JDguapcCDkffRQmJCc59 { width:14.0625rem;height:5.625rem;top:2.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3TUS6aFepl946TTbUfBNRUGbDVK7ds { display:block; }
 }@media only screen and (max-width: 763px) { #RV3XWD7nqozJphbNosoPTik2UtUq49Dq { width:14.0625rem;height:5.625rem;top:2.1875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2DbQP7b3tOas1M0NZZd5GI503a9hDX { display:block; }
 }@media only screen and (max-width: 763px) { #mNR8KwtdXzEeOyidnQuNckHUgCRGnoTu { top:10.1875rem;left:31.0625rem;width:16.5625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2qVLMhHFGEidT3IgcEG8rPWm0AtilH { top:10.1875rem;left:0rem;width:16.5625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK { display:block; }#AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnGscar6CHbesPHzpT4lS0068hJxDqV2 { top:0rem;left:0rem;width:21.25rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv0gX1EsAUCXa6RXB82PcgFVJ5t9rvcd { top:0.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdWShr6wEvWy3ryvu7AT0iGfbgwVKwsB { top:1.0625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpukMi14tgzaSJM4uvFlX6cInTg3q8V { top:3.25rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzFsDdzilpybuzOlPBvSs18SX9Tzgyhe { top:4.375rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0V5AE26GdV7NomcmZo1QFtO5CTn6Jh9 { top:6.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAS1Kx2DyXZLbqDNyOOwVa63qdxxAPg { top:4rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxCTlC1L8fh2lqfa113fqpBoZTlX5OW4 { top:7.6875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfU7AZLIJ8DO0k0nShxsmzqRilXXBHaR { top:9.875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwLfDI5rbw7SmNeqDNMkds86hx53GEse { top:7.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHz0LU5pVagntmlTp5JWp3eTtQMy6FBU { top:11rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciJaz7Vp2Pm96bevXehcNCKwOHbB6AoO { top:13.1875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvEkOi4TByfNA2DQRaPs3WIttVh10fc1 { top:10.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAFXN8ZTcGSvlLr8UiIPD1yaTftT62XQ { top:26.375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM7ScNFsOaGDTH5EgmOpqJtMCs9MI0IO { top:24.1875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xshoCTzcCG0fFVCP07s5uGLxtgJvGDvP { top:23.0625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq1sqDNI8VqlN7fBCQVWbI8eWNb63OFm { top:20.875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiq5v4AVlM0DW9FQZDwnPl68C9wZUT6 { top:19.75rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiFlcwSmTMgNWCt7alzuc84diyZlrnA7 { top:17.5625rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGrENmLy320S3xMaUWOTkL7xXTS69SCa { top:16.4375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teQGcgBpAK0qNU8F5ATK2C2MG43hFS2o { top:13.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg7wLAe66dcmiDRT98pE60glPCqhv9Cl { top:17.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOUklk8MH6pDBDpzty1a6npvqlmABHS { top:20.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeemBPIkhKPh1DNLMzb7SRNRwUhQHfn2 { top:23.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8RoQzUJLAftnvawZ3oEab0nZsP7Z0Mu { top:14.3125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlTH3mAtr0IFO5Ik0LdAtHF4xdM9nkqc { top:27.4375rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou2QEtiNZaZshOtwUQz0b3zA5VTTm6OK { top:27.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2WZ5PmtJmUamHJls3alSRTus4T1ACIL { top:29.75rem;left:0rem;width:21.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmXafT0Xsx7S9Nf2i3n7iAtRmzFXEivN { top:30.6875rem;left:7.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGsbz4btWf2GRNDv6edr1A7mHFURpDuy { top:1.875rem;left:14.375rem;width:33.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkhJzkqx8EROgktSULDHon8Q2id1fQuR { top:4.0625rem;left:12.15625rem;width:15.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3kf5tkgFnUF7Cx9h5MVDbcwxCT7fru { top:6.1875rem;left:12.1875rem;width:24.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCB6v1MzhEM7drGFmG9ASTxkFNE848r { top:2.5rem;left:15.5625rem;width:31.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvMKlMXLPyEZqJVcscTwWsZtCap3BKnC { width:21.25rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBadm9NtVlHq2wV2rq8zUiMDZzMJELqS { display:block; }
 }@media only screen and (max-width: 763px) { #e6oEEvl1UPvvrynotLmAqXmLmlpBKbua { width:21.25rem;height:3.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzUV6gEfJA122No0b6fA7ZnVJHcJ2DLp { display:block; }
 }@media only screen and (max-width: 763px) { #PNWoOFdxXAmkTMcwbCBlPywXFulE1qE2 { width:21.25rem;height:3.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1PFXlcNbaH9rxzTZTNXvDRbwd3c4PUe { display:block; }
 }@media only screen and (max-width: 763px) { #MnCWB7ZfFi160MqNr4EDFVcIL1JT5be1 { width:21.25rem;height:3.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppBgo9gganOyFGVNTof1V2SizyL6ZWqH { display:block; }
 }@media only screen and (max-width: 763px) { #RDxUdPdEDmXhBvqkATD7l1mOhOR7gTL8 { width:21.25rem;height:3.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VleSfyDDBH9ROTcHzTRAZxFQCzOkifA4 { display:block; }
 }@media only screen and (max-width: 763px) { #RQ4BCtTG9u3lwlXri6lJTeOaJz5zc0SU { width:21.25rem;height:3.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7ts7BtPlKTxcLZuWuOJCu2NBvXMuM2 { display:block; }
 }@media only screen and (max-width: 763px) { #qENd2G33NKUbI6LKVGnb5lIOpPKww06R { width:21.25rem;height:3.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCcKwAv9UGf3HGA2AxD2hvI6qq7BfqP { display:block; }
 }@media only screen and (max-width: 763px) { #aV7rt8ARi9HMC9Rq5qRLJMmTDhR8OanR { width:21.25rem;height:3.3125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsNgkUzIXL3C7OrZ8sZ3ecg0CquAEoQn { display:block; }
 }@media only screen and (max-width: 763px) { #tSOoOXq0mmklO7ppLPrSMhTfia6fPTm5 { width:21.25rem;height:3.3125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIBoNe8nXVvTLcJAwoJ6lyGz7UfkIhyb { display:block; }
 }@media only screen and (max-width: 763px) { #E7ieKAE6Tic93xT1aeD0e13oPlVRJOqp { top:29.6875rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMJbLVJpGheRh8tBfsAyW4ecSTHmiSaM { top:30.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4884oGz8CaeHymMlmlUwxuWPbmFTlVc { top:30.75rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxTFyuMuxHbscXrsnlqyXvsW9Mefepci { width:9.9375rem;height:2.6875rem;top:12.125rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8CdQcyxZwTIoV9vNRi6G2OLZrEAnLtK { display:block; }
 }@media only screen and (max-width: 763px) { #SltB4B022cCtQ5WIlwLhfPuulRStJFiK { width:9.9375rem;height:2.6875rem;top:16.25rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXKE2JibcAAWOX7zhUtOR4MG9FlS7TPM { display:block; }
 }@media only screen and (max-width: 763px) { #Ttu3Ar0LcECqRJOmT0efEZ26r31gV1WC { width:16rem;height:2.6875rem;top:12.125rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXOBvTgIytT5Vio9sfNhPNMiId130UTf { display:block; }
 }@media only screen and (max-width: 763px) { #o9JXh5T5SFaarU0mtLTKieeWroCTp22I { width:16rem;height:2.6875rem;top:16.25rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ThBgaJ9hXWJI5FBTwZvOASyvXp4HGq { display:block; }
 }@media only screen and (max-width: 763px) { #cTRbU7I3c1HVFiT2NsLck0ELCiptuKlQ { width:9.9375rem;height:2.6875rem;top:20.3125rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iksfD9Bq4BNLBQdWawEJCTdWTSFzawJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #lB1zxCPtIAH91M68HCHd0PU5MDOh3xRq { width:16rem;height:2.6875rem;top:20.3125rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9st5JLD7GJ5pEJF4TdZyUyv9sKPBn0D { display:block; }
 }@media only screen and (max-width: 763px) { #e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D { display:block; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuJw7uKanJc9RbpI3G0058lgIQxAbxrp { display:block; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5gxPlO7AwB9dSmRBmP3TohVJMz8rRO1 { top:2.5625rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXwxa9eLOaaW4bE0zdDqEhbB7SNTz6X { top:3.3125rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDeQcGzThvThdkVFDmRt90HDKvQ9iAJC { top:3.3125rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf9H8gWNnoyr6MLnPSwgZDVKlLxVBfHN { width:10.0625rem;height:3.0625rem;top:6.25rem;left:18.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1oDGe31Nvw443m9pvGPoOKDJgi3MONB { display:block; }
 }@media only screen and (max-width: 763px) { #dowMKZseLTbE1pINWyVaqq70z4VIlcfZ { width:15.25rem;height:3.8125rem;top:16.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3E9cSfKuHn5wE7SflFy2TxKdCmJUELU { display:block; }
 }@media only screen and (max-width: 763px) { #UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur { display:block; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXOAZcNI9TU6tnVlQiedeMt5SSlRbFGs { top:0rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-regular-label { width:45.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-text { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-text {padding-top: 0; padding-bottom: 0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-textarea { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-select { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-select {padding-top: 0; padding-bottom: 0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:14.1875rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-checkbox-label { width:43.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI  { width:45.125rem;height:auto;top:5.625rem;left:0.125rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .radio-container { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI {display:block;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI { width:45.125rem;height:auto;top:5.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #mdUOsAa7rNSyAVW4mKQIO0TsH2g78HTh {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #eT59PxoNLJFNCryuU7FWyydVDB8WRXK6 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #EbH3rkHROFxrNpweWt6uyZhZQtuhqB3W {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #L8ehoMNx9wfUmNVKBVyUpgTfTxOr3eyQ {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #kTI17V19hxJG5HTfOTPuViT72ed8c2y7 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #sOR5bQzK1zvz2xElCony2lAutDEENcF6 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #kKTJggiF9FgIPI8CliGJQLNxBVyFXFrC {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #MCaH69XFg5wxTEC6VtnMFrL2tQOmspu3 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #qtDO2pqQo7WZWoVk2397q9cF0o53wHt7 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #qDSS0z7lTtyTCdh59SCcHDI7NPtitcvp {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #lH5HcudOn8pI0Q5htyQV9fGGsTwFmNyX {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #SHZU1TMD4A5KQXxJvdMyidsD3NJShye1 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #ZaNCiIx00d8ksqbTdKz8GhL1zbwTP3V4 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #JRTqh9cL1afkCdUKKprfWscXoiGG6Fcb {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #Vgd6NBshcaCBACkd5JT0hmKMxVwWc319 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #S0cwDCwzSZBC6BUg13xBwpbImP1Q8xDD {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #mLhdZn6clRkQaXdRH6moH8wAPeopPFaa {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #EtJOHgkIVgTHHxTlL9WNhTOJf31KrVNm {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #Q6blW6x4GfmCLzFCCO18c3wTrnT5FKt0 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #iUPEI0LcAGRDVDGS0UzsvghZ7obDs7Au {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #KgFQknT0PImShVnq0FitieI5rkvEmk4t {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #KkusVvlbQfxDbeMHGT3XfGyTctM0FoCb {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #lwrklTSblodIT5BtfgMP9TlI8GMInrkT {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #fcbpFZ8Rzi1gEaoCsWrN3GZM9HmFCEAZ {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #GgoLobCMcvxoeSTGz3qXI0tiIVJqlh3e {  }
 }@media only screen and (max-width: 763px) { #pImgtrDesJLGLeL6M14RUwioyqpXctTx { top:2.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 { display:block; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt1EfHsxlxS5QbJ2FwiepIfkAmxub4BN { top:4.75rem;left:0.125rem;width:47.5rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBO5qb9vqK0IpJNxnUh6eDMQ0ZA5iW { top:7.6875rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ygkQOOuu38qDtFyC0XXHzlRqOHnS9q { top:8.4375rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgQE4UZ0BFGskz3yEd8iIRbc4K9cLs9O { top:8.4375rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAubhQhwaiSkfeLf1Sbx9peZgVAFImcd { display:block; } #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection *:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="text"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="email"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="tel"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection textarea:focus-visible { outline: none; } #tAubhQhwaiSkfeLf1Sbx9peZgVAFImcd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wavNg6aIVD5ZldWvJdPZQL0ac7HFcdkb { display:block; } #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection *:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="text"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="email"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="tel"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection textarea:focus-visible { outline: none; } #wavNg6aIVD5ZldWvJdPZQL0ac7HFcdkb > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #m94NnzEIVd976FeMu7DpXXMiLxyBfJgs { display:block; } #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection *:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="text"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="email"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="tel"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection textarea:focus-visible { outline: none; } #m94NnzEIVd976FeMu7DpXXMiLxyBfJgs > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPUS2T0huxVBHQTSdwVMJoP1pedImIzr { display:block; } #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection *:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="text"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="email"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="tel"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection textarea:focus-visible { outline: none; } #UPUS2T0huxVBHQTSdwVMJoP1pedImIzr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEVoVhrXZa44A0hJQ1kn7MULPDbRnKm3 { display:block; } #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection *:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="text"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="email"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="tel"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection textarea:focus-visible { outline: none; } #GEVoVhrXZa44A0hJQ1kn7MULPDbRnKm3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtUyt07b78x8V1BXPM38QBCxSxKGg2sm { display:block; } #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection *:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="text"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="email"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="tel"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection textarea:focus-visible { outline: none; } #gtUyt07b78x8V1BXPM38QBCxSxKGg2sm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul9ZKvGuF1ZU95Sairk2IWKn6kKE2TnC { display:block; } #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection *:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="text"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="email"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="tel"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection textarea:focus-visible { outline: none; } #ul9ZKvGuF1ZU95Sairk2IWKn6kKE2TnC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPcC7IP97P3TeV2FTO2QRTQJ8gCp8aMX { display:block; } #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection *:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="text"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="email"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="tel"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection textarea:focus-visible { outline: none; } #tPcC7IP97P3TeV2FTO2QRTQJ8gCp8aMX > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPk5sTxJcD3TO8aT917tabsiT95D1G29 { display:block; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iq0b7ZQDkJAB7H3l2Pmq8KzhR3GvuopP { top:0rem;left:13.375rem;width:34.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH { top:12.6875rem;left:31.75rem;width:16rem;height:5.1875rem;font-size:0.8125rem;display:block; }#PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #QDTAPunbpbuT52gGvKukKbBspGLDNJt1 { top:10.5rem;left:31.375rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9yN7GUlR8gahui7ydndHFUNnZQg5Vbd { top:0.6875rem;left:23.875rem;width:14.9375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pyLTsgqD7hMBFxXuoWiN7fVLxduVkJ { top:5rem;left:30.8125rem;width:16.9375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyC5cqCBaG4XNUe4RJWcr8TfMqIgRZd { top:10rem;left:30.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ds9rHa92fTgLZn7JpanJk2lgKPe4PO { top:2.9375rem;left:31.375rem;width:16.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDeBzKn6OXrLiAQDJNGuT84Ju2dh3NPM { top:1.4375rem;left:31.375rem;width:16.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHuB48ihOcCRB0ILb9khJIT4wgMAeGsr { top:0rem;left:23.875rem;width:16.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfmgK5w7s9vTcexezCsXr2s9cbNR386P { top:0rem;left:0rem;width:34.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9fBx3yPakxDUv816G2Db3n2owVe3BwT { top:12.125rem;left:10.6875rem;width:13.1875rem;height:7.75rem;font-size:0.8125rem;display:block; }#s9fBx3yPakxDUv816G2Db3n2owVe3BwT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #NPvm2NNyh4LBTDQ3W0HTdi7whTzLQ3Qr { top:0.6875rem;left:0rem;width:14.9375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANr7ZrJFHdPHBX3OFepRNaghsmEqffE9 { top:0rem;left:0rem;width:16.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVw5ShZwuXtJQXn0U7WOFL2LTuk1SU2Z { top:10.5rem;left:7.5rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0TOnhrlLIuXqTTSvtKNxPEwXZM4s5d { top:10rem;left:6.375rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEkzUyyEqJZC6JtIwb3AW2praw1mT0Za { top:5rem;left:9.875rem;width:14rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eabzKEFcRR41TNpsuRTZ5dycQeq6Aetf { top:2.9375rem;left:7.5rem;width:16.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRC3mk0FO9JQv77KMG1IxUcCP6SMqr7O { top:1.4375rem;left:7.5rem;width:16.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyMU8KJ5ZyUlhcnWsOTKwmMU348aiwvK { top:0rem;left:0rem;width:16.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ { display:block; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbfGDm7ho5ItdyIzmvTRgJ1TVwrrnNvT { top:10rem;left:30.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12Ag44Eirc7TkiaGZJlrOQ64UHSPiaS { top:0rem;left:0rem;width:34.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PchsLRnVARWdVacJpSD2gdGvrTID7K { top:12.5625rem;left:10.6875rem;width:13.1875rem;height:5.1875rem;font-size:0.8125rem;display:block; }#L1PchsLRnVARWdVacJpSD2gdGvrTID7K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #BFEzZ0hi286sIDLeg5xtoJH7Eoqv8x8H { top:0.6875rem;left:0rem;width:14.9375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3qcTCG97QticxSGVeOoW36w1ei08Qua { top:0rem;left:0rem;width:16.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG2dDvMMF3DBlZcXmIadUeh4Uxmtrn6u { top:10.5rem;left:7.5rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xkUrEBUlTWGFuPQQ4AvkMhGffo1ZZW { top:10rem;left:6.375rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNaFZAifuTQbgVWGkxTACDkUvnKoQtf { top:4.9375rem;left:9.875rem;width:14rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqfVCt1MuGbfBREX1ZkrNFnkzM0oETWa { top:2.9375rem;left:7.5rem;width:16.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVsKgTGXzF9CewCX4GrTtN1uRHsu8hv { top:1.4375rem;left:7.5rem;width:16.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clSzryCXqrt2bLsWFc5woG61TTFlRAHS { top:0rem;left:13.375rem;width:34.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Pp9USiyxmehXnE6boC3dtwrTfFTvS7 { top:0rem;left:23.875rem;width:16.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdvN1oAQ8ZaTli7RTAPyRUVAMFC1Zy1 { top:0.875rem;left:23.875rem;width:14.9375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd68q7GqrMiEZHMMTel0n5bwDcTTCqAG { top:1.4375rem;left:31.375rem;width:16.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkAp3WSHV07TgS7VOt4KaqSTBE46PA4L { top:2.9375rem;left:31.375rem;width:16.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZwA4VWV3FkUrW2TThq3XG2k2DxRCee { top:10rem;left:30.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS { top:12.5625rem;left:34.5625rem;width:13.1875rem;height:5.1875rem;font-size:0.8125rem;display:block; }#d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #nueBBzEEy7rKytUxraGgrcdCJ11ehUQJ { top:10.5rem;left:31.375rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOcFRlu0cyyVGQCNFb5V4ymf4On5wfPg { top:25rem;left:0rem;width:17.4375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQxJACP94TTpatcElZKqTyA3TKGbmiTs { display:block; }#DQxJACP94TTpatcElZKqTyA3TKGbmiTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PD2kIKTTnwgKQBrOW8hLkLUTcffw5d5G { top:0rem;left:0rem;width:34.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U24BP0q27JX38XZNeJsITWBqhtNl4Lbn { top:12.5rem;left:10.75rem;width:13.125rem;height:;font-size:0.8125rem;display:block; }#U24BP0q27JX38XZNeJsITWBqhtNl4Lbn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #XNlun87cFfTDBniLvizKsnbyT42ZFnDl { top:0.6875rem;left:0rem;width:14.9375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ny050z1l3rVIh7o1tonkXD14DnBaGy { top:0rem;left:0rem;width:16.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vztZBUghBO90Tz4ppzoBNC7s0FZMwE80 { top:10.5rem;left:7.5rem;width:16.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXALO4uma8tFtA8Ttpk3Hvzphdl20Ni0 { top:10rem;left:6.375rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsGhaIaTOuFr7XyxUknAAHauptM4qmLu { top:4.9375rem;left:9.9375rem;width:13.9375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpl48ClPnrwforOf9ROSgv1w6MwuuK1 { top:2.875rem;left:7.5625rem;width:16.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThulwRgbcHmWSVAclTATQBsmoJvherkH { top:1.375rem;left:7.5625rem;width:16.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqrcsK36HbacGvo70SzRkcWh00NUCrh { top:25rem;left:0rem;width:17.4375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5twigGCBp18aAOnnw3QeVg2smkQakwf { display:none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KbfXQzwyRMRXiGPZmMrRXsgNCkRHZAvB { width:15.25rem;height:3.8125rem;top:4.875rem;left:16.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXWTcVX5b4eJ6zv3HAm5XwgiUhNRl1RJ { display:block; }
 }@media only screen and (max-width: 763px) { #C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz { display:block; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIHxwdNdiFOUv3ChZGW2uxR9SNVncVkl { top:3.375rem;left:0rem;width:47.5rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiwGnnL9tcNupDTgxvpdVo9zoeDI07rR { top:7.5625rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTwk6QZrJuCAC5Vz99XSTOee29hQXHa { top:8.3125rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu4ZnKECWrEAQhUfNu4sBAPRr7Q5Nz6y { top:8.3125rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uECCsIFbPN9OZHgVRryqabsLxz2Iu4z7 { top:12.3125rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNSBFTRDvXu03gqyP8cuTAsm1FTwLFsm { top:12.3125rem;left:11.75rem;width:10.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7GyutU74z6T4xwRp6FzJ6GKV9435kN { top:12.3125rem;left:37.375rem;width:10.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6F2tuktM7TLyiXcUETmTg1aMX5Rg4si { top:9.125rem;left:41.25rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKy7Ecc5HBhLCb2ulKAMivsN2UyMcRL { top:9.125rem;left:46.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRZbtkPK34d79Z8T83HLUwpSWKmTN6aT { top:12.3125rem;left:22.75rem;width:25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 { display:block; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTdxongx1nukeJVrSkUUbwGGA93aXRR { top:10.125rem;left:7.625rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErUZ9isdXDV32Kiu9e57urU5vLqclugH { top:14.375rem;left:1.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbkah1TZre1lTB6Psxx0WAJspMstKfP5 { top:13.5625rem;left:11.09375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTHTApN1MoqtoWTezbPAoc3N7Vx6UHU { top:0rem;left:11.75rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUpTBEa8C5FSfVua0hqbLuf4Q5MUDVP { top:0rem;left:37.375rem;width:10.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnfM70R7aRpWwBMIAE7fnunL9zBfEX2 { top:0rem;left:36.125rem;width:11.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhweJmG1sIymqJ3iDItOTRsGhHJxPtCU { top:0rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms { display:block; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGZkzgDlfs5NAVfoveK7o2WXEqT9eSa7 { top:2.1875rem;left:30.5rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0boU1KmXvJGvsbc0dOEl1mGbM3oGAJ { top:19.3125rem;left:42.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erGrU9WTIlo7TQ2T2KCx015RJTrVUlIP { top:5.4375rem;left:1.6241312026977rem;width:44.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btor42tmJMVtwRtncOAPHPZWmOhfgohf { display:block; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPHrMCbMw37NvKTih9Woe1NpIhlVeM9o { top:10.625rem;left:0rem;width:35.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixSakoQXwpN1xizZn2B5ex8gDVIMcJB8 { top:2.1875rem;left:30.5rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliG0z0PBit3XcuREVodWaIouxXPHoWp { top:19.3125rem;left:42.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf458LQo3Z5HmhSTSm1dQihRTRFBvaCG { top:6.1875rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO2QGkVW8ASBDoledFbuHiXIkVPsGb4r { top:3.375rem;left:0.125rem;width:47.5rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFaT0xc50TH1Xss38i4PckLssHzDiSrp { top:6.9375rem;left:12.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgGak1T7FxVHSSHZO9MDraVPCJcTNSi { top:6.9375rem;left:25.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdmnkUMnzZhe3rnvsVuRAkr5UwoEg8F3 { top:23.6875rem;left:0rem;width:35.25rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8z6iPlZPWxt6c0bZ79bKB9aOWUKQzUo { top:10.625rem;left:12.25rem;width:35.5rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRML0Tk25ODDq8pVZQPQ1aaSO6tJA6K7 { top:23.6875rem;left:12.5rem;width:35.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSD0tRWVBUyP817umqi4E65a10crSDuD { top:45rem;left:12.5rem;width:35.25rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG0uDmc8dDZCcGRW1GzTRQ9wrUL9zitD { top:45rem;left:0rem;width:35.25rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knxsgnTxChF3le679BUJThRfpnnrHExU { top:35.25rem;left:0rem;width:35.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnFPAGeWrrmXSUhKnTTAGV0NhLozsGgH { top:35.25rem;left:12.5rem;width:35.25rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQuHyIDty3ZmLvgRzOZOwQdtwWqNTF3l { top:57.6875rem;left:12.5rem;width:35.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIsKpgJ91Nf4PqSXfGtNZDqGMoBSShcq { top:57.6875rem;left:0rem;width:35.25rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p55FH7G2698t01d5MGamqCdUd43klSkV { display:block; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPzkgx5sZwrum6h9h8803cTqVuCAe8Ed { top:2.1875rem;left:30.5rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df52ANr8hMVlJ4aT6tNsqhyqTaipySwr { top:19.3125rem;left:42.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq65IwdkXgd2CLDqvJF9sP5PR0nIWDHd { top:0rem;left:0rem;width:14.125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3rurM8UXG6M5uo0tCKsDxH7SZ8enMl3 { top:0rem;left:16.812499046326rem;width:14.125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amd7lsn5NhagVoK95JyLV0uDr3cTMxgx { top:0rem;left:33.625rem;width:14.125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm { display:block; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcOXDV3yMTX5wRlS5xQCGdsfapsLsrEr { top:2.625rem;left:0rem;width:14.9375rem;height:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DAcRyTOgc19htC2TvxZ2C1KV48s7qD { top:2.75rem;left:15.8125rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gltADZbUtI3CWxtCmon96oWDZHQA6y13 { top:7.5625rem;left:16.125000953674rem;width:15.375rem;height:2.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlSHo7nvbikGpQNZx6QEkkx651m0vRn1 { top:2.75rem;left:16.125rem;width:4.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzu2FxLTXd1TrnM6UTqIAThLEu3Umfxz { top:2.75rem;left:20.25rem;width:10.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqbgElPTXQbWVZd65RkeRKPeGOCib1qt { width:9.9375rem;height:1.3125rem;top:12.0625rem;left:16.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9l70TPId2lgpovMehCWrsWFExGPhcmk { display:block; }
 }@media only screen and (max-width: 763px) { #JuQigalUSZ60kwBUwom2nhmaCMDRDHJJ { top:4.75rem;left:16.125000953674rem;width:10.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm { display:block; }#RSZb0ulUde1ziryhXBEQtx8NTqv2ViLm > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.4888482421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFMb6BTnskTWLnCPfis82pRi9tQbTPnG { width:6.125rem;height:0;top:17.69583125rem;left:6.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWXEoHhlzPS8wk9BkA24kLnLJS1LVupi { width:5.3125rem;height:0;top:8.14583125rem;left:7.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNSwAs9zKfs7frvqG39LQQ7Sm0Am068m { width:6.625rem;height:0;top:10.53333125rem;left:6.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaWx9narUTtQFZBLDUgPAXpcUFiSqrmE { width:12rem;height:0;top:15.30833125rem;left:4rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqZxfeiVoDmwElSgUiv70qrdosLJltwN { top:0.61458301544189rem;left:17.125rem;width:2.875rem;height:2.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZcyVgW8QSzqLqongL5Ti00gOzMtdawOP { width:10.0625rem;height:3.0625rem;top:0.9375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZ4LiNa4Dx6VAXhfDWxKnLGTEAy7uyTy { display:block; }
 }@media only screen and (max-width: 763px) { #UJM3LyBtXbir3KQcMLHd8RlfmfAUZ5m2 { width:20rem;height:1.3333333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iwe7vGu0k9kAFPXeo3SecFXJLpgXCheP { width:9.875rem;height:1.9375rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvN6LgatohMfLy025vONEVl7w8u9ohmz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row .container { background-color: transparent; background-image: none; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row .container > .video-iframe-container { display: none; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row > .video-iframe-container { display: none; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .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); }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row .container { border-width: 0; border-radius: 0; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvN6LgatohMfLy025vONEVl7w8u9ohmz > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVZDGeTt10Tp2mR04M9RftOPxNtTKemD { width:5.3125rem;height:1.137875rem;top:1.8958320617676rem;left:7.34375rem;font-size:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #V4Bg3tmkzgsrdTxFdUSyUcoRdeLk4rrv { width:6.625rem;height:1.137875rem;top:4.158332824707rem;left:6.6875rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WekOXypoISdlztIW6XPE672BcCRhUeU3 { width:12rem;height:1.137875rem;top:6.4306640625rem;left:4rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BNacLcRf0X2bZ1iumTwb1odmAMbkW1LE { width:6.125rem;height:1.137875rem;top:8.8203125rem;left:6.9375rem;font-size:0.875rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xx4aomgZSCfrI7DTNBGuL7qbiVT9Tif3 { width:9.7495403125rem;height:2.9997701875rem;top:11.2490234375rem;left:5.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pqPRHB5abAMqdCz8f0ule5MItpqgA3pZ { display:block; }
 }@media only screen and (max-width: 763px) { #MXZPKJxXJHu9R1szq9PHwhupvT7JORKn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ef7abed-e69a-4704-867a-c8da582fd98b/Depositphotos_380595898_XL.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn.adaptive-delivery-prevent-bg, #MXZPKJxXJHu9R1szq9PHwhupvT7JORKn.lazyload, #MXZPKJxXJHu9R1szq9PHwhupvT7JORKn.lazyloading { background-image: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container { background-color: transparent; background-image: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,62,95,0.52); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container > .video-iframe-container { display: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,62,95,0.52); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row > .video-iframe-container { display: none; }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .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); }#MXZPKJxXJHu9R1szq9PHwhupvT7JORKn > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThCxH7A3dbbBJke2beTTZutGvXbnfJpl { width:18.25rem;height:18.0625rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0lEmGWJc0OiVBrv9P5zi81h4sBEJ4Wf { width:15.5625rem;height:4.9493625rem;top:7.59375rem;left:1.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44U7eDrqXcpualPLtu8TFQsVU5u9P4p { width:16.5rem;height:2.59895625rem;top:4.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXOT1OPQkRuHMynIVqfxmO8GObcQKcA { width:12.5rem;height:0;top:19.75rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUfw9gm8VpO4rurMSGpsN33tCn7BFtvG { width:3.125rem;height:3.125rem;top:18.8125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #qStuIO7FMinPfLSFNwxmfwUTT5daHJB9 { width:11rem;height:3.4375rem;top:13.6806640625rem;left:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lWA8XwhIUby4yGVLfM7RENP6VEiFKf3s { display:block; }
 }@media only screen and (max-width: 763px) { #csLpGMnSP8zJ0dOJbPsPSSUPTri9spzh { width:11rem;height:3.4375rem;top:14.8125rem;left:1.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15008;font-size:1.125rem;color:#176eb6;background-color:#f4f4f5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VItllinM3eegqRhgIQSEJmcx8OOAsSBX { display:block; }
 }@media only screen and (max-width: 763px) { #mvZkaOExQlRMtOrpdxCevnkNrqTQupBT { display:block; }#mvZkaOExQlRMtOrpdxCevnkNrqTQupBT > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slCV28qAVXBtoXzVnQuzJOyzXaUpmQok { width:19.125rem;height:16.3679375rem;top:29.375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mt6MVBNbwSxmhPMzP19CcPVnPDTnmuNL { width:18.75rem;height:12.3125rem;top:3.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuSEJmbAlU3BG8xTLBELSpACR0iBLEaX { width:20rem;height:9.6245625rem;top:18.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nQ6UqxDK7b9LlP7y0ncvnaC1GklpHgWz { width:11.1875rem;height:11.1875rem;top:12rem;left:6.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sgIE0gfUZ73p7T6soInnrf29M2LQVm6f { width:4.8125rem;height:4.8125rem;top:21.75rem;left:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zSWcn8tJWnbRaaE5nMrX8QDI9TMXfs9I { width:18.5625rem;height:2.0625rem;top:18.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBEW6TFXK0nzgQPFBafShi9cVmqhVF7v { height:11.232492997199rem;width:20rem;top:46.988938453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgJM9FfL3QIR688TefuUPpg30p7GLH7G { display:block; }#cgJM9FfL3QIR688TefuUPpg30p7GLH7G > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWL9UmfsOL2ulfnlGmG0opn7Xm5yiuff { width:20rem;height:4.375rem;top:2.0625rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O5MPCiZNEdQX2M8WgO4GHHCZ2L931OVn { width:20rem;height:17.5rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NsGwJZtARPydUkd1AakhVzb00KeBAq { width:4.875rem;height:4.875rem;top:13.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM { width:20rem;height:17.5rem;top:29.41250038147rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1f6e6883-6c10-46d2-89e2-e5254c5d3b1d/stripe2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM.adaptive-delivery-prevent-bg, #PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM.lazyload, #PE61n2DO7DLhHN4qmtTFlSmaFgQuu9zM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LTHd53XptXrxOvgP5SQy4BB5iuydcQyG { width:4.875rem;height:4.75rem;top:31.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNLJhPEHbkXvZa6qVhnnlQKDc9dQZHR { width:9.5625rem;height:2.59895625rem;top:38.03750038147rem;left:8.375rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nxbtwWoLpkoaMPB7fQUvRe70oASTA0NI { width:20rem;height:17.5rem;top:48.03750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrFAclN1NxAhMB48rS6Q7W7mi970FM9a { width:4.625rem;height:4.625rem;top:50.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdONvICtn4M7sT0VBi15vyLdUSQaThDK { width:8.8125rem;height:2.0625rem;top:14.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFcTeST4hqlTu4v9VzwolADn8xzEQgD { width:8.8125rem;height:2.0625rem;top:32.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B47dleUHe0mv5GQMPKiGmkJMLSa4kHfy { width:8.8125rem;height:2.0625rem;top:52.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhf3auNPaPWnIbTDZnq8Icf5aukvI5G8 { width:1.5625rem;height:1.5625rem;top:6.85000038147rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVr05w9FlxDF9guEw9S5T4nw9x2CZJo4 { width:8.125rem;height:0.0625rem;top:7.60000038147rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHXQBXQVHRpCkAU5pare2hVc8d86Ro27 { width:8.125rem;height:0.0625rem;top:7.60000038147rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H62yTKBQVif8CrJO3Pgst6i62Tlripr6 { width:9.9375rem;height:2.6875rem;top:41.91250038147rem;left:8.1875rem;z-index:15013;color:#176eb6;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CwAWTFSaboyfRCrLnEoSICV8FsgS6dco { display:block; }
 }@media only screen and (max-width: 763px) { #QnIW7TC5UUfHVxepQvWLef3JUqV3ocNt { width:8.6875rem;height:1.2999125rem;top:18.85009765625rem;left:8.65625rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uTb45oeb2FZi1tgrey2ymPGtmdmno9ms { width:13.0625rem;height:1.2999125rem;top:57.0615234375rem;left:6.46875rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Mmb8508VJ9vtLamSDlwrbFXUXfLPazzf { width:11.875rem;height:7.0023125rem;top:20.6875rem;left:7.0625rem;font-size:0.875rem;line-height:1.6;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #e6TewpbgzmtLauBoXWtoEByNU6ezLoRP { width:12.125rem;height:4.2013875rem;top:59.3125rem;left:6.9375rem;font-size:0.875rem;line-height:1.6;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tVb4H5F4hKF6mEdUypTpQEEyE7k1qHrm { width:12.4375rem;height:6.9995rem;top:20.3125rem;left:6.9375rem;font-size:0.875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #RkATHkfIacto0ytyVps0X0bi2TSToisU { width:9.9375rem;height:2.6875rem;top:1.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQxNuKoxVVNSZMdTtSgW4Qu8C79UTLDk { display:block; }
 }@media only screen and (max-width: 763px) { #tc1aTc32vETwOGryTyA1PN2xFlfmICcq { width:12.125rem;height:4.19970625rem;top:57.66250038147rem;left:7.0625rem;font-size:0.875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC { display:block; }#kkZLq8qNanw2L5KB9AAEKSXrhXglBSKC > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmV20xUk8y6bdRlnoRP0cTmD2PM4EpFK { width:15.25rem;height:3.8125rem;top:4.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0br1TESCNWpWAdnZDb6Noet5OcTvycX { display:block; }
 }@media only screen and (max-width: 763px) { #RvmIIZrTRA7FiChuvO8Vz2ZPV9ULKcUX { width:20rem;height:2rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 { background-color:#ffffff;background-image:none;display:block; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container { background-color: transparent; background-image: none; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container > .video-iframe-container { display: none; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row > .video-iframe-container { display: none; }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .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); }#w0NRkZ6i4SGGRv2bFsoOgmk1eaCaNcO5 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzm556MTmlCeXaQWHMqwqBxEbbfHcPbq { width:20rem;height:2.5rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #it72FpHce9ogN9DtASibiM5cGRcv4pMZ { width:1.5625rem;height:1.5625rem;top:5.0124998092651rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJK97ymfFeGHX4nclusJyp3iKmyl710 { width:8.125rem;height:0.0625rem;top:5.7624998092651rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHeByW5ToC9APMRfRQfTu6JAVyfAvktB { width:8.125rem;height:0.0625rem;top:5.7624998092651rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG87uQzf32KZHEThg99XaU1wJUwKBp1w { display:block; }#fG87uQzf32KZHEThg99XaU1wJUwKBp1w > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQwRAXgAyyMp06g1TbHTTGbICQTZ1ruW { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHguO5ItbaTorocAZTeyoBhO8vDi0kzK { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4hbInhikP1IWkQvCp4VBKWwPSNLsiiS { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKiruAAhCo1fRRVRhACMC6wVeEClum2Z { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTgptQPZD9Lxq0oua0DsTpBy8ToECK8 { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRxoKsm6m9wqFdF5STyVr7rr9xdsyEMJ { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKa2vMKXUDJyzoSk67Etm9c2n94PqzIa { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnRHvdTiCGtJBVIntJdNE6aTVbaFNCte { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l45tDqlGE7E7hAEhJ6VsvrwaRqhysblT { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRhfSTZ2ZzXGrcwylX1ZTXDfUzrVefe { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksEKHz6gSH2HlwTdtSZ5xP4PwpuCkcmU { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWpm48D5IDfg9OTrA4AN3ttGfnyholSu { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEVmRUZI0XGW9tiF2gtcLc2WNO27qVTi { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOgzBzkx11utOvXgUMgLTRfkSWmEkb0k { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaEJWPOtDEIw5T8cyl81W5z3OQpLtnww { width:5.6875rem;height:2.92535rem;top:11.38671875rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQr9VcF6JfbARWURk03632ubG0XIVpVD { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQIxfketBgq3shy7gaIozfKLfbd5x7Qo { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIzL3TWyH69TZihUp34wivrORFiSQlxF { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rv4uK5yq4xqnJTZnLmz669o7SvnTBWbc { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmPVdKWAIMKC7Bwu31CSMF9nZbdd0yL0 { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tC49DEaP2HiJ1XlREI7MR4uvwR1TqLod { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dM9iSIw3N47g9Xy2lefi0O1iSe6mukAr { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x50EGka0EDvlmTKItb5QKTie8tzeSMd7 { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhBfPUsFcqcAvd6bNH6JZB8MRmBd85Wr { width:5.25rem;height:1.95023125rem;top:11.873046875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNzZmGLGFeeMI3dR73wiOakHJA1tRey4 { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiWPGp2586KH61x749Gbe5zDWLtFC1Bi { width:6.625rem;height:5.1875rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbhHZHPZQ1Hgn5bPbbE3BCs2Cu1L1uKm { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6ZXmke3gtUTgSMTznAgvuwF5bts5TFV { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faQ7MNsfglemwVCnxdBbwEknrX3QRG3R { width:13rem;height:2.99913125rem;top:19.5625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #fSZl0I5ocW7GU2oVFb4hGVrS5tTg4fTS { width:20rem;height:1.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T { width:19.6875rem;height:17.5701875rem;top:27.25rem;left:0rem;font-size:0.75rem;display:block; }#dzE7ydeTcprOJDThgg0OIo5qrKgCuP7T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM { width:19.6875rem;height:21.1704375rem;top:45.40234375rem;left:0rem;font-size:0.75rem;display:block; }#uvBUAMkUEXy1QLKbDau8zs4rr4ChrdTM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #qubNJhqL1ixN0A2QCEizzpFU7TXvK09V { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zEAgGtK56HSC7iSKxEOECVayKDLmG0Si { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMUN1lvSEqSEoWtyNXPEevtChrCFXFyD { display:block; }
 }@media only screen and (max-width: 763px) { #hA08eQXGT4TtDegCRDnrAxi39s9kgulu { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2LZyHtwBWfhdSVTw7bVlG1BrdwGEIld { display:block; }
 }@media only screen and (max-width: 763px) { #i5BkxVTyL8HOxtxxVA6uWRdng2JphOA9 { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZmcKbi6PXFJVvOzBeHS5fkf7V1JMEyf { display:block; }
 }@media only screen and (max-width: 763px) { #RaLW7n4JXFEXKrTmMaS9bVt9RaSaw7gH { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNO3UTqOoierg3exXaTBcr8mh7Wxz0l5 { display:block; }
 }@media only screen and (max-width: 763px) { #mW8a0C2EMDzDiDt7wd6ITxBzWifOgAAJ { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEG6ITwtLnyltwk0gAMJZIiGDBACNJpq { display:block; }
 }@media only screen and (max-width: 763px) { #GwXMPJq8Xub6m89FDFVyioAaRsKTkoEI { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcQydHp2yW60BGs28rEqiUXnxMUUTvEr { display:block; }
 }@media only screen and (max-width: 763px) { #aV5yRuRA727IsmhE6TURxfShTLW7v3MC { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lix11Gh46DTTSsIN1utmrnerTGBPGG { display:block; }
 }@media only screen and (max-width: 763px) { #BsL48oVT0WkLGvFT602AFXGbJRoBGTyS { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #McOf5u5Eih8uDgDB1KGMiyypC8laFlcw { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqekGwJHGiTMBOSutAvlK0nobRf0EfuX { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HIdJ2CixbAEAnxZHcKOntK9547LEsMsi { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqeSzdikvEUr1sWXQlJfrSSodfwfbvNW { display:block; }
 }@media only screen and (max-width: 763px) { #xvSrROssQQN90QqVAImap4oyefMQaBsb { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1spQ9izdsqZuhmr5DAzc8lTuuvQicgg { width:5.5rem;height:1.95023125rem;top:11.873046875rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsG4liscmveEuynZqwh3cefu54rHViSe { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkTZvWh8KPLH68Czn9QTZ1QTw81iwAZ { display:block; }
 }@media only screen and (max-width: 763px) { #Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn { display:block; }#Z3IfJyvrFSJLJT9PHpDXX5K06VFA1qTn > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwKC5mgRl6Gq5tXBcoqPEenSAenKIm35 { width:18.6875rem;height:12.25rem;top:1.0625002384186rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK5CxRPS6iewk2MRTR8koAcRy5t1IWbX { width:18.25rem;height:11rem;top:14.337890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSue77Fckccu4Pkw7XrKDQMJU3oTLHsp { width:17.4375rem;height:11.125rem;top:1.4010429382324rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGLAEVaA3cKVV5mx78OJoKnr0wuDzXQ { width:18.125rem;height:9.82711875rem;top:15.051216363907rem;left:0.93750005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi7PoaBu8sa5QUVTE2EeHcy9qAwx9PRQ { width:11.5625rem;height:2rem;top:20.275390625rem;left:3.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKGVmyJ4Ml31JSE372dUygKAs1NrCSHi { display:block; }
 }@media only screen and (max-width: 763px) { #wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T { display:block; }#wD7a5UoWWQN3qnWiI3JASvQRPO48kx9T > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LClzv6nygob9B33TD5FMkWghqLFqPtGZ { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvvTTabynXWBi6Es4RbsDL3y8OdgZ3tP { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6VDBzS3QZo7uHel1A73WDPB316EI5K3 { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9O5MbXoAz2tlS4dPt6Uxug94I2vAunU { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gymytbPWagFt3lxwnT8Cf3qCOt904HlQ { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBZoWtSoM31uDTGMesf0x82WMBrzR8xA { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwVagA1RM89QN5q0IHOfu9hmWV3MebnB { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFs5emGUf2liCobZJMqS4kVoOMPkBZ8E { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTiFI78diqb4ZKSBQ1bmr446dDwAGZt2 { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUVab5KnPDKKV2kHx60EkWlLzaK3ykX0 { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNunqlxn5lwQJU0G7tDHC29aWUzN4SCK { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvUsr2VixkACgTfLpvtcvpqg3vRkEKe { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3x1iItOJZeg84dShHrskNPP56ZAWbrw { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHu8EoH45XgcaAsEyoRimR1ekdETTlwv { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPL8ngMtKSrbPnW7AnDSUoxoxs8DVznh { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGKHes7f8LymPL1z7X4EPVeU9l1B8M0p { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQkM4gc3F4pMrZdEnLKHGd5tNsnfTxTA { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXBN1obftvoB4hTaWd9O45U3AA73uMCy { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VL7P8BZBMm5r6LpPOvRsd3i23VOzSUP1 { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti1311LR9SuAGyNPyu6n6A397lU1DxIg { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mI49r17BZgo2Tc7Vq1oIPU4uqEPyqdxE { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHeRAemZLHul1OiFdtHwMFQLyD2uSsoc { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByNW1kTM1DgEQ7rUNkUrMqUTafTdBmBP { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVFOES8SAin0TJ0I9om8Vk7vCGXTdBTG { width:5.25rem;height:1.95023125rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkEN6BiXzgCs7k3vq7v7bqnHWQHRpQv0 { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBT5q9BDoq92VuguQt8IwTZJo0u2xg3w { width:6.625rem;height:5.1875rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2i18yiPDOTZq7IDsPwPu7oqCMfsfUZ { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgEk0GDuS4ViZg0z2ksOgHrTJJZbRcmr { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhG0IIKlVOCSkDunyS7XcODPD1RwwSm { width:15.1875rem;height:2.99913125rem;top:19.5625rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #IxsZu44IXvDW4ELryIUTpcFUQyhstm3L { width:20rem;height:1.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #x1couBJhn0I3Kig81hpRXGw7qmEDBdCL { width:19.6875rem;height:7.311875rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#x1couBJhn0I3Kig81hpRXGw7qmEDBdCL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #AvSMp9LBU62tLW4S16hSC0d2UaIRIyHM { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FXwII1kgIUMAg42w5e65HGei3PD6uDxl { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTJkxaxiqvZZ1TOtuWTVb2MTNHtyxbQ { display:block; }
 }@media only screen and (max-width: 763px) { #W3TpeIoiCBr2Vko9HxFzH0wcCMlLnDks { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6uEBMk9VJtRMAP64qH6PUZSlyW9c3H { display:block; }
 }@media only screen and (max-width: 763px) { #waWl3fsL4dnRQhnwTOCte92wiQUm74HL { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqtiAMmi82CFBMTx5TwIO94B77IidzxZ { display:block; }
 }@media only screen and (max-width: 763px) { #KUslzqRB7IvcTA1mIzxlmcIXZfd3hRK7 { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXASu22uyHpITEDglsmPVlvwuOTyd7X5 { display:block; }
 }@media only screen and (max-width: 763px) { #glMD2usp8flyQ0Q7QZrHgE9nbcc8GKAU { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9nV7dpa50SMc31Tb2rFOe2wGok8Fq6 { display:block; }
 }@media only screen and (max-width: 763px) { #vwKkenICc7Tp0spALT98vqzvshwwPXTC { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1owGiQ4gRCQcA9bwBk2L4Ntr8OW0i3 { display:block; }
 }@media only screen and (max-width: 763px) { #od3D1DsTMMTJTQmQwHFOaQMwBp3eDpum { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4gdfA7UJ7R4W4RTRTneVmNH3J92eGg { display:block; }
 }@media only screen and (max-width: 763px) { #DJ2rwNPrTDDXgA8Xze34Mpm6MP4TLriw { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCOhhfkJnHbarfQ29kXFlEUtqxS3Lw3y { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS6mFfbITsA7xK4kae1xdLu2gF9yVteV { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #msCc1b9ZBBe3msMsxVgQyaQwX2LBnHBK { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1rLAunmKOel2CnZsz6rTB0IANT2sIM5 { display:block; }
 }@media only screen and (max-width: 763px) { #s1n4rTQg6zAqpknlIJmQUv5Jl0HdT5ZJ { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IU7Lpf6VrzMv9RfoMxtnz9Io3kq5hEEP { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJEVVAT1Z7CoLbWBzRkTXcsf3zBNtS5F { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlnp3N37yH67ulClmeMB7VHyuSe9WZF9 { display:block; }
 }@media only screen and (max-width: 763px) { #TPbP6BGeyhHZD18sJcyewOpCW5anwrBp { display:block; }#TPbP6BGeyhHZD18sJcyewOpCW5anwrBp > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2N2ufb9yWAaFwRCCXyScmfnnWVTW8vu { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDEQ9MczpxllTt0TiNWvSBBn7PkxK9ad { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWI2fz3CepsxA8T1eP8ssl94as9zOD73 { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeN9dNSaVtPAzKSbAz75IiTxLryy9wGk { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL3G2lEFBrASP2WddbXl7PZQOpB7ZeXo { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSoQEPgaZnkWqdTy3NFa1FdXB1UForsW { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3bplwkBbN0CXC8HiiIiL10aXTZDezvm { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbAWbf26sX4tTbIQ6zWUFhvpcr9NLUoH { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPerz7y9M20HylimAre5irbTb9kiSGKF { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFsh1fEuiZVz1GJS9ZZPmT6O4iM4JH7 { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2Cm4CauwUB7J8iV2CUeyiN7MhFs5qoF { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZxdpyE5nUEi89mr2ec4w6wL6DomKnhI { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QATEvskFvbVa9d3PDwn0ETJUavqrlxXD { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZ8i68IQM9sAuLdVLeKO0EdfqNryNnun { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFlXdf3drvL6tGDET0JvQwL1HM65Ct22 { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icquTFzzOXzm0CEgpdVnbQ2dXUct9UzL { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLeoqaw6Nfhpzla16zuXuqiumO3etL1b { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5LbfVXXrlkhTghxTDyLcs5n2IHpiHvw { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFKIyTv1S1OSnBKUsQ3sTcxCzv0DPNw8 { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4X1nS9Ic5nPTlUV06wMby2ZDlPaQBk9 { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lySWx30qOmPqsdBFqk9A6T6KWuJz7iVV { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2sODgE6tbS27tVRlN3yzEsNRXB8lAQT { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfbyFEhq4nBbQBdXv2BZz9sdsoqC9lEs { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3bD3PqhM2Be37KJuCevX6qss8WexyeV { width:5.25rem;height:1.95023125rem;top:11.861328125rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3ckvqU3oOiwFp6v9qlUAT5VdiFKAdre { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnImeRBQ2s6Mbv6zWh8svb6bi6uaTlXI { width:6.625rem;height:5.1875rem;top:0rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1HZizdSu1VosFKnkTzselgqGMOLabe { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9kzaIwGgNPL47Cq3N6MNF56UTn6X62u { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXwXC0f2hS8zWstCwI1XaPxUOXPtJUtW { width:13rem;height:2.99913125rem;top:19.5625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kn6WBa5BivEDWIMOXnSbwgk4CFey8Upc { width:20rem;height:1.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE { width:19.6875rem;height:19.0965rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#eeVMTpx00s3iZMhwxuhNQX3kz5PVdPaE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #PTWCiaa0uofMOppxQwMO53Ux6H1zcEtD { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V5HSCeO7C1LzDKTZA7cR36V0hw9SeUZD { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuTTRRvUGahRT1VX5aX3qfdxc9rCKTuO { display:block; }
 }@media only screen and (max-width: 763px) { #RpC3tnpN3r514GwQDxtyG8Vfgzgk4aB9 { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc0hIzSg15AbVxiMnEbbrcpgaXUyiQrp { display:block; }
 }@media only screen and (max-width: 763px) { #oZkI4Q4CWvRyrsS6ZktQy5bKTyLkDIAE { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qohBMU9nK3XxT6Snio0aXtPhboaBAcKa { display:block; }
 }@media only screen and (max-width: 763px) { #q4MJf6ZO4N7ln9uik6RWH4eZd6tOJyzS { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCyOgffxZfLyPqFSNr5KDFdGXLeKg6Vx { display:block; }
 }@media only screen and (max-width: 763px) { #tFz6FoAU82pL0nMWStaXv9VBlwUV2WSB { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaWXz4TBKlDGcNVrrdxOGAB0fzC4tQiB { display:block; }
 }@media only screen and (max-width: 763px) { #kwDdOcqe8OrUUtgUqJRONWRXRBTAFO8n { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmptnDsq8cTh0Sv89x7GviN6Qu4Hu6t0 { display:block; }
 }@media only screen and (max-width: 763px) { #yWRhJSva8A4RpcszCLpMGdrKySrNAJo3 { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUFGrec3iTwPUHp5J2SDrgNUqLVcONU { display:block; }
 }@media only screen and (max-width: 763px) { #UaI4G2URAZs7Fp8XBQ0Na2Xw7JSAKMrX { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT2p2HzZLrGAEVXt18twxWf5xaceD7ZQ { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmLAtCPqiuTUe5OKNUz06AtN3Q1F0wVq { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XylyiBKbL0WgHJO4MDxp7RH5EwyGakA1 { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rC0FOSND6JZWiTDg4TqoTfyGfZum7MuW { display:block; }
 }@media only screen and (max-width: 763px) { #s8F1q1TZO9cKMLgWIRthTVlThzdh8vcT { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTppA2zT064iGCabad7P2I3cXFyIp9B4 { width:5.25rem;height:1.95023125rem;top:11.875rem;left:13.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTX1ZmyeLGb7Eb5IZrdLSAhAHACcdAed { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcF6uW2LTy5xmRvattNoiZtbzhFIB2kT { display:block; }
 }@media only screen and (max-width: 763px) { #oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J { display:block; }#oIOUxak8NmO2vlFJatlgHvf5cqQ6vR0J > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3AMVNdUN5Z6B7ZhfGC0T3UHq4SOPVrk { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1tHxHvCcHWPyrzGLBe4CR9pw8feQwCa { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #okWdLgs7deRsXXvFS8ZVCb2MVtkTc4l7 { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhVwFL0g5chskeuFz8UGTVbMolppn5GK { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5R0VQ1iCzKbuNdd88fylTQMNWHueKPx { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZRQCJn6GZc1hRLkswDr6A958FDJGn6H { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5T7SdhyEBDTTKwngrg5HDPSi4DQw8M1 { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyE1IGz9xPTKN0kKUELmTDuSplHyEQmU { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETdWrgF7Dpnaawon51UpEv2o8FS4tF75 { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BKSrnBHH6aRsvMmvXw2sEWWyi1BRVy { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXnR55r6H6G9DJXNncTBfPsZigFyJRao { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsTf7xpzRAxiyVabw8XecrCn1mqTtpDe { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J01xwL3ULARCCZPNSc8HVQzOvuI1VorP { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JygVEqdZZPJEUvnPDyiMCokE6TlfqPNp { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICNlC36vDRcgeSnsLxyNaWvNTEt6Jl5y { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rt5w91f1oIWQxTN0OJivTdbnEbTsQetm { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6CLC4nCEmPqoJK7JmR6P7Kcr5XZc16w { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObQFsPo0JuMd1Smafstuv0SW6s4g28Mg { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiBblDQKISARKULT4d5ThBmhfa47pdaH { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzyl2zzr86ypxDN8DGwsFgMJCiVm1Sed { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwEnbVx94yqTGfdsKPBuXLqz6BEuJzZi { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8yGo46SJ3MiruTUuG8vPftRFDaK5Hyk { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6Ol6oAiw1fcT0n5JvKHIOLaiisUXTL3 { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3GBDis9KQPQWppM3NluwZFiPNfiquoK { width:5.25rem;height:1.95023125rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDtyqScSXseN8lELJKkkWxG0xLuFmabc { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvruhBvDGTaoacg6OXLnVqhH50HB9lWR { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6JVw4d1KBeSkXBm9kLcgz5QaQhtgUUA { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uL0J6zShbbEvHSlV0Qd7x8gLTJRHXTyC { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zokqGtSnf9xVdTNKl27yO6h5gDyrgQTT { width:15.9375rem;height:2.99913125rem;top:19.5625rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VgHNm0TVU3qek9eV37RhA2CKKL7nl5Tg { width:20rem;height:1.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf { width:19.6875rem;height:5.23726875rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#ObldnocJw4AHaEJkKcLTLNWfVqyWqFKf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #allpo76TrMyfZRqAesHZ1yqgISOkcA2O { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i8LaodKBLTlBu7srsdJPFzE12V10LB53 { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxN3XEQcfuQFWegPi0TWpOOh3tnxPx0s { display:block; }
 }@media only screen and (max-width: 763px) { #ul3UEAZguKKGZeS0Sxt3fShTG5EOybua { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzzRmwTn80dCVbRxBwIBQT1NGoNlGOl { display:block; }
 }@media only screen and (max-width: 763px) { #Hr81U9VcuMbUGJ7eGOIKRnXM7dT55H1b { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh9TmwcHA5Cs1p22MJzZbNN7wAvwHKBb { display:block; }
 }@media only screen and (max-width: 763px) { #NHVr7VIHi1FNM7TpJQcn0mNpnapU2HMA { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsLiHKbWOM02AgUxAG1vidDhNPDTcyn { display:block; }
 }@media only screen and (max-width: 763px) { #f8PDfha6xeilzGeoZqveZPTvhLOvIwMV { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBdoL3itNgFMAPkuLXPTKKyvQvpMG5P { display:block; }
 }@media only screen and (max-width: 763px) { #avrGJKab2lFZTt2IbFHqV2CydNt7KOLw { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u94VHgwpiiyWdBbHDP7S2IQA6kd7cwGm { display:block; }
 }@media only screen and (max-width: 763px) { #mQy731NRKIwnaAJ1rLg8g482XpdKCgyo { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXt5ZMV6czqkuGoIyxEcitBPPfVV5clc { display:block; }
 }@media only screen and (max-width: 763px) { #g0VLkpzaki4WIvsLI7TdHMDDbr0g4Pan { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMG1Lfi2fL4GH6xmJ2moTN7NSAxAsCFg { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT3t4UrztWX464RE6KJ4CSpa68et05P9 { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hyHgUoK4WSLWGoWdpGaFHu0d9oatCyhA { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #re6BCCDAWXGEQimi53P9elCHRV12fexm { display:block; }
 }@media only screen and (max-width: 763px) { #FXEsyccdPr8c0luVIh1uEMQQDM7nZo1P { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AW7Duc94oG8WRQPp875blloWfF9vrbZe { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUCMEO1KBTL22JxkeFga3ihd67XW9lpa { width:6.625rem;height:5.1875rem;top:10.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c0Mv9RNLezyBmd9m5T340lqIHJEnfB { display:block; }
 }@media only screen and (max-width: 763px) { #Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz { display:block; }#Z5dRVBrgsDdLsThF8ZutNZ0IQIsODHJz > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7dDnQ5xsQvUmTpVNW4AQW4GlLZMK1mW { width:19.875rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFa0pdZgQ4Z1DznNKFFLsX1T2Bitpqov { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXUILZLQUQ973V74HWNO2GPosic09ohN { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dk5gtiKb06mvOxOwFTQJzcJO6yk0ruhT { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIFF24WqGVJsyn1qOMDvaVfucHvPirJ { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrygvGnNtHwihPt63oQ0d07gPVrIit2W { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOlyOiqJlOfbI0PPK7zpS4OgwZtDuIhJ { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DL763AlncIVWA7T4N1vzryCpZx1oNoZG { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzGxQTURMTaf1uWgtu0Gwr2B9vNXKbcX { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrQbRMumNhvoMxKI3lyfiW3GqMMyPTH { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrDHsv1Mdrk7wB0GCeeca0TpeMh5kW3O { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWG3VUORusWUvFNIyOIvTQ1ETkrX9OtG { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG7Drzvod5orVff1zIne6qdrDOc5bx5y { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wo78x0pNc0vq4ezcWcr0thvu2ubzUKHC { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkNPHzcdUySap8NO6u0g6pF1040kiJcN { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5BCARLJPITluzA0CwHX35vFviT8mpKl { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJxwuFkt3tiqmvnikT2avdMExeVKigFg { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiLr9XWiBPw5cmICZJKW6b0xFtil3zdB { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMFlN4uyiOrcNVTLoOFTSSxzTMFulpyX { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdkXZBPapfGuN1yk2GSpVTBVFFcI56O0 { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsprFInoUh0GbS17DMcDtiaBepTTOrPG { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyRKrXcdtDOCaZQM5qm4fzga0LtkRtQf { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7u6vJTOlssPixqf2JA6tQnHNqxQVOEB { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLOTetJQXZR6elsgpTyHO7uU5PoITZne { width:5.25rem;height:1.95023125rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkDT8V60xTzbTFzhDhGUkqRkRhCx44HJ { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLcSnoTCLW1CwVQTmBRLyMmFT0u6dWab { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZNp1gp5PXrUknXNhpuC8o47iEFQ10I { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqaMftJsbZIfhiiHnlLhFMagrwoeZT5q { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w91308oGN1v82DBP0nKlJGN2PQkw2kkq { width:13rem;height:2.99913125rem;top:19.5625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Slnq6vtq8fOwwbXgv4y674wn2TMVcrcf { width:20rem;height:1.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 { width:19.6875rem;height:15.3860625rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#qeQwWpesIp2uAQ4GTzCu4EsWbJ0prkq2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #nwyFFdUwCoHbpaWQhFq3PEElzTxMneCR { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rstF6HtfNy3ZO8NTlBPaTtOZsxtAJZKx { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHXFlgdd0rO4MLEMSEOeEccStA3NyNb { display:block; }
 }@media only screen and (max-width: 763px) { #vvBlLa1CO97V28LTtwmVmGBM5HCSGXX5 { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUdhEyTJbNxQesdO8mHut7HdyJVpwEr2 { display:block; }
 }@media only screen and (max-width: 763px) { #gwRheW7CEgkUtTX6wXNOr8DaHoSsZs7q { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCO6lahTQl2nWEZX7m6XMZ7199iKhMTH { display:block; }
 }@media only screen and (max-width: 763px) { #vqg545PeyFkvhgP2HZ3NmwElzgBg2wqX { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7qZ5rBfXL1Ly9ohHU95v3qGwaSFpfT0 { display:block; }
 }@media only screen and (max-width: 763px) { #bVTuMsT8ntyliZLRymENmQwsJVRxOxrr { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CKm99frBxPBsCwFM0I4A5Qz54rSgIZ { display:block; }
 }@media only screen and (max-width: 763px) { #gGOXdTeFLOBI1llVeIhW6pT0v4kDNric { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooDKWvUTc2KMQHTa9BTlJ59GvQuoDabt { display:block; }
 }@media only screen and (max-width: 763px) { #GpaoONA9oZ6z7pUaO9SuEsXQBEd7dywr { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR1fTr6nDi6XWl2vy1iF7M4AxHBrMgho { display:block; }
 }@media only screen and (max-width: 763px) { #fLIuSPHaZEOr4vCMmGRSewKVCGraHI0v { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSrTu6MG0XT2Lxngu41PoD6dR9FDnEAn { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zpg7hgRJykSAKc3FuICD1EmwkCPchzHg { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DxFsQPmLxgR9MHnKxv0kbecT2zSwe83x { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJmXIzQCHBUIDZ53qWqBoTqM4dJl0Iwk { display:block; }
 }@media only screen and (max-width: 763px) { #rR3LZWUwKixQCXyc6bhgibyICXdTEwFm { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7GTP2Q93TkPQgq8bQUfzwRF8a9Uwp4D { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5c98kwVQrrdQZOkO5i40pEVH2wikkak { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubc0T2KRtyinTAkaNCTWnS5eHB3owEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv { display:block; }#v1d9m1CDJFP5brRUQwLH0EIFDJxwRCfv > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsoR9LOVP7T7gMpeXdIErtTBTwJrZKw7 { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1HCCkmP6R6kOhTpHJVV5hOUQRa50C8c { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHkyA3gb92s8mc8mSUI91qaG2AnQWL4s { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyRvzTfc7LRiJzqOcDGyL8S8tqNzfftE { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSel4tZLMGyuv9F0vnftVkouJNHFZR2D { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkExWGnbFIH9NaPkNFlxSP4Om4SVXZGs { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmkIbKZFpHvTFN0EBk2MQrqve2ROa8Qv { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiNFBx4Xk5RnTNiLcTplcyAdicTSwQE9 { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #at69yVMf0KhMWzLukOQak765hb2OiwEV { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxyTI2QlqtETXKZzmhxBWGiEzrGrfLd { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T45ngpfQJ2H23slVKnxBdX16cz5J8Vch { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4uDHrV32T3RQI9CS9ERXXF1BpZgGVc { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fx0htruGyC1bPT3ytpTaXQJVW9AnN0OF { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmBnBO5zQJ5pwGoP9x969H2ECe0lgPIG { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqnzy4tPd3o46mbURLUGA0TDkQU0nf5T { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBD28XzchGOfESauCUxddhIP2SkzpJ75 { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5AndqCIl3mAVNWcndFTFyJNV9pcZEPi { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRg77V5ooROBKdyhniRMMU3w2fFOkZpt { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0APKd4r4o7JAi433iwTwSOci14ACz2H { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgc9wHB92zhN1sIpihwqiU6pHqtW4KU4 { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm8ce3SrKZTfQx5VdAg53hhJZ4uVXRst { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMTU3rMs4OWp31T4MEKJCiith16cHD2o { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmdZbTiGTyTiBkz2GUJ7bwwl0kJS7Rbm { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNIZdgZgowLerUGsNLv2T8bXJAPrk4l6 { width:5.25rem;height:1.95023125rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOGL2ylAUflp5rckfP1PAFFktwgWL9c1 { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtRU6qvaU3sV5ggKfFTIqp6nBeMek0Qi { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDO2GQCwDXpDqaUTcLMOrkPXNr7GJlV { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #afpkaPRTv996BWTTxJhCSzVAi7qdBaBA { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBVPHD3Ssc2vQ0cCOwHc41BRPoXDGVfA { width:13rem;height:1.49956875rem;top:20.375rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xW9TQsPTR5DzCOcQPJM7PIJClLRramgb { width:20rem;height:1.21875rem;top:22.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu { width:19.6875rem;height:15.49625rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#VieE65L3pV6hxlI64Ja7uWeCkkDXfXvu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #Nw6BJLMvwP1ZUMMrRDbJyPr5VTZc0R5s { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WMir1sJM3R0D6qHfI2pZWg5yayuxa3gJ { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acfMbQa5iFdDq3Nuzxs2VdOeZgZTtzTg { display:block; }
 }@media only screen and (max-width: 763px) { #sOGPfnDIik7Ky8ykkh05vXs7cdpPlXSI { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfOISKuXLco3ntoQ4GTVq5GxNQQ4O3Hz { display:block; }
 }@media only screen and (max-width: 763px) { #undiEst0sf4T3vNNMpQ0znITSaBmNdfp { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh5WR4Z7ymv5GXFZeKn4pqJqzUTGTqRh { display:block; }
 }@media only screen and (max-width: 763px) { #H8zuN5zdapgRDWtBgcTdwUC8kS6qtf0w { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsrHMxfNcRpkUqbzIIVLUn1s7OcC3pHC { display:block; }
 }@media only screen and (max-width: 763px) { #xGsU6k3yLIAsEo4IQ5II0KBpqQvdqgXd { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTwspIfEA4V46h30qPmphlcTo9uDZBCl { display:block; }
 }@media only screen and (max-width: 763px) { #mvMTIFNusqDlT53nHW4iJnkRTwUiUFxn { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigDX0uTxEerw5EdIEP5XfWcZAR3EGMu { display:block; }
 }@media only screen and (max-width: 763px) { #SitVdM7nORuWX5k9cw1llGUXcMof9pt0 { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPwycuCtq7QgoodrvU6NcvcV0izKkFbk { display:block; }
 }@media only screen and (max-width: 763px) { #c5IishIvHSpCmmrDUS8LTcZG6SRpTbhg { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDEbx6Lt5Nvt255mtKNvZHBqHMhzNsPy { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztvqoR0ZIPCIcEexoKqn8gEHuczd8WBm { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uDo0g4H7qt2QDSmvpvXJ9m7kMK8lMzc3 { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs4QmfCWyuCnrr1rJFk9qW2uadhzHONt { display:block; }
 }@media only screen and (max-width: 763px) { #KigVQAOp4ABxyXTgrXZ1WNn2OHl7x72a { width:1.875rem;height:1.875rem;top:27.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJiKSv9BT24y5ro1IziQUTSvsv1ZJfbx { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkkGAsKDrO69dTzfewaXcFAq1JhOpP35 { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6VkPSE1VfUFf6yBggfwRosStpGK2fLh { display:block; }
 }@media only screen and (max-width: 763px) { #ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd { display:block; }#ZJmPE3l1ZCWc5Cd2ziT3FFGI4hl5kmUd > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAvs6NyDEVEzCemctGNxqFhTD6U5O7kU { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRO4CXAnsMo9ugnPSrIz2LDndqgUZDX { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #raiS4lidbNXU3ImOQFppFTmihc0LwiP7 { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssUmHiI8e97mUS4PiS5CGKyczX0C77ka { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JItruHaZ3pRtO74n6hwVATCapRMWOFur { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNUm2dMFW2fVVsoRLQVF4ECcIxpovDhS { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBZZrmTahhgL5N3BuA1hzmKUE52V8UrP { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xb5Q09SeKs0KOyXkefytIvuaGqJVXS9O { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWyTHeHQ88di0GQ88JdQzxBd1afZP4wQ { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxU5KoL6bOPD6s1qaawt14TlvZWiImL0 { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bp9WJ7D7P6Fmvzhh1U0vvDS2Z9DtinIB { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tos1IhTWTyaCXUiHq3bB1mJ5GOT4n0W5 { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQNJMdPtQWSvHoQcc0TKFsntABV6U8DL { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSvkMGMLukJlp14xE9PnElDc01cWbf2D { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUt0g5hyXPstKzcAMq3biTTG05NELbxo { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg9TgcETMT0WU0C4lwVyDFbll8vBqouN { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeTb17gnxlBHAKlPrTHvEI0ndQevFn9k { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGTt5ANlMZSl1pErK7xQZNOb1fNokF9o { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AahGhUMNXnCanCxkXOVbFdGMDEVcMLhJ { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xz2QZ7bEC6S9TMspmbIegNgubp7a1SZZ { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKuDaJrSs6zX1dSRdE60uyiJMns3bnrT { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmgBIlOxG6Hy85MkDwQqqzaTAtbRC8Bk { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUmoaF1Htiv4rVa08HSntmarBFW5f2mX { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG78cJnud4cv72xvENUNvkFPg5oheqRZ { width:5.25rem;height:1.95023125rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XT65DkJOkrQfxvQ4eb0fZZBLRmEaUf21 { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtdIdDR7rrkA21PMbDW0kiITdiJ6zi8R { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAa9DqMST3FEniyFMUxTo27ZEFoKKvVs { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWl7gbTzBa1zQiTEOnm4V69dJ8CMkF4H { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8G0mXS74ZgrTuoScCd6AbCMpQ7ZiT4 { width:13rem;height:2.99913125rem;top:19.5625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ouqne55Tv7TcnHgQxzLO9OECrRMkRmOT { width:20rem;height:1.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH { width:19.6875rem;height:8.51175rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#pKnsnd0Prqtfb4kFq9MkyqCbE5gk1eNH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #XrFF4TDFVZRWn9hhOQa2sEUriONlmdXc { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k2lg0fAegd9SgKdncMGOw7XO8SiFK1Te { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZpPyxihTw1KLZuZwyr4qBe7ICigrpbD { display:block; }
 }@media only screen and (max-width: 763px) { #ddLN7K56C44MJs7Q3mEI47CXFbAoNUqh { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsRcIRXyQz9PH8RzcpmEFiFcfensf0qI { display:block; }
 }@media only screen and (max-width: 763px) { #kiZuTNU5Bx9AaQTfb3GNtFPuEmiEISzr { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZiVxnv4uaTcrkTPLTKMTaeKU7P88Cia { display:block; }
 }@media only screen and (max-width: 763px) { #v7ZyWeH4gsCLpLXZf5aymJ8ziVKGvkGu { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDDPBNQWuxudn7CEKL3SnHQTJ9UGIWh { display:block; }
 }@media only screen and (max-width: 763px) { #JZLL6TUhcA9BXCLi8N7w43sL6uVe3lXZ { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmO7ppWTEXTbIAKXPWPCO4yudZPpeAVB { display:block; }
 }@media only screen and (max-width: 763px) { #EAWmv61Mqgx2B4egTMMS35Fp6z5Tu0vn { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F48QHIgHupgusmTlqyRSmisgWLRcDepd { display:block; }
 }@media only screen and (max-width: 763px) { #hGFADa5T9VAUeRluLq954ne1kCACR170 { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTPdbf3STGrmA9c9AZEXM7O381SUmRIR { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwPFlCPFp14LJsNxRwwRg5KTgBE2lJFD { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BMqoXJ36JJXULFyU4KNCnzz1X5iMyJkT { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJuUxLg8CqpEty1JaJZwvDEgrnTz5cn1 { display:block; }
 }@media only screen and (max-width: 763px) { #qqvG3UWDwZKVTTS84SQHsX6oCgOPlv3K { width:6.6875rem;height:5.1875rem;top:10.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMz6KFu5dX269SvfrScOxxgBZtnvtn0 { display:block; }
 }@media only screen and (max-width: 763px) { #G2r8y9SkK27XUsGeLvQ7Vu3er0tgh3kW { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sScT1oXfhazy6nS4nAKv17tOBo6nd6d9 { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxA6lon19Of2Tle3qE73IVVDAtiJCRuQ { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi4F5mTuCHJXkLxlfFrA1vIoEvn5QZSz { display:block; }
 }@media only screen and (max-width: 763px) { #PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay { display:block; }#PhcgH6b29OrNvbgkRoTHdrJiUV5DhRay > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOEEkRrfPPG8kCvBtxdt6KESvzM1WTqU { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmzTkD2BzkSn6pJRptICkmbUorDMycGu { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1V6oamCEauc3pmc1DxnQTUPAZE887WV { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBTAIAzmywNEeLlhekPTzBCpIX15l0QR { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UADRM80nHvx3J8tv6iM7OxS3rvJU4Irk { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKTXRyP8IBvVNQq8gdZC1wirLeOuzVah { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyLSPmki9ZbJTbfNCBTSxEbosbg6taB { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6W8M0DTMl6rX3yG3e6GCea26tdWBpFX { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D022lJLwHrMdgvcF6bMfdHxmFrKmRM8u { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB3Tnh8TSui1His3sJ2Gx498DmZQGp7t { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDeb72Xzvwgd8vPkZACpuTG4kWhFKAH4 { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btOVTikDp7DzL8Z7UI786X6eP57kkD0s { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcypEt3nfDJdMoPEffzNoFzO13XMHuuE { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnGJRWGFFPTHXR70oHZUnv8y9A9Chze1 { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qX3hzQIsfJ7yDSDT3o9kIZebUHrBx8Au { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWzh8o93ytTpFNs0rpUtxIBmeTUrCaLN { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEIuXw1yDEyUM2HQ7Q9oldIrRxpWozB3 { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLbS8f3iN2q2UBRkLOPrqS8x9g4xM64e { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZPPDdfchXI47JwAkwBgXXbC6isLw2qB { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NK3zthy1wrNdMqElnsI32Cx33KI1ws3C { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmXmpnPscZiBbrbOutx8T1gNE5J6OuMB { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pho8nXnFF76max3qrv04pMnRtaIMd6vk { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ua9TyMOw3qL6mnqmeAkJDTsITb1Fmx4d { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyXwUBwzWIhiNd2oJTAvASH1p450XeNx { width:5.25rem;height:1.95023125rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkKCL9iWGiTuMwl5XALXPN98R3yAVG88 { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGLpsUHR1HTTvsBSp0UtANZ72XmpFBDb { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Biztmzsofl36l2qWAKmAR8cVzTPwA9Ep { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0qEyuo03ryxKX8hcVZGUylTKwxODVDy { width:20rem;height:7.625rem;top:18rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83261864-9475-4842-be1a-c6e1fb7a6f73/sp9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#i0qEyuo03ryxKX8hcVZGUylTKwxODVDy.adaptive-delivery-prevent-bg, #i0qEyuo03ryxKX8hcVZGUylTKwxODVDy.lazyload, #i0qEyuo03ryxKX8hcVZGUylTKwxODVDy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dxkBqRdHfqOlwIivhJ57LvwsFAdt12NH { width:13rem;height:1.49956875rem;top:20.3125rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #HwG9ZdQevA61ml07eGFDR6vgoMaMHwee { width:20rem;height:1.21875rem;top:22.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #qu4pc72fWATxcOknhv36R5ktxttR2LPd { width:19.6875rem;height:6.1111125rem;top:26.625rem;left:0.3125rem;font-size:0.75rem;display:block; }#qu4pc72fWATxcOknhv36R5ktxttR2LPd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #il0kvziGOVq1gki2kPHz9Ot2uIgzN3UF { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xwb2U8X0019kbrlwoK7qRMFAJ33Ko6u3 { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmTsJ7xcb5yDmx4vh4OywaG23dg1N7ts { display:block; }
 }@media only screen and (max-width: 763px) { #Mq5VulMCXL08JKw4ZCITIs9UkiHg7cF9 { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCqcBZsKMx76rUvlcqSOFPiliv6hIPXa { display:block; }
 }@media only screen and (max-width: 763px) { #uEstzkePi7MTKB3JJDEA0OZVuCB9Cwq1 { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L7GFWQLsrSHk0Rp5KNNV26sLD8std2 { display:block; }
 }@media only screen and (max-width: 763px) { #liVuEG9UqlOTXT9T55isiE8HLiW8y7ac { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWFn0g9U1D5J56kuPTybJqaWGf3rENTe { display:block; }
 }@media only screen and (max-width: 763px) { #gWc4Cpb109fRTHXPweVhvsVbU3wo9cnG { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTmiyCoFIHqy4u817WiT9tHCVif8Nux { display:block; }
 }@media only screen and (max-width: 763px) { #gmyBbstJpBQ3KKSBX2DKFJBEJkOpB0To { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo32i4TJNEf3EWA5LgLJM6uxDFLrIv57 { display:block; }
 }@media only screen and (max-width: 763px) { #XA5T2Ch8xhreSMA8oTAuNeEaHDpSDHKK { width:6.625rem;height:5.1875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRPSThLpXWs0BUXOzyIfCbJh4ITKf78c { display:block; }
 }@media only screen and (max-width: 763px) { #cW7Ktl4VIzaqaqRDqobXK81GEzbeTamo { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHTw5i0yIMe1eG08o2WJ4rO9aqKczwoZ { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQ1WGwEtx6DABi99v70hQXht7T083eAg { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cgrEq3WgZeymued6OUXGWuxTg9qQ83cz { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTn0pMGx1CGaoB8x7E0a8yLT47EWza3F { display:block; }
 }@media only screen and (max-width: 763px) { #ZkKwQPdBT73cS2PgVKxmzkAelMFI0pMN { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:13.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnCSOh1GUmFky0WD0K0b3ZQbTQZIs6oA { width:1.875rem;height:1.875rem;top:27.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Psfd0cHwexwRnfzvxgmyBCPOKJG4aZ4w { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiSP2HfzlCx6WCynxgOgAFSTdRZyx1WH { display:block; }
 }@media only screen and (max-width: 763px) { #iR6oTASglANLmeZ5ShmBwt6lghN9CTMI { display:block; }#iR6oTASglANLmeZ5ShmBwt6lghN9CTMI > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGq2Usnbr64spuWJT8zITlxmr9PM4dnq { width:19.875rem;height:15.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqfCg6yS8NhgLh7VoAB96GeBgQcJO3f { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTzvHsqCfPiTJnGUSBQKa8F87ofPPhks { width:5.1875rem;height:2.92535rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7Rnv42PHDFXy1bTK4mSuWPsRkTzTTeA { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDeeIAdmPg2uKZbJfLCKZ9l2lU8cpggc { width:5.5625rem;height:2.92535rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEJIfEzxDFOKSSyew5XTnSeHZ8IVQE0A { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqp4II26W1Mav2eLUivG5BpmOTT6Rz5l { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpfwXQ5VRTOTBZI01Gco6RDh9KxKUzBH { width:6.0625rem;height:1.95023125rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiMz3FrRyzgmf1lZkhhcMeVfsTfsVnql { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlq5szJSMzvoWSVwfrlTlLhicFkTrNvp { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0iuTgvaZxMgy44lsCXx2OzP8wPKvB2f { width:5.8125rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrtBTPMdT1KaAib8IDkdsWw0U4342lbV { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPlGyda0cb8rFKPbBPkIWlJyWqP9MaRW { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awmETHvdNRseHB6CUZ19GdGmPFplw4BT { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqUrSfFNhxe5fKZIJsSqmbLhbO0qyATF { width:5.6875rem;height:2.92535rem;top:11.375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rb79n87fW6xrLZVHKQAzwM5B7nEABFkv { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsDXJO61vJGz8Joe05srkT8U5bnKDr7z { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e01FFvPGtkI2bTisy09ms7XlLAuVJMip { width:4.8125rem;height:1.95023125rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBMMu9UvfqHzT8bioCQLaatKFli6N5W { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFUw5BlPNwWUW2rAPxZnthwHKPTWXJqr { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDkuzoL70V2o0vIvX07rgEpAB75ezFc8 { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cS6OFzxZrUAluM1BwNIa5aCsXGMDxURc { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsTGaHilx6c8RUXMUP2xsJZBPLl8T4yU { width:5.625rem;height:1.95023125rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLBgWaxoWwPrwkibC8ObV0cUirGh5qly { width:5.25rem;height:1.95023125rem;top:11.875rem;left:14.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OU9U98T4TKRwzUt80JUbkyEbMEdd462p { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVn2K3AgCpUWs4BVZ9dI6Qe6Q6H9DasL { width:6.625rem;height:5.1875rem;top:10.28125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S55Gw41nqbcVXBdqIRdFvTc6z759i2Xl { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCT4PRPe2AV6afcH5X023uNztzm3e1KO { width:20rem;height:7.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQPk8f8fLBga1a8UgALOohVZrm4ARcKX { width:13rem;height:1.49956875rem;top:20.3125rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #AWSFvXlSSLpJpPcHeVJhDLCbWlU8behd { width:20rem;height:1.21875rem;top:22.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV { width:19.6875rem;height:12.659125rem;top:27.90625rem;left:0rem;font-size:0.75rem;display:block; }#Bl91xt7r4Zb6NyPuLArA5iLqtUvu2qEV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #gN2pbVK6uBgrJUvAJf7cho8yIFqFXMUr { width:18.375rem;height:5.9375rem;top:18.625rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GsWF5zXdS012TfPB066XT970H93X3LzV { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGz7F7vmwS32wKmddZS7AV286qC39MAK { display:block; }
 }@media only screen and (max-width: 763px) { #rgaZUnx2AIbLLZ7iS5J9rk3zsBUOFKZZ { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ewvoS9ibeEqL3QAQ6pIbfUNtJp6FKo { display:block; }
 }@media only screen and (max-width: 763px) { #n1fepfyQq3DCVCpzZ8cp14AF5c8f6cBE { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7aC3PqiZTCnH7zH35c9kpzJ4LcL8ve { display:block; }
 }@media only screen and (max-width: 763px) { #zlmBIqxfOyMeggPbyEOqrmpiJkHgduhM { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmP4tmpqhR3rugxMTRgZ0SBTGSZwOxM { display:block; }
 }@media only screen and (max-width: 763px) { #c32iEQ6zrzHoJRh2gr0mxzgdVbn7ZlQC { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m41HqMdkTm6QvmUc4Mm0A9BpydKWTAmf { display:block; }
 }@media only screen and (max-width: 763px) { #TCAWzu4nGVINlpmnhKppRPCOn6LGwRBC { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaZzeuq9zhbFm3secSwhiCPT32KD3o5C { display:block; }
 }@media only screen and (max-width: 763px) { #l6BFQmv4l1F07KhcrzWH3cD0eTnpSc58 { width:6.625rem;height:5.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMOdPsk3LqktX25uT87RsvukmTipiQwr { display:block; }
 }@media only screen and (max-width: 763px) { #Fbsg6dSSRFL1kGnTQKGNXm8JcaG1TCEW { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xlr1DcGbw3kHPa3CXXtkifv6QNaiv7QJ { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaDkpzylu27sqtmVM1SFaMgap0kFvsNN { width:16.75rem;height:0.9746125rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KV0qbtA9GN6hSTaNDHnC52WNR8go9TAT { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USqT8JTVtGMUL8dZ6LOqTV0REwLLOc06 { display:block; }
 }@media only screen and (max-width: 763px) { #It2DLolqbq0gfl6XfUnqNqIozGx84Umb { width:1.875rem;height:1.875rem;top:23.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxXwJp3hGnnNfrG1yTU7efA782ru5asR { width:5.5rem;height:1.95023125rem;top:11.861328125rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#616161;display:block; }
 }@media only screen and (max-width: 763px) { #GIN3nBK0aHayp9T4E7w18L1EuXtX5UlU { width:6.625rem;height:5.1875rem;top:10.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4HpgHgbfFkR2pSvgnK6lcWK9NLb63yc { display:block; }
 }@media only screen and (max-width: 763px) { #BooA81xchTZLswuCFSLdIFp5seJDM4Lu { background-color:#ffffff;background-image:none;display:none; }#BooA81xchTZLswuCFSLdIFp5seJDM4Lu > .row .container { width:20rem;height:8.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v7rgxmuEKfrpBIuPXQl1KSnuTLcC8qax { width:20rem;height:2.5rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSSKT6ZqLKVlTHF7ds3kgbnelwSHBATh { width:1.5625rem;height:1.5625rem;top:5.0124998092651rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhqXXXkt6z9EMnV9SVBazq0pM65BnZM { width:8.125rem;height:0.0625rem;top:5.7624998092651rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy52TB6kzPfIEgNvHSqJly9nN1d1qpws { width:8.125rem;height:0.0625rem;top:5.7624998092651rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGT1bwFGfua18sX4mPQzQyhD2182DQ02 { display:none; }#UGT1bwFGfua18sX4mPQzQyhD2182DQ02 > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RQmBvHCS31yI7xou8ADkZgi6NwKvUcoX { width:14.0625rem;height:5.625rem;top:35.625rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3Gqskcnt2TgBKdohBnwAqluKQUwb4N { display:block; }
 }@media only screen and (max-width: 763px) { #xTN7VVTBxrrQkTs2DA6B6lgTuZbJcJVz { width:14.0625rem;height:5.625rem;top:21.875rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkT236u8rTLxkD2DP5NsntErBmHEhNea { display:block; }
 }@media only screen and (max-width: 763px) { #oyNyJ5BHvMPLH33TtpOFKmKxJkCUUHNG { width:14.0625rem;height:5.625rem;top:28.75rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ8lXtTX0wU1y6boRHFKu1CVvzsTTSPU { display:block; }
 }@media only screen and (max-width: 763px) { #nDdUbgaIyTbQ29K8fEONvLmORcV3GX7H { width:14.0625rem;height:5.625rem;top:8.125rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxVBa5BAb6tIPEApD0VGHZJklLVxUddu { display:block; }
 }@media only screen and (max-width: 763px) { #U2aRRqqrIqf6JDguapcCDkffRQmJCc59 { width:14.0625rem;height:5.625rem;top:1.25rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3TUS6aFepl946TTbUfBNRUGbDVK7ds { display:block; }
 }@media only screen and (max-width: 763px) { #RV3XWD7nqozJphbNosoPTik2UtUq49Dq { width:14.0625rem;height:5.625rem;top:15rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2DbQP7b3tOas1M0NZZd5GI503a9hDX { display:block; }
 }@media only screen and (max-width: 763px) { #mNR8KwtdXzEeOyidnQuNckHUgCRGnoTu { width:20rem;height:6.3125rem;top:35.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2qVLMhHFGEidT3IgcEG8rPWm0AtilH { width:20rem;height:6.3125rem;top:7.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK { display:none; }#AyKfOBk2JSfs0p6TsybiEiNvObWDyKRK > .row .container { width:20rem;height:41.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnGscar6CHbesPHzpT4lS0068hJxDqV2 { width:19.875rem;height:18.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv0gX1EsAUCXa6RXB82PcgFVJ5t9rvcd { width:1.875rem;height:1.875rem;top:41.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdWShr6wEvWy3ryvu7AT0iGfbgwVKwsB { width:5.1875rem;height:2.923825rem;top:1.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZpukMi14tgzaSJM4uvFlX6cInTg3q8V { width:19.875rem;height:0.0625rem;top:5.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzFsDdzilpybuzOlPBvSs18SX9Tzgyhe { width:5.5625rem;height:2.923825rem;top:1.125rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0V5AE26GdV7NomcmZo1QFtO5CTn6Jh9 { width:19.875rem;height:0.0625rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAS1Kx2DyXZLbqDNyOOwVa63qdxxAPg { width:1.875rem;height:1.875rem;top:54.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxCTlC1L8fh2lqfa113fqpBoZTlX5OW4 { width:6.0625rem;height:1.94921875rem;top:1.625rem;left:13.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfU7AZLIJ8DO0k0nShxsmzqRilXXBHaR { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwLfDI5rbw7SmNeqDNMkds86hx53GEse { width:1.875rem;height:1.875rem;top:67.2125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHz0LU5pVagntmlTp5JWp3eTtQMy6FBU { width:5.8125rem;height:2.923825rem;top:6.25rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciJaz7Vp2Pm96bevXehcNCKwOHbB6AoO { width:20rem;height:0.0625rem;top:94.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvEkOi4TByfNA2DQRaPs3WIttVh10fc1 { width:1.875rem;height:1.875rem;top:88.7125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAFXN8ZTcGSvlLr8UiIPD1yaTftT62XQ { width:20rem;height:0.0625rem;top:138.49375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tM7ScNFsOaGDTH5EgmOpqJtMCs9MI0IO { width:5.6875rem;height:2.923825rem;top:11.375rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xshoCTzcCG0fFVCP07s5uGLxtgJvGDvP { width:20rem;height:0.0625rem;top:127.10625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iq1sqDNI8VqlN7fBCQVWbI8eWNb63OFm { width:5.9375rem;height:1.94921875rem;top:11.875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQiq5v4AVlM0DW9FQZDwnPl68C9wZUT6 { width:20rem;height:0.0625rem;top:115.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiFlcwSmTMgNWCt7alzuc84diyZlrnA7 { width:4.8125rem;height:1.94921875rem;top:6.75rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGrENmLy320S3xMaUWOTkL7xXTS69SCa { width:20rem;height:0.0625rem;top:104.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #teQGcgBpAK0qNU8F5ATK2C2MG43hFS2o { width:1.875rem;height:1.875rem;top:98.81875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mg7wLAe66dcmiDRT98pE60glPCqhv9Cl { width:1.875rem;height:1.875rem;top:110.20625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTOUklk8MH6pDBDpzty1a6npvqlmABHS { width:1.875rem;height:1.875rem;top:121.59375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeemBPIkhKPh1DNLMzb7SRNRwUhQHfn2 { width:1.875rem;height:1.875rem;top:132.98125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8RoQzUJLAftnvawZ3oEab0nZsP7Z0Mu { width:5.625rem;height:1.94921875rem;top:6.75rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlTH3mAtr0IFO5Ik0LdAtHF4xdM9nkqc { width:5.25rem;height:1.94921875rem;top:11.875rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ou2QEtiNZaZshOtwUQz0b3zA5VTTm6OK { width:1.875rem;height:1.875rem;top:144.36875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2WZ5PmtJmUamHJls3alSRTus4T1ACIL { width:19.875rem;height:3.0625rem;top:15.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmXafT0Xsx7S9Nf2i3n7iAtRmzFXEivN { width:1.5rem;height:1.5rem;top:12.012500762939rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGsbz4btWf2GRNDv6edr1A7mHFURpDuy { width:20rem;height:7.625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkhJzkqx8EROgktSULDHon8Q2id1fQuR { width:13rem;height:1.5rem;top:22.375rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3kf5tkgFnUF7Cx9h5MVDbcwxCT7fru { width:20rem;height:1.21875rem;top:24.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #LTCB6v1MzhEM7drGFmG9ASTxkFNE848r { width:18.375rem;height:5.9375rem;top:20.6875rem;left:0.5625rem;background-color:rgba(255,255,255,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HvMKlMXLPyEZqJVcscTwWsZtCap3BKnC { width:6.625rem;height:5.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBadm9NtVlHq2wV2rq8zUiMDZzMJELqS { display:block; }
 }@media only screen and (max-width: 763px) { #e6oEEvl1UPvvrynotLmAqXmLmlpBKbua { width:6.625rem;height:5.1875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzUV6gEfJA122No0b6fA7ZnVJHcJ2DLp { display:block; }
 }@media only screen and (max-width: 763px) { #PNWoOFdxXAmkTMcwbCBlPywXFulE1qE2 { width:6.625rem;height:5.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1PFXlcNbaH9rxzTZTNXvDRbwd3c4PUe { display:block; }
 }@media only screen and (max-width: 763px) { #MnCWB7ZfFi160MqNr4EDFVcIL1JT5be1 { width:6.625rem;height:5.1875rem;top:5.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppBgo9gganOyFGVNTof1V2SizyL6ZWqH { display:block; }
 }@media only screen and (max-width: 763px) { #RDxUdPdEDmXhBvqkATD7l1mOhOR7gTL8 { width:6.625rem;height:5.1875rem;top:5.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VleSfyDDBH9ROTcHzTRAZxFQCzOkifA4 { display:block; }
 }@media only screen and (max-width: 763px) { #RQ4BCtTG9u3lwlXri6lJTeOaJz5zc0SU { width:6.625rem;height:5.1875rem;top:5.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7ts7BtPlKTxcLZuWuOJCu2NBvXMuM2 { display:block; }
 }@media only screen and (max-width: 763px) { #qENd2G33NKUbI6LKVGnb5lIOpPKww06R { width:6.625rem;height:5.1875rem;top:10.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCcKwAv9UGf3HGA2AxD2hvI6qq7BfqP { display:block; }
 }@media only screen and (max-width: 763px) { #aV7rt8ARi9HMC9Rq5qRLJMmTDhR8OanR { width:6.625rem;height:5.1875rem;top:10.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsNgkUzIXL3C7OrZ8sZ3ecg0CquAEoQn { display:block; }
 }@media only screen and (max-width: 763px) { #tSOoOXq0mmklO7ppLPrSMhTfia6fPTm5 { width:6.625rem;height:5.1875rem;top:10.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIBoNe8nXVvTLcJAwoJ6lyGz7UfkIhyb { display:block; }
 }@media only screen and (max-width: 763px) { #E7ieKAE6Tic93xT1aeD0e13oPlVRJOqp { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMJbLVJpGheRh8tBfsAyW4ecSTHmiSaM { width:1.625rem;height:1.625rem;top:30.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4884oGz8CaeHymMlmlUwxuWPbmFTlVc { width:16.75rem;height:0.975rem;top:16.53750038147rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxTFyuMuxHbscXrsnlqyXvsW9Mefepci { width:5.5625rem;height:2.6875rem;top:29.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8CdQcyxZwTIoV9vNRi6G2OLZrEAnLtK { display:block; }
 }@media only screen and (max-width: 763px) { #SltB4B022cCtQ5WIlwLhfPuulRStJFiK { width:5.5625rem;height:2.6875rem;top:32.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXKE2JibcAAWOX7zhUtOR4MG9FlS7TPM { display:block; }
 }@media only screen and (max-width: 763px) { #Ttu3Ar0LcECqRJOmT0efEZ26r31gV1WC { width:13.6875rem;height:2.6875rem;top:29.375rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXOBvTgIytT5Vio9sfNhPNMiId130UTf { display:block; }
 }@media only screen and (max-width: 763px) { #o9JXh5T5SFaarU0mtLTKieeWroCTp22I { width:13.6875rem;height:2.6875rem;top:32.8125rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ThBgaJ9hXWJI5FBTwZvOASyvXp4HGq { display:block; }
 }@media only screen and (max-width: 763px) { #cTRbU7I3c1HVFiT2NsLck0ELCiptuKlQ { width:5.5625rem;height:2.6875rem;top:36.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iksfD9Bq4BNLBQdWawEJCTdWTSFzawJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #lB1zxCPtIAH91M68HCHd0PU5MDOh3xRq { width:13.6875rem;height:2.6875rem;top:36.25rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9st5JLD7GJ5pEJF4TdZyUyv9sKPBn0D { display:block; }
 }@media only screen and (max-width: 763px) { #e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D { display:block; }#e2wAiTufCEg1dGOXD2uCtzTEthBxAX9D > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuJw7uKanJc9RbpI3G0058lgIQxAbxrp { background-color:#f4f4f5;background-image:none;display:block; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container { background-color: transparent; background-image: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container > .video-iframe-container { display: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row > .video-iframe-container { display: none; }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .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); }#CuJw7uKanJc9RbpI3G0058lgIQxAbxrp > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5gxPlO7AwB9dSmRBmP3TohVJMz8rRO1 { width:1.5625rem;height:1.5625rem;top:1.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXwxa9eLOaaW4bE0zdDqEhbB7SNTz6X { width:8.125rem;height:0.0625rem;top:2rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDeQcGzThvThdkVFDmRt90HDKvQ9iAJC { width:8.125rem;height:0.0625rem;top:2rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf9H8gWNnoyr6MLnPSwgZDVKlLxVBfHN { width:10.0625rem;height:3.0625rem;top:6.25rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1oDGe31Nvw443m9pvGPoOKDJgi3MONB { display:block; }
 }@media only screen and (max-width: 763px) { #dowMKZseLTbE1pINWyVaqq70z4VIlcfZ { width:15.25rem;height:3.8125rem;top:5.4375rem;left:2.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #R3E9cSfKuHn5wE7SflFy2TxKdCmJUELU { display:block; }
 }@media only screen and (max-width: 763px) { #UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur { background-color:#f4f4f5;background-image:none;display:none; }#UUm68H4pTGPZDNlllJMpRXdKVhsxq8Ur > .row .container { width:20rem;height:54.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mXOAZcNI9TU6tnVlQiedeMt5SSlRbFGs { width:20rem;height:35.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-text {padding-top: 0; padding-bottom: 0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-select {padding-top: 0; padding-bottom: 0;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI  { width:17.5rem;height:auto;top:6.5625rem;left:0rem; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#LAooUlERDdZORqBSWOPuCreU8KKa83LI {display:block;}#LAooUlERDdZORqBSWOPuCreU8KKa83LI { width:17.5rem;height:auto;top:6.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #mdUOsAa7rNSyAVW4mKQIO0TsH2g78HTh {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #eT59PxoNLJFNCryuU7FWyydVDB8WRXK6 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #EbH3rkHROFxrNpweWt6uyZhZQtuhqB3W {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #L8ehoMNx9wfUmNVKBVyUpgTfTxOr3eyQ {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #kTI17V19hxJG5HTfOTPuViT72ed8c2y7 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #sOR5bQzK1zvz2xElCony2lAutDEENcF6 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #kKTJggiF9FgIPI8CliGJQLNxBVyFXFrC {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #MCaH69XFg5wxTEC6VtnMFrL2tQOmspu3 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #qtDO2pqQo7WZWoVk2397q9cF0o53wHt7 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #qDSS0z7lTtyTCdh59SCcHDI7NPtitcvp {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #lH5HcudOn8pI0Q5htyQV9fGGsTwFmNyX {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #SHZU1TMD4A5KQXxJvdMyidsD3NJShye1 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #ZaNCiIx00d8ksqbTdKz8GhL1zbwTP3V4 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #JRTqh9cL1afkCdUKKprfWscXoiGG6Fcb {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #Vgd6NBshcaCBACkd5JT0hmKMxVwWc319 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #S0cwDCwzSZBC6BUg13xBwpbImP1Q8xDD {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #mLhdZn6clRkQaXdRH6moH8wAPeopPFaa {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #EtJOHgkIVgTHHxTlL9WNhTOJf31KrVNm {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #Q6blW6x4GfmCLzFCCO18c3wTrnT5FKt0 {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #iUPEI0LcAGRDVDGS0UzsvghZ7obDs7Au {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #KgFQknT0PImShVnq0FitieI5rkvEmk4t {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #KkusVvlbQfxDbeMHGT3XfGyTctM0FoCb {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #lwrklTSblodIT5BtfgMP9TlI8GMInrkT {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #fcbpFZ8Rzi1gEaoCsWrN3GZM9HmFCEAZ {  }
 }@media only screen and (max-width: 763px) { #LAooUlERDdZORqBSWOPuCreU8KKa83LI #GgoLobCMcvxoeSTGz3qXI0tiIVJqlh3e {  }
 }@media only screen and (max-width: 763px) { #pImgtrDesJLGLeL6M14RUwioyqpXctTx { width:19.3125rem;height:4.798825rem;top:2.0125007629394rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 { background-color:#d3dfea;background-image:none;display:block; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container { background-color: transparent; background-image: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container > .video-iframe-container { display: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row > .video-iframe-container { display: none; }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .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); }#T99CfNQJ6RrzLIMdEsTCN5JTscq7DFh4 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt1EfHsxlxS5QbJ2FwiepIfkAmxub4BN { width:20rem;height:2.5rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBO5qb9vqK0IpJNxnUh6eDMQ0ZA5iW { width:1.5625rem;height:1.5625rem;top:5.0124998092651rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ygkQOOuu38qDtFyC0XXHzlRqOHnS9q { width:8.125rem;height:0.0625rem;top:5.7624998092651rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgQE4UZ0BFGskz3yEd8iIRbc4K9cLs9O { width:8.125rem;height:0.0625rem;top:5.7624998092651rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAubhQhwaiSkfeLf1Sbx9peZgVAFImcd { display:block; } #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection *:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="text"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="email"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection input[type="tel"]:focus-visible, #KeJ1KeTCCAUoO68fIWfvdnFzE8o8pHLG.widget-smartsection textarea:focus-visible { outline: none; } #tAubhQhwaiSkfeLf1Sbx9peZgVAFImcd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wavNg6aIVD5ZldWvJdPZQL0ac7HFcdkb { display:block; } #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection *:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="text"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="email"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection input[type="tel"]:focus-visible, #dcsc1AZfqcb0dlcm1pZxOJqxXwebeU7n.widget-smartsection textarea:focus-visible { outline: none; } #wavNg6aIVD5ZldWvJdPZQL0ac7HFcdkb > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #m94NnzEIVd976FeMu7DpXXMiLxyBfJgs { display:block; } #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection *:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="text"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="email"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection input[type="tel"]:focus-visible, #gJvJc03zPXKxbJUxrw83Sfa3vke5FfmK.widget-smartsection textarea:focus-visible { outline: none; } #m94NnzEIVd976FeMu7DpXXMiLxyBfJgs > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPUS2T0huxVBHQTSdwVMJoP1pedImIzr { display:block; } #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection *:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="text"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="email"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection input[type="tel"]:focus-visible, #VidL2KNFec9llSOPLb1oiN7I7PuRq0Ii.widget-smartsection textarea:focus-visible { outline: none; } #UPUS2T0huxVBHQTSdwVMJoP1pedImIzr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEVoVhrXZa44A0hJQ1kn7MULPDbRnKm3 { display:block; } #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection *:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="text"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="email"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection input[type="tel"]:focus-visible, #m75zNB5aKmx2r5LHH4Wo9KACPLrXWIIR.widget-smartsection textarea:focus-visible { outline: none; } #GEVoVhrXZa44A0hJQ1kn7MULPDbRnKm3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtUyt07b78x8V1BXPM38QBCxSxKGg2sm { display:block; } #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection *:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="text"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="email"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="tel"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection textarea:focus-visible { outline: none; } #gtUyt07b78x8V1BXPM38QBCxSxKGg2sm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul9ZKvGuF1ZU95Sairk2IWKn6kKE2TnC { display:block; } #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection *:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="text"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="email"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection input[type="tel"]:focus-visible, #uXlFanFX8ka3UiC176B7aClOC3TVEFdf.widget-smartsection textarea:focus-visible { outline: none; } #ul9ZKvGuF1ZU95Sairk2IWKn6kKE2TnC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPcC7IP97P3TeV2FTO2QRTQJ8gCp8aMX { display:block; } #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection *:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="text"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="email"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection input[type="tel"]:focus-visible, #QUhurrGiZH722aGUkBZ75lr3duiograp.widget-smartsection textarea:focus-visible { outline: none; } #tPcC7IP97P3TeV2FTO2QRTQJ8gCp8aMX > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPk5sTxJcD3TO8aT917tabsiT95D1G29 { background-color:#d3dfea;background-image:none;display:block; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container { background-color: transparent; background-image: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container > .video-iframe-container { display: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row > .video-iframe-container { display: none; }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .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); }#SPk5sTxJcD3TO8aT917tabsiT95D1G29 > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iq0b7ZQDkJAB7H3l2Pmq8KzhR3GvuopP { width:16.875rem;height:39.9375rem;top:5.099609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH { width:14.3125rem;height:7.795125rem;top:35.7255859375rem;left:2.8125rem;font-size:0.8125rem;display:block; }#PZE1yDrJIhqgBgvzeyuSJcaJ1tXPK4uH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #QDTAPunbpbuT52gGvKukKbBspGLDNJt1 { width:16.375rem;height:1.137875rem;top:33.7880859375rem;left:1.8115234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9yN7GUlR8gahui7ydndHFUNnZQg5Vbd { width:14.9375rem;height:17.8125rem;top:2.630859375rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pyLTsgqD7hMBFxXuoWiN7fVLxduVkJ { width:16.9375rem;height:3.89756875rem;top:27.8505859375rem;left:1.4990234375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVyC5cqCBaG4XNUe4RJWcr8TfMqIgRZd { width:17.5rem;height:0.0625rem;top:32.6630859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ds9rHa92fTgLZn7JpanJk2lgKPe4PO { width:16.375rem;height:1.0559875rem;top:25.7880859375rem;left:1.8115234375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDeBzKn6OXrLiAQDJNGuT84Ju2dh3NPM { width:16.375rem;height:1.29980625rem;top:24.1630859375rem;left:1.8115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHuB48ihOcCRB0ILb9khJIT4wgMAeGsr { width:16.875rem;height:19.875rem;top:1.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfmgK5w7s9vTcexezCsXr2s9cbNR386P { width:16.875rem;height:21.9375rem;top:65.93671274185rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9fBx3yPakxDUv816G2Db3n2owVe3BwT { width:13.1875rem;height:7.795125rem;top:78.625rem;left:4rem;font-size:0.8125rem;display:block; }#s9fBx3yPakxDUv816G2Db3n2owVe3BwT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #NPvm2NNyh4LBTDQ3W0HTdi7whTzLQ3Qr { width:14.9375rem;height:17.8125rem;top:46.75rem;left:2.3072918057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANr7ZrJFHdPHBX3OFepRNaghsmEqffE9 { width:16.875rem;height:19.875rem;top:46.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVw5ShZwuXtJQXn0U7WOFL2LTuk1SU2Z { width:16.375rem;height:1.137875rem;top:77.25rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0TOnhrlLIuXqTTSvtKNxPEwXZM4s5d { width:17.5rem;height:0.0625rem;top:76.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEkzUyyEqJZC6JtIwb3AW2praw1mT0Za { width:14rem;height:2.59895625rem;top:70.75rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eabzKEFcRR41TNpsuRTZ5dycQeq6Aetf { width:16.375rem;height:1.0559875rem;top:68.9375rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRC3mk0FO9JQv77KMG1IxUcCP6SMqr7O { width:16.375rem;height:1.29980625rem;top:67.625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyMU8KJ5ZyUlhcnWsOTKwmMU348aiwvK { width:16.875rem;height:19.9375rem;top:45.99991941452rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ { background-color:#d3dfea;background-image:none;display:block; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container { background-color: transparent; background-image: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container > .video-iframe-container { display: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row > .video-iframe-container { display: none; }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .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); }#dnfKQRGEWlB807Mr4f1cT48Za0aQcrsJ > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbfGDm7ho5ItdyIzmvTRgJ1TVwrrnNvT { width:17.5rem;height:0.0625rem;top:32.6630859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12Ag44Eirc7TkiaGZJlrOQ64UHSPiaS { width:16.875rem;height:21.9375rem;top:21rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PchsLRnVARWdVacJpSD2gdGvrTID7K { width:13.1875rem;height:5.1967625rem;top:35.375rem;left:4rem;font-size:0.8125rem;display:block; }#L1PchsLRnVARWdVacJpSD2gdGvrTID7K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #BFEzZ0hi286sIDLeg5xtoJH7Eoqv8x8H { width:14.9375rem;height:17.8125rem;top:2.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3qcTCG97QticxSGVeOoW36w1ei08Qua { width:16.875rem;height:19.875rem;top:1.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG2dDvMMF3DBlZcXmIadUeh4Uxmtrn6u { width:16.375rem;height:1.137875rem;top:34.0625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xkUrEBUlTWGFuPQQ4AvkMhGffo1ZZW { width:17.5rem;height:0.0625rem;top:32.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNaFZAifuTQbgVWGkxTACDkUvnKoQtf { width:14rem;height:3.89756875rem;top:27.5625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqfVCt1MuGbfBREX1ZkrNFnkzM0oETWa { width:16.375rem;height:1.0559875rem;top:25.75rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkVsKgTGXzF9CewCX4GrTtN1uRHsu8hv { width:16.375rem;height:1.29980625rem;top:24.505125999451rem;left:1.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clSzryCXqrt2bLsWFc5woG61TTFlRAHS { width:16.875rem;height:19.875rem;top:65.906209945681rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Pp9USiyxmehXnE6boC3dtwrTfFTvS7 { width:16.875rem;height:19.875rem;top:46.031331062317rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdvN1oAQ8ZaTli7RTAPyRUVAMFC1Zy1 { width:14.9375rem;height:17.8125rem;top:46.839410781861rem;left:2.3072918057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd68q7GqrMiEZHMMTel0n5bwDcTTCqAG { width:16.375rem;height:1.29980625rem;top:67.5rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkAp3WSHV07TgS7VOt4KaqSTBE46PA4L { width:16.375rem;height:1.0559875rem;top:69rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQZwA4VWV3FkUrW2TThq3XG2k2DxRCee { width:17.5rem;height:0.0625rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS { width:13.1875rem;height:5.1967625rem;top:78.9375rem;left:4.3125rem;font-size:0.8125rem;display:block; }#d81qGV6Zr3pFOu3PJQIN4n84MphCcxIS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #nueBBzEEy7rKytUxraGgrcdCJ11ehUQJ { width:16.375rem;height:1.137875rem;top:76.5625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOcFRlu0cyyVGQCNFb5V4ymf4On5wfPg { width:17.4375rem;height:19.9375rem;top:87.030514648438rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQxJACP94TTpatcElZKqTyA3TKGbmiTs { background-color:#d3dfea;background-image:none;display:none; }#DQxJACP94TTpatcElZKqTyA3TKGbmiTs > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PD2kIKTTnwgKQBrOW8hLkLUTcffw5d5G { width:16.875rem;height:21.9375rem;top:21rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U24BP0q27JX38XZNeJsITWBqhtNl4Lbn { width:13.1875rem;height:6.4959375rem;top:35.375rem;left:4rem;font-size:0.8125rem;display:block; }#U24BP0q27JX38XZNeJsITWBqhtNl4Lbn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a7f1098b-94e6-4904-8bf8-9d0626c37f73/point.svg); }
 }@media only screen and (max-width: 763px) { #XNlun87cFfTDBniLvizKsnbyT42ZFnDl { width:14.9375rem;height:17.8125rem;top:2.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ny050z1l3rVIh7o1tonkXD14DnBaGy { width:16.875rem;height:19.875rem;top:1.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vztZBUghBO90Tz4ppzoBNC7s0FZMwE80 { width:16.375rem;height:1.137875rem;top:34.0625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXALO4uma8tFtA8Ttpk3Hvzphdl20Ni0 { width:17.5rem;height:0.0625rem;top:32.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsGhaIaTOuFr7XyxUknAAHauptM4qmLu { width:14rem;height:3.89756875rem;top:27.5625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlpl48ClPnrwforOf9ROSgv1w6MwuuK1 { width:16.375rem;height:1.0559875rem;top:25.75rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThulwRgbcHmWSVAclTATQBsmoJvherkH { width:16.375rem;height:1.29980625rem;top:24.505125999451rem;left:1.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfqrcsK36HbacGvo70SzRkcWh00NUCrh { width:17.4370625rem;height:19.9370625rem;top:1.2304649353027rem;left:1.2803820371627rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #J5twigGCBp18aAOnnw3QeVg2smkQakwf { display:block; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf { background-color: transparent; background-image: none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container > .video-iframe-container { display: none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row > .video-iframe-container { display: none; }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .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); }#J5twigGCBp18aAOnnw3QeVg2smkQakwf > .row .container { width:20rem;background-color:rgba(0,0,0,0);background-image:none;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbfXQzwyRMRXiGPZmMrRXsgNCkRHZAvB { width:15.25rem;height:3.8125rem;top:3.40625rem;left:2.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #VXWTcVX5b4eJ6zv3HAm5XwgiUhNRl1RJ { display:block; }
 }@media only screen and (max-width: 763px) { #C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz { display:block; }#C3B9olaoEztrwTlUmNmLPwOyhwPHZiPz > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIHxwdNdiFOUv3ChZGW2uxR9SNVncVkl { width:20rem;height:4.375rem;top:2.0625rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KiwGnnL9tcNupDTgxvpdVo9zoeDI07rR { width:1.5625rem;height:1.5625rem;top:6.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTwk6QZrJuCAC5Vz99XSTOee29hQXHa { width:8.125rem;height:0.0625rem;top:7.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu4ZnKECWrEAQhUfNu4sBAPRr7Q5Nz6y { width:8.125rem;height:0.0625rem;top:7.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uECCsIFbPN9OZHgVRryqabsLxz2Iu4z7 { width:13.125rem;height:8.75rem;top:10.6375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNSBFTRDvXu03gqyP8cuTAsm1FTwLFsm { width:5.75rem;height:8.625rem;top:10.637500762939rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7GyutU74z6T4xwRp6FzJ6GKV9435kN { width:10.375rem;height:15.625rem;top:12.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6F2tuktM7TLyiXcUETmTg1aMX5Rg4si { width:6rem;height:6rem;top:9.125rem;left:6.75rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ZTKy7Ecc5HBhLCb2ulKAMivsN2UyMcRL { width:1.0625rem;height:1.0625rem;top:9.125rem;left:9.1875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #MRZbtkPK34d79Z8T83HLUwpSWKmTN6aT { width:20rem;height:12.5rem;top:20.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 { display:block; }#PlyCqLJKBVlvamKrn6q6X2tfVbgr7M19 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTdxongx1nukeJVrSkUUbwGGA93aXRR { width:9.5625rem;height:9.5625rem;top:10.125rem;left:4.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ErUZ9isdXDV32Kiu9e57urU5vLqclugH { width:4.0625rem;height:4.0625rem;top:62.6962890625rem;left:15.25rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Sbkah1TZre1lTB6Psxx0WAJspMstKfP5 { width:2.625rem;height:2.625rem;top:13.5625rem;left:8.4375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #NQTHTApN1MoqtoWTezbPAoc3N7Vx6UHU { width:20rem;height:13.333333333333rem;top:14.6455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUpTBEa8C5FSfVua0hqbLuf4Q5MUDVP { width:8.499875rem;height:12.7495625rem;top:29.3837890625rem;left:11.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnfM70R7aRpWwBMIAE7fnunL9zBfEX2 { width:9.375rem;height:12.5625rem;top:29.416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhweJmG1sIymqJ3iDItOTRsGhHJxPtCU { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms { display:block; }#i6HWJ1FpBDfgO3Wre8QXG3rAHguby1ms > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGZkzgDlfs5NAVfoveK7o2WXEqT9eSa7 { width:11.1875rem;height:11.1875rem;top:12.843750476837rem;left:7.1875000596044rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #eP0boU1KmXvJGvsbc0dOEl1mGbM3oGAJ { width:4.8125rem;height:4.8125rem;top:10.687500476837rem;left:13.437500536442rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #erGrU9WTIlo7TQ2T2KCx015RJTrVUlIP { height:11.23175rem;width:20rem;top:1.6137542724609rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btor42tmJMVtwRtncOAPHPZWmOhfgohf { display:block; }#Btor42tmJMVtwRtncOAPHPZWmOhfgohf > .row .container { width:20rem;height:130.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPHrMCbMw37NvKTih9Woe1NpIhlVeM9o { width:20rem;height:13.391925rem;top:10.763671875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ixSakoQXwpN1xizZn2B5ex8gDVIMcJB8 { width:11.1875rem;height:11.1875rem;top:16.4853515625rem;left:7.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TliG0z0PBit3XcuREVodWaIouxXPHoWp { width:4.8125rem;height:4.8125rem;top:21.75rem;left:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Qf458LQo3Z5HmhSTSm1dQihRTRFBvaCG { width:1.5625rem;height:1.5625rem;top:7.1728515625rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO2QGkVW8ASBDoledFbuHiXIkVPsGb4r { width:20rem;height:4.375rem;top:1.9228515625rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nFaT0xc50TH1Xss38i4PckLssHzDiSrp { width:9.375rem;height:0.0625rem;top:7.9228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgGak1T7FxVHSSHZO9MDraVPCJcTNSi { width:9.375rem;height:0.0625rem;top:7.9228515625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdmnkUMnzZhe3rnvsVuRAkr5UwoEg8F3 { width:20rem;height:11.903925rem;top:43.8828125rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C8z6iPlZPWxt6c0bZ79bKB9aOWUKQzUo { width:20rem;height:10.415925rem;top:29.7978515625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sRML0Tk25ODDq8pVZQPQ1aaSO6tJA6K7 { width:20rem;height:5.95196875rem;top:56.2294921875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lSD0tRWVBUyP817umqi4E65a10crSDuD { width:20rem;height:7.4399625rem;top:99.75rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LG0uDmc8dDZCcGRW1GzTRQ9wrUL9zitD { width:20rem;height:7.4399625rem;top:90.451171875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #knxsgnTxChF3le679BUJThRfpnnrHExU { width:20rem;height:5.95196875rem;top:67.9658203125rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HnFPAGeWrrmXSUhKnTTAGV0NhLozsGgH { width:20rem;height:7.4399625rem;top:78.40234375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VQuHyIDty3ZmLvgRzOZOwQdtwWqNTF3l { width:20rem;height:5.95196875rem;top:121.5625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mIsKpgJ91Nf4PqSXfGtNZDqGMoBSShcq { width:20rem;height:11.903925rem;top:108.4375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p55FH7G2698t01d5MGamqCdUd43klSkV { display:block; }#p55FH7G2698t01d5MGamqCdUd43klSkV > .row .container { width:20rem;height:130.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPzkgx5sZwrum6h9h8803cTqVuCAe8Ed { width:11.1875rem;height:11.1875rem;top:16.4853515625rem;left:7.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #df52ANr8hMVlJ4aT6tNsqhyqTaipySwr { width:4.8125rem;height:4.8125rem;top:21.75rem;left:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Rq65IwdkXgd2CLDqvJF9sP5PR0nIWDHd { width:14.125rem;height:28.3125rem;top:29.367174492188rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3rurM8UXG6M5uo0tCKsDxH7SZ8enMl3 { width:14.125rem;height:28.3125rem;top:58.929674492188rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amd7lsn5NhagVoK95JyLV0uDr3cTMxgx { width:14.125rem;height:28.3125rem;top:88.492174492188rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm { display:block; }#hBlcVT2KTPNH3q24KPMylSyGh8nTNQbm > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcOXDV3yMTX5wRlS5xQCGdsfapsLsrEr { width:12.5rem;height:6.0004375rem;top:4.8125rem;left:0rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #y4DAcRyTOgc19htC2TvxZ2C1KV48s7qD { width:0.0625rem;height:11.25rem;top:13.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gltADZbUtI3CWxtCmon96oWDZHQA6y13 { width:20rem;height:0.95630625rem;top:17.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlSHo7nvbikGpQNZx6QEkkx651m0vRn1 { width:4.125rem;height:1.2747375rem;top:14.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzu2FxLTXd1TrnM6UTqIAThLEu3Umfxz { width:10.6875rem;height:1.2747375rem;top:14.875rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqbgElPTXQbWVZd65RkeRKPeGOCib1qt { width:9.1875rem;height:1rem;top:11.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9l70TPId2lgpovMehCWrsWFExGPhcmk { display:block; }
 }@media only screen and (max-width: 763px) { #JuQigalUSZ60kwBUwom2nhmaCMDRDHJJ { width:10.6875rem;height:1.2747375rem;top:19.33073125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }