.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.5625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { box-sizing:content-box;height:19.625rem;width:74.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b85f43a0-b85f-4091-a377-37c777f13a20/etapy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.adaptive-delivery-prevent-bg, #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.lazyload, #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.lazyloading { background-image: none; }
#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.6041667461395rem;left:67.291666030881rem; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.6041667461395rem;left:70.166666030881rem; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#svwCoifepSJz9wvz8OPtssnihqVgzIcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.6041667461395rem;left:72.93750190735rem; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:6.1875rem;height:5.85069375rem;display:block; }
#E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { position:absolute;display:block;z-index:15006;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:1.99978125rem;width:7.1875rem;top:13.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4463976621627rem;left:59.602869033814rem;display:block; }
#yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:6.1875rem;display:block; }
#lZFXccTyaPR24On3qh5PDAv2XDMQFdDC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8422317504881rem;left:7.1538639068606rem; }
#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz { position:relative;display:block; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz { background-color: transparent; background-image: none; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .row .container > .video-iframe-container { display: none; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .row > .video-iframe-container { display: none; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .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); }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz { border-width: 0; border-radius: 0; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .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; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .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:24.1875rem;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; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:8.125rem;left:2.625rem;height:5.0010875rem;overflow:hidden;display:block; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
#HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#zhdU78vZAeK7TFyxpFstquor6i2B36eN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.747829914093rem;left:2.6247844696045rem; }
#Ik01LwOTSCZaIPa3vqN05tCHEyP0pLQL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:3.6859822273254rem;left:43.624132156372rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#uX477wJsNXSKOcnsKHr9XNH6Cxhqc7lq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:3.747829914093rem;left:39.499788284302rem; }
#Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:7.3125rem;left:39.5rem;height:4.3142375rem;overflow:hidden;display:block; }#Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:12.3125rem;left:41.1875rem;height:8.941rem;overflow:hidden;display:block; }#ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#zUNQz2u5FlzLHqNRoLOKpn3NPMn1nser { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15069;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7180995941162rem;left:37.312501907349rem;display:block; }
#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container { background-color: transparent; background-image: none; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container > .video-iframe-container { display: none; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row > .video-iframe-container { display: none; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .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); }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container { border-width: 0; border-radius: 0; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:8.125rem;left:2.625rem;height:;overflow:hidden;display:block; }#WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
#yIy2q5hX1VkbSpAfV4TptK5n3qUeMX1d { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#ZBkTC99L2Hcqqk0yAqcVJFLDclR4wqMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.747829914093rem;left:2.6247844696045rem; }
#w9RNCqKSlEFL3u5qXVSDWI9EDsqJoPNA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:3.6859822273254rem;left:43.624132156372rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#aAmAIpUn9JXyH924PAGy4nqbqcxmkhOp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:3.747829914093rem;left:39.499788284302rem; }
#okMHduHu1TZmHi65CoN0yJn5ITBmVxyV { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:7.3125rem;left:39.5rem;height:2.00086875rem;overflow:hidden;display:block; }#okMHduHu1TZmHi65CoN0yJn5ITBmVxyV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#okMHduHu1TZmHi65CoN0yJn5ITBmVxyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#vGwsQahdxckByrUK8kcbiaFylp53tfdK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:9.3131513595581rem;left:40.567491531372rem;height:4.3142375rem;overflow:hidden;display:block; }#vGwsQahdxckByrUK8kcbiaFylp53tfdK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vGwsQahdxckByrUK8kcbiaFylp53tfdK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#Eie1sTRgrDukhza552nSgB9qP6M05R3G { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15070;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4674472808838rem;left:37.312288284302rem;display:block; }
#D8Us5naO9uV6o37imVq2rB5pKJX26CDX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:13.627387046814rem;left:39.499788284302rem;height:2.00086875rem;overflow:hidden;display:block; }#D8Us5naO9uV6o37imVq2rB5pKJX26CDX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D8Us5naO9uV6o37imVq2rB5pKJX26CDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#r8LOpuTRlHLlMlSPN4KsVq8zprBAWomI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:16.440755844116rem;left:42.750001907349rem;height:2.00086875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#DHOK1QWb0TWIiNMTVZO2i4Keu5Jgu5iz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:16.065755844116rem;left:39.499788284302rem; }
#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 { position:relative;display:block; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 { background-color: transparent; background-image: none; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .row .container > .video-iframe-container { display: none; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .row > .video-iframe-container { display: none; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .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); }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 { border-width: 0; border-radius: 0; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .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; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .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:29.5625rem;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; }#NdGZTsqTmIkouKBtBGIJ41v3FJr2MW09 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#sETyUmATHcG4N7xMH6woouqK7LfaslsQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.747829914093rem;left:2.6247844696045rem; }
#LalbX9PtTmc5yGSieWJulOtIuWssKQnb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:3.6859822273254rem;left:43.624132156372rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#T35eOmDAZI72MXvTIfPXrgKaeJCTlm01 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:3.747829914093rem;left:39.499788284302rem; }
#Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:7.3125rem;left:39.5rem;height:;overflow:hidden;display:block; }#Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:9.3131513595581rem;left:40.567491531372rem;height:;overflow:hidden;display:block; }#L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#LPMhal0aUbdFAsNTkucqW5dXESmdJ5K6 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15070;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4674472808838rem;left:37.312288284302rem;display:block; }
#xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:13.627388000488rem;left:39.499788284302rem;height:12.6301875rem;overflow:hidden;display:block; }#xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#iXdsCESmUG0R5wTU82VNVRpsyhlSWDDe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:14.9375rem;left:6.5625rem;height:4.0017375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#oS7df71yTkvZOfKnuTgc4BKC8OTdKoUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:15.625rem;left:2.625rem; }
#y3va5O78htMGDLUKFhKF802bGBWrTgNc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:7.3817291259762rem;left:2.6247844696045rem;height:2.00086875rem;overflow:hidden;display:block; }#y3va5O78htMGDLUKFhKF802bGBWrTgNc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3va5O78htMGDLUKFhKF802bGBWrTgNc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:9.3131523132325rem;left:4.0049915313721rem;height:4.3142375rem;overflow:hidden;display:block; }#xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container { background-color: transparent; background-image: none; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container > .video-iframe-container { display: none; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row > .video-iframe-container { display: none; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .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); }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container { border-width: 0; border-radius: 0; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:8.125rem;left:2.625rem;height:;overflow:hidden;display:block; }#inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
#XoL1JGR5QsuFWUqOWbaefgUwH0LdgnUF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#P1dvxROvUCHECQ0Vy4S6o8i3aAX6OUdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.747829914093rem;left:2.6247844696045rem; }
#wBw5mtFATdzD4CfSaODkZdUcn1fbxq6A { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:3.6859822273254rem;left:43.624132156372rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#hPHKds2FGPWB8ANexOtr7ogR42Xqh50n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:3.747829914093rem;left:39.499788284302rem; }
#PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:7.3122837543488rem;left:39.499788284302rem;height:;overflow:hidden;display:block; }#PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:13.627388238907rem;left:41.185983657837rem;height:4.3142375rem;overflow:hidden;display:block; }#RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#LSCPqidl4PSMKwZsNOur6PaT6Dmv2OsR { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15070;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4674472808838rem;left:37.312288284302rem;display:block; }
#z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:18.196615457535rem;left:39.499788284302rem;height:;overflow:hidden;display:block; }#z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:20.128038644791rem;left:41.185983657837rem;height:;overflow:hidden;display:block; }#GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T { position:relative;display:block; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T { background-color: transparent; background-image: none; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .row .container > .video-iframe-container { display: none; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .row > .video-iframe-container { display: none; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .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); }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T { border-width: 0; border-radius: 0; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .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; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .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:27.25rem;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; }#PJKVIf3ykI82vWLbcrSLvP1nfZNDSODk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#bhcJDLRTU6D6Sha7fs2MT0gsWDQvzS9w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.747829914093rem;left:2.6247844696045rem; }
#aRQPVrGePBF01bkbCglda8QhKWTfo29a { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:3.6859822273254rem;left:43.624132156372rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#MX0eQwRQ83TTc3M9487eA1QgbsuAnGfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:3.747829914093rem;left:39.499788284302rem; }
#Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:7.3125rem;left:39.5rem;height:;overflow:hidden;display:block; }#Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:9.3131513595581rem;left:40.567491531372rem;height:2.00086875rem;overflow:hidden;display:block; }#TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#HGnqNy2Agtzk74mb00RS9hMRdlgzU8Qy { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15070;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4674472808838rem;left:37.312288284302rem;display:block; }
#mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r { color:rgba(var(--color-tertiary-4),1);display:block;width:33.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:11.540147781372rem;left:39.499788284302rem;height:2.00086875rem;overflow:hidden;display:block; }#mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:7.3817291259762rem;left:2.6247844696045rem;height:4.0017375rem;overflow:hidden;display:block; }#cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:11.383465766907rem;left:4.0614147186279rem;height:4.0017375rem;overflow:hidden;display:block; }#uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z { color:rgba(var(--color-tertiary-4),1);display:block;width:32.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:15.385200977326rem;left:2.4055995941162rem;height:6.315125rem;overflow:hidden;display:block; }#WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:13.779298782349rem;left:40.468751907349rem;height:4.3142375rem;overflow:hidden;display:block; }#hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:18.406034469604rem;left:39.499788284302rem;height:2.00086875rem;overflow:hidden;display:block; }#CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:2;letter-spacing:0;top:20.405817031861rem;left:40.468751907349rem;height:;overflow:hidden;display:block; }#ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container { background-color: transparent; background-image: none; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container > .video-iframe-container { display: none; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row > .video-iframe-container { display: none; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .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); }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container { border-width: 0; border-radius: 0; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#KsIZnPaIHblhgNTP0bMDsQJQORi4Wndp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#FI8IJUKrPy8Ktaogp1tQr9ITq7reyMZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.747829914093rem;left:2.6247844696045rem; }
#AcIPGRn7a82bx13L06BKA3qGGTQqA1Fz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:3.6859822273254rem;left:43.624132156372rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#fdoftrTqJhFM2CSTdwL6VhcT8ITVeDlp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:3.747829914093rem;left:39.499788284302rem; }
#wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:7.3122837543488rem;left:39.499788284302rem;height:;overflow:hidden;display:block; }#wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#qDF1HZo8383xHtKuWxzDyuGqvggwH39B { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:9.3131523132325rem;left:41.185983657837rem;height:;overflow:hidden;display:block; }#qDF1HZo8383xHtKuWxzDyuGqvggwH39B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qDF1HZo8383xHtKuWxzDyuGqvggwH39B li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#tqWuQmk3GGr3TxegxClo9bnTx0mS2Sbo { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15070;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4674472808838rem;left:37.312288284302rem;display:block; }
#oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:15.627170562744rem;left:39.499788284302rem;height:;overflow:hidden;display:block; }#oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:20.128038644791rem;left:41.185983657837rem;height:4.3142375rem;overflow:hidden;display:block; }#iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:30.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:7.3111991882325rem;left:2.6247844696045rem;height:2.00086875rem;overflow:hidden;display:block; }#AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:9.3815116882325rem;left:3.9973964691162rem;height:;overflow:hidden;display:block; }#X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
#QndoOaToUKOayHrEgKNUXXsRTEJHdmww { color:rgba(var(--color-tertiary-4),1);display:block;width:30.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:11.310764312744rem;left:2.6247844696045rem;height:;overflow:hidden;display:block; }#QndoOaToUKOayHrEgKNUXXsRTEJHdmww li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QndoOaToUKOayHrEgKNUXXsRTEJHdmww li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP { position:relative;display:block; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP { background-color: transparent; background-image: none; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .row .container > .video-iframe-container { display: none; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .row > .video-iframe-container { display: none; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .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); }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP { border-width: 0; border-radius: 0; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .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; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .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:28.75rem;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; }#Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2;letter-spacing:0;top:13.5625rem;left:18.75rem;height:7.3763125rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a8ba3a6f5d496e11b69422b42bb627891d7e60f2.svg); }
#yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15067;line-height:2;letter-spacing:0;top:8.6875rem;left:17.3125rem;height:4.50086875rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07d84b6a7c127b7377ce73289cfa3fbd632f6c14.svg); }
#tmOC8dtTZfaTNi4M8OanZutilDwTEXCU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:5.125rem;left:17.3125rem; }
#Jo5mxt5t6vt12aOI5sD9ecqmWnKzdB2U { color:#ffffff;display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:5.125rem;left:21.125rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#P19S8mKoUTs39ktrTePizOTdc65o1pV2 { box-sizing:content-box;height:19.625rem;width:48.9375rem;position:absolute;display:block;z-index:15002;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:13rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { background-color: transparent; background-image: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container > .video-iframe-container { display: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container { display: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .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); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { border-width: 0; border-radius: 0; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { position:absolute;display:block;z-index:15001;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:2rem;width:7.25rem;top:1.1875rem;left:67.75000190735rem;overflow:hidden;display:block; }
#FkwLV8MFtfdUih941SM516wVyN0plxDH { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:0rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { 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) { #XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { top:0.9375rem;left:0rem;width:9.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { top:5.25rem;left:0rem;width:47.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #svwCoifepSJz9wvz8OPtssnihqVgzIcX { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { top:16.3125rem;left:0rem;width:24.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { top:13.8125rem;left:0rem;width:7.1875rem;height:1.9987rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { width:6.5625rem;height:2.375rem;top:1.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block; }
 }@media only screen and (max-width: 763px) { #h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { top:7.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZFXccTyaPR24On3qh5PDAv2XDMQFdDC { top:8.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz { display:block; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg { top:8.125rem;left:0rem;width:33.4375rem;height:5rem;font-size:0.875rem;display:block; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { top:3.625rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhdU78vZAeK7TFyxpFstquor6i2B36eN { top:3.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik01LwOTSCZaIPa3vqN05tCHEyP0pLQL { top:3.625rem;left:23.875rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX477wJsNXSKOcnsKHr9XNH6Cxhqc7lq { top:3.6875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON { top:7.3125rem;left:19.3125rem;width:28.4375rem;height:4.3125rem;font-size:0.875rem;display:block; }#Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG { top:12.3125rem;left:22.75rem;width:25rem;height:8.9375rem;font-size:0.875rem;display:block; }#ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #zUNQz2u5FlzLHqNRoLOKpn3NPMn1nser { top:2.6875rem;left:23.5625rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 { display:block; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak { top:8.0625rem;left:0rem;width:33.4375rem;height:;font-size:0.875rem;display:block; }#WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #yIy2q5hX1VkbSpAfV4TptK5n3qUeMX1d { top:3.625rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkTC99L2Hcqqk0yAqcVJFLDclR4wqMd { top:3.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9RNCqKSlEFL3u5qXVSDWI9EDsqJoPNA { top:3.625rem;left:23.875rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAmAIpUn9JXyH924PAGy4nqbqcxmkhOp { top:3.6875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okMHduHu1TZmHi65CoN0yJn5ITBmVxyV { top:7.25rem;left:19.3125rem;width:28.4375rem;height:;font-size:0.875rem;display:block; }#okMHduHu1TZmHi65CoN0yJn5ITBmVxyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #vGwsQahdxckByrUK8kcbiaFylp53tfdK { top:9.3125rem;left:16.1875rem;width:31.5625rem;height:4.3125rem;font-size:0.875rem;display:block; }#vGwsQahdxckByrUK8kcbiaFylp53tfdK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #Eie1sTRgrDukhza552nSgB9qP6M05R3G { top:2.4375rem;left:23.5625rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Us5naO9uV6o37imVq2rB5pKJX26CDX { top:13.625rem;left:19.3125rem;width:28.4375rem;height:2rem;font-size:0.875rem;display:block; }#D8Us5naO9uV6o37imVq2rB5pKJX26CDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #r8LOpuTRlHLlMlSPN4KsVq8zprBAWomI { top:16.4375rem;left:22.9375rem;width:24.8125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOK1QWb0TWIiNMTVZO2i4Keu5Jgu5iz { top:16.0625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 { display:block; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdGZTsqTmIkouKBtBGIJ41v3FJr2MW09 { top:3.625rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sETyUmATHcG4N7xMH6woouqK7LfaslsQ { top:3.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LalbX9PtTmc5yGSieWJulOtIuWssKQnb { top:3.625rem;left:23.875rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35eOmDAZI72MXvTIfPXrgKaeJCTlm01 { top:3.6875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM { top:7.25rem;left:19.3125rem;width:28.4375rem;height:;font-size:0.875rem;display:block; }#Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 { top:9.3125rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #LPMhal0aUbdFAsNTkucqW5dXESmdJ5K6 { top:2.4375rem;left:23.5625rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ { top:13.625rem;left:14.25rem;width:33.5rem;height:12.625rem;font-size:0.875rem;display:block; }#xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #iXdsCESmUG0R5wTU82VNVRpsyhlSWDDe { top:14.9375rem;left:0rem;width:29.4375rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS7df71yTkvZOfKnuTgc4BKC8OTdKoUy { top:15.625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3va5O78htMGDLUKFhKF802bGBWrTgNc { top:7.375rem;left:0rem;width:28.4375rem;height:2rem;font-size:0.875rem;display:block; }#y3va5O78htMGDLUKFhKF802bGBWrTgNc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 { top:9.3125rem;left:0rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO { display:block; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 { top:8.125rem;left:0rem;width:33.4375rem;height:;font-size:0.875rem;display:block; }#inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #XoL1JGR5QsuFWUqOWbaefgUwH0LdgnUF { top:3.625rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1dvxROvUCHECQ0Vy4S6o8i3aAX6OUdK { top:3.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBw5mtFATdzD4CfSaODkZdUcn1fbxq6A { top:3.625rem;left:23.875rem;width:21.875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPHKds2FGPWB8ANexOtr7ogR42Xqh50n { top:3.6875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt { top:7.25rem;left:17.125rem;width:30.625rem;height:;font-size:0.875rem;display:block; }#PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D { top:13.625rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #LSCPqidl4PSMKwZsNOur6PaT6Dmv2OsR { top:2.4375rem;left:23.5625rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc { top:18.1875rem;left:19.3125rem;width:28.4375rem;height:;font-size:0.875rem;display:block; }#z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A { top:20.125rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T { display:block; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJKVIf3ykI82vWLbcrSLvP1nfZNDSODk { top:3.625rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhcJDLRTU6D6Sha7fs2MT0gsWDQvzS9w { top:3.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQPVrGePBF01bkbCglda8QhKWTfo29a { top:3.625rem;left:23.875rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX0eQwRQ83TTc3M9487eA1QgbsuAnGfK { top:3.6875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA { top:7.25rem;left:19.3125rem;width:28.4375rem;height:;font-size:0.875rem;display:block; }#Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 { top:9.3125rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #HGnqNy2Agtzk74mb00RS9hMRdlgzU8Qy { top:2.4375rem;left:23.5625rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r { top:11.5rem;left:14.3125rem;width:33.4375rem;height:;font-size:0.875rem;display:block; }#mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 { top:7.375rem;left:0rem;width:32.6875rem;height:4rem;font-size:0.875rem;display:block; }#cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt { top:11.375rem;left:0rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z { top:15.375rem;left:0rem;width:32.625rem;height:;font-size:0.875rem;display:block; }#WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO { top:13.75rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF { top:18.375rem;left:14.3125rem;width:33.4375rem;height:;font-size:0.875rem;display:block; }#CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl { top:20.375rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd { display:block; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsIZnPaIHblhgNTP0bMDsQJQORi4Wndp { top:3.625rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI8IJUKrPy8Ktaogp1tQr9ITq7reyMZb { top:3.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIPGRn7a82bx13L06BKA3qGGTQqA1Fz { top:3.625rem;left:23.875rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdoftrTqJhFM2CSTdwL6VhcT8ITVeDlp { top:3.6875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed { top:7.25rem;left:17.125rem;width:30.625rem;height:;font-size:0.875rem;display:block; }#wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #qDF1HZo8383xHtKuWxzDyuGqvggwH39B { top:9.3125rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#qDF1HZo8383xHtKuWxzDyuGqvggwH39B li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #tqWuQmk3GGr3TxegxClo9bnTx0mS2Sbo { top:2.4375rem;left:23.5625rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw { top:15.625rem;left:19.3125rem;width:28.4375rem;height:;font-size:0.875rem;display:block; }#oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc { top:20.125rem;left:16.1875rem;width:31.5625rem;height:;font-size:0.875rem;display:block; }#iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q { top:7.25rem;left:0rem;width:30.625rem;height:;font-size:0.875rem;display:block; }#AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS { top:9.375rem;left:0rem;width:25.625rem;height:;font-size:0.875rem;display:block; }#X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #QndoOaToUKOayHrEgKNUXXsRTEJHdmww { top:11.25rem;left:0rem;width:30.625rem;height:;font-size:0.875rem;display:block; }#QndoOaToUKOayHrEgKNUXXsRTEJHdmww li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP { display:block; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu { top:13.5625rem;left:5.125rem;width:27.6875rem;height:;font-size:1.125rem;display:block; }#Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a8ba3a6f5d496e11b69422b42bb627891d7e60f2.svg); }
 }@media only screen and (max-width: 763px) { #yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd { top:8.6875rem;left:3.6875rem;width:32.625rem;height:4.5rem;font-size:1.125rem;display:block; }#yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07d84b6a7c127b7377ce73289cfa3fbd632f6c14.svg); }
 }@media only screen and (max-width: 763px) { #tmOC8dtTZfaTNi4M8OanZutilDwTEXCU { top:5.125rem;left:3.6875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo5mxt5t6vt12aOI5sD9ecqmWnKzdB2U { top:5.125rem;left:7.5rem;width:21.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19S8mKoUTs39ktrTePizOTdc65o1pV2 { top:3.5rem;left:0rem;width:47.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { display:block; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { top:1.1875rem;left:40.5rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLV8MFtfdUih941SM516wVyN0plxDH { top:1.5rem;left:0rem;width:19.375rem;height:0.9375rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { width:9.5625rem;height:2.6875rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { width:20rem;height:19.6875rem;top:10.375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:7.0625rem;font-size:0.875rem; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:9.3125rem;font-size:0.875rem; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #svwCoifepSJz9wvz8OPtssnihqVgzIcX { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:11.625rem;font-size:0.875rem; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { width:17.0625rem;height:4.2252625rem;top:23.499349594116rem;left:1.9368491768837rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { width:7.1875rem;height:1.99978125rem;top:20.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { width:6.5347225rem;height:2.34635375rem;top:7rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block; }
 }@media only screen and (max-width: 763px) { #h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { width:3.25rem;height:3.25rem;top:16.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZFXccTyaPR24On3qh5PDAv2XDMQFdDC { display:flex;width:1.81206875rem;height:1.81206875rem;top:16.842448711395rem;left:2.7799480557442rem; }
 }@media only screen and (max-width: 763px) { #uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz { display:block; }#uXUBBkXHCTHJ0pdmNrPGJdcWZsfcTIyz > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg { width:17.8125rem;height:6.9455rem;top:8.25rem;left:1.8125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { width:15.811625rem;height:1.9121125rem;top:5.5rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhdU78vZAeK7TFyxpFstquor6i2B36eN { display:flex;width:2.56185rem;height:2.56185rem;top:2.1864147186279rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #Ik01LwOTSCZaIPa3vqN05tCHEyP0pLQL { width:14.561625rem;height:1.9121125rem;top:22.6875rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uX477wJsNXSKOcnsKHr9XNH6Cxhqc7lq { display:flex;width:2.5625rem;height:2.5625rem;top:18.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON { width:18.499375rem;height:4.7721375rem;top:25.25rem;left:1.5rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#Z04wPi9XiTtzZ6rNegNfb6zzzR7QNPON li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG { width:16.375rem;height:9.85675rem;top:30.5625rem;left:2.75rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#ta0QaKaK9h58uq8PhDBwyDrDbDZGQfuG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #zUNQz2u5FlzLHqNRoLOKpn3NPMn1nser { width:0.3125rem;height:18.75rem;top:2.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 { display:block; }#NIN7id1ME9UFbX25VJbEiOyfyeSuuWR2 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak { width:17.249375rem;height:8.4320625rem;top:7.998046875rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#WIXTCQBDZRK8i21O77wTJ4MI3RWa2Fak li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #yIy2q5hX1VkbSpAfV4TptK5n3qUeMX1d { width:15.811625rem;height:1.9121125rem;top:5.5rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkTC99L2Hcqqk0yAqcVJFLDclR4wqMd { display:flex;width:2.56185rem;height:2.56185rem;top:2.1864147186279rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #w9RNCqKSlEFL3u5qXVSDWI9EDsqJoPNA { width:14.561625rem;height:1.9121125rem;top:22.6875rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAmAIpUn9JXyH924PAGy4nqbqcxmkhOp { display:flex;width:2.5625rem;height:2.5625rem;top:18.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #okMHduHu1TZmHi65CoN0yJn5ITBmVxyV { width:18.499375rem;height:2.97395625rem;top:25.25rem;left:1.5rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#okMHduHu1TZmHi65CoN0yJn5ITBmVxyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #vGwsQahdxckByrUK8kcbiaFylp53tfdK { width:16.3748125rem;height:6.2586875rem;top:28.561851024628rem;left:2.8174913525581rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#vGwsQahdxckByrUK8kcbiaFylp53tfdK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #Eie1sTRgrDukhza552nSgB9qP6M05R3G { width:0.3125rem;height:18.75rem;top:2.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8Us5naO9uV6o37imVq2rB5pKJX26CDX { width:17.375rem;height:2.97395625rem;top:35.633248329162rem;left:1.6875rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#D8Us5naO9uV6o37imVq2rB5pKJX26CDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #r8LOpuTRlHLlMlSPN4KsVq8zprBAWomI { width:14.3120625rem;height:1.48698125rem;top:40.169923782349rem;left:4.5614150166511rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHOK1QWb0TWIiNMTVZO2i4Keu5Jgu5iz { display:flex;width:2.5625rem;height:2.5625rem;top:39.756731033325rem;left:1.4995660185814rem; }
 }@media only screen and (max-width: 763px) { #SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 { display:block; }#SRm9sMSnBJGP9a4TbRezpzIsE8XmUUK9 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdGZTsqTmIkouKBtBGIJ41v3FJr2MW09 { width:15.811625rem;height:1.9121125rem;top:5.5rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sETyUmATHcG4N7xMH6woouqK7LfaslsQ { display:flex;width:2.56185rem;height:2.56185rem;top:2.1864147186279rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #LalbX9PtTmc5yGSieWJulOtIuWssKQnb { width:14.5605625rem;height:1.9121125rem;top:27.730471134186rem;left:1.8120661377907rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T35eOmDAZI72MXvTIfPXrgKaeJCTlm01 { display:flex;width:2.56185rem;height:2.56185rem;top:24.248048782349rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM { width:18.499375rem;height:1.48698125rem;top:30.499130249024rem;left:1.4995661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#Z18UKTQgDSLfbLV7oKMf6mGrSdXe16eM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 { width:16.3748125rem;height:4.7721375rem;top:32.561849594116rem;left:2.5607641339302rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#L2M457CEaTWJNHiRWJTUJOJuIUF9VHF3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #LPMhal0aUbdFAsNTkucqW5dXESmdJ5K6 { width:0.3125rem;height:18.75rem;top:2.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ { width:17.3730625rem;height:14.003875rem;top:37.833986282349rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#xblL68NVxBkKZ4BKLuuz79DhBno8d4UZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #iXdsCESmUG0R5wTU82VNVRpsyhlSWDDe { width:13.8125rem;height:5.94618125rem;top:15.25rem;left:4.625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oS7df71yTkvZOfKnuTgc4BKC8OTdKoUy { display:flex;width:2.56185rem;height:2.56185rem;top:15.248481750488rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #y3va5O78htMGDLUKFhKF802bGBWrTgNc { width:18.0625rem;height:1.48698125rem;top:8.1250004768369rem;left:1.875rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#y3va5O78htMGDLUKFhKF802bGBWrTgNc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 { width:14.749375rem;height:4.7721375rem;top:9.6104621887206rem;left:3.4375002980233rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#xCZWIO8Fa52uupb3tiqVXsJXadwWNhz4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO { display:block; }#lHzBuJ2PB0TIMx6FHhoiefA7PgC6N5qO > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 { width:17.249375rem;height:13.8910625rem;top:7.998046875rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#inghAfan2u0Ap1yxWZxXwBz9BhNBx3e5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #XoL1JGR5QsuFWUqOWbaefgUwH0LdgnUF { width:15.811625rem;height:1.9121125rem;top:5.5rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1dvxROvUCHECQ0Vy4S6o8i3aAX6OUdK { display:flex;width:2.56185rem;height:2.56185rem;top:2.1864147186279rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #wBw5mtFATdzD4CfSaODkZdUcn1fbxq6A { width:14.561625rem;height:1.9121125rem;top:28.125rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPHKds2FGPWB8ANexOtr7ogR42Xqh50n { display:flex;width:2.56185rem;height:2.56185rem;top:25.124784350395rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt { width:18.125rem;height:6.2586875rem;top:30.561851501465rem;left:1.4370661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#PDDQaCdIaHKmvOUknlM6B7iPlwh3SLBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D { width:16.3748125rem;height:4.7721375rem;top:37.333988189698rem;left:2.6924913525581rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#RI0RQWzg9rMsQT4DvF1ZTv2XhQ5nT21D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #LSCPqidl4PSMKwZsNOur6PaT6Dmv2OsR { width:0.3125rem;height:18.75rem;top:2.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc { width:17.374125rem;height:1.48698125rem;top:42.106121063233rem;left:1.6855469346046rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#z3mX9KW4MFnNzcZpH36h6X2IbTi9BoDc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A { width:16.9998125rem;height:2.97395625rem;top:44.310983657837rem;left:2.9366322159767rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#GT2KqGWWbnrn1PCpE5ERMdgMCCp14m9A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T { display:block; }#qBwhb7Oe0PBBiBUrsJyJny2Wk0XNxt6T > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJKVIf3ykI82vWLbcrSLvP1nfZNDSODk { width:15.811625rem;height:1.9121125rem;top:5.5rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhcJDLRTU6D6Sha7fs2MT0gsWDQvzS9w { display:flex;width:2.56185rem;height:2.56185rem;top:2.1864147186279rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #aRQPVrGePBF01bkbCglda8QhKWTfo29a { width:14.561625rem;height:1.9121125rem;top:31.9375rem;left:1.875rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX0eQwRQ83TTc3M9487eA1QgbsuAnGfK { display:flex;width:2.5625rem;height:2.5625rem;top:28.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA { width:18.499375rem;height:1.48698125rem;top:34.5rem;left:1.5625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#Xxh3bBfv3C8Nm84160Gzepw4n1w8FUVA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 { width:16.3748125rem;height:2.97395625rem;top:36.36003112793rem;left:2.9047310948372rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#TkdQ9q3lirsZ00CkBR0Z0Cs2eFPVfUa9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #HGnqNy2Agtzk74mb00RS9hMRdlgzU8Qy { width:0.3125rem;height:18.75rem;top:2.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r { width:17.3730625rem;height:1.48698125rem;top:39.936628341675rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#mdGxNH5rDT6BBiZLGK3BqXOauLknlH2r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 { width:18.0625rem;height:4.4596375rem;top:8.1875rem;left:1.875rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#cUHhZwlmuTurTFbSHtQhrCR6OoxRLdx0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt { width:16.125rem;height:2.97395625rem;top:13.248699188233rem;left:3.125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#uQteCgMIGikCAzEbTZKQ3Ppyk9bCdESt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z { width:17.9373125rem;height:7.74525rem;top:16.811414718628rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#WhwVGSE20L9oUSO28ISsZmWkx7Bn2s3Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO { width:15.625rem;height:6.2586875rem;top:41.733509540558rem;left:3.125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#hipvwuPdCIAfnT2XJD7Rz5q6KtVA1TdO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF { width:17.686625rem;height:1.48698125rem;top:48.366537094116rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#CwoUbQLRh1oUN2pxKtcpvLS262NhTWvF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl { width:15.5rem;height:4.7721375rem;top:49.851346969604rem;left:3.1875rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#ylnDJOIFWuRyS1TdBPHBzZG1ckkGiZnl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd { display:block; }#fkzm1lv0dSTxNAQ7DdgzkrmnCnXA5Fxd > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsIZnPaIHblhgNTP0bMDsQJQORi4Wndp { width:15.811625rem;height:1.9121125rem;top:5.5rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FI8IJUKrPy8Ktaogp1tQr9ITq7reyMZb { display:flex;width:2.56185rem;height:2.56185rem;top:2.1864147186279rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #AcIPGRn7a82bx13L06BKA3qGGTQqA1Fz { width:14.561625rem;height:1.9121125rem;top:22.6875rem;left:1.8125rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fdoftrTqJhFM2CSTdwL6VhcT8ITVeDlp { display:flex;width:2.5625rem;height:2.5625rem;top:18.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed { width:18.499375rem;height:2.97395625rem;top:25.25rem;left:1.5rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#wCD9NL25QTuPtV4hAqWnmOTNTLGyS7ed li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #qDF1HZo8383xHtKuWxzDyuGqvggwH39B { width:16.3748125rem;height:6.2586875rem;top:28.561851024628rem;left:2.8174913525581rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#qDF1HZo8383xHtKuWxzDyuGqvggwH39B li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #tqWuQmk3GGr3TxegxClo9bnTx0mS2Sbo { width:0.3125rem;height:18.75rem;top:2.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw { width:17.375rem;height:6.2586875rem;top:35.633248329162rem;left:1.6875rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#oMpCQfT52ToQHfkqXGUgGyrhToHsZIQw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc { width:16.8120625rem;height:6.2586875rem;top:42.393663883209rem;left:3.1879342198372rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#iyfXoQAcQxnTRsM58RfDdq4tbkowwxIc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q { width:15.6875rem;height:2.97395625rem;top:8.0625rem;left:1.9375rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#AaJZ7zHzHugc9wvaTvHiLI6r0tsdvP0Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS { width:15.1875rem;height:1.48698125rem;top:11.284072875976rem;left:3.4993489384651rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#X309DcD1K3CCBQ4FoClEkRA5TTcqFIhS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bc73354c3523a406e809e076c8681bc.svg); }
 }@media only screen and (max-width: 763px) { #QndoOaToUKOayHrEgKNUXXsRTEJHdmww { width:17.7495625rem;height:2.97395625rem;top:13.374565124512rem;left:1.8120661377907rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#QndoOaToUKOayHrEgKNUXXsRTEJHdmww li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_590a3cc57976b4ee2e76b5fa4301be22.svg); }
 }@media only screen and (max-width: 763px) { #EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP { display:block; }#EO2UOSm45iPgLTmQPQ96QE24XHyNiPSP > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu { width:16.9998125rem;height:5.0846375rem;top:13rem;left:2.625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#Dba5zmNlUUnW69y7TTGNGkzchGSV2Dyu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a8ba3a6f5d496e11b69422b42bb627891d7e60f2.svg); }
 }@media only screen and (max-width: 763px) { #yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd { width:17.8125rem;height:2.9730875rem;top:9.8125rem;left:1.0625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#yyyIyJ7nXbuwTeegJyVZodsBTutv7Nzd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07d84b6a7c127b7377ce73289cfa3fbd632f6c14.svg); }
 }@media only screen and (max-width: 763px) { #tmOC8dtTZfaTNi4M8OanZutilDwTEXCU { display:flex;width:2.5625rem;height:2.5625rem;top:3.8125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Jo5mxt5t6vt12aOI5sD9ecqmWnKzdB2U { width:18.4375rem;height:1.91189375rem;top:7.1875rem;left:1.1875rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P19S8mKoUTs39ktrTePizOTdc65o1pV2 { width:20rem;height:17.6875rem;top:2.0625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { display:block; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { width:7.25rem;height:2rem;top:1.25rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLV8MFtfdUih941SM516wVyN0plxDH { width:19.375rem;height:0.9746125rem;top:4rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }